Trace number 1806182

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.06 1200.61

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
MD5SUMad341047b56d6b96e36142808d331e4f
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 variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c 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 |    1400     4200 |     419       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 400   #clauses: 1400   #literals: 4200
0.00/0.00	c CPU time:   0.003999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c SatElite is done !
0.00/0.01	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.01	#LEARNT CLAUSES 0
0.00/0.01	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:  400                                                  |
0.00/0.01	|  Number of clauses:    1400                                                 |
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 |     400     1400     4200 |      466        0    nan |  0.000 % |
0.00/0.02	|       102 |     400     1400     4200 |      513      102     28 |  0.001 % |
0.00/0.02	|       253 |     400     1400     4200 |      564      253     30 |  0.001 % |
0.00/0.03	|       481 |     400     1400     4200 |      621      481     29 |  0.001 % |
0.00/0.04	|       819 |     400     1400     4200 |      683      478     26 |  0.001 % |
0.00/0.06	|      1325 |     400     1400     4200 |      751      615     26 |  0.001 % |
0.00/0.08	|      2084 |     400     1400     4200 |      826      563     24 |  0.001 % |
0.01/0.12	|      3223 |     400     1400     4200 |      909      819     26 |  0.001 % |
0.01/0.18	|      4931 |     400     1400     4200 |     1000      579     23 |  0.001 % |
0.01/0.28	|      7493 |     400     1400     4200 |     1100     1016     25 |  0.001 % |
0.01/0.43	|     11339 |     400     1400     4200 |     1210      811     23 |  0.001 % |
0.01/0.66	|     17106 |     400     1400     4200 |     1331      855     23 |  0.001 % |
0.99/1.02	|     25757 |     400     1400     4200 |     1464     1188     24 |  0.001 % |
1.49/1.57	|     38731 |     400     1400     4200 |     1611     1210     24 |  0.001 % |
2.39/2.44	|     58195 |     400     1400     4200 |     1772     1464     27 |  0.001 % |
3.69/3.76	|     87387 |     400     1400     4200 |     1949     1289     24 |  0.001 % |
5.79/5.83	|    131176 |     400     1400     4200 |     2144     1935     26 |  0.001 % |
8.99/9.00	|    196860 |     400     1400     4200 |     2358     1616     25 |  0.001 % |
13.89/13.98	|    295389 |     400     1400     4200 |     2594     2020     25 |  0.001 % |
21.78/21.81	|    443178 |     400     1400     4200 |     2854     2085     28 |  0.001 % |
33.97/34.07	|    664863 |     400     1400     4200 |     3139     2030     26 |  0.001 % |
52.96/53.02	|    997388 |     400     1400     4200 |     3453     3007     31 |  0.001 % |
82.55/82.68	|   1496176 |     400     1400     4200 |     3798     2062     26 |  0.001 % |
128.82/128.97	|   2244358 |     400     1400     4200 |     4178     3017     29 |  0.001 % |
201.79/201.91	|   3366633 |     400     1400     4200 |     4596     2969     28 |  0.001 % |
314.35/314.56	|   5050045 |     400     1400     4200 |     5056     2601     27 |  0.001 % |
491.27/491.53	|   7575161 |     400     1400     4200 |     5561     3209     27 |  0.001 % |
770.04/770.46	|  11362836 |     400     1400     4200 |     6117     5295     29 |  0.001 % |
1200.04/1200.60	HOME/run.sh: line 54: 21157 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-1806182-1242146100/watcher-1806182-1242146100 -o /tmp/evaluation-result-1806182-1242146100/solver-1806182-1242146100 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806182-1242146100.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: 1.05 1.06 0.96 3/64 21153
/proc/meminfo: memFree=1408416/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0
/proc/21153/stat : 21153 (run.sh) R 21151 21153 20961 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 69611871 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21153/statm: 1340 237 196 169 0 51 0
[pid=21154] ppid=21153 vsize=816 CPUtime=0
/proc/21154/stat : 21154 (SatElite) R 21153 21153 20961 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 69611871 835584 119 1992294400 134512640 135031949 4294956224 18446744073709551615 134565964 0 0 4096 3 0 0 0 17 0 0 0
/proc/21154/statm: 204 119 66 126 0 75 0

