Trace number 1807553

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.02 1200.41

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-230-100.cnf
MD5SUMd2dd2899777fd93a70e706988970ef5e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables230
Number of clauses552
Sum of the clauses size1380
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2460
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 592
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Now, SatElite...
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     552     1380 |     165       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 230   #clauses: 552   #literals: 1380
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c SatElite is done !
0.00/0.00	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  230                                                  |
0.00/0.01	|  Number of clauses:    552                                                  |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     230      552     1380 |      184        0    nan |  0.000 % |
0.00/0.01	|       100 |     230      552     1380 |      202      100     34 |  0.002 % |
0.00/0.01	|       250 |     230      552     1380 |      222      250     34 |  0.002 % |
0.00/0.02	|       478 |     230      552     1380 |      244      190     25 |  0.002 % |
0.00/0.02	|       818 |     230      552     1380 |      269      217     24 |  0.002 % |
0.00/0.04	|      1325 |     230      552     1380 |      296      236     23 |  0.002 % |
0.00/0.05	|      2087 |     230      552     1380 |      325      230     20 |  0.002 % |
0.00/0.08	|      3231 |     230      552     1380 |      358      375     28 |  0.002 % |
0.00/0.12	|      4941 |     230      552     1380 |      394      390     28 |  0.002 % |
0.00/0.19	|      7505 |     230      552     1380 |      433      428     30 |  0.002 % |
0.00/0.29	|     11350 |     230      552     1380 |      477      448     28 |  0.002 % |
0.00/0.45	|     17117 |     230      552     1380 |      524      365     25 |  0.002 % |
0.00/0.68	|     25766 |     230      552     1380 |      577      416     24 |  0.002 % |
0.99/1.04	|     38740 |     230      552     1380 |      635      552     28 |  0.002 % |
1.59/1.60	|     58201 |     230      552     1380 |      698      715     30 |  0.002 % |
2.39/2.48	|     87395 |     230      552     1380 |      768      503     27 |  0.002 % |
3.79/3.84	|    131186 |     230      552     1380 |      845      629     30 |  0.002 % |
5.89/5.91	|    196870 |     230      552     1380 |      930      575     29 |  0.002 % |
9.08/9.16	|    295397 |     230      552     1380 |     1023      957     34 |  0.002 % |
14.08/14.18	|    443188 |     230      552     1380 |     1125      783     30 |  0.002 % |
21.88/21.98	|    664873 |     230      552     1380 |     1237      886     32 |  0.002 % |
33.98/34.06	|    997401 |     230      552     1380 |     1361      709     29 |  0.002 % |
52.96/53.01	|   1496193 |     230      552     1380 |     1497      883     30 |  0.002 % |
81.55/81.68	|   2244379 |     230      552     1380 |     1647     1543     39 |  0.002 % |
125.94/126.01	|   3366657 |     230      552     1380 |     1812     1668     40 |  0.002 % |
196.91/197.05	|   5050068 |     230      552     1380 |     1993     1625     38 |  0.002 % |
306.77/306.93	|   7575184 |     230      552     1380 |     2192     1363     37 |  0.002 % |
476.89/477.19	|  11362860 |     230      552     1380 |     2412     2160     39 |  0.002 % |
743.42/743.79	|  17044374 |     230      552     1380 |     2653     1532     36 |  0.002 % |
1154.71/1155.18	|  25566645 |     230      552     1380 |     2918     2152     37 |  0.002 % |
1200.00/1200.40	HOME/run.sh: line 55: 22436 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1807553-1242158628/watcher-1807553-1242158628 -o /tmp/evaluation-result-1807553-1242158628/solver-1807553-1242158628 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807553-1242158628.cnf HOME 

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: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22432
/proc/meminfo: memFree=1407728/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243889993 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22432/statm: 1340 237 196 169 0 51 0
[pid=22433] ppid=22432 vsize=1616 CPUtime=0
/proc/22433/stat : 22433 (revival) R 22432 22432 22360 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 50000 243889993 1654784 126 1992294400 134512640 134537284 4294956368 18446744073709551615 9747568 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22433/statm: 404 126 95 6 0 42 0

