Trace number 1849479

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat2 070721/core? (TO) 1200.1 1200.04

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark163.76
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.07/0.11	c ==============================================================================
0.07/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.11	c ==============================================================================
0.07/0.11	c |         0 |   94348   222330 |   28304       0        0     nan |  0.000 % |
1.19/1.25	c |         0 |   56829   169094 |      --       0       --      -- |     --   | -37179/-52260
1.19/1.25	c ==============================================================================
1.19/1.25	c Result  :   #vars: 13682   #clauses: 56829   #literals: 169094
1.19/1.25	c CPU time:   1.19 s
1.19/1.25	c ==============================================================================
1.29/1.32	This is MiniSat 2.0 beta
1.29/1.32	WARNING: for repeatability, setting FPU to use double precision
1.29/1.32	============================[ Problem Statistics ]=============================
1.29/1.32	|                                                                             |
1.29/1.32	|  Number of variables:  13682                                                |
1.29/1.32	|  Number of clauses:    56829                                                |
1.29/1.36	|  Parsing time:         0.04         s                                       |
1.29/1.36	============================[ Search Statistics ]==============================
1.29/1.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.36	===============================================================================
1.29/1.36	|         0 |   13682    56829   169094 |    18943        0    nan |  0.000 % |
1.30/1.68	|       101 |   13667    56829   169094 |    20837       98     52 |  1.045 % |
2.20/2.24	|       252 |   13482    55780   166437 |    22921      246     33 |  1.462 % |
3.19/3.24	|       477 |   13482    55780   166437 |    25213      471     30 |  1.462 % |
4.89/4.95	|       815 |   13482    55780   166437 |    27734      809     28 |  1.462 % |
6.99/7.06	|      1322 |   13475    55749   166369 |    30507     1315     28 |  1.513 % |
10.39/10.45	|      2081 |   13475    55749   166369 |    33558     2074     25 |  1.513 % |
15.89/15.98	|      3220 |   13450    55642   166124 |    36914     3209     23 |  1.696 % |
23.88/23.91	|      4928 |   13450    55642   166124 |    40606     4917     22 |  1.696 % |
35.78/35.83	|      7490 |   13404    55430   165643 |    44666     7478     22 |  2.032 % |
55.69/55.79	|     11334 |   13353    55213   165143 |    49133    11318     22 |  2.405 % |
87.69/87.79	|     17100 |   13353    55213   165143 |    54046    17084     21 |  2.405 % |
134.89/134.92	|     25750 |   13353    55213   165143 |    59451    25734     22 |  2.405 % |
218.80/218.86	|     38724 |   13348    55192   165095 |    65396    38707     22 |  2.441 % |
357.81/357.90	|     58186 |   13348    55192   165095 |    71936    58169     22 |  2.441 % |
550.43/550.41	|     87379 |   13348    55192   165095 |    79129    29540     20 |  2.441 % |
808.96/808.95	|    131168 |   13348    55192   165095 |    87042    73329     24 |  2.441 % |
1137.48/1137.49	|    196852 |   13348    55192   165095 |    95746    68703     25 |  2.441 % |
1200.09/1200.03	HOME/SatELiteGTI: line 36:  6496 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1849479-1244824062/watcher-1849479-1244824062 -o /tmp/evaluation-result-1849479-1244824062/solver-1849479-1244824062 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849479-1244824062.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.87 0.94 0.97 3/91 6490
/proc/meminfo: memFree=1373316/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2416 CPUtime=0
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 79825748 2473984 277 4294967295 134512640 135169312 3215871536 3215870072 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6490/statm: 604 277 235 161 0 43 0
[pid=6494] ppid=6490 vsize=952 CPUtime=0
/proc/6494/stat : 6494 (SatELite_releas) R 6490 6490 17865 0 -1 4202496 113 0 0 0 0 0 0 0 25 0 1 0 79825748 974848 49 4294967295 134512640 135223648 3217745904 3217744808 134736942 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6494/statm: 239 55 44 174 0 64 0

[startup+0.07001 s]
/proc/loadavg: 0.87 0.94 0.97 3/91 6490
/proc/meminfo: memFree=1373316/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2416 CPUtime=0
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 79825748 2473984 277 4294967295 134512640 135169312 3215871536 3215870072 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6490/statm: 604 277 235 161 0 43 0
[pid=6494] ppid=6490 vsize=10364 CPUtime=0.07
/proc/6494/stat : 6494 (SatELite_releas) R 6490 6490 17865 0 -1 4202496 2425 0 0 0 6 1 0 0 25 0 1 0 79825748 10612736 2361 4294967295 134512640 135223648 3217745904 3217744856 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6494/statm: 2591 2362 47 174 0 2416 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12780

