Trace number 1805903

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 2009-03-18? (TO) 1200.11 1200.81

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.02-s1099787414.sat05-542.reshuffled-07.cnf
MD5SUMe8bf7f81ddac4f189ec204bc856c8406
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 variables1184
Number of clauses14216
Sum of the clauses size42944
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313920
Number of clauses of size 4296
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.02/0.08	#LEARNT CLAUSES 0
0.02/0.09	done !
0.02/0.09	c Calling MINISAT
0.02/0.09	This is MiniSat 2.0 beta
0.02/0.09	WARNING: for repeatability, setting FPU to use double precision
0.02/0.09	============================[ Problem Statistics ]=============================
0.02/0.09	|                                                                             |
0.02/0.09	|  Number of variables:  1184                                                 |
0.02/0.09	|  Number of clauses:    14216                                                |
0.08/0.10	|  Parsing time:         0.01         s                                       |
0.08/0.10	============================[ Search Statistics ]==============================
0.08/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.08/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.08/0.10	===============================================================================
0.08/0.10	|         0 |    1184    14216    42944 |     4738        0    nan |  0.000 % |
0.08/0.11	|       100 |    1184    14216    42944 |     5212      100      9 |  0.000 % |
0.08/0.11	|       250 |    1184    14216    42944 |     5733      250     10 |  0.000 % |
0.08/0.12	|       476 |    1184    14216    42944 |     6307      476     10 |  0.000 % |
0.08/0.14	|       814 |    1184    14216    42944 |     6937      814     11 |  0.000 % |
0.08/0.17	|      1321 |    1184    14216    42944 |     7631     1321     14 |  0.000 % |
0.08/0.22	|      2082 |    1184    14216    42944 |     8394     2082     15 |  0.000 % |
0.08/0.32	|      3221 |    1184    14216    42944 |     9234     3221     19 |  0.000 % |
0.08/0.49	|      4930 |    1184    14216    42944 |    10157     4930     20 |  0.000 % |
0.08/0.86	|      7492 |    1184    14216    42944 |    11173     7492     23 |  0.000 % |
1.58/1.62	|     11336 |    1184    14216    42944 |    12290     5690     24 |  0.000 % |
2.57/2.67	|     17104 |    1184    14216    42944 |    13519    11458     26 |  0.000 % |
4.17/4.26	|     25754 |    1184    14216    42944 |    14871    13263     27 |  0.000 % |
7.17/7.24	|     38729 |    1184    14216    42944 |    16359    11222     25 |  0.000 % |
11.66/11.79	|     58191 |    1184    14216    42944 |    17995    14157     29 |  0.000 % |
19.36/19.45	|     87385 |    1184    14216    42944 |    19794    16115     27 |  0.000 % |
30.76/30.81	|    131175 |    1184    14216    42944 |    21774    19945     26 |  0.000 % |
49.24/49.33	|    196859 |    1184    14216    42944 |    23951    19953     26 |  0.000 % |
84.64/84.76	|    295386 |    1184    14216    42944 |    26346    22167     28 |  0.000 % |
142.70/142.81	|    443175 |    1184    14216    42944 |    28981    24374     28 |  0.000 % |
238.45/238.63	|    664858 |    1184    14216    42944 |    31879    27701     26 |  0.000 % |
406.36/406.65	|    997383 |    1184    14216    42944 |    35067    23971     30 |  0.000 % |
667.32/667.75	|   1496171 |    1184    14216    42944 |    38574    19959     31 |  0.000 % |
1072.55/1073.26	|   2244354 |    1184    14216    42944 |    42431    22699     28 |  0.000 % |
1200.08/1200.80	HOME/run.sh: line 21: 18718 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.08/1200.80	c ERROR !

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-1805903-1242142403/watcher-1805903-1242142403 -o /tmp/evaluation-result-1805903-1242142403/solver-1805903-1242142403 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805903-1242142403.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.95 0.48 0.65 3/64 18715
/proc/meminfo: memFree=1000056/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0
/proc/18715/stat : 18715 (run.sh) R 18713 18715 18624 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242274698 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18715/statm: 1340 236 195 169 0 51 0
[pid=18716] ppid=18715 vsize=1960 CPUtime=0
/proc/18716/stat : 18716 (revival) R 18715 18715 18624 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 242274698 2007040 197 1992294400 134512640 134537284 4294956368 18446744073709551615 2623099 0 0 4096 0 0 0 0 17 0 0 0
/proc/18716/statm: 490 198 82 6 0 128 0

[startup+0.0308329 s]
/proc/loadavg: 0.95 0.48 0.65 3/64 18715
/proc/meminfo: memFree=1000056/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242274698 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18715/statm: 1340 237 196 169 0 51 0
[pid=18716] ppid=18715 vsize=2396 CPUtime=0.02
/proc/18716/stat : 18716 (revival) R 18715 18715 18624 0 -1 4194304 391 0 0 0 2 0 0 0 19 0 1 50000 242274698 2453504 303 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18716/statm: 599 303 85 6 0 237 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7756

