Trace number 1806882

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

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 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.00	c SatElite is done !
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 Calling MINISAT
0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  240                                                  |
0.00/0.00	|  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.19	|      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.08	|     38727 |     240      576     1440 |      662      465     25 |  0.002 % |
1.59/1.65	|     58189 |     240      576     1440 |      729      529     27 |  0.002 % |
2.49/2.54	|     87381 |     240      576     1440 |      802      673     31 |  0.002 % |
3.89/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.53	|    295380 |     240      576     1440 |     1067      954     33 |  0.002 % |
14.68/14.72	|    443169 |     240      576     1440 |     1174      935     36 |  0.002 % |
22.67/22.76	|    664854 |     240      576     1440 |     1291      833     32 |  0.002 % |
35.67/35.71	|    997380 |     240      576     1440 |     1420     1355     36 |  0.002 % |
55.25/55.30	|   1496168 |     240      576     1440 |     1562     1192     35 |  0.002 % |
85.74/85.86	|   2244350 |     240      576     1440 |     1719     1198     35 |  0.002 % |
132.21/132.31	|   3366626 |     240      576     1440 |     1891     1573     38 |  0.002 % |
206.42/206.65	|   5050037 |     240      576     1440 |     2080     1527     40 |  0.002 % |
320.24/320.50	|   7575153 |     240      576     1440 |     2288     1960     43 |  0.002 % |
498.07/498.52	|  11362828 |     240      576     1440 |     2517     2324     42 |  0.002 % |
772.70/773.33	|  17044340 |     240      576     1440 |     2768     2200     39 |  0.002 % |
1200.04/1200.90	HOME/run.sh: line 54: 15123 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-1806882-1242153318/watcher-1806882-1242153318 -o /tmp/evaluation-result-1806882-1242153318/solver-1806882-1242153318 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806882-1242153318.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.97 0.93 3/64 15119
/proc/meminfo: memFree=556088/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) R 15117 15119 14735 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 243358139 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15119/statm: 1340 237 196 169 0 51 0
[pid=15120] ppid=15119 vsize=688 CPUtime=0
/proc/15120/stat : 15120 (SatElite) R 15119 15119 14735 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 243358139 704512 99 1992294400 134512640 135031949 4294956224 18446744073709551615 134766043 0 0 4096 3 0 0 0 17 0 0 0
/proc/15120/statm: 172 99 68 126 0 43 0

