Trace number 1529913

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.71

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S1492329924-074.cnf
MD5SUM667156c9cba21970f1c7c0c7e22c36aa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.478926
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

Solver Data

0.00/0.01	c Trying configuration 1
699.95/700.33	HOME/hydrasat-multi.sh: line 48: 10600 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.95/700.33	c Trying configuration 2
1200.08/1200.70	HOME/hydrasat-multi.sh: line 64: 10607 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.08/1200.70	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-1529913-1238453454/watcher-1529913-1238453454 -o /tmp/evaluation-result-1529913-1238453454/solver-1529913-1238453454 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529913-1238453454.cnf 1800 1419414031 

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.97 0.98 3/64 10598
/proc/meminfo: memFree=1047552/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5356 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) D 10596 10598 10031 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 1118011498 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/10598/statm: 1339 230 191 169 0 50 0

[startup+0.030973 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10598
/proc/meminfo: memFree=1047552/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101983 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10598
/proc/meminfo: memFree=1047552/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302019 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10598
/proc/meminfo: memFree=1047552/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701091 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10598
/proc/meminfo: memFree=1047552/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50124 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1046128/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=2656 CPUtime=1.48
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 502 0 0 0 148 0 0 0 25 0 1 0 1118011500 2719744 483 1992294400 134512640 135813592 4294956160 18446744073709551615 134597127 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 664 483 150 317 0 344 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8016

[startup+3.10153 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1045808/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=2788 CPUtime=3.08
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 524 0 0 0 308 0 0 0 25 0 1 0 1118011500 2854912 505 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 697 505 150 317 0 377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8148

[startup+6.30112 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1045744/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=3080 CPUtime=6.28
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 577 0 0 0 628 0 0 0 25 0 1 0 1118011500 3153920 558 1992294400 134512640 135813592 4294956160 18446744073709551615 135224226 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 770 558 150 317 0 450 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8440

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1044656/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=4256 CPUtime=12.68
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 848 0 0 0 1268 0 0 0 25 0 1 0 1118011500 4358144 829 1992294400 134512640 135813592 4294956160 18446744073709551615 134665285 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 1064 829 150 317 0 744 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9616

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1041456/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=7928 CPUtime=25.47
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 1680 0 0 0 2547 0 0 0 25 0 1 0 1118011500 8118272 1661 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 1982 1661 150 317 0 1662 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13288

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1038128/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=11536 CPUtime=51.05
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 2523 0 0 0 5105 0 0 0 25 0 1 0 1118011500 11812864 2440 1992294400 134512640 135813592 4294956160 18446744073709551615 135224169 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 2884 2440 150 317 0 2564 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16896

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1037872/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=11832 CPUtime=102.24
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 2570 0 0 0 10223 1 0 0 25 0 1 0 1118011500 12115968 2487 1992294400 134512640 135813592 4294956160 18446744073709551615 134608166 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 2958 2487 150 317 0 2638 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17192

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1037680/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=12020 CPUtime=162.21
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 2629 0 0 0 16220 1 0 0 25 0 1 0 1118011500 12308480 2546 1992294400 134512640 135813592 4294956160 18446744073709551615 134668792 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 3005 2546 150 317 0 2685 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17380

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1037296/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=12476 CPUtime=222.18
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 2711 0 0 0 22217 1 0 0 25 0 1 0 1118011500 12775424 2628 1992294400 134512640 135813592 4294956160 18446744073709551615 134665414 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 3119 2628 150 317 0 2799 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 17836

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1037168/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=12648 CPUtime=282.15
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 2751 0 0 0 28214 1 0 0 25 0 1 0 1118011500 12951552 2668 1992294400 134512640 135813592 4294956160 18446744073709551615 134592139 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 3162 2668 150 317 0 2842 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 18008

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1034800/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=15508 CPUtime=342.12
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 3425 0 0 0 34211 1 0 0 25 0 1 0 1118011500 15880192 3261 1992294400 134512640 135813592 4294956160 18446744073709551615 134664983 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 3877 3261 150 317 0 3557 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 20868

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1031472/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=20256 CPUtime=402.09
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 4589 0 0 0 40207 2 0 0 25 0 1 0 1118011500 20742144 4306 1992294400 134512640 135813592 4294956160 18446744073709551615 134665273 0 0 4096 1 0 0 0 17 1 0 0
/proc/10600/statm: 5064 4306 150 317 0 4744 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 25616


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

[pid=10600] ppid=10598 vsize=24916 CPUtime=522.03
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 5600 0 0 0 52200 3 0 0 25 0 1 0 1118011500 25513984 5317 1992294400 134512640 135813592 4294956160 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 6229 5317 150 317 0 5909 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 30276

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10600
/proc/meminfo: memFree=1024560/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=27292 CPUtime=582.01
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 6146 0 0 0 58197 4 0 0 25 0 1 0 1118011500 27947008 5863 1992294400 134512640 135813592 4294956160 18446744073709551615 134665205 0 0 4096 1 0 0 0 17 1 0 0
/proc/10600/statm: 6823 5863 150 317 0 6503 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 32652

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10606
/proc/meminfo: memFree=1022064/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5360 CPUtime=0
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1118011498 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10598/statm: 1340 239 197 169 0 51 0
[pid=10600] ppid=10598 vsize=29624 CPUtime=641.98
/proc/10600/stat : 10600 (hydrasat_cache4) R 10598 10598 10031 0 -1 4194304 6861 0 0 0 64194 4 0 0 25 0 1 0 1118011500 30334976 6437 1992294400 134512640 135813592 4294956160 18446744073709551615 134668819 0 0 4096 1 0 0 0 17 0 0 0
/proc/10600/statm: 7406 6437 150 317 0 7086 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 34984

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10607
/proc/meminfo: memFree=1019824/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=2548 CPUtime=1.96
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 441 0 0 0 196 0 0 0 25 0 1 0 1118081531 2609152 423 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 637 423 172 362 0 272 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 7912

[startup+762.306 s]
/proc/loadavg: 1.03 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1014000/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=9120 CPUtime=61.91
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 2008 0 0 0 6190 1 0 0 25 0 1 0 1118081531 9338880 1977 1992294400 134512640 135995732 4294956016 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 2280 1977 172 362 0 1915 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 14484

[startup+822.303 s]
/proc/loadavg: 1.01 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1013936/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=9260 CPUtime=121.88
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 2036 0 0 0 12187 1 0 0 25 0 1 0 1118081531 9482240 2005 1992294400 134512640 135995732 4294956016 18446744073709551615 135366813 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 2315 2005 172 362 0 1950 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 14624

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1013744/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=9400 CPUtime=181.85
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 2084 0 0 0 18184 1 0 0 25 0 1 0 1118081531 9625600 2053 1992294400 134512640 135995732 4294956016 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 2350 2053 172 362 0 1985 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 14764

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1013616/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=9536 CPUtime=241.82
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 2120 0 0 0 24181 1 0 0 25 0 1 0 1118081531 9764864 2089 1992294400 134512640 135995732 4294956016 18446744073709551615 134806628 0 0 4096 1 0 0 0 17 1 0 0
/proc/10607/statm: 2384 2089 172 362 0 2019 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 14900

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1012208/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=11348 CPUtime=301.79
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 2484 0 0 0 30177 2 0 0 25 0 1 0 1118081531 11620352 2449 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 2837 2449 172 362 0 2472 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 16712

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1008944/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=15000 CPUtime=361.76
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 3349 0 0 0 36173 3 0 0 25 0 1 0 1118081531 15360000 3278 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 3750 3278 172 362 0 3385 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 20364

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1006448/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=17480 CPUtime=421.73
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 4026 0 0 0 42169 4 0 0 25 0 1 0 1118081531 17899520 3888 1992294400 134512640 135995732 4294956016 18446744073709551615 134807957 0 0 4096 1 0 0 0 17 1 0 0
/proc/10607/statm: 4370 3888 172 362 0 4005 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 22844

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1004848/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=19676 CPUtime=481.71
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 4493 0 0 0 48166 5 0 0 25 0 1 0 1118081531 20148224 4355 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 4919 4355 172 362 0 4554 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 25040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1004464/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=19676 CPUtime=500.1
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 4526 0 0 0 50005 5 0 0 25 0 1 0 1118081531 20148224 4388 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 4919 4388 172 362 0 4554 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 25040

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10607
/proc/meminfo: memFree=1004464/2055920 swapFree=4177704/4192956
[pid=10598] ppid=10596 vsize=5364 CPUtime=699.98
/proc/10598/stat : 10598 (hydrasat-multi.) S 10596 10598 10031 0 -1 4194304 320 7906 1 0 0 0 69984 14 16 0 1 0 1118011498 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10598/statm: 1341 245 202 169 0 52 0
[pid=10607] ppid=10598 vsize=19676 CPUtime=500.1
/proc/10607/stat : 10607 (hydrasat_cachew) R 10598 10598 10031 0 -1 4194304 4526 0 0 0 50005 5 0 0 25 0 1 0 1118081531 20148224 4388 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/10607/statm: 4919 4388 172 362 0 4554 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 25040

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.11
CPU user time (s): 1199.91
CPU system time (s): 0.203968
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 35960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.91
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12778
page faults= 1
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= 3839

runsolver used 0.932858 second user time and 3.44348 second system time

The end

Launcher Data

Begin job on node24 at 2009-03-31 00:50:54
IDJOB=1529913
IDBENCH=70422
IDSOLVER=518
FILE ID=node24/1529913-1238453454
PBS_JOBID= 9061662
Free space on /tmp= 65780 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/110/unif-k5-r21.3-v110-c2343-S1492329924-074.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529913-1238453454/watcher-1529913-1238453454 -o /tmp/evaluation-result-1529913-1238453454/solver-1529913-1238453454 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529913-1238453454.cnf 1800 1419414031

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

MD5SUM BENCH= 667156c9cba21970f1c7c0c7e22c36aa
RANDOM SEED=1419414031

node24.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.260
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.260
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:       1048032 kB
Buffers:        104472 kB
Cached:         799192 kB
SwapCached:       9032 kB
Active:         132800 kB
Inactive:       781376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1048032 kB
SwapTotal:     4192956 kB
SwapFree:      4177704 kB
Dirty:            4096 kB
Writeback:           0 kB
Mapped:          16080 kB
Slab:            79592 kB
Committed_AS:  3197252 kB
PageTables:       1448 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= 65748 MiB
End job on node24 at 2009-03-31 01:10:56