Trace number 1806209

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-v500-s1349121860.sat05-473.reshuffled-07.cnf
MD5SUMa197a9dc75e55922067ed3cf039613f4
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
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 |    1750     5250 |     524       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 500   #clauses: 1750   #literals: 5250
0.00/0.01	c CPU time:   0.003999 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:  500                                                  |
0.00/0.01	|  Number of clauses:    1750                                                 |
0.00/0.02	|  Parsing time:         0.00         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     500     1750     5250 |      583        0    nan |  0.000 % |
0.00/0.02	|       100 |     500     1750     5250 |      641      100     34 |  0.000 % |
0.00/0.02	|       250 |     500     1750     5250 |      705      250     31 |  0.000 % |
0.00/0.03	|       475 |     500     1750     5250 |      776      475     32 |  0.000 % |
0.00/0.04	|       812 |     500     1750     5250 |      854      812     32 |  0.000 % |
0.01/0.07	|      1319 |     500     1750     5250 |      939      849     32 |  0.000 % |
0.01/0.10	|      2079 |     500     1750     5250 |     1033      591     27 |  0.000 % |
0.01/0.15	|      3219 |     500     1750     5250 |     1136      600     29 |  0.000 % |
0.01/0.23	|      4927 |     500     1750     5250 |     1250     1080     31 |  0.000 % |
0.01/0.35	|      7489 |     500     1750     5250 |     1375      964     31 |  0.000 % |
0.01/0.55	|     11335 |     500     1750     5250 |     1513     1153     32 |  0.000 % |
0.01/0.85	|     17101 |     500     1750     5250 |     1664     1331     32 |  0.000 % |
1.18/1.29	|     25751 |     500     1750     5250 |     1830     1248     29 |  0.000 % |
1.88/1.94	|     38726 |     500     1750     5250 |     2013     1822     31 |  0.000 % |
2.88/2.95	|     58187 |     500     1750     5250 |     2215     1327     29 |  0.000 % |
4.48/4.57	|     87380 |     500     1750     5250 |     2436     1750     33 |  0.000 % |
6.98/7.08	|    131169 |     500     1750     5250 |     2680     1567     30 |  0.000 % |
10.89/10.94	|    196854 |     500     1750     5250 |     2948     2393     31 |  0.000 % |
16.88/16.96	|    295380 |     500     1750     5250 |     3243     2271     32 |  0.000 % |
26.08/26.17	|    443169 |     500     1750     5250 |     3567     1893     31 |  0.000 % |
40.67/40.74	|    664852 |     500     1750     5250 |     3924     2854     33 |  0.000 % |
63.46/63.57	|    997377 |     500     1750     5250 |     4316     2643     32 |  0.000 % |
98.24/98.34	|   1496165 |     500     1750     5250 |     4748     2308     30 |  0.000 % |
153.62/153.77	|   2244348 |     500     1750     5250 |     5223     4059     34 |  0.000 % |
241.07/241.21	|   3366623 |     500     1750     5250 |     5745     4287     33 |  0.000 % |
378.11/378.35	|   5050034 |     500     1750     5250 |     6320     3839     31 |  0.000 % |
595.42/595.73	|   7575150 |     500     1750     5250 |     6952     3863     33 |  0.000 % |
932.09/932.57	|  11362826 |     500     1750     5250 |     7647     6930     33 |  0.000 % |
1200.08/1200.60	HOME/run.sh: line 55: 21648 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-1806209-1242146862/watcher-1806209-1242146862 -o /tmp/evaluation-result-1806209-1242146862/solver-1806209-1242146862 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806209-1242146862.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.02 1.01 0.93 3/64 21644
/proc/meminfo: memFree=1088920/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0
/proc/21644/stat : 21644 (run.sh) R 21642 21644 21483 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242720238 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21644/statm: 1340 236 195 169 0 51 0
[pid=21645] ppid=21644 vsize=1736 CPUtime=0
/proc/21645/stat : 21645 (revival) R 21644 21644 21483 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 50000 242720238 1777664 134 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21645/statm: 434 134 84 6 0 72 0

