Trace number 1806181

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.1 1200.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 revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Now, SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    1400     4200 |     419       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 400   #clauses: 1400   #literals: 4200
0.00/0.01	c CPU time:   0.002999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c SatElite is done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  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.09	|      2084 |     400     1400     4200 |      826      563     24 |  0.001 % |
0.00/0.13	|      3223 |     400     1400     4200 |      909      819     26 |  0.001 % |
0.00/0.20	|      4931 |     400     1400     4200 |     1000      579     23 |  0.001 % |
0.00/0.30	|      7493 |     400     1400     4200 |     1100     1016     25 |  0.001 % |
0.00/0.46	|     11339 |     400     1400     4200 |     1210      811     23 |  0.001 % |
0.00/0.70	|     17106 |     400     1400     4200 |     1331      855     23 |  0.001 % |
0.98/1.08	|     25757 |     400     1400     4200 |     1464     1188     24 |  0.001 % |
1.57/1.63	|     38731 |     400     1400     4200 |     1611     1210     24 |  0.001 % |
2.47/2.51	|     58195 |     400     1400     4200 |     1772     1464     27 |  0.001 % |
3.77/3.85	|     87387 |     400     1400     4200 |     1949     1289     24 |  0.001 % |
5.87/5.90	|    131176 |     400     1400     4200 |     2144     1935     26 |  0.001 % |
8.97/9.07	|    196860 |     400     1400     4200 |     2358     1616     25 |  0.001 % |
13.96/14.05	|    295389 |     400     1400     4200 |     2594     2020     25 |  0.001 % |
21.76/21.89	|    443178 |     400     1400     4200 |     2854     2085     28 |  0.001 % |
33.86/33.97	|    664863 |     400     1400     4200 |     3139     2030     26 |  0.001 % |
52.94/53.05	|    997388 |     400     1400     4200 |     3453     3007     31 |  0.001 % |
82.73/82.88	|   1496176 |     400     1400     4200 |     3798     2062     26 |  0.001 % |
129.22/129.39	|   2244358 |     400     1400     4200 |     4178     3017     29 |  0.001 % |
202.88/203.08	|   3366633 |     400     1400     4200 |     4596     2969     28 |  0.001 % |
317.03/317.21	|   5050045 |     400     1400     4200 |     5056     2601     27 |  0.001 % |
495.86/496.17	|   7575161 |     400     1400     4200 |     5561     3209     27 |  0.001 % |
778.24/778.61	|  11362836 |     400     1400     4200 |     6117     5295     29 |  0.001 % |
1200.07/1200.60	HOME/run.sh: line 55: 16657 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-1806181-1242146086/watcher-1806181-1242146086 -o /tmp/evaluation-result-1806181-1242146086/solver-1806181-1242146086 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806181-1242146086.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.00 1.00 0.99 3/64 16653
/proc/meminfo: memFree=1278696/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) R 16651 16653 16461 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242637139 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16653/statm: 1340 236 195 169 0 51 0
[pid=16654] ppid=16653 vsize=1604 CPUtime=0
/proc/16654/stat : 16654 (revival) R 16653 16653 16461 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 50000 242637139 1642496 129 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16654/statm: 401 129 84 6 0 39 0

