Trace number 1728963

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

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark668.19
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
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.02/700.32	HOME/hydrasat-multi.sh: line 48: 24282 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.02/700.32	c Trying configuration 2
1200.03/1200.50	HOME/hydrasat-multi.sh: line 64: 24290 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.03/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:492) (c) roussel@cril.univ-artois.fr

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

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.92 0.98 0.99 3/65 24281
/proc/meminfo: memFree=1448440/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=1608 CPUtime=0
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 102372975 1646592 144 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 402 145 116 317 0 82 0

[startup+0.061213 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 24281
/proc/meminfo: memFree=1448440/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=4000 CPUtime=0.05
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 797 0 0 0 5 0 0 0 18 0 1 0 102372975 4096000 779 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1000 779 121 317 0 680 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9360

[startup+0.10122 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 24281
/proc/meminfo: memFree=1448440/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=4508 CPUtime=0.09
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 937 0 0 0 9 0 0 0 18 0 1 0 102372975 4616192 919 1992294400 134512640 135813592 4294956176 18446744073709551615 134521350 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1127 919 124 317 0 807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9868

[startup+0.30126 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 24281
/proc/meminfo: memFree=1448440/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=6640 CPUtime=0.28
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1468 0 0 0 28 0 0 0 19 0 1 0 102372975 6799360 1416 1992294400 134512640 135813592 4294956176 18446744073709551615 134662232 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1660 1416 149 317 0 1340 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12000

[startup+0.701338 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 24281
/proc/meminfo: memFree=1448440/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=6640 CPUtime=0.68
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1482 0 0 0 68 0 0 0 23 0 1 0 102372975 6799360 1430 1992294400 134512640 135813592 4294956176 18446744073709551615 134661791 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1660 1430 149 317 0 1340 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12000

[startup+1.5025 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 24283
/proc/meminfo: memFree=1443048/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=6772 CPUtime=1.48
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1505 0 0 0 148 0 0 0 25 0 1 0 102372975 6934528 1453 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1693 1453 149 317 0 1373 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12132

[startup+3.10181 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 24283
/proc/meminfo: memFree=1442792/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=6904 CPUtime=3.08
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1524 0 0 0 308 0 0 0 25 0 1 0 102372975 7069696 1472 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1726 1472 149 317 0 1406 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12264

[startup+6.30244 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1442472/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=7036 CPUtime=6.28
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1563 0 0 0 628 0 0 0 25 0 1 0 102372975 7204864 1511 1992294400 134512640 135813592 4294956176 18446744073709551615 134664934 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1759 1511 149 317 0 1439 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12396

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1442088/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=7300 CPUtime=12.68
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1641 0 0 0 1267 1 0 0 25 0 1 0 102372975 7475200 1589 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 1825 1589 149 317 0 1505 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12660

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1441128/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=8224 CPUtime=25.48
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 1877 0 0 0 2547 1 0 0 25 0 1 0 102372975 8421376 1825 1992294400 134512640 135813592 4294956176 18446744073709551615 134661445 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 2056 1825 149 317 0 1736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13584

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1438824/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=10684 CPUtime=51.07
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 2459 0 0 0 5105 2 0 0 25 0 1 0 102372975 10940416 2407 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 2671 2407 149 317 0 2351 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16044

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1435304/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=14560 CPUtime=102.25
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 3351 0 0 0 10222 3 0 0 25 0 1 0 102372975 14909440 3299 1992294400 134512640 135813592 4294956176 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 3640 3299 149 317 0 3320 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19920

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1432168/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=17864 CPUtime=162.22
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 4119 0 0 0 16219 3 0 0 25 0 1 0 102372975 18292736 4067 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 4466 4067 149 317 0 4146 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 23224

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24283
/proc/meminfo: memFree=1428712/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=21636 CPUtime=222.2
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 5053 0 0 0 22216 4 0 0 25 0 1 0 102372975 22155264 4936 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 5409 4936 149 317 0 5089 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 26996

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24289
/proc/meminfo: memFree=1424872/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=25780 CPUtime=282.18
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 5986 0 0 0 28213 5 0 0 25 0 1 0 102372975 26398720 5869 1992294400 134512640 135813592 4294956176 18446744073709551615 134664877 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 6445 5869 149 317 0 6125 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 31140

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24289
/proc/meminfo: memFree=1423208/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=27652 CPUtime=342.15
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 6406 0 0 0 34210 5 0 0 25 0 1 0 102372975 28315648 6289 1992294400 134512640 135813592 4294956176 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 6913 6289 149 317 0 6593 0

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

[pid=24282] ppid=24281 vsize=36640 CPUtime=522.09
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 8597 0 0 0 52202 7 0 0 25 0 1 0 102372975 37519360 8351 1992294400 134512640 135813592 4294956176 18446744073709551615 134664993 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 9160 8351 149 317 0 8840 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 42000

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24289
/proc/meminfo: memFree=1410792/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=41360 CPUtime=582.07
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 9698 0 0 0 58199 8 0 0 25 0 1 0 102372975 42352640 9376 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 10340 9376 149 317 0 10020 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 46720

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24289
/proc/meminfo: memFree=1407912/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5360 CPUtime=0
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 102372974 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24281/statm: 1340 239 197 169 0 51 0
[pid=24282] ppid=24281 vsize=44244 CPUtime=642.05
/proc/24282/stat : 24282 (hydrasat_cache4) R 24281 24281 24021 0 -1 4194304 10394 0 0 0 64196 9 0 0 25 0 1 0 102372975 45305856 10072 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/24282/statm: 11061 10072 149 317 0 10741 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 49604

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24290
/proc/meminfo: memFree=1400744/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=5108 CPUtime=1.96
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 1081 0 0 0 196 0 0 0 25 0 1 0 102443007 5230592 1031 1992294400 134512640 135995732 4294956032 18446744073709551615 134681213 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 1277 1031 172 362 0 912 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 10472

[startup+762.306 s]
/proc/loadavg: 1.64 1.18 1.06 2/67 24290
/proc/meminfo: memFree=1397544/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=8016 CPUtime=61.94
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 1787 0 0 0 6193 1 0 0 25 0 1 0 102443007 8208384 1737 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 2004 1737 172 362 0 1639 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 13380

[startup+822.301 s]
/proc/loadavg: 1.23 1.14 1.05 2/67 24290
/proc/meminfo: memFree=1395560/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=11348 CPUtime=121.91
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 2579 0 0 0 12189 2 0 0 25 0 1 0 102443007 11620352 2529 1992294400 134512640 135995732 4294956032 18446744073709551615 134807843 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 2837 2529 172 362 0 2472 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 16712

[startup+882.301 s]
/proc/loadavg: 1.08 1.12 1.05 2/67 24290
/proc/meminfo: memFree=1393640/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=13260 CPUtime=181.89
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 3044 0 0 0 18187 2 0 0 25 0 1 0 102443007 13578240 2994 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 3315 2994 172 362 0 2950 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 18624

[startup+942.302 s]
/proc/loadavg: 1.03 1.09 1.04 2/67 24290
/proc/meminfo: memFree=1391528/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=15564 CPUtime=241.87
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 3637 0 0 0 24184 3 0 0 25 0 1 0 102443007 15937536 3522 1992294400 134512640 135995732 4294956032 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 3891 3522 172 362 0 3526 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 20928

[startup+1002.3 s]
/proc/loadavg: 1.01 1.07 1.04 2/67 24290
/proc/meminfo: memFree=1389736/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=17384 CPUtime=301.85
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 4087 0 0 0 30181 4 0 0 25 0 1 0 102443007 17801216 3972 1992294400 134512640 135995732 4294956032 18446744073709551615 134808045 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 4346 3972 172 362 0 3981 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 22748

[startup+1062.3 s]
/proc/loadavg: 1.00 1.06 1.03 2/67 24290
/proc/meminfo: memFree=1388008/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=19312 CPUtime=361.82
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 4510 0 0 0 36178 4 0 0 25 0 1 0 102443007 19775488 4395 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 4828 4395 172 362 0 4463 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 24676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.02 2/67 24290
/proc/meminfo: memFree=1385768/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=21496 CPUtime=421.8
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 5067 0 0 0 42176 4 0 0 25 0 1 0 102443007 22011904 4952 1992294400 134512640 135995732 4294956032 18446744073709551615 134590015 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 5374 4952 172 362 0 5009 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 26860

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.02 2/67 24290
/proc/meminfo: memFree=1384168/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=23084 CPUtime=481.78
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 5480 0 0 0 48173 5 0 0 25 0 1 0 102443007 23638016 5365 1992294400 134512640 135995732 4294956032 18446744073709551615 134807738 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 5771 5365 172 362 0 5406 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 28448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.03 1.02 2/67 24290
/proc/meminfo: memFree=1383528/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=23616 CPUtime=499.98
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 5624 0 0 0 49993 5 0 0 25 0 1 0 102443007 24182784 5509 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 5904 5509 172 362 0 5539 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 28980

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: 1.00 1.03 1.02 2/67 24290
/proc/meminfo: memFree=1383528/2055920 swapFree=4181424/4192956
[pid=24281] ppid=24279 vsize=5364 CPUtime=700.05
/proc/24281/stat : 24281 (hydrasat-multi.) S 24279 24281 24021 0 -1 4194304 322 12023 0 0 0 0 69979 26 16 0 1 0 102372974 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1341 245 202 169 0 52 0
[pid=24290] ppid=24281 vsize=23616 CPUtime=499.98
/proc/24290/stat : 24290 (hydrasat_cachew) R 24281 24281 24021 0 -1 4194304 5624 0 0 0 49993 5 0 0 25 0 1 0 102443007 24182784 5509 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/24290/statm: 5904 5509 172 362 0 5539 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 28980

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.73
CPU system time (s): 0.32395
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 52428

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

runsolver used 1.12083 second user time and 3.2555 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-26 12:57:06
IDJOB=1728963
IDBENCH=24690
IDSOLVER=518
FILE ID=node77/1728963-1240743426
PBS_JOBID= 9187011
Free space on /tmp= 66216 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728963-1240743426/watcher-1728963-1240743426 -o /tmp/evaluation-result-1728963-1240743426/solver-1728963-1240743426 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1728963-1240743426.cnf 1800 548174923

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

MD5SUM BENCH= ad877d677446ba8c798f8e71c4c035c2
RANDOM SEED=548174923

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1448984 kB
Buffers:         59924 kB
Cached:         468516 kB
SwapCached:       5496 kB
Active:         202652 kB
Inactive:       333748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448984 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:            4548 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            56524 kB
Committed_AS:   458568 kB
PageTables:       1372 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= 66172 MiB
End job on node77 at 2009-04-26 13:17:09