Trace number 1805853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ReVivAl 0.23 + SatElite 2009-03-18? (TO) 1200.08 1200.61

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
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 variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1000     3000 |     299       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 250   #clauses: 1000   #literals: 3000
0.00/0.00	c CPU time:   0.003999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c SatElite is done !
0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.01	#LEARNT CLAUSES 0
0.00/0.01	done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  250                                                  |
0.00/0.01	|  Number of clauses:    1000                                                 |
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 |     250     1000     3000 |      333        0    nan |  0.000 % |
0.00/0.01	|       100 |     250     1000     3000 |      366      100     25 |  0.002 % |
0.00/0.02	|       250 |     250     1000     3000 |      403      250     23 |  0.002 % |
0.00/0.03	|       476 |     250     1000     3000 |      443      242     27 |  0.002 % |
0.00/0.04	|       814 |     250     1000     3000 |      488      340     22 |  0.002 % |
0.00/0.06	|      1320 |     250     1000     3000 |      536      292     20 |  0.003 % |
0.00/0.09	|      2080 |     250     1000     3000 |      590      470     19 |  0.002 % |
0.00/0.13	|      3219 |     250     1000     3000 |      649      352     14 |  0.002 % |
0.00/0.20	|      4928 |     250     1000     3000 |      714      647     24 |  0.002 % |
0.00/0.31	|      7491 |     250     1000     3000 |      785      563     17 |  0.002 % |
0.00/0.48	|     11335 |     250     1000     3000 |      864      685     19 |  0.002 % |
0.00/0.73	|     17102 |     250     1000     3000 |      951      642     16 |  0.002 % |
1.09/1.11	|     25751 |     250     1000     3000 |     1046      936     20 |  0.002 % |
1.68/1.72	|     38726 |     250     1000     3000 |     1150      921     18 |  0.002 % |
2.58/2.66	|     58187 |     250     1000     3000 |     1265      936     17 |  0.002 % |
3.98/4.09	|     87379 |     250     1000     3000 |     1392      974     18 |  0.002 % |
6.18/6.28	|    131168 |     250     1000     3000 |     1531      863     16 |  0.002 % |
9.58/9.63	|    196853 |     250     1000     3000 |     1684     1289     19 |  0.002 % |
14.58/14.63	|    295379 |     250     1000     3000 |     1853      996     16 |  0.002 % |
22.67/22.80	|    443168 |     250     1000     3000 |     2038     1479     17 |  0.002 % |
35.17/35.26	|    664852 |     250     1000     3000 |     2242     1840     18 |  0.002 % |
55.06/55.19	|    997378 |     250     1000     3000 |     2466     1540     16 |  0.002 % |
83.45/83.52	|   1496166 |     250     1000     3000 |     2713     1501     17 |  0.002 % |
126.01/126.12	|   2244349 |     250     1000     3000 |     2984     2298     16 |  0.002 % |
193.49/193.69	|   3366623 |     250     1000     3000 |     3283     2186     16 |  0.002 % |
294.74/294.98	|   5050034 |     250     1000     3000 |     3611     2895     18 |  0.002 % |
460.85/461.15	|   7575150 |     250     1000     3000 |     3972     2681     17 |  0.002 % |
701.94/702.39	|  11362826 |     250     1000     3000 |     4369     2602     16 |  0.002 % |
1118.38/1118.95	|  17044338 |     250     1000     3000 |     4806     3158     17 |  0.002 % |
1200.06/1200.60	HOME/run.sh: line 54: 21342 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-1805853-1242142282/watcher-1805853-1242142282 -o /tmp/evaluation-result-1805853-1242142282/solver-1805853-1242142282 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805853-1242142282.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.69 0.31 0.73 3/64 21338
/proc/meminfo: memFree=1347968/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242256624 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21338/statm: 1340 238 197 169 0 51 0
[pid=21339] ppid=21338 vsize=816 CPUtime=0
/proc/21339/stat : 21339 (SatElite) R 21338 21338 21272 0 -1 4194304 125 0 0 0 0 0 0 0 19 0 1 0 242256625 835584 108 1992294400 134512640 135031949 4294956224 18446744073709551615 134566046 0 0 4096 3 0 0 0 17 0 0 0
/proc/21339/statm: 204 108 66 126 0 75 0

[startup+0.0359119 s]
/proc/loadavg: 0.69 0.31 0.73 3/64 21338
/proc/meminfo: memFree=1347968/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101921 s]
/proc/loadavg: 0.69 0.31 0.73 3/64 21338
/proc/meminfo: memFree=1347968/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.30195 s]
/proc/loadavg: 0.69 0.31 0.73 3/64 21338
/proc/meminfo: memFree=1347968/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.702009 s]
/proc/loadavg: 0.69 0.31 0.73 3/64 21338
/proc/meminfo: memFree=1347968/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50113 s]
/proc/loadavg: 0.69 0.31 0.73 2/66 21342
/proc/meminfo: memFree=1347312/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=2152 CPUtime=1.48
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 186 0 0 0 148 0 0 0 25 0 1 0 242256626 2203648 170 1992294400 134512640 135212939 4294956240 18446744073709551615 134526566 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 538 170 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10236 s]
/proc/loadavg: 0.71 0.32 0.74 2/66 21342
/proc/meminfo: memFree=1347120/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=2152 CPUtime=3.08
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 199 0 0 0 308 0 0 0 25 0 1 0 242256626 2203648 183 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 538 183 76 170 0 366 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7512