[startup+0.101849 s]
/proc/loadavg: 0.95 0.48 0.65 3/64 18715
/proc/meminfo: memFree=1000056/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301887 s]
/proc/loadavg: 0.95 0.48 0.65 3/64 18715
/proc/meminfo: memFree=1000056/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701968 s]
/proc/loadavg: 0.95 0.48 0.65 3/64 18715
/proc/meminfo: memFree=1000056/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50112 s]
/proc/loadavg: 0.96 0.49 0.65 2/66 18718
/proc/meminfo: memFree=997544/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=4028 CPUtime=1.39
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 691 0 0 0 139 0 0 0 25 0 1 0 242274707 4124672 677 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 1007 677 76 170 0 835 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9388

[startup+3.10143 s]
/proc/loadavg: 0.96 0.49 0.65 2/66 18718
/proc/meminfo: memFree=996904/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=4424 CPUtime=2.99
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 817 0 0 0 299 0 0 0 25 0 1 0 242274707 4530176 803 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 1106 803 76 170 0 934 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9784

[startup+6.30207 s]
/proc/loadavg: 0.96 0.49 0.65 2/66 18718
/proc/meminfo: memFree=996200/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=4820 CPUtime=6.19
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 890 0 0 0 619 0 0 0 25 0 1 0 242274707 4935680 876 1992294400 134512640 135212939 4294956240 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 1 0 0
/proc/18718/statm: 1205 876 76 170 0 1033 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10180

[startup+12.7013 s]
/proc/loadavg: 0.96 0.51 0.65 2/66 18718
/proc/meminfo: memFree=995560/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=5616 CPUtime=12.58
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 1088 0 0 0 1258 0 0 0 25 0 1 0 242274707 5750784 1074 1992294400 134512640 135212939 4294956240 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 1404 1074 76 170 0 1232 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10976

[startup+25.5018 s]
/proc/loadavg: 0.97 0.52 0.66 2/66 18718
/proc/meminfo: memFree=994536/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=6336 CPUtime=25.38
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 1284 0 0 0 2538 0 0 0 25 0 1 0 242274707 6488064 1270 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 1584 1270 76 170 0 1412 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11696

[startup+51.1019 s]
/proc/loadavg: 0.98 0.56 0.66 2/66 18718
/proc/meminfo: memFree=993832/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=7144 CPUtime=50.97
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 1477 0 0 0 5096 1 0 0 25 0 1 0 242274707 7315456 1463 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 1786 1463 76 170 0 1614 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12504

[startup+102.307 s]
/proc/loadavg: 0.99 0.63 0.68 2/66 18718
/proc/meminfo: memFree=992680/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=8200 CPUtime=102.14
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 1732 0 0 0 10213 1 0 0 25 0 1 0 242274707 8396800 1718 1992294400 134512640 135212939 4294956240 18446744073709551615 134527133 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 2050 1718 76 170 0 1878 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 13560

[startup+162.302 s]
/proc/loadavg: 0.99 0.70 0.70 2/66 18718
/proc/meminfo: memFree=991976/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=8908 CPUtime=162.11
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 1916 0 0 0 16210 1 0 0 25 0 1 0 242274707 9121792 1902 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 2227 1902 76 170 0 2055 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 14268

[startup+222.301 s]
/proc/loadavg: 0.99 0.75 0.71 2/66 18718
/proc/meminfo: memFree=991336/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=9612 CPUtime=222.07
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2066 0 0 0 22206 1 0 0 25 0 1 0 242274707 9842688 2052 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 2403 2052 76 170 0 2231 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 14972

[startup+282.301 s]
/proc/loadavg: 0.99 0.79 0.73 2/66 18718
/proc/meminfo: memFree=990248/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=10732 CPUtime=282.04
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2333 0 0 0 28202 2 0 0 25 0 1 0 242274707 10989568 2319 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 2683 2319 76 170 0 2511 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 16092

[startup+342.303 s]
/proc/loadavg: 0.99 0.83 0.74 2/66 18718
/proc/meminfo: memFree=989928/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=11136 CPUtime=342.01
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2428 0 0 0 34199 2 0 0 25 0 1 0 242274707 11403264 2414 1992294400 134512640 135212939 4294956240 18446744073709551615 134526688 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 2784 2414 76 170 0 2612 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 16496

[startup+402.302 s]
/proc/loadavg: 0.99 0.86 0.75 2/66 18718
/proc/meminfo: memFree=989736/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=11136 CPUtime=401.98

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

/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=11560 CPUtime=461.94
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2563 0 0 0 46192 2 0 0 25 0 1 0 242274707 11837440 2549 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 2890 2549 76 170 0 2718 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 16920

[startup+522.301 s]
/proc/loadavg: 0.99 0.90 0.78 2/66 18720
/proc/meminfo: memFree=988648/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=12096 CPUtime=521.91
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2698 0 0 0 52189 2 0 0 25 0 1 0 242274707 12386304 2684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3024 2684 76 170 0 2852 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 17456

[startup+582.301 s]
/proc/loadavg: 0.99 0.91 0.79 2/66 18720
/proc/meminfo: memFree=988456/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=12536 CPUtime=581.88
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2771 0 0 0 58185 3 0 0 25 0 1 0 242274707 12836864 2757 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3134 2757 76 170 0 2962 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 17896