[startup+0.110021 s]
/proc/loadavg: 0.87 0.94 0.97 3/91 6490
/proc/meminfo: memFree=1373316/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2416 CPUtime=0
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 79825748 2473984 277 4294967295 134512640 135169312 3215871536 3215870072 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6490/statm: 604 277 235 161 0 43 0
[pid=6494] ppid=6490 vsize=13712 CPUtime=0.11
/proc/6494/stat : 6494 (SatELite_releas) R 6490 6490 17865 0 -1 4202496 3378 0 0 0 9 2 0 0 25 0 1 0 79825748 14041088 3177 4294967295 134512640 135223648 3217745904 3217743920 134586742 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6494/statm: 3428 3177 73 174 0 3253 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16128

[startup+0.309996 s]
/proc/loadavg: 0.87 0.94 0.97 3/91 6490
/proc/meminfo: memFree=1373316/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2416 CPUtime=0
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 79825748 2473984 277 4294967295 134512640 135169312 3215871536 3215870072 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6490/statm: 604 277 235 161 0 43 0
[pid=6494] ppid=6490 vsize=14444 CPUtime=0.31
/proc/6494/stat : 6494 (SatELite_releas) R 6490 6490 17865 0 -1 4202496 3582 0 0 0 28 3 0 0 25 0 1 0 79825748 14790656 3381 4294967295 134512640 135223648 3217745904 3217743856 134564015 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6494/statm: 3611 3381 73 174 0 3436 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16860

[startup+0.709963 s]
/proc/loadavg: 0.87 0.94 0.97 3/91 6490
/proc/meminfo: memFree=1373316/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2416 CPUtime=0
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 79825748 2473984 277 4294967295 134512640 135169312 3215871536 3215870072 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6490/statm: 604 277 235 161 0 43 0
[pid=6494] ppid=6490 vsize=16000 CPUtime=0.71
/proc/6494/stat : 6494 (SatELite_releas) R 6490 6490 17865 0 -1 4202496 3777 0 0 0 67 4 0 0 25 0 1 0 79825748 16384000 3576 4294967295 134512640 135223648 3217745904 3217743920 134586759 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6494/statm: 4000 3576 73 174 0 3825 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18416

[startup+1.50989 s]
/proc/loadavg: 0.87 0.94 0.97 2/93 6495
/proc/meminfo: memFree=1355064/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 2420

[startup+3.10976 s]
/proc/loadavg: 0.88 0.94 0.97 3/93 6496
/proc/meminfo: memFree=1362752/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=5784 CPUtime=1.79
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 1324 0 0 0 179 0 0 0 25 0 1 0 79825880 5922816 1258 4294967295 134512640 135212939 3213114336 3213112800 134526587 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6496/statm: 1446 1258 75 171 0 1274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8204

[startup+6.3095 s]
/proc/loadavg: 0.88 0.94 0.97 2/93 6496
/proc/meminfo: memFree=1362628/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=5916 CPUtime=4.99
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 1354 0 0 0 499 0 0 0 25 0 1 0 79825880 6057984 1288 4294967295 134512640 135212939 3213114336 3213112576 134535725 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6496/statm: 1479 1288 75 171 0 1307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8336

[startup+12.709 s]
/proc/loadavg: 0.90 0.94 0.97 2/93 6496
/proc/meminfo: memFree=1362624/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=6048 CPUtime=11.39
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 1403 0 0 0 1139 0 0 0 25 0 1 0 79825880 6193152 1337 4294967295 134512640 135212939 3213114336 3213112800 134526627 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6496/statm: 1512 1337 75 171 0 1340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8468

[startup+25.5079 s]
/proc/loadavg: 0.91 0.94 0.97 2/93 6497
/proc/meminfo: memFree=1362572/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=6444 CPUtime=24.18
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 1492 0 0 0 2418 0 0 0 25 0 1 0 79825880 6598656 1426 4294967295 134512640 135212939 3213114336 3213112800 134526608 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 1611 1426 75 171 0 1439 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8864

