Trace number 1806476

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
MD5SUMd84d2f51f14938d23f8344f062b55708
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 variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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 |    1120     3360 |     335       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 280   #clauses: 1120   #literals: 3360
0.00/0.00	c CPU time:   0.002999 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.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:  280                                                  |
0.00/0.01	|  Number of clauses:    1120                                                 |
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 |     280     1120     3360 |      373        0    nan |  0.000 % |
0.00/0.01	|       100 |     280     1120     3360 |      410      100     30 |  0.001 % |
0.00/0.02	|       251 |     280     1120     3360 |      451      251     33 |  0.001 % |
0.00/0.03	|       478 |     280     1120     3360 |      496      478     30 |  0.001 % |
0.00/0.04	|       815 |     280     1120     3360 |      546      528     27 |  0.001 % |
0.00/0.06	|      1321 |     280     1120     3360 |      601      429     27 |  0.001 % |
0.00/0.09	|      2080 |     280     1120     3360 |      661      543     23 |  0.001 % |
0.00/0.13	|      3219 |     280     1120     3360 |      727      580     24 |  0.001 % |
0.00/0.20	|      4928 |     280     1120     3360 |      800      701     24 |  0.001 % |
0.00/0.33	|      7490 |     280     1120     3360 |      880      698     21 |  0.001 % |
0.00/0.52	|     11335 |     280     1120     3360 |      968      789     23 |  0.001 % |
0.00/0.79	|     17101 |     280     1120     3360 |     1065      525     16 |  0.001 % |
1.18/1.22	|     25751 |     280     1120     3360 |     1171      994     19 |  0.001 % |
1.78/1.83	|     38725 |     280     1120     3360 |     1288      757     15 |  0.001 % |
2.98/3.06	|     58188 |     280     1120     3360 |     1417     1080     21 |  0.001 % |
4.57/4.69	|     87380 |     280     1120     3360 |     1559     1370     20 |  0.001 % |
6.87/6.97	|    131169 |     280     1120     3360 |     1715     1440     21 |  0.001 % |
10.17/10.26	|    196853 |     280     1120     3360 |     1887     1494     19 |  0.001 % |
15.67/15.76	|    295379 |     280     1120     3360 |     2075     1479     19 |  0.001 % |
23.77/23.88	|    443169 |     280     1120     3360 |     2283     2060     18 |  0.001 % |
34.36/34.48	|    664853 |     280     1120     3360 |     2511     1415     16 |  0.001 % |
52.25/52.34	|    997379 |     280     1120     3360 |     2762     2095     16 |  0.001 % |
81.94/82.06	|   1496168 |     280     1120     3360 |     3039     2382     19 |  0.001 % |
128.02/128.11	|   2244350 |     280     1120     3360 |     3342     2657     20 |  0.001 % |
200.59/200.78	|   3366624 |     280     1120     3360 |     3677     2228     19 |  0.001 % |
315.75/315.92	|   5050035 |     280     1120     3360 |     4044     3316     17 |  0.001 % |
490.79/491.04	|   7575152 |     280     1120     3360 |     4449     3059     18 |  0.001 % |
764.18/764.59	|  11362828 |     280     1120     3360 |     4894     4355     19 |  0.001 % |
1181.79/1182.36	|  17044341 |     280     1120     3360 |     5383     3720     18 |  0.001 % |
1200.09/1200.60	HOME/run.sh: line 54: 12033 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-1806476-1242149698/watcher-1806476-1242149698 -o /tmp/evaluation-result-1806476-1242149698/solver-1806476-1242149698 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806476-1242149698.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.92 0.98 0.95 3/65 12029
/proc/meminfo: memFree=926536/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243003505 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12029/statm: 1340 238 197 169 0 51 0
[pid=12030] ppid=12029 vsize=816 CPUtime=0
/proc/12030/stat : 12030 (SatElite) R 12029 12029 11742 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 243003506 835584 112 1992294400 134512640 135031949 4294956224 18446744073709551615 134566362 0 0 4096 3 0 0 0 17 0 0 0
/proc/12030/statm: 204 112 66 126 0 75 0

