Trace number 1530852

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
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.11 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/380/
unif-k3-r4.25-v380-c1615-S1985172968-100.cnf
MD5SUMd341022d95ddbcad449a00c47578e9f1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
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 Trying configuration 1
700.10/700.46	HOME/hydrasat-multi.sh: line 48: 32390 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.10/700.46	c Trying configuration 2
1200.08/1200.60	HOME/hydrasat-multi.sh: line 64: 32394 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.08/1200.60	c Trying configuration 3

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1530852-1238596448/watcher-1530852-1238596448 -o /tmp/evaluation-result-1530852-1238596448/solver-1530852-1238596448 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1530852-1238596448.cnf 1800 1427534161 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 32389
/proc/meminfo: memFree=1162088/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) R 32387 32389 31956 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 238 1992294400 4194304 4889804 548682068736 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32389/statm: 1340 238 196 169 0 51 0
[pid=32390] ppid=32389 vsize=1452 CPUtime=0
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 167 0 0 0 0 0 0 0 18 0 1 0 1132307283 1486848 149 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 363 150 116 317 0 43 0

[startup+0.0535251 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 32389
/proc/meminfo: memFree=1162088/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=1716 CPUtime=0.04
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 266 0 0 0 4 0 0 0 19 0 1 0 1132307283 1757184 247 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 429 247 150 317 0 109 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7076

[startup+0.101531 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 32389
/proc/meminfo: memFree=1162088/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=1848 CPUtime=0.09
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 281 0 0 0 9 0 0 0 19 0 1 0 1132307283 1892352 262 1992294400 134512640 135813592 4294956176 18446744073709551615 134592214 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 462 262 150 317 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.301552 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 32389
/proc/meminfo: memFree=1162088/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=1980 CPUtime=0.29
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 315 0 0 0 29 0 0 0 21 0 1 0 1132307283 2027520 296 1992294400 134512640 135813592 4294956176 18446744073709551615 134662674 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 495 296 150 317 0 175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7340

[startup+0.701594 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 32389
/proc/meminfo: memFree=1162088/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=2112 CPUtime=0.69
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 367 0 0 0 69 0 0 0 25 0 1 0 1132307283 2162688 348 1992294400 134512640 135813592 4294956176 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 528 348 150 317 0 208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7472

[startup+1.50168 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1160728/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=2768 CPUtime=1.49
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 526 0 0 0 149 0 0 0 25 0 1 0 1132307283 2834432 507 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 692 508 150 317 0 372 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8128

[startup+3.10185 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1159640/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=3984 CPUtime=3.09
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 809 0 0 0 309 0 0 0 25 0 1 0 1132307283 4079616 790 1992294400 134512640 135813592 4294956176 18446744073709551615 135047695 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 996 790 150 317 0 676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9344

[startup+6.30119 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1157528/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=6300 CPUtime=6.29
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 1314 0 0 0 629 0 0 0 25 0 1 0 1132307283 6451200 1295 1992294400 134512640 135813592 4294956176 18446744073709551615 134588993 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 1575 1295 150 317 0 1255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11660

[startup+12.7029 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1154712/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=8712 CPUtime=12.69
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 1903 0 0 0 1268 1 0 0 25 0 1 0 1132307283 8921088 1884 1992294400 134512640 135813592 4294956176 18446744073709551615 134665258 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 2178 1884 150 317 0 1858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14072

[startup+25.5012 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1150232/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=13972 CPUtime=25.48
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 3140 0 0 0 2546 2 0 0 25 0 1 0 1132307283 14307328 3047 1992294400 134512640 135813592 4294956176 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 3493 3047 150 317 0 3173 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19332

[startup+51.102 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1144984/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=20000 CPUtime=51.06
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 4641 0 0 0 5104 2 0 0 25 0 1 0 1132307283 20480000 4339 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 5000 4339 150 317 0 4680 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25360

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1136792/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=28864 CPUtime=102.25
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 6643 0 0 0 10221 4 0 0 25 0 1 0 1132307283 29556736 6341 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 7216 6341 150 317 0 6896 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 34224

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1128984/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=38172 CPUtime=162.22
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 8999 0 0 0 16216 6 0 0 25 0 1 0 1132307283 39088128 8305 1992294400 134512640 135813592 4294956176 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 9543 8305 150 317 0 9223 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 43532

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1123672/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=44628 CPUtime=222.2
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 10443 0 0 0 22212 8 0 0 25 0 1 0 1132307283 45699072 9618 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 11157 9618 150 317 0 10837 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 49988

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1117848/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=50756 CPUtime=282.17
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 11959 0 0 0 28208 9 0 0 25 0 1 0 1132307283 51974144 11073 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 12689 11073 150 317 0 12369 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 56116

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1114264/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=55152 CPUtime=342.15
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 13093 0 0 0 34205 10 0 0 25 0 1 0 1132307283 56475648 11966 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 13788 11966 150 317 0 13468 0

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

[pid=32390] ppid=32389 vsize=65996 CPUtime=462.1
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 16040 0 0 0 46197 13 0 0 25 0 1 0 1132307283 67579904 14384 1992294400 134512640 135813592 4294956176 18446744073709551615 134665160 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 16499 14384 150 317 0 16179 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 71356

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1099992/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=71768 CPUtime=522.08
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 17611 0 0 0 52194 14 0 0 25 0 1 0 1132307283 73490432 15533 1992294400 134512640 135813592 4294956176 18446744073709551615 134665184 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 17942 15533 150 317 0 17622 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 77128

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32391
/proc/meminfo: memFree=1097112/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=74452 CPUtime=582.05
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 18310 0 0 0 58190 15 0 0 25 0 1 0 1132307283 76238848 16232 1992294400 134512640 135813592 4294956176 18446744073709551615 134665378 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 18613 16232 150 317 0 18293 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 79812

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32393
/proc/meminfo: memFree=1094040/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5360 CPUtime=0
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1132307282 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32389/statm: 1340 239 197 169 0 51 0
[pid=32390] ppid=32389 vsize=77312 CPUtime=642.02
/proc/32390/stat : 32390 (hydrasat_cache4) R 32389 32389 31956 0 -1 4194304 19078 0 0 0 64186 16 0 0 25 0 1 0 1132307283 79167488 17000 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/32390/statm: 19328 17000 150 317 0 19008 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 82672

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 32394
/proc/meminfo: memFree=1088920/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=2408 CPUtime=1.83
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 412 0 0 0 183 0 0 0 25 0 1 0 1132377329 2465792 395 1992294400 134512640 135995732 4294956032 18446744073709551615 134681387 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 602 395 172 362 0 237 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 7772

[startup+762.305 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1088280/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=4400 CPUtime=61.8
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 877 0 0 0 6179 1 0 0 25 0 1 0 1132377329 4505600 860 1992294400 134512640 135995732 4294956032 18446744073709551615 134807697 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1100 860 172 362 0 735 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 9764

[startup+822.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1088024/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=4668 CPUtime=121.77
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 949 0 0 0 12176 1 0 0 25 0 1 0 1132377329 4780032 932 1992294400 134512640 135995732 4294956032 18446744073709551615 134663560 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1167 932 172 362 0 802 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 10032

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1087192/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=5740 CPUtime=181.75
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1181 0 0 0 18174 1 0 0 25 0 1 0 1132377329 5877760 1164 1992294400 134512640 135995732 4294956032 18446744073709551615 134808096 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1435 1164 172 362 0 1070 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 11104

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1085656/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=7316 CPUtime=241.72
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1578 0 0 0 24170 2 0 0 25 0 1 0 1132377329 7491584 1561 1992294400 134512640 135995732 4294956032 18446744073709551615 134807823 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1829 1561 172 362 0 1464 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 12680

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1085528/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=7600 CPUtime=301.7
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1612 0 0 0 30168 2 0 0 25 0 1 0 1132377329 7782400 1595 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1900 1595 172 362 0 1535 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 12964

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1085528/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=7600 CPUtime=361.68
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1612 0 0 0 36166 2 0 0 25 0 1 0 1132377329 7782400 1595 1992294400 134512640 135995732 4294956032 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1900 1595 172 362 0 1535 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 12964

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1085528/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=7600 CPUtime=421.65
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1626 0 0 0 42163 2 0 0 25 0 1 0 1132377329 7782400 1609 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1900 1609 172 362 0 1535 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 12964

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1085528/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=7600 CPUtime=481.62
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1639 0 0 0 48160 2 0 0 25 0 1 0 1132377329 7782400 1622 1992294400 134512640 135995732 4294956032 18446744073709551615 134807794 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1900 1622 172 362 0 1535 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 12964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32394
/proc/meminfo: memFree=1085464/2055920 swapFree=4178912/4192956
[pid=32389] ppid=32387 vsize=5364 CPUtime=700.16
/proc/32389/stat : 32389 (hydrasat-multi.) S 32387 32389 31956 0 -1 4194304 322 21853 0 0 0 0 69972 44 16 0 1 0 1132307282 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32389/statm: 1341 245 202 169 0 52 0
[pid=32394] ppid=32389 vsize=7732 CPUtime=499.92
/proc/32394/stat : 32394 (hydrasat_cachew) R 32389 32389 31956 0 -1 4194304 1657 0 0 0 49990 2 0 0 25 0 1 0 1132377329 7917568 1640 1992294400 134512640 135995732 4294956032 18446744073709551615 134806625 0 0 4096 1 0 0 0 17 0 0 0
/proc/32394/statm: 1933 1640 172 362 0 1568 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 13096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.11
CPU user time (s): 1199.63
CPU system time (s): 0.473927
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 85132

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

runsolver used 1.04684 second user time and 3.33049 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-01 16:34:08
IDJOB=1530852
IDBENCH=70735
IDSOLVER=518
FILE ID=node47/1530852-1238596448
PBS_JOBID= 9068324
Free space on /tmp= 66368 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/380/unif-k3-r4.25-v380-c1615-S1985172968-100.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530852-1238596448/watcher-1530852-1238596448 -o /tmp/evaluation-result-1530852-1238596448/solver-1530852-1238596448 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530852-1238596448.cnf 1800 1427534161

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

MD5SUM BENCH= d341022d95ddbcad449a00c47578e9f1
RANDOM SEED=1427534161

node47.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.216
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.216
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:       1162568 kB
Buffers:        110648 kB
Cached:         678044 kB
SwapCached:       7792 kB
Active:         284104 kB
Inactive:       514948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162568 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          16084 kB
Slab:            80252 kB
Committed_AS:  3212748 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= 66296 MiB
End job on node47 at 2009-04-01 16:54:10