Trace number 1806484

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
MD5SUMd65aa32f539d7b147c82042f18f65687
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 variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
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 12
0.00/0.01	#LEARNT CLAUSES 0
0.00/0.01	done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  140                                                  |
0.00/0.01	|  Number of clauses:    560                                                  |
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 |     140      560     1822 |      186        0    nan |  0.000 % |
0.00/0.01	|       100 |     140      560     1822 |      205      100     19 |  0.005 % |
0.00/0.01	|       251 |     140      560     1822 |      225      251     16 |  0.005 % |
0.00/0.02	|       476 |     140      560     1822 |      248      205      9 |  0.005 % |
0.00/0.02	|       814 |     140      560     1822 |      273      225      9 |  0.005 % |
0.00/0.03	|      1320 |     140      560     1822 |      300      245      9 |  0.005 % |
0.00/0.04	|      2080 |     140      560     1822 |      330      319     12 |  0.005 % |
0.00/0.05	|      3221 |     140      560     1822 |      363      201      7 |  0.005 % |
0.00/0.08	|      4930 |     140      560     1822 |      400      282     10 |  0.005 % |
0.00/0.11	|      7493 |     140      560     1822 |      440      419     14 |  0.005 % |
0.00/0.17	|     11338 |     140      560     1822 |      484      278     12 |  0.005 % |
0.00/0.25	|     17104 |     140      560     1822 |      532      489     14 |  0.005 % |
0.00/0.38	|     25754 |     140      560     1822 |      585      523     15 |  0.005 % |
0.00/0.57	|     38728 |     140      560     1822 |      644      433     12 |  0.005 % |
0.00/0.88	|     58190 |     140      560     1822 |      708      485     14 |  0.005 % |
1.28/1.32	|     87383 |     140      560     1822 |      779      608     14 |  0.005 % |
1.88/1.97	|    131172 |     140      560     1822 |      857      713     14 |  0.005 % |
2.78/2.84	|    196857 |     140      560     1822 |      943      588     12 |  0.005 % |
4.27/4.30	|    295384 |     140      560     1822 |     1037      542     12 |  0.005 % |
6.47/6.53	|    443173 |     140      560     1822 |     1141      842     13 |  0.005 % |
9.96/10.05	|    664857 |     140      560     1822 |     1255      627     13 |  0.005 % |
15.36/15.41	|    997382 |     140      560     1822 |     1381      933     14 |  0.005 % |
23.46/23.51	|   1496171 |     140      560     1822 |     1519      896     13 |  0.005 % |
35.65/35.75	|   2244354 |     140      560     1822 |     1671     1503     15 |  0.005 % |
54.64/54.78	|   3366628 |     140      560     1822 |     1838      987     15 |  0.005 % |
84.64/84.71	|   5050040 |     140      560     1822 |     2022     1346     16 |  0.005 % |
133.61/133.77	|   7575157 |     140      560     1822 |     2224     1697     17 |  0.005 % |
207.57/207.71	|  11362832 |     140      560     1822 |     2447     1153     14 |  0.005 % |
323.81/324.04	|  17044344 |     140      560     1822 |     2691     1701     17 |  0.005 % |
502.33/502.64	|  25566614 |     140      560     1822 |     2961     2661     10 |  0.005 % |
782.40/782.84	|  38350017 |     140      560     1822 |     3257     2376     14 |  0.005 % |
1200.09/1200.70	HOME/run.sh: line 21: 15173 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.09/1200.70	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-1806484-1242149728/watcher-1806484-1242149728 -o /tmp/evaluation-result-1806484-1242149728/solver-1806484-1242149728 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806484-1242149728.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.99 0.97 0.99 3/64 15170
/proc/meminfo: memFree=1010872/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) R 15168 15170 14860 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243001345 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15170/statm: 1340 236 195 169 0 51 0
[pid=15171] ppid=15170 vsize=1604 CPUtime=0
/proc/15171/stat : 15171 (revival) R 15170 15170 14860 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 50000 243001346 1642496 113 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15171/statm: 401 113 84 6 0 39 0