[startup+642.303 s]
/proc/loadavg: 0.99 0.93 0.80 2/66 18720
/proc/meminfo: memFree=988456/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=12536 CPUtime=641.86
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2774 0 0 0 64183 3 0 0 25 0 1 0 242274707 12836864 2760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3134 2760 76 170 0 2962 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 17896

[startup+702.302 s]
/proc/loadavg: 0.99 0.94 0.81 2/66 18720
/proc/meminfo: memFree=987688/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=13336 CPUtime=701.82
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 2974 0 0 0 70179 3 0 0 25 0 1 0 242274707 13656064 2960 1992294400 134512640 135212939 4294956240 18446744073709551615 134526746 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3334 2960 76 170 0 3162 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 18696

[startup+762.305 s]
/proc/loadavg: 0.99 0.95 0.82 2/66 18720
/proc/meminfo: memFree=987176/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=13764 CPUtime=761.79
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3100 0 0 0 76176 3 0 0 25 0 1 0 242274707 14094336 3086 1992294400 134512640 135212939 4294956240 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3441 3086 76 170 0 3269 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 19124

[startup+822.301 s]
/proc/loadavg: 0.99 0.95 0.83 2/66 18720
/proc/meminfo: memFree=987112/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=13916 CPUtime=821.73
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3114 0 0 0 82170 3 0 0 25 0 1 0 242274707 14249984 3100 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3479 3100 76 170 0 3307 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 19276

[startup+882.302 s]
/proc/loadavg: 0.99 0.96 0.83 2/66 18720
/proc/meminfo: memFree=986920/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=14064 CPUtime=881.69
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3155 0 0 0 88166 3 0 0 25 0 1 0 242274707 14401536 3141 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3516 3141 76 170 0 3344 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 19424

[startup+942.302 s]
/proc/loadavg: 0.99 0.96 0.84 2/66 18720
/proc/meminfo: memFree=986600/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=14388 CPUtime=941.65
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3237 0 0 0 94162 3 0 0 25 0 1 0 242274707 14733312 3223 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3597 3223 76 170 0 3425 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 19748

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 18720
/proc/meminfo: memFree=986536/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=14388 CPUtime=1001.61
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3237 0 0 0 100158 3 0 0 25 0 1 0 242274707 14733312 3223 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3597 3223 76 170 0 3425 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 19748

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 18720
/proc/meminfo: memFree=986472/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=14532 CPUtime=1061.57
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3273 0 0 0 106154 3 0 0 25 0 1 0 242274707 14880768 3259 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3633 3259 76 170 0 3461 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 19892

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 18720
/proc/meminfo: memFree=985192/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=15936 CPUtime=1121.54
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3602 0 0 0 112150 4 0 0 25 0 1 0 242274707 16318464 3588 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 3984 3588 76 170 0 3812 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 21296

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 18720
/proc/meminfo: memFree=984808/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=16340 CPUtime=1181.5
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3682 0 0 0 118146 4 0 0 25 0 1 0 242274707 16732160 3668 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 4085 3668 76 170 0 3913 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 21700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 18720
/proc/meminfo: memFree=984744/2055924 swapFree=4180096/4192956
[pid=18715] ppid=18713 vsize=5360 CPUtime=0.08
/proc/18715/stat : 18715 (run.sh) S 18713 18715 18624 0 -1 4194304 312 406 0 0 0 0 8 0 16 0 1 0 242274698 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18715/statm: 1340 238 197 169 0 51 0
[pid=18718] ppid=18715 vsize=16340 CPUtime=1200
/proc/18718/stat : 18718 (minisat) R 18715 18715 18624 0 -1 4194304 3692 0 0 0 119996 4 0 0 25 0 1 0 242274707 16732160 3678 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18718/statm: 4085 3678 76 170 0 3913 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 21700

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.81
CPU time (s): 1200.11
CPU user time (s): 1200.06
CPU system time (s): 0.055991
CPU usage (%): 99.9418
Max. virtual memory (cumulated for all children) (KiB): 21700

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

runsolver used 1.06384 second user time and 3.3125 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-12 17:33:23
IDJOB=1805903
IDBENCH=24621
IDSOLVER=649
FILE ID=node6/1805903-1242142403
PBS_JOBID= 9289715
Free space on /tmp= 66232 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.02-s1099787414.sat05-542.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805903-1242142403/watcher-1805903-1242142403 -o /tmp/evaluation-result-1805903-1242142403/solver-1805903-1242142403 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1805903-1242142403.cnf HOME

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

MD5SUM BENCH= e8bf7f81ddac4f189ec204bc856c8406
RANDOM SEED=589714749

node6.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.281
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.281
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:      2055924 kB
MemFree:       1000536 kB
Buffers:         77348 kB
Cached:         878548 kB
SwapCached:       6644 kB
Active:          99316 kB
Inactive:       864904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1000536 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            77200 kB
Committed_AS:   958324 kB
PageTables:       1452 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= 66228 MiB
End job on node6 at 2009-05-12 17:53:24