Trace number 1721209

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
Bench CategoryAPPLICATION (applications 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 variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.01	c Trying configuration 1
699.96/700.23	HOME/hydrasat-multi.sh: line 48: 20017 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.96/700.23	c Trying configuration 2
1200.10/1200.50	HOME/hydrasat-multi.sh: line 64: 20024 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.10/1200.50	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:492) (c) roussel@cril.univ-artois.fr

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

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.91 0.95 0.98 3/64 20015
/proc/meminfo: memFree=1858464/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5356 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) D 20013 20015 19920 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 94455514 5484544 230 1992294400 4194304 4889804 548682068736 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 0 0 0
/proc/20015/statm: 1339 230 191 169 0 50 0

[startup+0.052871 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20015
/proc/meminfo: memFree=1858464/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101875 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20015
/proc/meminfo: memFree=1858464/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301896 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20015
/proc/meminfo: memFree=1858464/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70194 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 20015
/proc/meminfo: memFree=1858464/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50103 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 20017
/proc/meminfo: memFree=1850000/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=9736 CPUtime=1.47
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 2312 0 0 0 147 0 0 0 25 0 1 0 94455516 9969664 2173 1992294400 134512640 135813592 4294956176 18446744073709551615 134521120 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 2434 2173 126 317 0 2114 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15096

[startup+3.10121 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 20017
/proc/meminfo: memFree=1846160/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=14308 CPUtime=3.08
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 3316 0 0 0 307 1 0 0 25 0 1 0 94455516 14651392 3176 1992294400 134512640 135813592 4294956176 18446744073709551615 134665499 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 3577 3176 149 317 0 3257 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19668

[startup+6.30256 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 20017
/proc/meminfo: memFree=1845456/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=14736 CPUtime=6.28
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 3416 0 0 0 627 1 0 0 25 0 1 0 94455516 15089664 3276 1992294400 134512640 135813592 4294956176 18446744073709551615 134665320 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 3684 3276 149 317 0 3364 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20096

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 20017
/proc/meminfo: memFree=1845136/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=15000 CPUtime=12.67
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 3479 0 0 0 1266 1 0 0 25 0 1 0 94455516 15360000 3339 1992294400 134512640 135813592 4294956176 18446744073709551615 134664979 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 3750 3339 149 317 0 3430 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20360

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 20017
/proc/meminfo: memFree=1844952/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=15272 CPUtime=25.47
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 3539 0 0 0 2546 1 0 0 25 0 1 0 94455516 15638528 3399 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 3818 3399 149 317 0 3498 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20632

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 20017
/proc/meminfo: memFree=1844760/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=15696 CPUtime=51.06
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 3603 0 0 0 5105 1 0 0 25 0 1 0 94455516 16072704 3463 1992294400 134512640 135813592 4294956176 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 3924 3463 149 317 0 3604 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21056

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 20017
/proc/meminfo: memFree=1844568/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=15836 CPUtime=102.24
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 3636 0 0 0 10223 1 0 0 25 0 1 0 94455516 16216064 3496 1992294400 134512640 135813592 4294956176 18446744073709551615 134665101 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 3959 3496 149 317 0 3639 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21196

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20017
/proc/meminfo: memFree=1842968/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=17520 CPUtime=162.23
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 4030 0 0 0 16221 2 0 0 25 0 1 0 94455516 17940480 3890 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 4380 3890 149 317 0 4060 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22880

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20023
/proc/meminfo: memFree=1841752/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=18640 CPUtime=222.2
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 4312 0 0 0 22218 2 0 0 25 0 1 0 94455516 19087360 4172 1992294400 134512640 135813592 4294956176 18446744073709551615 134665514 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 4660 4172 149 317 0 4340 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 24000

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20023
/proc/meminfo: memFree=1840984/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=19428 CPUtime=282.18
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 4491 0 0 0 28216 2 0 0 25 0 1 0 94455516 19894272 4351 1992294400 134512640 135813592 4294956176 18446744073709551615 134665197 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 4857 4351 149 317 0 4537 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 24788

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20023
/proc/meminfo: memFree=1837848/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=23000 CPUtime=342.17
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 5267 0 0 0 34214 3 0 0 25 0 1 0 94455516 23552000 5127 1992294400 134512640 135813592 4294956176 18446744073709551615 134664971 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 5750 5127 149 317 0 5430 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 28360

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20023
/proc/meminfo: memFree=1834456/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=27120 CPUtime=402.15
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 6158 0 0 0 40211 4 0 0 25 0 1 0 94455516 27770880 6018 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 6780 6018 149 317 0 6460 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 32480


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

[pid=20017] ppid=20015 vsize=33220 CPUtime=522.12
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 7446 0 0 0 52207 5 0 0 25 0 1 0 94455516 34017280 7306 1992294400 134512640 135813592 4294956176 18446744073709551615 134664962 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 8305 7306 149 317 0 7985 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 38580

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20023
/proc/meminfo: memFree=1829016/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=33220 CPUtime=582.1
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 7446 0 0 0 58205 5 0 0 25 0 1 0 94455516 34017280 7306 1992294400 134512640 135813592 4294956176 18446744073709551615 134665452 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 8305 7306 149 317 0 7985 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 38580

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20023
/proc/meminfo: memFree=1828952/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5360 CPUtime=0
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94455514 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1340 239 197 169 0 51 0
[pid=20017] ppid=20015 vsize=33220 CPUtime=642.09
/proc/20017/stat : 20017 (hydrasat_cache4) R 20015 20015 19920 0 -1 4194304 7446 0 0 0 64204 5 0 0 25 0 1 0 94455516 34017280 7306 1992294400 134512640 135813592 4294956176 18446744073709551615 134664968 0 0 4096 1 0 0 0 17 1 0 0
/proc/20017/statm: 8305 7306 149 317 0 7985 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 38580

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1821464/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=9188 CPUtime=2.05
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 2170 0 0 0 204 1 0 0 25 0 1 0 94525538 9408512 2033 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 2297 2033 171 362 0 1932 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 14552

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1820376/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=10380 CPUtime=62.02
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 2437 0 0 0 6199 3 0 0 25 0 1 0 94525538 10629120 2300 1992294400 134512640 135995732 4294956032 18446744073709551615 134807775 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 2595 2300 171 362 0 2230 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 15744

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1819032/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=11584 CPUtime=122
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 2759 0 0 0 12197 3 0 0 25 0 1 0 94525538 11862016 2622 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 2896 2622 171 362 0 2531 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 16948

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1816472/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=14408 CPUtime=181.98
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 3403 0 0 0 18194 4 0 0 25 0 1 0 94525538 14753792 3266 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 3602 3266 171 362 0 3237 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 19772

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1813016/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=18120 CPUtime=241.96
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4244 0 0 0 24191 5 0 0 25 0 1 0 94525538 18554880 4107 1992294400 134512640 135995732 4294956032 18446744073709551615 135202273 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4530 4107 171 362 0 4165 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 23484

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1811800/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=19336 CPUtime=301.95
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4549 0 0 0 30189 6 0 0 25 0 1 0 94525538 19800064 4412 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4834 4412 171 362 0 4469 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 24700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1811800/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=19336 CPUtime=361.93
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4549 0 0 0 36187 6 0 0 25 0 1 0 94525538 19800064 4412 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4834 4412 171 362 0 4469 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 24700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1811800/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=19336 CPUtime=421.91
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4550 0 0 0 42185 6 0 0 25 0 1 0 94525538 19800064 4413 1992294400 134512640 135995732 4294956032 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4834 4413 171 362 0 4469 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 24700

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1811736/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=19336 CPUtime=481.89
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4550 0 0 0 48183 6 0 0 25 0 1 0 94525538 19800064 4413 1992294400 134512640 135995732 4294956032 18446744073709551615 134808093 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4834 4413 171 362 0 4469 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 24700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1811736/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=19336 CPUtime=500.1
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4551 0 0 0 50003 7 0 0 25 0 1 0 94525538 19800064 4414 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4834 4414 171 362 0 4469 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 24700

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 20024
/proc/meminfo: memFree=1811736/2055920 swapFree=4180628/4192956
[pid=20015] ppid=20013 vsize=5364 CPUtime=700
/proc/20015/stat : 20015 (hydrasat-multi.) S 20013 20015 19920 0 -1 4194304 321 8276 1 0 0 0 69983 17 19 0 1 0 94455514 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20015/statm: 1341 245 202 169 0 52 0
[pid=20024] ppid=20015 vsize=19336 CPUtime=500.1
/proc/20024/stat : 20024 (hydrasat_cachew) R 20015 20015 19920 0 -1 4194304 4551 0 0 0 50003 7 0 0 25 0 1 0 94525538 19800064 4414 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/20024/statm: 4834 4414 171 362 0 4469 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 24700

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1199.87
CPU system time (s): 0.249962
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 38580

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

runsolver used 1.34979 second user time and 2.97855 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-25 14:57:53
IDJOB=1721209
IDBENCH=71065
IDSOLVER=518
FILE ID=node42/1721209-1240664273
PBS_JOBID= 9186566
Free space on /tmp= 66328 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_08_UNSAT.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721209-1240664273/watcher-1721209-1240664273 -o /tmp/evaluation-result-1721209-1240664273/solver-1721209-1240664273 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1721209-1240664273.cnf 1800 2096713048

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=2096713048

node42.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.232
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.232
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:       1859008 kB
Buffers:         14788 kB
Cached:         114296 kB
SwapCached:       6100 kB
Active:          34412 kB
Inactive:       103240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859008 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:            5188 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            45332 kB
Committed_AS:   423164 kB
PageTables:       1388 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 node42 at 2009-04-25 15:17:56