[startup+0.0885159 s]
/proc/loadavg: 1.05 1.06 0.96 3/64 21153
/proc/meminfo: memFree=1408416/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.1015 s]
/proc/loadavg: 1.05 1.06 0.96 3/64 21153
/proc/meminfo: memFree=1408416/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301521 s]
/proc/loadavg: 1.05 1.06 0.96 3/64 21153
/proc/meminfo: memFree=1408416/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701563 s]
/proc/loadavg: 1.05 1.06 0.96 3/64 21153
/proc/meminfo: memFree=1408416/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.50164 s]
/proc/loadavg: 1.05 1.06 0.96 2/66 21157
/proc/meminfo: memFree=1407568/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=2284 CPUtime=1.48
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 230 0 0 0 148 0 0 0 25 0 1 0 69611872 2338816 214 1992294400 134512640 135212939 4294956240 18446744073709551615 134536358 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 571 214 76 170 0 399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7644

[startup+3.10281 s]
/proc/loadavg: 1.05 1.06 0.96 2/66 21157
/proc/meminfo: memFree=1407376/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=2416 CPUtime=3.08
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 264 0 0 0 308 0 0 0 25 0 1 0 69611872 2473984 248 1992294400 134512640 135212939 4294956240 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 604 248 76 170 0 432 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7776

[startup+6.30115 s]
/proc/loadavg: 1.04 1.06 0.96 2/66 21157
/proc/meminfo: memFree=1407120/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=2548 CPUtime=6.28
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 305 0 0 0 628 0 0 0 25 0 1 0 69611872 2609152 289 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 637 289 76 170 0 465 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7908

[startup+12.7018 s]
/proc/loadavg: 1.04 1.05 0.96 2/66 21157
/proc/meminfo: memFree=1406736/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=2812 CPUtime=12.68
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 357 0 0 0 1268 0 0 0 25 0 1 0 69611872 2879488 341 1992294400 134512640 135212939 4294956240 18446744073709551615 134536617 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 703 341 76 170 0 531 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8172

[startup+25.5012 s]
/proc/loadavg: 1.03 1.05 0.96 2/66 21157
/proc/meminfo: memFree=1406480/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=3208 CPUtime=25.47
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 449 0 0 0 2547 0 0 0 25 0 1 0 69611872 3284992 433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 802 433 76 170 0 630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8568

[startup+51.1018 s]
/proc/loadavg: 1.02 1.05 0.96 2/66 21157
/proc/meminfo: memFree=1406224/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=3476 CPUtime=51.05
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 522 0 0 0 5105 0 0 0 25 0 1 0 69611872 3559424 506 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 869 506 76 170 0 697 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8836

[startup+102.305 s]
/proc/loadavg: 1.01 1.04 0.96 2/66 21157
/proc/meminfo: memFree=1405520/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=4008 CPUtime=102.24
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 652 0 0 0 10224 0 0 0 25 0 1 0 69611872 4104192 636 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1002 636 76 170 0 830 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9368

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 0.96 2/66 21157
/proc/meminfo: memFree=1405136/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=4408 CPUtime=162.2
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 747 0 0 0 16220 0 0 0 25 0 1 0 69611872 4513792 731 1992294400 134512640 135212939 4294956240 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1102 731 76 170 0 930 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9768

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 0.96 2/66 21157
/proc/meminfo: memFree=1404752/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=4672 CPUtime=222.17
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 834 0 0 0 22217 0 0 0 25 0 1 0 69611872 4784128 818 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1168 818 76 170 0 996 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10032

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 0.96 2/66 21157
/proc/meminfo: memFree=1404560/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=4936 CPUtime=282.15
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 888 0 0 0 28215 0 0 0 25 0 1 0 69611872 5054464 872 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1234 872 76 170 0 1062 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 10296

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 21157
/proc/meminfo: memFree=1404240/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=5200 CPUtime=342.12
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 952 0 0 0 34212 0 0 0 25 0 1 0 69611872 5324800 936 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1300 936 76 170 0 1128 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 10560

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1404112/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=5332 CPUtime=402.09
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 986 0 0 0 40209 0 0 0 25 0 1 0 69611872 5459968 970 1992294400 134512640 135212939 4294956240 18446744073709551615 134536470 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1333 970 76 170 0 1161 0
Current children cumulated CPU time (s) 402.1

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

