Trace number 1530552

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.09 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S1369720750-015.cnf
MD5SUMa64f61e36a26258a4e57b34bdb756185
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.4644
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.09/700.47	HOME/hydrasat-multi.sh: line 48: 30666 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.09/700.47	c Trying configuration 2
1200.07/1200.60	HOME/hydrasat-multi.sh: line 64: 30674 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.07/1200.60	c Trying configuration 3

Verifier Data

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

Watcher Data

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

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

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: 1.00 1.00 1.00 3/68 30665
/proc/meminfo: memFree=1685680/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=1452 CPUtime=0
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 170 0 0 0 0 0 0 0 19 0 1 0 1129191865 1486848 152 1992294400 134512640 135813592 4294956176 18446744073709551615 135224238 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 363 153 116 317 0 43 0

[startup+0.04385 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 30665
/proc/meminfo: memFree=1685680/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=1712 CPUtime=0.04
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 262 0 0 0 4 0 0 0 19 0 1 0 1129191865 1753088 243 1992294400 134512640 135813592 4294956176 18446744073709551615 134592467 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 428 243 150 317 0 108 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7072

[startup+0.101854 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 30665
/proc/meminfo: memFree=1685680/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=1844 CPUtime=0.09
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 277 0 0 0 9 0 0 0 19 0 1 0 1129191865 1888256 258 1992294400 134512640 135813592 4294956176 18446744073709551615 134664843 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 461 258 150 317 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7204

[startup+0.301868 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 30665
/proc/meminfo: memFree=1685680/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=1976 CPUtime=0.29
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 314 0 0 0 29 0 0 0 21 0 1 0 1129191865 2023424 295 1992294400 134512640 135813592 4294956176 18446744073709551615 135224161 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 494 295 150 317 0 174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7336

[startup+0.701894 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 30665
/proc/meminfo: memFree=1685680/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=2240 CPUtime=0.69
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 377 0 0 0 69 0 0 0 25 0 1 0 1129191865 2293760 358 1992294400 134512640 135813592 4294956176 18446744073709551615 134591807 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 560 358 150 317 0 240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7600

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1684320/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=2792 CPUtime=1.49
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 533 0 0 0 149 0 0 0 25 0 1 0 1129191865 2859008 514 1992294400 134512640 135813592 4294956176 18446744073709551615 134667773 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 698 514 150 317 0 378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1683168/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=4108 CPUtime=3.09
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 852 0 0 0 309 0 0 0 25 0 1 0 1129191865 4206592 833 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 1027 833 150 317 0 707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9468

[startup+6.30126 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1681184/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=5600 CPUtime=6.28
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 1161 0 0 0 628 0 0 0 25 0 1 0 1129191865 5734400 1142 1992294400 134512640 135813592 4294956176 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 1400 1142 150 317 0 1080 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10960

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1680672/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=6228 CPUtime=12.68
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 1322 0 0 0 1268 0 0 0 25 0 1 0 1129191865 6377472 1303 1992294400 134512640 135813592 4294956176 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 1557 1303 150 317 0 1237 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11588

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1677856/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=9580 CPUtime=25.48
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 2068 0 0 0 2546 2 0 0 25 0 1 0 1129191865 9809920 2016 1992294400 134512640 135813592 4294956176 18446744073709551615 134665107 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 2395 2016 150 317 0 2075 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14940

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1672672/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=15324 CPUtime=51.06
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 3482 0 0 0 5103 3 0 0 25 0 1 0 1129191865 15691776 3324 1992294400 134512640 135813592 4294956176 18446744073709551615 134591953 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 3831 3324 150 317 0 3511 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20684

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1664672/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=24184 CPUtime=102.24
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 5831 0 0 0 10220 4 0 0 25 0 1 0 1129191865 24764416 5284 1992294400 134512640 135813592 4294956176 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 6046 5284 150 317 0 5726 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29544

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1657952/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=31820 CPUtime=162.21
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 7716 0 0 0 16215 6 0 0 25 0 1 0 1129191865 32583680 6994 1992294400 134512640 135813592 4294956176 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 7955 6994 150 317 0 7635 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 37180

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1650336/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=40400 CPUtime=222.2
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 9917 0 0 0 22211 9 0 0 25 0 1 0 1129191865 41369600 8862 1992294400 134512640 135813592 4294956176 18446744073709551615 134665093 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 10100 8862 150 317 0 9780 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 45760

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1644448/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=47516 CPUtime=282.17
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 11582 0 0 0 28207 10 0 0 25 0 1 0 1129191865 48656384 10323 1992294400 134512640 135813592 4294956176 18446744073709551615 134667540 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 11879 10323 150 317 0 11559 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 52876

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30667
/proc/meminfo: memFree=1640864/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=52028 CPUtime=342.14
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 12741 0 0 0 34203 11 0 0 25 0 1 0 1129191865 53276672 11225 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 13007 11225 150 317 0 12687 0

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

[pid=30666] ppid=30665 vsize=59060 CPUtime=462.09
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 14523 0 0 0 46195 14 0 0 25 0 1 0 1129191865 60477440 13007 1992294400 134512640 135813592 4294956176 18446744073709551615 134665004 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 14765 13007 150 317 0 14445 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 64420

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30673
/proc/meminfo: memFree=1626016/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=68964 CPUtime=522.07
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 17453 0 0 0 52191 16 0 0 25 0 1 0 1129191865 70619136 14945 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 17241 14945 150 317 0 16921 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 74324

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30673
/proc/meminfo: memFree=1622304/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=72432 CPUtime=582.03
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 18357 0 0 0 58187 16 0 0 25 0 1 0 1129191865 74170368 15849 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 18108 15849 150 317 0 17788 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 77792

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30673
/proc/meminfo: memFree=1619232/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5360 CPUtime=0
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1129191865 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1340 239 197 169 0 51 0
[pid=30666] ppid=30665 vsize=75616 CPUtime=642.02
/proc/30666/stat : 30666 (hydrasat_cache4) R 30665 30665 30530 0 -1 4194304 19114 0 0 0 64185 17 0 0 25 0 1 0 1129191865 77430784 16606 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/30666/statm: 18904 16606 150 317 0 18584 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 80976

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1613600/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=2408 CPUtime=1.82
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 421 0 0 0 182 0 0 0 25 0 1 0 1129261912 2465792 404 1992294400 134512640 135995732 4294956032 18446744073709551615 134843091 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 602 404 172 362 0 237 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 7772

[startup+762.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/70 30674
/proc/meminfo: memFree=1608480/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=9336 CPUtime=61.79
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 2086 0 0 0 6175 4 0 0 25 0 1 0 1129261912 9560064 2036 1992294400 134512640 135995732 4294956032 18446744073709551615 134807792 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 2334 2036 172 362 0 1969 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 14700

[startup+822.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/70 30674
/proc/meminfo: memFree=1605408/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=13020 CPUtime=121.77
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 2944 0 0 0 12172 5 0 0 25 0 1 0 1129261912 13332480 2829 1992294400 134512640 135995732 4294956032 18446744073709551615 134807855 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3255 2829 172 362 0 2890 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 18384

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1605408/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=13020 CPUtime=181.74
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 2948 0 0 0 18169 5 0 0 25 0 1 0 1129261912 13332480 2833 1992294400 134512640 135995732 4294956032 18446744073709551615 134807804 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3255 2833 172 362 0 2890 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 18384

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1605280/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=13020 CPUtime=241.72
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 2987 0 0 0 24167 5 0 0 25 0 1 0 1129261912 13332480 2872 1992294400 134512640 135995732 4294956032 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3255 2872 172 362 0 2890 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 18384

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1604128/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=14328 CPUtime=301.69
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 3285 0 0 0 30164 5 0 0 25 0 1 0 1129261912 14671872 3170 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3582 3170 172 362 0 3217 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 19692

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1603232/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=15304 CPUtime=361.67
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 3493 0 0 0 36161 6 0 0 25 0 1 0 1129261912 15671296 3378 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3826 3378 172 362 0 3461 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 20668

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1603232/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=15304 CPUtime=421.64
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 3493 0 0 0 42158 6 0 0 25 0 1 0 1129261912 15671296 3378 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3826 3378 172 362 0 3461 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 20668

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1603232/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=15304 CPUtime=481.62
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 3497 0 0 0 48156 6 0 0 25 0 1 0 1129261912 15671296 3382 1992294400 134512640 135995732 4294956032 18446744073709551615 134807780 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3826 3382 172 362 0 3461 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 20668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 30674
/proc/meminfo: memFree=1603232/2055920 swapFree=4177828/4192956
[pid=30665] ppid=30663 vsize=5364 CPUtime=700.16
/proc/30665/stat : 30665 (hydrasat-multi.) S 30663 30665 30530 0 -1 4194304 322 22048 0 0 0 0 69971 45 19 0 1 0 1129191865 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30665/statm: 1341 245 202 169 0 52 0
[pid=30674] ppid=30665 vsize=15304 CPUtime=499.91
/proc/30674/stat : 30674 (hydrasat_cachew) R 30665 30665 30530 0 -1 4194304 3497 0 0 0 49985 6 0 0 25 0 1 0 1129261912 15671296 3382 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/30674/statm: 3826 3382 172 362 0 3461 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 20668

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1199.57
CPU system time (s): 0.518921
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 84192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.57
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 3325

runsolver used 1.01085 second user time and 3.37249 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-01 07:54:59
IDJOB=1530552
IDBENCH=70635
IDSOLVER=518
FILE ID=node52/1530552-1238565299
PBS_JOBID= 9062165
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= a64f61e36a26258a4e57b34bdb756185
RANDOM SEED=415425324

node52.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.230
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.230
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:       1686160 kB
Buffers:         81556 kB
Cached:         199476 kB
SwapCached:       7968 kB
Active:         197264 kB
Inactive:        93788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686160 kB
SwapTotal:     4192956 kB
SwapFree:      4177828 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          15684 kB
Slab:            64256 kB
Committed_AS:  3197872 kB
PageTables:       1736 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= 66328 MiB
End job on node52 at 2009-04-01 08:15:01