[startup+0.0858131 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 12029
/proc/meminfo: memFree=926536/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101812 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 12029
/proc/meminfo: memFree=926536/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301832 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 12029
/proc/meminfo: memFree=926536/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701868 s]
/proc/loadavg: 0.92 0.98 0.95 3/65 12029
/proc/meminfo: memFree=926536/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50194 s]
/proc/loadavg: 0.92 0.98 0.95 2/67 12033
/proc/meminfo: memFree=925880/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=2152 CPUtime=1.48
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 193 0 0 0 148 0 0 0 25 0 1 0 243003507 2203648 177 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 538 177 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10209 s]
/proc/loadavg: 0.92 0.98 0.95 2/67 12033
/proc/meminfo: memFree=925624/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=2284 CPUtime=3.08
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 208 0 0 0 308 0 0 0 25 0 1 0 243003507 2338816 192 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 571 192 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7644

[startup+6.30139 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 12033
/proc/meminfo: memFree=925432/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=2284 CPUtime=6.27
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 236 0 0 0 627 0 0 0 25 0 1 0 243003507 2338816 220 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 571 220 76 170 0 399 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7644

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 12033
/proc/meminfo: memFree=925240/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=2408 CPUtime=12.67
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 270 0 0 0 1267 0 0 0 25 0 1 0 243003507 2465792 254 1992294400 134512640 135212939 4294956240 18446744073709551615 134536014 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 602 254 76 170 0 430 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7768

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.95 2/67 12033
/proc/meminfo: memFree=925176/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=2660 CPUtime=25.47
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 308 0 0 0 2547 0 0 0 25 0 1 0 243003507 2723840 292 1992294400 134512640 135212939 4294956240 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 665 292 76 170 0 493 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8020

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.95 2/67 12033
/proc/meminfo: memFree=924984/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=2792 CPUtime=51.05
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 366 0 0 0 5105 0 0 0 25 0 1 0 243003507 2859008 350 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 698 350 76 170 0 526 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8152

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.95 2/67 12033
/proc/meminfo: memFree=924408/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=3328 CPUtime=102.23
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 480 0 0 0 10223 0 0 0 25 0 1 0 243003507 3407872 464 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 832 464 76 170 0 660 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8688

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12033
/proc/meminfo: memFree=924088/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=3596 CPUtime=162.2
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 545 0 0 0 16220 0 0 0 25 0 1 0 243003507 3682304 529 1992294400 134512640 135212939 4294956240 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 899 529 76 170 0 727 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 8956

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12033
/proc/meminfo: memFree=923832/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=3732 CPUtime=222.19
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 598 0 0 0 22219 0 0 0 25 0 1 0 243003507 3821568 582 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 933 582 76 170 0 761 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 9092

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12033
/proc/meminfo: memFree=923640/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4004 CPUtime=282.16
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 659 0 0 0 28216 0 0 0 25 0 1 0 243003507 4100096 643 1992294400 134512640 135212939 4294956240 18446744073709551615 134543542 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1001 643 76 170 0 829 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9364

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12033
/proc/meminfo: memFree=923384/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4276 CPUtime=342.14
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 718 0 0 0 34214 0 0 0 25 0 1 0 243003507 4378624 702 1992294400 134512640 135212939 4294956240 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1069 702 76 170 0 897 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 9636

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=923064/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4412 CPUtime=402.11
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 749 0 0 0 40211 0 0 0 25 0 1 0 243003507 4517888 733 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1103 733 76 170 0 931 0
Current children cumulated CPU time (s) 402.11

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

/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4412 CPUtime=462.09
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 764 0 0 0 46209 0 0 0 25 0 1 0 243003507 4517888 748 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1103 748 76 170 0 931 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 9772

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=923000/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4548 CPUtime=522.07
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 789 0 0 0 52206 1 0 0 25 0 1 0 243003507 4657152 773 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1137 773 76 170 0 965 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 9908

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922872/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4680 CPUtime=582.05
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 834 0 0 0 58204 1 0 0 25 0 1 0 243003507 4792320 818 1992294400 134512640 135212939 4294956240 18446744073709551615 134526746 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1170 818 76 170 0 998 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 10040

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922808/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4820 CPUtime=642.03
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 851 0 0 0 64202 1 0 0 25 0 1 0 243003507 4935680 835 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1205 835 76 170 0 1033 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 10180

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922680/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4820 CPUtime=702
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 863 0 0 0 70199 1 0 0 25 0 1 0 243003507 4935680 847 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1205 847 76 170 0 1033 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 10180

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922680/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4820 CPUtime=761.98
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 863 0 0 0 76197 1 0 0 25 0 1 0 243003507 4935680 847 1992294400 134512640 135212939 4294956240 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1205 847 76 170 0 1033 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 10180

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922616/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4944 CPUtime=821.93
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 883 0 0 0 82192 1 0 0 25 0 1 0 243003507 5062656 867 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1236 867 76 170 0 1064 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 10304

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922552/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4944 CPUtime=881.9
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 894 0 0 0 88189 1 0 0 25 0 1 0 243003507 5062656 878 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1236 878 76 170 0 1064 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 10304

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922488/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=4944 CPUtime=941.88
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 904 0 0 0 94187 1 0 0 25 0 1 0 243003507 5062656 888 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1236 888 76 170 0 1064 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 10304

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922488/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=5076 CPUtime=1001.86
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 915 0 0 0 100185 1 0 0 25 0 1 0 243003507 5197824 899 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1269 899 76 170 0 1097 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 10436

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922424/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=5076 CPUtime=1061.84
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 918 0 0 0 106183 1 0 0 25 0 1 0 243003507 5197824 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1269 902 76 170 0 1097 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 10436

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922424/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=5076 CPUtime=1121.82
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 918 0 0 0 112181 1 0 0 25 0 1 0 243003507 5197824 902 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1269 902 76 170 0 1097 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 10436

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922360/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=5076 CPUtime=1181.79
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 937 0 0 0 118178 1 0 0 25 0 1 0 243003507 5197824 921 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1269 921 76 170 0 1097 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 10436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 12035
/proc/meminfo: memFree=922360/2055920 swapFree=4167512/4192956
[pid=12029] ppid=12027 vsize=5360 CPUtime=0
/proc/12029/stat : 12029 (run.sh) S 12027 12029 11742 0 -1 4194304 343 307 0 0 0 0 0 0 19 0 1 0 243003505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1340 241 197 169 0 51 0
[pid=12033] ppid=12029 vsize=5076 CPUtime=1200.09
/proc/12033/stat : 12033 (minisat) R 12029 12029 11742 0 -1 4194304 937 0 0 0 120008 1 0 0 25 0 1 0 243003507 5197824 921 1992294400 134512640 135212939 4294956240 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 0 0 0
/proc/12033/statm: 1269 921 76 170 0 1097 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 10436

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.12
CPU user time (s): 1200.1
CPU system time (s): 0.021996
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 10436

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

runsolver used 1.21182 second user time and 3.16452 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-12 19:34:58
IDJOB=1806476
IDBENCH=24742
IDSOLVER=648
FILE ID=node8/1806476-1242149698
PBS_JOBID= 9289713
Free space on /tmp= 66124 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806476-1242149698/watcher-1806476-1242149698 -o /tmp/evaluation-result-1806476-1242149698/solver-1806476-1242149698 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806476-1242149698.cnf HOME

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

MD5SUM BENCH= d84d2f51f14938d23f8344f062b55708
RANDOM SEED=1038560302

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        927016 kB
Buffers:         68780 kB
Cached:         953212 kB
SwapCached:      19020 kB
Active:         118260 kB
Inactive:       924408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927016 kB
SwapTotal:     4192956 kB
SwapFree:      4167512 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          14236 kB
Slab:            72068 kB
Committed_AS:   975948 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node8 at 2009-05-12 19:54:58