[startup+51.1158 s]
/proc/loadavg: 0.94 0.94 0.97 2/93 6684
/proc/meminfo: memFree=1361792/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=7236 CPUtime=49.79
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 1685 0 0 0 4979 0 0 0 25 0 1 0 79825880 7409664 1619 4294967295 134512640 135212939 3213114336 3213112576 134536022 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 1809 1619 75 171 0 1637 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9656

[startup+102.322 s]
/proc/loadavg: 0.97 0.95 0.97 4/94 6691
/proc/meminfo: memFree=1360944/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=8360 CPUtime=101
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 1958 0 0 0 10100 0 0 0 25 0 1 0 79825880 8560640 1892 4294967295 134512640 135212939 3213114336 3213112800 134526682 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 2090 1892 75 171 0 1918 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10780

[startup+162.317 s]
/proc/loadavg: 0.99 0.95 0.97 3/93 6884
/proc/meminfo: memFree=1359356/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=9888 CPUtime=161
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 2331 0 0 0 16100 0 0 0 25 0 1 0 79825880 10125312 2265 4294967295 134512640 135212939 3213114336 3213112800 134526627 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 2472 2265 75 171 0 2300 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 12308

[startup+222.312 s]
/proc/loadavg: 0.99 0.96 0.97 3/93 7075
/proc/meminfo: memFree=1358224/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=11172 CPUtime=221
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 2641 0 0 0 22099 1 0 0 25 0 1 0 79825880 11440128 2575 4294967295 134512640 135212939 3213114336 3213112800 134526587 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 2793 2575 75 171 0 2621 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 13592

[startup+282.307 s]
/proc/loadavg: 0.99 0.97 0.97 3/93 7263
/proc/meminfo: memFree=1357124/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=12460 CPUtime=281
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 2953 0 0 0 28099 1 0 0 25 0 1 0 79825880 12759040 2887 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3115 2887 75 171 0 2943 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 14880

[startup+342.312 s]
/proc/loadavg: 0.99 0.97 0.97 3/93 7454
/proc/meminfo: memFree=1356372/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=13264 CPUtime=341.01
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3171 0 0 0 34100 1 0 0 25 0 1 0 79825880 13582336 3105 4294967295 134512640 135212939 3213114336 3213112576 134535725 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3316 3105 75 171 0 3144 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 15684

[startup+402.307 s]

################
# More data... #
################

/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=15312 CPUtime=461.02
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3637 0 0 0 46100 2 0 0 25 0 1 0 79825880 15679488 3571 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3828 3571 75 171 0 3656 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 17732

[startup+522.317 s]
/proc/loadavg: 0.99 0.97 0.97 3/93 8028
/proc/meminfo: memFree=1354256/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=15444 CPUtime=521.03
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3664 0 0 0 52101 2 0 0 25 0 1 0 79825880 15814656 3598 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3861 3598 75 171 0 3689 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 17864

[startup+582.312 s]
/proc/loadavg: 0.99 0.97 0.97 3/93 8216
/proc/meminfo: memFree=1354148/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=15592 CPUtime=581.03
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3695 0 0 0 58101 2 0 0 25 0 1 0 79825880 15966208 3629 4294967295 134512640 135212939 3213114336 3213112800 134526617 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3898 3629 75 171 0 3726 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 18012

[startup+642.307 s]
/proc/loadavg: 0.99 0.97 0.97 3/93 8407
/proc/meminfo: memFree=1353892/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=15592 CPUtime=641.03
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3696 0 0 0 64101 2 0 0 25 0 1 0 79825880 15966208 3630 4294967295 134512640 135212939 3213114336 3213112512 134529363 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3898 3630 75 171 0 3726 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 18012

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/93 8596
/proc/meminfo: memFree=1354016/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=15592 CPUtime=701.03
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3697 0 0 0 70101 2 0 0 25 0 1 0 79825880 15966208 3631 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6496/statm: 3898 3631 75 171 0 3726 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 18012

[startup+762.327 s]
/proc/loadavg: 1.62 1.13 1.03 3/93 8786
/proc/meminfo: memFree=1354272/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=15592 CPUtime=761.06
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 3717 0 0 0 76103 3 0 0 25 0 1 0 79825880 15966208 3651 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 3898 3651 75 171 0 3726 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 18012

[startup+822.323 s]
/proc/loadavg: 1.30 1.12 1.03 2/93 8981
/proc/meminfo: memFree=1352404/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=17104 CPUtime=821.06
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4077 0 0 0 82102 4 0 0 25 0 1 0 79825880 17514496 4011 4294967295 134512640 135212939 3213114336 3213112800 134526797 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4276 4011 75 171 0 4104 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 19524