[startup+0.0270451 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22432
/proc/meminfo: memFree=1407728/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102054 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22432
/proc/meminfo: memFree=1407728/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302076 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22432
/proc/meminfo: memFree=1407728/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70112 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22432
/proc/meminfo: memFree=1407728/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50121 s]
/proc/loadavg: 0.91 0.96 0.98 2/66 22436
/proc/meminfo: memFree=1407136/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=2152 CPUtime=1.49
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 181 0 0 0 149 0 0 0 25 0 1 0 243889994 2203648 165 1992294400 134512640 135212939 4294956240 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 538 165 76 170 0 366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7512

[startup+3.10138 s]
/proc/loadavg: 0.91 0.96 0.98 2/66 22436
/proc/meminfo: memFree=1406816/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=2152 CPUtime=3.09
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 203 0 0 0 309 0 0 0 25 0 1 0 243889994 2203648 187 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 538 187 76 170 0 366 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7512

[startup+6.30174 s]
/proc/loadavg: 0.92 0.96 0.98 2/66 22436
/proc/meminfo: memFree=1406688/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=2284 CPUtime=6.29
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 225 0 0 0 629 0 0 0 25 0 1 0 243889994 2338816 209 1992294400 134512640 135212939 4294956240 18446744073709551615 134526582 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 571 209 76 170 0 399 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7644

