Trace number 1806881

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.1 1200.71

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-240-100.cnf
MD5SUM227ae3ed738eb1cf18ca67ef64582b2c
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 variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
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 |     576     1440 |     172       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 240   #clauses: 576   #literals: 1440
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c SatElite is done !
0.00/0.01	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:  240                                                  |
0.00/0.01	|  Number of clauses:    576                                                  |
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 |     240      576     1440 |      192        0    nan |  0.000 % |
0.00/0.01	|       101 |     240      576     1440 |      211      101     34 |  0.002 % |
0.00/0.01	|       251 |     240      576     1440 |      232      251     33 |  0.002 % |
0.00/0.02	|       479 |     240      576     1440 |      255      202     26 |  0.002 % |
0.00/0.02	|       816 |     240      576     1440 |      281      357     33 |  0.002 % |
0.00/0.04	|      1322 |     240      576     1440 |      309      329     31 |  0.002 % |
0.00/0.06	|      2081 |     240      576     1440 |      340      350     31 |  0.002 % |
0.00/0.08	|      3222 |     240      576     1440 |      374      259     22 |  0.002 % |
0.00/0.13	|      4932 |     240      576     1440 |      411      392     28 |  0.002 % |
0.00/0.20	|      7494 |     240      576     1440 |      452      264     22 |  0.002 % |
0.00/0.30	|     11338 |     240      576     1440 |      497      423     29 |  0.002 % |
0.00/0.45	|     17104 |     240      576     1440 |      547      397     26 |  0.002 % |
0.00/0.70	|     25753 |     240      576     1440 |      602      626     31 |  0.002 % |
0.99/1.07	|     38727 |     240      576     1440 |      662      465     25 |  0.002 % |
1.58/1.65	|     58189 |     240      576     1440 |      729      529     27 |  0.002 % |
2.48/2.54	|     87381 |     240      576     1440 |      802      673     31 |  0.002 % |
3.88/3.94	|    131170 |     240      576     1440 |      882      471     24 |  0.002 % |
5.98/6.08	|    196854 |     240      576     1440 |      970      918     33 |  0.002 % |
9.48/9.52	|    295380 |     240      576     1440 |     1067      954     33 |  0.002 % |
14.58/14.70	|    443169 |     240      576     1440 |     1174      935     36 |  0.002 % |
22.68/22.73	|    664854 |     240      576     1440 |     1291      833     32 |  0.002 % |
35.57/35.68	|    997380 |     240      576     1440 |     1420     1355     36 |  0.002 % |
55.06/55.13	|   1496168 |     240      576     1440 |     1562     1192     35 |  0.002 % |
85.54/85.69	|   2244350 |     240      576     1440 |     1719     1198     35 |  0.002 % |
131.71/131.90	|   3366626 |     240      576     1440 |     1891     1573     38 |  0.002 % |
205.18/205.30	|   5050037 |     240      576     1440 |     2080     1527     40 |  0.002 % |
318.43/318.63	|   7575153 |     240      576     1440 |     2288     1960     43 |  0.002 % |
494.64/494.93	|  11362828 |     240      576     1440 |     2517     2324     42 |  0.002 % |
768.11/768.52	|  17044340 |     240      576     1440 |     2768     2200     39 |  0.002 % |
1196.97/1197.60	|  25566610 |     240      576     1440 |     3045     1771     41 |  0.002 % |
1200.08/1200.70	HOME/run.sh: line 55: 16977 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-1806881-1242153317/watcher-1806881-1242153317 -o /tmp/evaluation-result-1806881-1242153317/solver-1806881-1242153317 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806881-1242153317.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.99 0.98 0.99 2/64 16973
/proc/meminfo: memFree=1562240/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) R 16971 16973 16589 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243365690 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16973/statm: 1340 236 195 169 0 51 0
[pid=16974] ppid=16973 vsize=1616 CPUtime=0
/proc/16974/stat : 16974 (revival) R 16973 16973 16589 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 50000 243365690 1654784 126 1992294400 134512640 134537284 4294956368 18446744073709551615 11050096 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16974/statm: 404 126 95 6 0 42 0