[startup+0.0598919 s]
/proc/loadavg: 1.02 1.01 0.93 3/64 21644
/proc/meminfo: memFree=1088920/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.101895 s]
/proc/loadavg: 1.02 1.01 0.93 3/64 21644
/proc/meminfo: memFree=1088920/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301912 s]
/proc/loadavg: 1.02 1.01 0.93 3/64 21644
/proc/meminfo: memFree=1088920/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701943 s]
/proc/loadavg: 1.02 1.01 0.93 3/64 21644
/proc/meminfo: memFree=1088920/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.50201 s]
/proc/loadavg: 1.02 1.01 0.93 2/66 21648
/proc/meminfo: memFree=1087880/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=2416 CPUtime=1.47
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 270 0 0 0 147 0 0 0 25 0 1 0 242720239 2473984 254 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 604 254 76 170 0 432 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7776

[startup+3.10114 s]
/proc/loadavg: 1.02 1.01 0.93 2/66 21648
/proc/meminfo: memFree=1087688/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=2680 CPUtime=3.07
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 313 0 0 0 307 0 0 0 25 0 1 0 242720239 2744320 297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 670 297 76 170 0 498 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8040

[startup+6.3014 s]
/proc/loadavg: 1.02 1.01 0.93 2/66 21648
/proc/meminfo: memFree=1087304/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=2812 CPUtime=6.27
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 355 0 0 0 627 0 0 0 25 0 1 0 242720239 2879488 339 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 703 339 76 170 0 531 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8172

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1086984/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=3076 CPUtime=12.67
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 425 0 0 0 1267 0 0 0 25 0 1 0 242720239 3149824 409 1992294400 134512640 135212939 4294956240 18446744073709551615 134538826 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 769 409 76 170 0 597 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8436