[startup+12.7014 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 22436
/proc/meminfo: memFree=1406496/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=2416 CPUtime=12.68
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 248 0 0 0 1268 0 0 0 25 0 1 0 243889994 2473984 232 1992294400 134512640 135212939 4294956240 18446744073709551615 134536470 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 604 232 76 170 0 432 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7776

[startup+25.5029 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 22436
/proc/meminfo: memFree=1406304/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=2540 CPUtime=25.48
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 290 0 0 0 2548 0 0 0 25 0 1 0 243889994 2600960 274 1992294400 134512640 135212939 4294956240 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 635 274 76 170 0 463 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7900

[startup+51.1027 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 22436
/proc/meminfo: memFree=1406240/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=2804 CPUtime=51.06
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 337 0 0 0 5106 0 0 0 25 0 1 0 243889994 2871296 321 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 701 321 76 170 0 529 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8164

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1405792/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3068 CPUtime=102.25
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 411 0 0 0 10225 0 0 0 25 0 1 0 243889994 3141632 395 1992294400 134512640 135212939 4294956240 18446744073709551615 134537041 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 767 395 76 170 0 595 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8428

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1405600/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3200 CPUtime=162.22
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 454 0 0 0 16222 0 0 0 25 0 1 0 243889994 3276800 438 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 800 438 76 170 0 628 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 8560

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1405472/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3332 CPUtime=222.2
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 488 0 0 0 22220 0 0 0 25 0 1 0 243889994 3411968 472 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 833 472 76 170 0 661 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 8692

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1405344/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3448 CPUtime=282.17
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 516 0 0 0 28217 0 0 0 25 0 1 0 243889994 3530752 500 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 862 500 76 170 0 690 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 8808

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1405152/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3584 CPUtime=342.14
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 557 0 0 0 34214 0 0 0 25 0 1 0 243889994 3670016 541 1992294400 134512640 135212939 4294956240 18446744073709551615 134541473 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 896 541 76 170 0 724 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 8944

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1405088/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3716 CPUtime=402.12
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 573 0 0 0 40212 0 0 0 25 0 1 0 243889994 3805184 557 1992294400 134512640 135212939 4294956240 18446744073709551615 134535940 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 929 557 76 170 0 757 0
Current children cumulated CPU time (s) 402.12

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

/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3716 CPUtime=462.09
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 590 0 0 0 46209 0 0 0 25 0 1 0 243889994 3805184 574 1992294400 134512640 135212939 4294956240 18446744073709551615 134527089 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 929 574 76 170 0 757 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 9076

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404896/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3848 CPUtime=522.07
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 618 0 0 0 52207 0 0 0 25 0 1 0 243889994 3940352 602 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 962 602 76 170 0 790 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 9208

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404832/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3980 CPUtime=582.06
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 628 0 0 0 58206 0 0 0 25 0 1 0 243889994 4075520 612 1992294400 134512640 135212939 4294956240 18446744073709551615 134536114 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 995 612 76 170 0 823 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 9340

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404704/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3980 CPUtime=642.05
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 636 0 0 0 64204 1 0 0 25 0 1 0 243889994 4075520 620 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 995 620 76 170 0 823 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 9340

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404640/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=3980 CPUtime=702.03
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 642 0 0 0 70202 1 0 0 25 0 1 0 243889994 4075520 626 1992294400 134512640 135212939 4294956240 18446744073709551615 134536864 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 995 626 76 170 0 823 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 9340

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404576/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4112 CPUtime=762.02
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 662 0 0 0 76201 1 0 0 25 0 1 0 243889994 4210688 646 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1028 646 76 170 0 856 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 9472

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404512/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4112 CPUtime=822
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 674 0 0 0 82199 1 0 0 25 0 1 0 243889994 4210688 658 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1028 658 76 170 0 856 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 9472

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404448/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4112 CPUtime=881.98
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 681 0 0 0 88197 1 0 0 25 0 1 0 243889994 4210688 665 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1028 665 76 170 0 856 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 9472

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404320/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4112 CPUtime=941.97
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 693 0 0 0 94196 1 0 0 25 0 1 0 243889994 4210688 677 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1028 677 76 170 0 856 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 9472

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404256/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4248 CPUtime=1001.95
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 698 0 0 0 100194 1 0 0 25 0 1 0 243889994 4349952 682 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1062 682 76 170 0 890 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 9608

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404256/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4248 CPUtime=1061.93
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 700 0 0 0 106192 1 0 0 25 0 1 0 243889994 4349952 684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1062 684 76 170 0 890 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 9608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404192/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4248 CPUtime=1121.92
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 700 0 0 0 112191 1 0 0 25 0 1 0 243889994 4349952 684 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1062 684 76 170 0 890 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 9608

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404128/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4248 CPUtime=1181.9
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 719 0 0 0 118189 1 0 0 25 0 1 0 243889994 4349952 703 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1062 703 76 170 0 890 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 9608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 22436
/proc/meminfo: memFree=1404128/2055920 swapFree=4180664/4192956
[pid=22432] ppid=22430 vsize=5360 CPUtime=0
/proc/22432/stat : 22432 (run.sh) S 22430 22432 22360 0 -1 4194304 341 277 0 0 0 0 0 0 16 0 1 0 243889993 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22432/statm: 1340 241 197 169 0 51 0
[pid=22436] ppid=22432 vsize=4380 CPUtime=1200
/proc/22436/stat : 22436 (minisat) R 22432 22432 22360 0 -1 4194304 728 0 0 0 119999 1 0 0 25 0 1 0 243889994 4485120 712 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/22436/statm: 1095 712 76 170 0 923 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 9740

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1200
CPU system time (s): 0.021996
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 9740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1362
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= 10
involuntary context switches= 2609

runsolver used 1.03184 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 22:03:48
IDJOB=1807553
IDBENCH=71789
IDSOLVER=647
FILE ID=node59/1807553-1242158628
PBS_JOBID= 9289736
Free space on /tmp= 66284 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-230-100.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807553-1242158628/watcher-1807553-1242158628 -o /tmp/evaluation-result-1807553-1242158628/solver-1807553-1242158628 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807553-1242158628.cnf HOME

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

MD5SUM BENCH= d2dd2899777fd93a70e706988970ef5e
RANDOM SEED=84004434

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1408208 kB
Buffers:         68772 kB
Cached:         490332 kB
SwapCached:       6724 kB
Active:          27892 kB
Inactive:       541320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408208 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            64524 kB
Committed_AS:   922588 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node59 at 2009-05-12 22:23:49