[startup+0.00941603 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 15119
/proc/meminfo: memFree=556088/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101015 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 15119
/proc/meminfo: memFree=556088/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301054 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 15119
/proc/meminfo: memFree=556088/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701132 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 15119
/proc/meminfo: memFree=556088/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50129 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=555560/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=2152 CPUtime=1.49
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 185 0 0 0 149 0 0 0 25 0 1 0 243358140 2203648 169 1992294400 134512640 135212939 4294956240 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 538 169 76 170 0 366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7512

[startup+3.10161 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=555304/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=2280 CPUtime=3.09
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 207 0 0 0 309 0 0 0 25 0 1 0 243358140 2334720 191 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 570 191 76 170 0 398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7640

[startup+6.30123 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=555112/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=2280 CPUtime=6.28
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 234 0 0 0 628 0 0 0 25 0 1 0 243358140 2334720 218 1992294400 134512640 135212939 4294956240 18446744073709551615 134537704 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 570 218 76 170 0 398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7640

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554984/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=2408 CPUtime=12.68
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 265 0 0 0 1268 0 0 0 25 0 1 0 243358140 2465792 249 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 602 249 76 170 0 430 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7768

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554984/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=2668 CPUtime=25.47
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 311 0 0 0 2547 0 0 0 25 0 1 0 243358140 2732032 295 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 667 295 76 170 0 495 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8028

[startup+51.101 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554920/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=2800 CPUtime=51.05
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 356 0 0 0 5105 0 0 0 25 0 1 0 243358140 2867200 340 1992294400 134512640 135212939 4294956240 18446744073709551615 134535769 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 700 340 76 170 0 528 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8160

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554536/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3064 CPUtime=102.22
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 426 0 0 0 10222 0 0 0 25 0 1 0 243358140 3137536 410 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 766 410 76 170 0 594 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 8424

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554344/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3324 CPUtime=162.16
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 470 0 0 0 16216 0 0 0 25 0 1 0 243358140 3403776 454 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 831 454 76 170 0 659 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 8684

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554152/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3456 CPUtime=222.11
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 505 0 0 0 22211 0 0 0 25 0 1 0 243358140 3538944 489 1992294400 134512640 135212939 4294956240 18446744073709551615 134536987 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 864 489 76 170 0 692 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 8816

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=554024/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3588 CPUtime=282.06
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 539 0 0 0 28206 0 0 0 25 0 1 0 243358140 3674112 523 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 897 523 76 170 0 725 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 8948

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=553896/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3720 CPUtime=342.03
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 574 0 0 0 34203 0 0 0 25 0 1 0 243358140 3809280 558 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 930 558 76 170 0 758 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 9080

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15123
/proc/meminfo: memFree=553768/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3856 CPUtime=401.97
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 608 0 0 0 40197 0 0 0 25 0 1 0 243358140 3948544 592 1992294400 134512640 135212939 4294956240 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 964 592 76 170 0 792 0
Current children cumulated CPU time (s) 401.97

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

/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3992 CPUtime=521.86
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 642 0 0 0 52186 0 0 0 25 0 1 0 243358140 4087808 626 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 998 626 76 170 0 826 0
Current children cumulated CPU time (s) 521.86
Current children cumulated vsize (KiB) 9352

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=3992 CPUtime=581.81
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 656 0 0 0 58181 0 0 0 25 0 1 0 243358140 4087808 640 1992294400 134512640 135212939 4294956240 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 998 640 76 170 0 826 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 9352

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4108 CPUtime=641.78
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 665 0 0 0 64178 0 0 0 25 0 1 0 243358140 4206592 649 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1027 649 76 170 0 855 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 9468

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4108 CPUtime=701.74
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 674 0 0 0 70174 0 0 0 25 0 1 0 243358140 4206592 658 1992294400 134512640 135212939 4294956240 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1027 658 76 170 0 855 0
Current children cumulated CPU time (s) 701.74
Current children cumulated vsize (KiB) 9468

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4108 CPUtime=761.7
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 676 0 0 0 76170 0 0 0 25 0 1 0 243358140 4206592 660 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1027 660 76 170 0 855 0
Current children cumulated CPU time (s) 761.7
Current children cumulated vsize (KiB) 9468

[startup+822.303 s]
/proc/loadavg: 1.06 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4224 CPUtime=821.67
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 706 0 0 0 82166 1 0 0 25 0 1 0 243358140 4325376 690 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1056 690 76 170 0 884 0
Current children cumulated CPU time (s) 821.67
Current children cumulated vsize (KiB) 9584

[startup+882.301 s]
/proc/loadavg: 1.02 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4224 CPUtime=881.63
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 720 0 0 0 88162 1 0 0 25 0 1 0 243358140 4325376 704 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1056 704 76 170 0 884 0
Current children cumulated CPU time (s) 881.63
Current children cumulated vsize (KiB) 9584

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553320/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4352 CPUtime=941.6
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 729 0 0 0 94159 1 0 0 25 0 1 0 243358140 4456448 713 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1088 713 76 170 0 916 0
Current children cumulated CPU time (s) 941.6
Current children cumulated vsize (KiB) 9712

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553256/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4352 CPUtime=1001.56
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 746 0 0 0 100155 1 0 0 25 0 1 0 243358140 4456448 730 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1088 730 76 170 0 916 0
Current children cumulated CPU time (s) 1001.56
Current children cumulated vsize (KiB) 9712

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553256/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4484 CPUtime=1061.52
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 755 0 0 0 106151 1 0 0 25 0 1 0 243358140 4591616 739 1992294400 134512640 135212939 4294956240 18446744073709551615 134536592 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1121 739 76 170 0 949 0
Current children cumulated CPU time (s) 1061.52
Current children cumulated vsize (KiB) 9844

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553192/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4484 CPUtime=1121.48
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 767 0 0 0 112147 1 0 0 25 0 1 0 243358140 4591616 751 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1121 751 76 170 0 949 0
Current children cumulated CPU time (s) 1121.48
Current children cumulated vsize (KiB) 9844

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553192/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4484 CPUtime=1181.45
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 776 0 0 0 118144 1 0 0 25 0 1 0 243358140 4591616 760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1121 760 76 170 0 949 0
Current children cumulated CPU time (s) 1181.45
Current children cumulated vsize (KiB) 9844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553128/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4484 CPUtime=1200.04
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 779 0 0 0 120003 1 0 0 25 0 1 0 243358140 4591616 763 1992294400 134512640 135212939 4294956240 18446744073709551615 134536510 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1121 763 76 170 0 949 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 9844

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.9 s]
/proc/loadavg: 1.00 0.99 0.94 2/66 15125
/proc/meminfo: memFree=553128/2055920 swapFree=4181908/4192956
[pid=15119] ppid=15117 vsize=5360 CPUtime=0
/proc/15119/stat : 15119 (run.sh) S 15117 15119 14735 0 -1 4194304 343 280 0 0 0 0 0 0 19 0 1 0 243358139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15119/statm: 1340 241 197 169 0 51 0
[pid=15123] ppid=15119 vsize=4484 CPUtime=1200.04
/proc/15123/stat : 15123 (minisat) R 15119 15119 14735 0 -1 4194304 779 0 0 0 120003 1 0 0 25 0 1 0 243358140 4591616 763 1992294400 134512640 135212939 4294956240 18446744073709551615 134536510 0 0 4096 3 0 0 0 17 0 0 0
/proc/15123/statm: 1121 763 76 170 0 949 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 9844

Child status: 143
Real time (s): 1200.91
CPU time (s): 1200.07
CPU user time (s): 1200.04
CPU system time (s): 0.023996
CPU usage (%): 99.9301
Max. virtual memory (cumulated for all children) (KiB): 9844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1417
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= 8
involuntary context switches= 3456

runsolver used 0.931858 second user time and 3.44648 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-12 20:35:18
IDJOB=1806882
IDBENCH=71122
IDSOLVER=648
FILE ID=node66/1806882-1242153318
PBS_JOBID= 9289659
Free space on /tmp= 66264 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 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-1806882-1242153318/watcher-1806882-1242153318 -o /tmp/evaluation-result-1806882-1242153318/solver-1806882-1242153318 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806882-1242153318.cnf HOME

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

MD5SUM BENCH= 227ae3ed738eb1cf18ca67ef64582b2c
RANDOM SEED=537349066

node66.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.263
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	: 5931.00
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.263
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:        556760 kB
Buffers:         75768 kB
Cached:        1330788 kB
SwapCached:       5124 kB
Active:         177068 kB
Inactive:      1237616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        556760 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            70492 kB
Committed_AS:   979204 kB
PageTables:       1360 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= 66260 MiB
End job on node66 at 2009-05-12 20:55:19