[startup+0.075321 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15170
/proc/meminfo: memFree=1010872/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101326 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15170
/proc/meminfo: memFree=1010872/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301363 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15170
/proc/meminfo: memFree=1010872/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701438 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15170
/proc/meminfo: memFree=1010872/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50159 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1010344/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2020 CPUtime=1.48
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 156 0 0 0 148 0 0 0 25 0 1 0 243001347 2068480 142 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 505 142 76 170 0 333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7380

[startup+3.10289 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1010152/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2152 CPUtime=3.07
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 174 0 0 0 307 0 0 0 25 0 1 0 243001347 2203648 160 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/15173/statm: 538 160 76 170 0 366 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7512

[startup+6.3015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009960/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2152 CPUtime=6.27
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 188 0 0 0 627 0 0 0 25 0 1 0 243001347 2203648 174 1992294400 134512640 135212939 4294956240 18446744073709551615 134537417 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 538 174 76 170 0 366 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7512

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009768/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2284 CPUtime=12.66
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 221 0 0 0 1266 0 0 0 25 0 1 0 243001347 2338816 207 1992294400 134512640 135212939 4294956240 18446744073709551615 134529993 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 571 207 76 170 0 399 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7644

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009704/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2416 CPUtime=25.46
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 241 0 0 0 2546 0 0 0 25 0 1 0 243001347 2473984 227 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 604 227 76 170 0 432 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7776

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009640/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2548 CPUtime=51.04
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 275 0 0 0 5104 0 0 0 25 0 1 0 243001347 2609152 261 1992294400 134512640 135212939 4294956240 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 637 261 76 170 0 465 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 7908

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009320/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2680 CPUtime=102.23
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 335 0 0 0 10223 0 0 0 25 0 1 0 243001347 2744320 321 1992294400 134512640 135212939 4294956240 18446744073709551615 134536958 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 670 321 76 170 0 498 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8040

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009128/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2948 CPUtime=162.19
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 377 0 0 0 16219 0 0 0 25 0 1 0 243001347 3018752 363 1992294400 134512640 135212939 4294956240 18446744073709551615 134539462 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 737 363 76 170 0 565 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 8308

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009000/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=2948 CPUtime=222.17
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 402 0 0 0 22217 0 0 0 25 0 1 0 243001347 3018752 388 1992294400 134512640 135212939 4294956240 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 737 388 76 170 0 565 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 8308

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1009000/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3080 CPUtime=282.13
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 426 0 0 0 28213 0 0 0 25 0 1 0 243001347 3153920 412 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 770 412 76 170 0 598 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 8440

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15173
/proc/meminfo: memFree=1008872/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3216 CPUtime=342.11
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 444 0 0 0 34211 0 0 0 25 0 1 0 243001347 3293184 430 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 804 430 76 170 0 632 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 8576

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008416/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3216 CPUtime=402.08
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 468 0 0 0 40208 0 0 0 25 0 1 0 243001347 3293184 454 1992294400 134512640 135212939 4294956240 18446744073709551615 134537077 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 804 454 76 170 0 632 0
Current children cumulated CPU time (s) 402.08

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

/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3352 CPUtime=522.02
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 503 0 0 0 52201 1 0 0 25 0 1 0 243001347 3432448 489 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 838 489 76 170 0 666 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 8712

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008424/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3492 CPUtime=582
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 527 0 0 0 58199 1 0 0 25 0 1 0 243001347 3575808 513 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 873 513 76 170 0 701 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 8852

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008424/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3492 CPUtime=641.97
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 538 0 0 0 64196 1 0 0 25 0 1 0 243001347 3575808 524 1992294400 134512640 135212939 4294956240 18446744073709551615 134534600 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 873 524 76 170 0 701 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 8852

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008424/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3492 CPUtime=701.94
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 538 0 0 0 70193 1 0 0 25 0 1 0 243001347 3575808 524 1992294400 134512640 135212939 4294956240 18446744073709551615 134534610 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 873 524 76 170 0 701 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 8852

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008360/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3628 CPUtime=761.91
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 557 0 0 0 76190 1 0 0 25 0 1 0 243001347 3715072 543 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 907 543 76 170 0 735 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 8988

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008296/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3628 CPUtime=821.88
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 572 0 0 0 82187 1 0 0 25 0 1 0 243001347 3715072 558 1992294400 134512640 135212939 4294956240 18446744073709551615 134541452 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 907 558 76 170 0 735 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 8988

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008296/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3628 CPUtime=881.85
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 572 0 0 0 88184 1 0 0 25 0 1 0 243001347 3715072 558 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 907 558 76 170 0 735 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 8988

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008232/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3628 CPUtime=941.82
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 572 0 0 0 94181 1 0 0 25 0 1 0 243001347 3715072 558 1992294400 134512640 135212939 4294956240 18446744073709551615 134534912 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 907 558 76 170 0 735 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 8988

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008232/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3628 CPUtime=1001.78
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 572 0 0 0 100177 1 0 0 25 0 1 0 243001347 3715072 558 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 907 558 76 170 0 735 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 8988

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008232/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3764 CPUtime=1061.76
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 576 0 0 0 106175 1 0 0 25 0 1 0 243001347 3854336 562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 941 562 76 170 0 769 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 9124

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008168/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3764 CPUtime=1121.73
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 594 0 0 0 112172 1 0 0 25 0 1 0 243001347 3854336 580 1992294400 134512640 135212939 4294956240 18446744073709551615 134529712 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 941 580 76 170 0 769 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 9124

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008168/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3764 CPUtime=1181.7
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 604 0 0 0 118169 1 0 0 25 0 1 0 243001347 3854336 590 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 941 590 76 170 0 769 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 9124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008104/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3764 CPUtime=1200.09
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 604 0 0 0 120008 1 0 0 25 0 1 0 243001347 3854336 590 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 941 590 76 170 0 769 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 9124

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15175
/proc/meminfo: memFree=1008104/2055920 swapFree=4181168/4192956
[pid=15170] ppid=15168 vsize=5360 CPUtime=0
/proc/15170/stat : 15170 (run.sh) S 15168 15170 14860 0 -1 4194304 312 160 0 0 0 0 0 0 16 0 1 0 243001345 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15170/statm: 1340 238 197 169 0 51 0
[pid=15173] ppid=15170 vsize=3764 CPUtime=1200.09
/proc/15173/stat : 15173 (minisat) R 15170 15170 14860 0 -1 4194304 604 0 0 0 120008 1 0 0 25 0 1 0 243001347 3854336 590 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/15173/statm: 941 590 76 170 0 769 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 9124

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

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

runsolver used 1.02184 second user time and 3.35749 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-12 19:35:28
IDJOB=1806484
IDBENCH=24743
IDSOLVER=649
FILE ID=node37/1806484-1242149728
PBS_JOBID= 9289684
Free space on /tmp= 66220 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806484-1242149728/watcher-1806484-1242149728 -o /tmp/evaluation-result-1806484-1242149728/solver-1806484-1242149728 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806484-1242149728.cnf HOME

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

MD5SUM BENCH= d65aa32f539d7b147c82042f18f65687
RANDOM SEED=528381279

node37.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.259
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.259
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:       1011352 kB
Buffers:         83228 kB
Cached:         863844 kB
SwapCached:       5608 kB
Active:          74344 kB
Inactive:       881060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1011352 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            75312 kB
Committed_AS:   974728 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= 66220 MiB
End job on node37 at 2009-05-12 19:55:28