[pid=21157] ppid=21153 vsize=5468 CPUtime=462.08
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1014 0 0 0 46207 1 0 0 25 0 1 0 69611872 5599232 998 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1367 998 76 170 0 1195 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 10828

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403856/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=5600 CPUtime=522.05
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1062 0 0 0 52204 1 0 0 25 0 1 0 69611872 5734400 1046 1992294400 134512640 135212939 4294956240 18446744073709551615 134536082 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1400 1046 76 170 0 1228 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 10960

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403728/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=5732 CPUtime=582.02
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1093 0 0 0 58201 1 0 0 25 0 1 0 69611872 5869568 1077 1992294400 134512640 135212939 4294956240 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1433 1077 76 170 0 1261 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 11092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403600/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=5868 CPUtime=642
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1117 0 0 0 64199 1 0 0 25 0 1 0 69611872 6008832 1101 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1467 1101 76 170 0 1295 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 11228

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403536/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=5868 CPUtime=701.97
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1127 0 0 0 70196 1 0 0 25 0 1 0 69611872 6008832 1111 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1467 1111 76 170 0 1295 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 11228

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403472/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6004 CPUtime=761.94
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1146 0 0 0 76193 1 0 0 25 0 1 0 69611872 6148096 1130 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1501 1130 76 170 0 1329 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 11364

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403280/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6136 CPUtime=821.91
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1196 0 0 0 82190 1 0 0 25 0 1 0 69611872 6283264 1180 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1534 1180 76 170 0 1362 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 11496

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403216/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6268 CPUtime=881.89
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1217 0 0 0 88188 1 0 0 25 0 1 0 69611872 6418432 1201 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1567 1201 76 170 0 1395 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 11628

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403088/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6268 CPUtime=941.86
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1226 0 0 0 94185 1 0 0 25 0 1 0 69611872 6418432 1210 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1567 1210 76 170 0 1395 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 11628

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403024/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6408 CPUtime=1001.83
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1252 0 0 0 100182 1 0 0 25 0 1 0 69611872 6561792 1236 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1602 1236 76 170 0 1430 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 11768

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403024/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6408 CPUtime=1061.81
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1263 0 0 0 106180 1 0 0 25 0 1 0 69611872 6561792 1247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1602 1247 76 170 0 1430 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 11768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1403024/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6408 CPUtime=1121.77
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1271 0 0 0 112176 1 0 0 25 0 1 0 69611872 6561792 1255 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1602 1255 76 170 0 1430 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 11768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1402896/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6536 CPUtime=1181.74
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1289 0 0 0 118173 1 0 0 25 0 1 0 69611872 6692864 1273 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1634 1273 76 170 0 1462 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 11896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 21157
/proc/meminfo: memFree=1402896/2055920 swapFree=4192812/4192956
[pid=21153] ppid=21151 vsize=5360 CPUtime=0.01
/proc/21153/stat : 21153 (run.sh) S 21151 21153 20961 0 -1 4194304 343 320 0 0 0 0 1 0 16 0 1 0 69611871 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1340 241 197 169 0 51 0
[pid=21157] ppid=21153 vsize=6536 CPUtime=1200.03
/proc/21157/stat : 21157 (minisat) R 21153 21153 20961 0 -1 4194304 1290 0 0 0 120002 1 0 0 25 0 1 0 69611872 6692864 1274 1992294400 134512640 135212939 4294956240 18446744073709551615 134526904 0 0 4096 3 0 0 0 17 0 0 0
/proc/21157/statm: 1634 1274 76 170 0 1462 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 11896

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1200.04
CPU system time (s): 0.019996
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 11900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1968
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= 3445

runsolver used 1.19682 second user time and 3.18152 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-12 18:35:00
IDJOB=1806182
IDBENCH=24685
IDSOLVER=648
FILE ID=node7/1806182-1242146100
PBS_JOBID= 9289714
Free space on /tmp= 66256 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806182-1242146100/watcher-1806182-1242146100 -o /tmp/evaluation-result-1806182-1242146100/solver-1806182-1242146100 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806182-1242146100.cnf HOME

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

MD5SUM BENCH= ad341047b56d6b96e36142808d331e4f
RANDOM SEED=496592761

node7.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.243
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.243
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:       1408960 kB
Buffers:         58624 kB
Cached:         490948 kB
SwapCached:        140 kB
Active:          87852 kB
Inactive:       475768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            69316 kB
Committed_AS:   252604 kB
PageTables:       1444 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= 66256 MiB
End job on node7 at 2009-05-12 18:55:01