[startup+6.30183 s]
/proc/loadavg: 0.71 0.32 0.74 2/66 21342
/proc/meminfo: memFree=1346928/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=2280 CPUtime=6.28
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 215 0 0 0 628 0 0 0 25 0 1 0 242256626 2334720 199 1992294400 134512640 135212939 4294956240 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 570 199 76 170 0 398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7640

[startup+12.7018 s]
/proc/loadavg: 0.76 0.34 0.74 2/66 21342
/proc/meminfo: memFree=1346672/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=2412 CPUtime=12.68
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 250 0 0 0 1268 0 0 0 25 0 1 0 242256626 2469888 234 1992294400 134512640 135212939 4294956240 18446744073709551615 134536049 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 603 234 76 170 0 431 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7772

[startup+25.5017 s]
/proc/loadavg: 0.87 0.38 0.75 2/66 21342
/proc/meminfo: memFree=1346608/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=2544 CPUtime=25.47
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 300 0 0 0 2547 0 0 0 25 0 1 0 242256626 2605056 284 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 636 284 76 170 0 464 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7904

[startup+51.1014 s]
/proc/loadavg: 0.91 0.43 0.75 2/66 21342
/proc/meminfo: memFree=1346416/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=2808 CPUtime=51.06
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 349 0 0 0 5106 0 0 0 25 0 1 0 242256626 2875392 333 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 702 333 76 170 0 530 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8168

[startup+102.306 s]
/proc/loadavg: 0.96 0.52 0.76 2/66 21342
/proc/meminfo: memFree=1346032/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=3208 CPUtime=102.24
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 438 0 0 0 10224 0 0 0 25 0 1 0 242256626 3284992 422 1992294400 134512640 135212939 4294956240 18446744073709551615 134527297 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 802 422 76 170 0 630 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8568

[startup+162.302 s]
/proc/loadavg: 0.98 0.60 0.77 2/66 21342
/proc/meminfo: memFree=1345712/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=3344 CPUtime=162.2
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 503 0 0 0 16220 0 0 0 25 0 1 0 242256626 3424256 487 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 836 487 76 170 0 664 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 8704

[startup+222.302 s]
/proc/loadavg: 0.99 0.68 0.78 2/66 21342
/proc/meminfo: memFree=1345648/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=3476 CPUtime=222.17
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 531 0 0 0 22217 0 0 0 25 0 1 0 242256626 3559424 515 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 869 515 76 170 0 697 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 8836

[startup+282.302 s]
/proc/loadavg: 0.99 0.73 0.79 2/66 21342
/proc/meminfo: memFree=1345456/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=3608 CPUtime=282.14
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 561 0 0 0 28214 0 0 0 25 0 1 0 242256626 3694592 545 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 902 545 76 170 0 730 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 8968

[startup+342.301 s]
/proc/loadavg: 0.99 0.78 0.81 2/66 21342
/proc/meminfo: memFree=1345264/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=3880 CPUtime=342.11
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 622 0 0 0 34211 0 0 0 25 0 1 0 242256626 3973120 606 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 970 606 76 170 0 798 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 9240

[startup+402.302 s]
/proc/loadavg: 0.99 0.81 0.82 2/66 21342
/proc/meminfo: memFree=1345200/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4020 CPUtime=402.09
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 655 0 0 0 40209 0 0 0 25 0 1 0 242256626 4116480 639 1992294400 134512640 135212939 4294956240 18446744073709551615 134536571 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1005 639 76 170 0 833 0
Current children cumulated CPU time (s) 402.09

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

/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4020 CPUtime=462.05
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 672 0 0 0 46205 0 0 0 25 0 1 0 242256626 4116480 656 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1005 656 76 170 0 833 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 9380

[startup+522.302 s]
/proc/loadavg: 0.99 0.87 0.83 2/66 21342
/proc/meminfo: memFree=1345008/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4156 CPUtime=522.02
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 697 0 0 0 52202 0 0 0 25 0 1 0 242256626 4255744 681 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1039 681 76 170 0 867 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 9516

[startup+582.302 s]
/proc/loadavg: 0.99 0.89 0.84 2/66 21344
/proc/meminfo: memFree=1344688/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4292 CPUtime=581.99
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 721 0 0 0 58199 0 0 0 25 0 1 0 242256626 4395008 705 1992294400 134512640 135212939 4294956240 18446744073709551615 134534897 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1073 705 76 170 0 901 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 9652