[startup+0.0350521 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16973
/proc/meminfo: memFree=1562240/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102063 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16973
/proc/meminfo: memFree=1562240/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301097 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16973
/proc/meminfo: memFree=1562240/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701168 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 16973
/proc/meminfo: memFree=1562240/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50131 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1561584/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=2152 CPUtime=1.48
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 186 0 0 0 148 0 0 0 25 0 1 0 243365690 2203648 170 1992294400 134512640 135212939 4294956240 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 538 170 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10159 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1561392/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=2276 CPUtime=3.08
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 207 0 0 0 308 0 0 0 25 0 1 0 243365690 2330624 191 1992294400 134512640 135212939 4294956240 18446744073709551615 134538879 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 569 191 76 170 0 397 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7636

[startup+6.30115 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1561200/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=2276 CPUtime=6.28
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 234 0 0 0 628 0 0 0 25 0 1 0 243365690 2330624 218 1992294400 134512640 135212939 4294956240 18446744073709551615 134529615 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 569 218 76 170 0 397 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7636

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1560944/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=2404 CPUtime=12.68
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 265 0 0 0 1268 0 0 0 25 0 1 0 243365690 2461696 249 1992294400 134512640 135212939 4294956240 18446744073709551615 134527063 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 601 249 76 170 0 429 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7764

[startup+25.5025 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1560816/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=2660 CPUtime=25.48
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 311 0 0 0 2548 0 0 0 25 0 1 0 243365690 2723840 295 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 665 295 76 170 0 493 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8020

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1560624/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=2788 CPUtime=51.06
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 356 0 0 0 5106 0 0 0 25 0 1 0 243365690 2854912 340 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 697 340 76 170 0 525 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8148

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1560240/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=3052 CPUtime=102.23
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 425 0 0 0 10223 0 0 0 25 0 1 0 243365690 3125248 409 1992294400 134512640 135212939 4294956240 18446744073709551615 134534888 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 763 409 76 170 0 591 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8412

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1560048/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=3316 CPUtime=162.2
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 470 0 0 0 16220 0 0 0 25 0 1 0 243365690 3395584 454 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16977/statm: 829 454 76 170 0 657 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 8676

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1559856/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=3448 CPUtime=222.17
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 505 0 0 0 22217 0 0 0 25 0 1 0 243365690 3530752 489 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 862 489 76 170 0 690 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 8808

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16977
/proc/meminfo: memFree=1559728/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=3580 CPUtime=282.15
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 540 0 0 0 28215 0 0 0 25 0 1 0 243365690 3665920 524 1992294400 134512640 135212939 4294956240 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 895 524 76 170 0 723 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 8940

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1559280/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=3712 CPUtime=342.12
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 577 0 0 0 34212 0 0 0 25 0 1 0 243365690 3801088 561 1992294400 134512640 135212939 4294956240 18446744073709551615 134526913 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 928 561 76 170 0 756 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 9072

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1559216/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=3844 CPUtime=402.08
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 614 0 0 0 40208 0 0 0 25 0 1 0 243365690 3936256 598 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 961 598 76 170 0 789 0
Current children cumulated CPU time (s) 402.08

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

[pid=16977] ppid=16973 vsize=3976 CPUtime=522.03
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 641 0 0 0 52203 0 0 0 25 0 1 0 243365690 4071424 625 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 994 625 76 170 0 822 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 9336

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1559088/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4108 CPUtime=581.99
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 660 0 0 0 58199 0 0 0 25 0 1 0 243365690 4206592 644 1992294400 134512640 135212939 4294956240 18446744073709551615 134537231 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1027 644 76 170 0 855 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 9468

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1559088/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4108 CPUtime=641.97
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 670 0 0 0 64197 0 0 0 25 0 1 0 243365690 4206592 654 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1027 654 76 170 0 855 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 9468

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1559024/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4108 CPUtime=701.94
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 677 0 0 0 70194 0 0 0 25 0 1 0 243365690 4206592 661 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1027 661 76 170 0 855 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 9468

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558960/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4108 CPUtime=761.91
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 677 0 0 0 76191 0 0 0 25 0 1 0 243365690 4206592 661 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1027 661 76 170 0 855 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 9468

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558832/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4220 CPUtime=821.86
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 711 0 0 0 82186 0 0 0 25 0 1 0 243365690 4321280 695 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1055 695 76 170 0 883 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 9580

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558704/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4356 CPUtime=881.84
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 730 0 0 0 88184 0 0 0 25 0 1 0 243365690 4460544 714 1992294400 134512640 135212939 4294956240 18446744073709551615 134527077 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1089 714 76 170 0 917 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 9716

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558704/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4356 CPUtime=941.8
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 737 0 0 0 94180 0 0 0 25 0 1 0 243365690 4460544 721 1992294400 134512640 135212939 4294956240 18446744073709551615 134526769 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1089 721 76 170 0 917 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 9716

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558576/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4496 CPUtime=1001.77
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 762 0 0 0 100177 0 0 0 25 0 1 0 243365690 4603904 746 1992294400 134512640 135212939 4294956240 18446744073709551615 134538820 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1124 746 76 170 0 952 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 9856

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558512/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4496 CPUtime=1061.75
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 774 0 0 0 106175 0 0 0 25 0 1 0 243365690 4603904 758 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1124 758 76 170 0 952 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 9856

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558512/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4496 CPUtime=1121.71
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 779 0 0 0 112171 0 0 0 25 0 1 0 243365690 4603904 763 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1124 763 76 170 0 952 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 9856

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558448/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4496 CPUtime=1181.68
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 783 0 0 0 118168 0 0 0 25 0 1 0 243365690 4603904 767 1992294400 134512640 135212939 4294956240 18446744073709551615 134536389 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1124 767 76 170 0 952 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 9856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558448/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4496 CPUtime=1200.08
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 783 0 0 0 120008 0 0 0 25 0 1 0 243365690 4603904 767 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1124 767 76 170 0 952 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 9856

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16979
/proc/meminfo: memFree=1558448/2055920 swapFree=4180872/4192956
[pid=16973] ppid=16971 vsize=5360 CPUtime=0
/proc/16973/stat : 16973 (run.sh) S 16971 16973 16589 0 -1 4194304 341 278 0 0 0 0 0 0 16 0 1 0 243365690 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1340 241 197 169 0 51 0
[pid=16977] ppid=16973 vsize=4496 CPUtime=1200.08
/proc/16977/stat : 16977 (minisat) R 16973 16973 16589 0 -1 4194304 783 0 0 0 120008 0 0 0 25 0 1 0 243365690 4603904 767 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/16977/statm: 1124 767 76 170 0 952 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 9856

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.1
CPU user time (s): 1200.09
CPU system time (s): 0.013997
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 9856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.09
system time used= 0.013997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1418
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= 9
involuntary context switches= 2905

runsolver used 0.901862 second user time and 3.47647 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-12 20:35:17
IDJOB=1806881
IDBENCH=71122
IDSOLVER=647
FILE ID=node4/1806881-1242153317
PBS_JOBID= 9289717
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 227ae3ed738eb1cf18ca67ef64582b2c
RANDOM SEED=878473512

node4.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.265
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.265
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:       1562784 kB
Buffers:         58912 kB
Cached:         347304 kB
SwapCached:       5864 kB
Active:          91212 kB
Inactive:       322752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562784 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            65244 kB
Committed_AS:  1027324 kB
PageTables:       1468 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= 66208 MiB
End job on node4 at 2009-05-12 20:55:18