[startup+882.318 s]
/proc/loadavg: 1.10 1.09 1.02 4/93 9169
/proc/meminfo: memFree=1350684/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=18696 CPUtime=881.06
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4479 0 0 0 88100 6 0 0 25 0 1 0 79825880 19144704 4413 4294967295 134512640 135212939 3213114336 3213112800 134526833 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4674 4413 75 171 0 4502 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 21116

[startup+942.323 s]
/proc/loadavg: 1.04 1.08 1.01 2/93 9361
/proc/meminfo: memFree=1350552/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=19096 CPUtime=941.07
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4557 0 0 0 94101 6 0 0 25 0 1 0 79825880 19554304 4491 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4774 4491 75 171 0 4602 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 21516

[startup+1002.32 s]
/proc/loadavg: 1.01 1.06 1.01 3/93 9550
/proc/meminfo: memFree=1350676/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=19096 CPUtime=1001.07
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4557 0 0 0 100101 6 0 0 25 0 1 0 79825880 19554304 4491 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4774 4491 75 171 0 4602 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 21516

[startup+1062.31 s]
/proc/loadavg: 1.04 1.06 1.01 2/93 9740
/proc/meminfo: memFree=1350684/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=19096 CPUtime=1061.07
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4567 0 0 0 106101 6 0 0 25 0 1 0 79825880 19554304 4501 4294967295 134512640 135212939 3213114336 3213112800 134526636 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4774 4501 75 171 0 4602 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 21516

[startup+1122.32 s]
/proc/loadavg: 1.01 1.05 1.00 3/93 9935
/proc/meminfo: memFree=1350536/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=19400 CPUtime=1121.08
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4651 0 0 0 112102 6 0 0 25 0 1 0 79825880 19865600 4576 4294967295 134512640 135212939 3213114336 3213112800 134526587 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4850 4576 75 171 0 4678 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 21820

[startup+1182.32 s]
/proc/loadavg: 1.00 1.04 1.00 3/93 10123
/proc/meminfo: memFree=1350056/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=19644 CPUtime=1181.09
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4702 0 0 0 118103 6 0 0 25 0 1 0 79825880 20115456 4627 4294967295 134512640 135212939 3213114336 3213112800 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4911 4627 75 171 0 4739 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 22064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 10311
/proc/meminfo: memFree=1349828/2074464 swapFree=1959888/1959888
[pid=6490] ppid=6488 vsize=2420 CPUtime=1.3
/proc/6490/stat : 6490 (SatELiteGTI) S 6488 6490 17865 0 -1 4194304 386 4869 0 0 1 0 125 4 20 0 1 0 79825748 2478080 278 4294967295 134512640 135169312 3215871536 3215867752 3085188846 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6490/statm: 605 278 235 161 0 44 0
[pid=6496] ppid=6490 vsize=19644 CPUtime=1198.79
/proc/6496/stat : 6496 (minisat_static) R 6490 6490 17865 0 -1 4202496 4702 0 0 0 119873 6 0 0 25 0 1 0 79825880 20115456 4627 4294967295 134512640 135212939 3213114336 3213112800 134526587 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6496/statm: 4911 4627 75 171 0 4739 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 22064

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.1
CPU user time (s): 1199.99
CPU system time (s): 0.11
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 22064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.11
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 1222

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-12 18:27:42
IDJOB=1849479
IDBENCH=70880
IDSOLVER=690
FILE ID=tipi08/1849479-1244824062
PBS_JOBID=
Free space on /tmp= 15460 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-19-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849479-1244824062/watcher-1849479-1244824062 -o /tmp/evaluation-result-1849479-1244824062/solver-1849479-1244824062 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849479-1244824062.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED= 1407869874

Linux tipi08 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1373324 kB
Buffers:         64728 kB
Cached:         525060 kB
SwapCached:          0 kB
Active:         129324 kB
Inactive:       471732 kB
HighTotal:     1178688 kB
HighFree:       705800 kB
LowTotal:       895776 kB
LowFree:        667524 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            3492 kB
Writeback:           0 kB
AnonPages:       11220 kB
Mapped:           5320 kB
Slab:            92024 kB
PageTables:        316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85840 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15460 MiB
End job on tipi08 at 2009-06-12 18:47:42