[startup+0.069048 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 16653
/proc/meminfo: memFree=1278696/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102049 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 16653
/proc/meminfo: memFree=1278696/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301069 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 16653
/proc/meminfo: memFree=1278696/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701109 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 16653
/proc/meminfo: memFree=1278696/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1277848/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=2284 CPUtime=1.47
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 229 0 0 0 147 0 0 0 25 0 1 0 242637140 2338816 213 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 571 213 76 170 0 399 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7644

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1277656/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=2416 CPUtime=3.07
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 264 0 0 0 307 0 0 0 25 0 1 0 242637140 2473984 248 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16657/statm: 604 248 76 170 0 432 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7776

[startup+6.30166 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1277400/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=2548 CPUtime=6.27
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 305 0 0 0 627 0 0 0 25 0 1 0 242637140 2609152 289 1992294400 134512640 135212939 4294956240 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 637 289 76 170 0 465 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7908

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1277024/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=2812 CPUtime=12.66
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 358 0 0 0 1266 0 0 0 25 0 1 0 242637140 2879488 342 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 703 342 76 170 0 531 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8172

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1276768/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=3208 CPUtime=25.46
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 449 0 0 0 2546 0 0 0 25 0 1 0 242637140 3284992 433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 802 433 76 170 0 630 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8568

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1276512/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=3472 CPUtime=51.05
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 522 0 0 0 5105 0 0 0 25 0 1 0 242637140 3555328 506 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 868 506 76 170 0 696 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 8832

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1275872/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=4012 CPUtime=102.23
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 652 0 0 0 10223 0 0 0 25 0 1 0 242637140 4108288 636 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1003 636 76 170 0 831 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9372

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1275424/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=4404 CPUtime=162.2
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 747 0 0 0 16220 0 0 0 25 0 1 0 242637140 4509696 731 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1101 731 76 170 0 929 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 9764

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1275104/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=4668 CPUtime=222.18
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 835 0 0 0 22218 0 0 0 25 0 1 0 242637140 4780032 819 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1167 819 76 170 0 995 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10028

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1274976/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=4932 CPUtime=282.15
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 885 0 0 0 28215 0 0 0 25 0 1 0 242637140 5050368 869 1992294400 134512640 135212939 4294956240 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1233 869 76 170 0 1061 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 10292

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1274656/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5196 CPUtime=342.12
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 947 0 0 0 34212 0 0 0 25 0 1 0 242637140 5320704 931 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1299 931 76 170 0 1127 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 10556

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16657
/proc/meminfo: memFree=1274528/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5332 CPUtime=402.1
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 981 0 0 0 40210 0 0 0 25 0 1 0 242637140 5459968 965 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1333 965 76 170 0 1161 0
Current children cumulated CPU time (s) 402.1

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

[pid=16657] ppid=16653 vsize=5464 CPUtime=462.07
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1016 0 0 0 46207 0 0 0 25 0 1 0 242637140 5595136 1000 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1366 1000 76 170 0 1194 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 10824

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1274144/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5596 CPUtime=522.04
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1059 0 0 0 52204 0 0 0 25 0 1 0 242637140 5730304 1043 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1399 1043 76 170 0 1227 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 10956

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1274016/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5728 CPUtime=582.02
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1089 0 0 0 58202 0 0 0 25 0 1 0 242637140 5865472 1073 1992294400 134512640 135212939 4294956240 18446744073709551615 134537467 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1432 1073 76 170 0 1260 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 11088

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273952/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5852 CPUtime=642
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1112 0 0 0 64200 0 0 0 25 0 1 0 242637140 5992448 1096 1992294400 134512640 135212939 4294956240 18446744073709551615 134526778 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1463 1096 76 170 0 1291 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 11212

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273824/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5852 CPUtime=701.97
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1130 0 0 0 70197 0 0 0 25 0 1 0 242637140 5992448 1114 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1463 1114 76 170 0 1291 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 11212

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273824/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=5984 CPUtime=761.95
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1143 0 0 0 76195 0 0 0 25 0 1 0 242637140 6127616 1127 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1496 1127 76 170 0 1324 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 11344

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273696/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6116 CPUtime=821.93
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1186 0 0 0 82192 1 0 0 25 0 1 0 242637140 6262784 1170 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1529 1170 76 170 0 1357 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 11476

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273632/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6248 CPUtime=881.91
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1214 0 0 0 88190 1 0 0 25 0 1 0 242637140 6397952 1198 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1562 1198 76 170 0 1390 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 11608

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273504/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6248 CPUtime=941.88
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1225 0 0 0 94187 1 0 0 25 0 1 0 242637140 6397952 1209 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1562 1209 76 170 0 1390 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 11608

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273440/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6376 CPUtime=1001.86
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1250 0 0 0 100185 1 0 0 25 0 1 0 242637140 6529024 1234 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1594 1234 76 170 0 1422 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 11736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273376/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6376 CPUtime=1061.82
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1261 0 0 0 106181 1 0 0 25 0 1 0 242637140 6529024 1245 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1594 1245 76 170 0 1422 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 11736

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273376/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6512 CPUtime=1121.8
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1273 0 0 0 112179 1 0 0 25 0 1 0 242637140 6668288 1257 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1628 1257 76 170 0 1456 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 11872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273248/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6512 CPUtime=1181.77
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1289 0 0 0 118176 1 0 0 25 0 1 0 242637140 6668288 1273 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1628 1273 76 170 0 1456 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 11872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 16659
/proc/meminfo: memFree=1273248/2055920 swapFree=4181464/4192956
[pid=16653] ppid=16651 vsize=5360 CPUtime=0
/proc/16653/stat : 16653 (run.sh) S 16651 16653 16461 0 -1 4194304 341 318 0 0 0 0 0 0 16 0 1 0 242637139 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16653/statm: 1340 241 197 169 0 51 0
[pid=16657] ppid=16653 vsize=6512 CPUtime=1200.07
/proc/16657/stat : 16657 (minisat) R 16653 16653 16461 0 -1 4194304 1294 0 0 0 120006 1 0 0 25 0 1 0 242637140 6668288 1278 1992294400 134512640 135212939 4294956240 18446744073709551615 134534926 0 0 4096 3 0 0 0 17 0 0 0
/proc/16657/statm: 1628 1278 76 170 0 1456 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 11872

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.1
CPU user time (s): 1200.07
CPU system time (s): 0.025996
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 11872

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

runsolver used 0.908861 second user time and 3.47047 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-12 18:34:46
IDJOB=1806181
IDBENCH=24685
IDSOLVER=647
FILE ID=node36/1806181-1242146086
PBS_JOBID= 9289685
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= ad341047b56d6b96e36142808d331e4f
RANDOM SEED=626278665

node36.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.232
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.232
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:       1279248 kB
Buffers:         70520 kB
Cached:         613528 kB
SwapCached:       5268 kB
Active:         114768 kB
Inactive:       577060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279248 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            70988 kB
Committed_AS:   849336 kB
PageTables:       1356 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= 66216 MiB
End job on node36 at 2009-05-12 18:54:46