[startup+25.502 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1086792/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=3336 CPUtime=25.47
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 497 0 0 0 2547 0 0 0 25 0 1 0 242720239 3416064 481 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 834 481 76 170 0 662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8696

[startup+51.101 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1086280/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=3996 CPUtime=51.05
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 641 0 0 0 5105 0 0 0 25 0 1 0 242720239 4091904 625 1992294400 134512640 135212939 4294956240 18446744073709551615 134538790 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 999 625 76 170 0 827 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9356

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1085576/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=4524 CPUtime=102.24
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 789 0 0 0 10224 0 0 0 25 0 1 0 242720239 4632576 773 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1131 773 76 170 0 959 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9884

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1085064/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=5044 CPUtime=162.21
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 902 0 0 0 16221 0 0 0 25 0 1 0 242720239 5165056 886 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1261 886 76 170 0 1089 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 10404

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1084744/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=5308 CPUtime=222.19
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 985 0 0 0 22219 0 0 0 25 0 1 0 242720239 5435392 969 1992294400 134512640 135212939 4294956240 18446744073709551615 134535790 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1327 969 76 170 0 1155 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 10668

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1084424/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=5696 CPUtime=282.15
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1072 0 0 0 28214 1 0 0 25 0 1 0 242720239 5832704 1056 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1424 1056 76 170 0 1252 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 11056

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1084232/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=5828 CPUtime=342.13
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1117 0 0 0 34212 1 0 0 25 0 1 0 242720239 5967872 1101 1992294400 134512640 135212939 4294956240 18446744073709551615 134530350 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1457 1101 76 170 0 1285 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 11188

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1083912/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=6224 CPUtime=402.09
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1196 0 0 0 40208 1 0 0 25 0 1 0 242720239 6373376 1180 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1556 1180 76 170 0 1384 0
Current children cumulated CPU time (s) 402.1

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

[pid=21648] ppid=21644 vsize=6356 CPUtime=462.06
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1240 0 0 0 46205 1 0 0 25 0 1 0 242720239 6508544 1224 1992294400 134512640 135212939 4294956240 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1589 1224 76 170 0 1417 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 11716

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1083528/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=6616 CPUtime=522.04
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1291 0 0 0 52203 1 0 0 25 0 1 0 242720239 6774784 1275 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1654 1275 76 170 0 1482 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 11976

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1083464/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=6616 CPUtime=582.02
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1315 0 0 0 58201 1 0 0 25 0 1 0 242720239 6774784 1299 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1654 1299 76 170 0 1482 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 11976

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1083144/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7012 CPUtime=641.99
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1391 0 0 0 64198 1 0 0 25 0 1 0 242720239 7180288 1375 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1753 1375 76 170 0 1581 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 12372

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1082888/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7132 CPUtime=701.97
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1445 0 0 0 70196 1 0 0 25 0 1 0 242720239 7303168 1429 1992294400 134512640 135212939 4294956240 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1783 1429 76 170 0 1611 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 12492

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21648
/proc/meminfo: memFree=1082760/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7260 CPUtime=761.96
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1476 0 0 0 76194 2 0 0 25 0 1 0 242720239 7434240 1460 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1815 1460 76 170 0 1643 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 12620

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1082504/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7396 CPUtime=821.92
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1496 0 0 0 82190 2 0 0 25 0 1 0 242720239 7573504 1480 1992294400 134512640 135212939 4294956240 18446744073709551615 134535940 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1849 1480 76 170 0 1677 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 12756

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1082440/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7528 CPUtime=881.9
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1528 0 0 0 88188 2 0 0 25 0 1 0 242720239 7708672 1512 1992294400 134512640 135212939 4294956240 18446744073709551615 134529681 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1882 1512 76 170 0 1710 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 12888

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1082440/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7632 CPUtime=941.88
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1551 0 0 0 94186 2 0 0 25 0 1 0 242720239 7815168 1535 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1908 1535 76 170 0 1736 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 12992

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1082312/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=7892 CPUtime=1001.84
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1621 0 0 0 100182 2 0 0 25 0 1 0 242720239 8081408 1605 1992294400 134512640 135212939 4294956240 18446744073709551615 134537416 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 1973 1605 76 170 0 1801 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 13252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1082184/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=8024 CPUtime=1061.82
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1653 0 0 0 106180 2 0 0 25 0 1 0 242720239 8216576 1637 1992294400 134512640 135212939 4294956240 18446744073709551615 134530415 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 2006 1637 76 170 0 1834 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 13384

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1082120/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=8024 CPUtime=1121.81
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1674 0 0 0 112178 3 0 0 25 0 1 0 242720239 8216576 1658 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 2006 1658 76 170 0 1834 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 13384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1081992/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=8152 CPUtime=1181.77
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1696 0 0 0 118174 3 0 0 25 0 1 0 242720239 8347648 1680 1992294400 134512640 135212939 4294956240 18446744073709551615 134536049 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 2038 1680 76 170 0 1866 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 13512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21654
/proc/meminfo: memFree=1081992/2055920 swapFree=4191900/4192956
[pid=21644] ppid=21642 vsize=5360 CPUtime=0.01
/proc/21644/stat : 21644 (run.sh) S 21642 21644 21483 0 -1 4194304 341 334 0 0 0 0 1 0 16 0 1 0 242720238 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21644/statm: 1340 241 197 169 0 51 0
[pid=21648] ppid=21644 vsize=8152 CPUtime=1200.07
/proc/21648/stat : 21648 (minisat) R 21644 21644 21483 0 -1 4194304 1700 0 0 0 120004 3 0 0 25 0 1 0 242720239 8347648 1684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21648/statm: 2038 1684 76 170 0 1866 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 13512

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.06
CPU system time (s): 0.039993
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 13516

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

runsolver used 1.11583 second user time and 3.2625 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-12 18:47:42
IDJOB=1806209
IDBENCH=24691
IDSOLVER=647
FILE ID=node3/1806209-1242146862
PBS_JOBID= 9289718
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= a197a9dc75e55922067ed3cf039613f4
RANDOM SEED=2061078101

node3.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.212
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.212
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:       1089464 kB
Buffers:         82944 kB
Cached:         781280 kB
SwapCached:        260 kB
Active:         126180 kB
Inactive:       751816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089464 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          22280 kB
Slab:            74584 kB
Committed_AS:   959720 kB
PageTables:       1372 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= 66236 MiB
End job on node3 at 2009-05-12 19:07:43