Trace number 1530570

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

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S1906521511-089.cnf
MD5SUM9c1fb07d5218acc7d1bc3d4acef5e909
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.9933
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
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.05/700.39	HOME/hydrasat-multi.sh: line 48:  1182 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.05/700.39	c Trying configuration 2
1200.09/1200.51	HOME/hydrasat-multi.sh: line 64:  1184 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.09/1200.51	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-1530570-1238567893/watcher-1530570-1238567893 -o /tmp/evaluation-result-1530570-1238567893/solver-1530570-1238567893 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1530570-1238567893.cnf 1800 180932219 

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.98 0.91 3/64 1181
/proc/meminfo: memFree=1656224/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=1580 CPUtime=0
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 1129456606 1617920 184 1992294400 134512640 135813592 4294956192 18446744073709551615 134687924 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 395 184 125 317 0 75 0

[startup+0.0727031 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 1181
/proc/meminfo: memFree=1656224/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=1712 CPUtime=0.06
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 268 0 0 0 6 0 0 0 18 0 1 0 1129456606 1753088 249 1992294400 134512640 135813592 4294956192 18446744073709551615 135224135 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 428 249 150 317 0 108 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7072

[startup+0.101706 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 1181
/proc/meminfo: memFree=1656224/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=1712 CPUtime=0.09
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 275 0 0 0 9 0 0 0 18 0 1 0 1129456606 1753088 256 1992294400 134512640 135813592 4294956192 18446744073709551615 134665335 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 428 256 150 317 0 108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7072

[startup+0.301738 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 1181
/proc/meminfo: memFree=1656224/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=1968 CPUtime=0.29
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 314 0 0 0 29 0 0 0 19 0 1 0 1129456606 2015232 295 1992294400 134512640 135813592 4294956192 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 492 295 150 317 0 172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7328

[startup+0.701803 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 1181
/proc/meminfo: memFree=1656224/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=2100 CPUtime=0.69
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 365 0 0 0 69 0 0 0 22 0 1 0 1129456606 2150400 346 1992294400 134512640 135813592 4294956192 18446744073709551615 134665004 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 525 346 150 317 0 205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7460

[startup+1.50193 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1654928/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=2756 CPUtime=1.49
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 519 0 0 0 149 0 0 0 25 0 1 0 1129456606 2822144 500 1992294400 134512640 135813592 4294956192 18446744073709551615 134592214 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 689 500 150 317 0 369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8116

[startup+3.10219 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1653776/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=4092 CPUtime=3.09
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 840 0 0 0 309 0 0 0 25 0 1 0 1129456606 4190208 821 1992294400 134512640 135813592 4294956192 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 1023 821 150 317 0 703 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9452

[startup+6.30171 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1651856/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=5472 CPUtime=6.28
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 1147 0 0 0 628 0 0 0 25 0 1 0 1129456606 5603328 1128 1992294400 134512640 135813592 4294956192 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 1368 1128 150 317 0 1048 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10832

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1651344/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=6088 CPUtime=12.68
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 1276 0 0 0 1268 0 0 0 25 0 1 0 1129456606 6234112 1257 1992294400 134512640 135813592 4294956192 18446744073709551615 134665347 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 1522 1257 150 317 0 1202 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11448

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1648656/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=8900 CPUtime=25.48
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 1938 0 0 0 2547 1 0 0 25 0 1 0 1129456606 9113600 1919 1992294400 134512640 135813592 4294956192 18446744073709551615 134592195 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 2225 1919 150 317 0 1905 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14260

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1643792/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=14472 CPUtime=51.07
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 3287 0 0 0 5105 2 0 0 25 0 1 0 1129456606 14819328 3165 1992294400 134512640 135813592 4294956192 18446744073709551615 134665514 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 3618 3165 150 317 0 3298 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19832

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1636304/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=22948 CPUtime=102.26
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 5226 0 0 0 10222 4 0 0 25 0 1 0 1129456606 23498752 4993 1992294400 134512640 135813592 4294956192 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 5737 4993 150 317 0 5417 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 28308

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1628688/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=31568 CPUtime=162.23
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 7361 0 0 0 16218 5 0 0 25 0 1 0 1129456606 32325632 6888 1992294400 134512640 135813592 4294956192 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 7892 6888 150 317 0 7572 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 36928

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1621456/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=40012 CPUtime=222.22
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 9152 0 0 0 22215 7 0 0 25 0 1 0 1129456606 40972288 8679 1992294400 134512640 135813592 4294956192 18446744073709551615 134664954 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 10003 8679 150 317 0 9683 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45372

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1616976/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=45032 CPUtime=282.2
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 10277 0 0 0 28213 7 0 0 25 0 1 0 1129456606 46112768 9804 1992294400 134512640 135813592 4294956192 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 11258 9804 150 317 0 10938 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 50392

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1611984/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=50020 CPUtime=342.18
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 11535 0 0 0 34210 8 0 0 25 0 1 0 1129456606 51220480 11026 1992294400 134512640 135813592 4294956192 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 12505 11026 150 317 0 12185 0

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

[pid=1182] ppid=1181 vsize=63324 CPUtime=522.12
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 15267 0 0 0 52202 10 0 0 25 0 1 0 1129456606 64843776 14007 1992294400 134512640 135813592 4294956192 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 15831 14007 150 317 0 15511 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 68684

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1596432/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=67700 CPUtime=582.11
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 16411 0 0 0 58200 11 0 0 25 0 1 0 1129456606 69324800 14910 1992294400 134512640 135813592 4294956192 18446744073709551615 134665442 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 16925 14910 150 317 0 16605 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 73060

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1183
/proc/meminfo: memFree=1593168/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5360 CPUtime=0
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129456606 5488640 239 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1340 239 197 169 0 51 0
[pid=1182] ppid=1181 vsize=71800 CPUtime=642.09
/proc/1182/stat : 1182 (hydrasat_cache4) R 1181 1181 985 0 -1 4194304 17349 0 0 0 64197 12 0 0 25 0 1 0 1129456606 73523200 15727 1992294400 134512640 135813592 4294956192 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/1182/statm: 17950 15727 150 317 0 17630 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 77160

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1585040/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=2936 CPUtime=1.9
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 529 0 0 0 190 0 0 0 25 0 1 0 1129526645 3006464 512 1992294400 134512640 135995732 4294956048 18446744073709551615 134808032 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 734 512 172 362 0 369 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 8300

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1580496/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=8932 CPUtime=61.89
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 1912 0 0 0 6188 1 0 0 25 0 1 0 1129526645 9146368 1862 1992294400 134512640 135995732 4294956048 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 2233 1862 172 362 0 1868 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 14296

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1577488/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=12116 CPUtime=121.86
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 2695 0 0 0 12184 2 0 0 25 0 1 0 1129526645 12406784 2576 1992294400 134512640 135995732 4294956048 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 3029 2576 172 362 0 2664 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 17480

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1574032/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=15980 CPUtime=181.84
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 3599 0 0 0 18181 3 0 0 25 0 1 0 1129526645 16363520 3480 1992294400 134512640 135995732 4294956048 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 3995 3480 172 362 0 3630 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 21344

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1571856/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=18004 CPUtime=241.82
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 4173 0 0 0 24178 4 0 0 25 0 1 0 1129526645 18436096 4013 1992294400 134512640 135995732 4294956048 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 4501 4013 172 362 0 4136 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 23368

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1569744/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=20448 CPUtime=301.81
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 4715 0 0 0 30176 5 0 0 25 0 1 0 1129526645 20938752 4555 1992294400 134512640 135995732 4294956048 18446744073709551615 134807735 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 5112 4555 172 362 0 4747 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 25812

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1566416/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=24304 CPUtime=361.79
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 5680 0 0 0 36174 5 0 0 25 0 1 0 1129526645 24887296 5391 1992294400 134512640 135995732 4294956048 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 6076 5391 172 362 0 5711 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 29668

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1563792/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=26848 CPUtime=421.77
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 6323 0 0 0 42171 6 0 0 25 0 1 0 1129526645 27492352 6034 1992294400 134512640 135995732 4294956048 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 6712 6034 172 362 0 6347 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 32212

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1561232/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=29716 CPUtime=481.74
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 7089 0 0 0 48168 6 0 0 25 0 1 0 1129526645 30429184 6671 1992294400 134512640 135995732 4294956048 18446744073709551615 134807931 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 7429 6671 172 362 0 7064 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 35080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 1184
/proc/meminfo: memFree=1560464/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=30508 CPUtime=499.95
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 7285 0 0 0 49988 7 0 0 25 0 1 0 1129526645 31240192 6867 1992294400 134512640 135995732 4294956048 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 7627 6867 172 362 0 7262 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35872

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.98 0.91 2/66 1184
/proc/meminfo: memFree=1560464/2055920 swapFree=4178496/4192956
[pid=1181] ppid=1179 vsize=5364 CPUtime=700.14
/proc/1181/stat : 1181 (hydrasat-multi.) S 1179 1181 985 0 -1 4194304 322 20733 0 0 0 0 69975 39 16 0 1 0 1129456606 5492736 245 1992294400 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1181/statm: 1341 245 202 169 0 52 0
[pid=1184] ppid=1181 vsize=30508 CPUtime=499.95
/proc/1184/stat : 1184 (hydrasat_cachew) R 1181 1181 985 0 -1 4194304 7285 0 0 0 49988 7 0 0 25 0 1 0 1129526645 31240192 6867 1992294400 134512640 135995732 4294956048 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/1184/statm: 7627 6867 172 362 0 7262 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1199.64
CPU system time (s): 0.476927
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 82476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2838

runsolver used 1.34279 second user time and 2.98855 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-01 08:38:14
IDJOB=1530570
IDBENCH=70641
IDSOLVER=518
FILE ID=node3/1530570-1238567893
PBS_JOBID= 9070523
Free space on /tmp= 65972 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S1906521511-089.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530570-1238567893/watcher-1530570-1238567893 -o /tmp/evaluation-result-1530570-1238567893/solver-1530570-1238567893 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530570-1238567893.cnf 1800 180932219

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

MD5SUM BENCH= 9c1fb07d5218acc7d1bc3d4acef5e909
RANDOM SEED=180932219

node3.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.275
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.275
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:       1656768 kB
Buffers:         77916 kB
Cached:         243076 kB
SwapCached:       8332 kB
Active:         278076 kB
Inactive:        52852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656768 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          15632 kB
Slab:            54328 kB
Committed_AS:  2839452 kB
PageTables:       1376 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= 65904 MiB
End job on node3 at 2009-04-01 08:58:16