[startup+642.301 s]
/proc/loadavg: 0.99 0.91 0.84 2/66 21344
/proc/meminfo: memFree=1344688/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4428 CPUtime=641.97
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 744 0 0 0 64197 0 0 0 25 0 1 0 242256626 4534272 728 1992294400 134512640 135212939 4294956240 18446744073709551615 134539414 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1107 728 76 170 0 935 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 9788

[startup+702.301 s]
/proc/loadavg: 0.99 0.92 0.85 2/66 21344
/proc/meminfo: memFree=1344624/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4428 CPUtime=701.94
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 761 0 0 0 70194 0 0 0 25 0 1 0 242256626 4534272 745 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1107 745 76 170 0 935 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 9788

[startup+762.306 s]
/proc/loadavg: 0.99 0.93 0.85 2/66 21344
/proc/meminfo: memFree=1344560/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4560 CPUtime=761.92
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 781 0 0 0 76192 0 0 0 25 0 1 0 242256626 4669440 765 1992294400 134512640 135212939 4294956240 18446744073709551615 134538790 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1140 765 76 170 0 968 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 9920

[startup+822.302 s]
/proc/loadavg: 0.99 0.94 0.86 2/66 21344
/proc/meminfo: memFree=1344432/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4696 CPUtime=821.88
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 813 0 0 0 82188 0 0 0 25 0 1 0 242256626 4808704 797 1992294400 134512640 135212939 4294956240 18446744073709551615 134535790 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1174 797 76 170 0 1002 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 10056

[startup+882.301 s]
/proc/loadavg: 0.99 0.95 0.87 2/66 21344
/proc/meminfo: memFree=1344432/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4696 CPUtime=881.87
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 837 0 0 0 88186 1 0 0 25 0 1 0 242256626 4808704 821 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1174 821 76 170 0 1002 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 10056

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.87 2/66 21344
/proc/meminfo: memFree=1344304/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4836 CPUtime=941.85
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 869 0 0 0 94184 1 0 0 25 0 1 0 242256626 4952064 853 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1209 853 76 170 0 1037 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 10196

[startup+1002.3 s]
/proc/loadavg: 0.99 0.96 0.88 2/66 21344
/proc/meminfo: memFree=1344240/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4976 CPUtime=1001.82
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 890 0 0 0 100181 1 0 0 25 0 1 0 242256626 5095424 874 1992294400 134512640 135212939 4294956240 18446744073709551615 134526528 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1244 874 76 170 0 1072 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 10336

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 21344
/proc/meminfo: memFree=1344112/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4976 CPUtime=1061.8
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 911 0 0 0 106179 1 0 0 25 0 1 0 242256626 5095424 895 1992294400 134512640 135212939 4294956240 18446744073709551615 134526549 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1244 895 76 170 0 1072 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 10336

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 21344
/proc/meminfo: memFree=1344112/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=4976 CPUtime=1121.78
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 911 0 0 0 112177 1 0 0 25 0 1 0 242256626 5095424 895 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1244 895 76 170 0 1072 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 10336

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 21344
/proc/meminfo: memFree=1344048/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=5120 CPUtime=1181.76
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 922 0 0 0 118175 1 0 0 25 0 1 0 242256626 5242880 906 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1280 906 76 170 0 1108 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 10480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 21344
/proc/meminfo: memFree=1344048/2055920 swapFree=4145924/4192956
[pid=21338] ppid=21336 vsize=5360 CPUtime=0
/proc/21338/stat : 21338 (run.sh) S 21336 21338 21272 0 -1 4194304 343 298 0 0 0 0 0 0 16 0 1 0 242256624 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21338/statm: 1340 241 197 169 0 51 0
[pid=21342] ppid=21338 vsize=5120 CPUtime=1200.06
/proc/21342/stat : 21342 (minisat) R 21338 21338 21272 0 -1 4194304 933 0 0 0 120005 1 0 0 25 0 1 0 242256626 5242880 917 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/21342/statm: 1280 917 76 170 0 1108 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 10480

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1200.06
CPU system time (s): 0.017997
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 10480

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

runsolver used 0.98585 second user time and 3.39348 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-12 17:31:22
IDJOB=1805853
IDBENCH=24610
IDSOLVER=648
FILE ID=node39/1805853-1242142282
PBS_JOBID= 9289682
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= b79b003513b2a70c9b89188422a831e2
RANDOM SEED=533668461

node39.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:      2055920 kB
MemFree:       1348512 kB
Buffers:         81184 kB
Cached:         508488 kB
SwapCached:      41096 kB
Active:         209268 kB
Inactive:       423852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348512 kB
SwapTotal:     4192956 kB
SwapFree:      4145924 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          14516 kB
Slab:            60404 kB
Committed_AS:   946256 kB
PageTables:       1384 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= 66332 MiB
End job on node39 at 2009-05-12 17:51:23