Trace number 1530192

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.11 1204.01

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1146593655-045.cnf
MD5SUM4f3aa79447d830354123007662a4d040
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.487925
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

0.00/0.00	c Trying configuration 1
700.00/703.57	HOME/hydrasat-multi.sh: line 48: 29703 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.00/703.57	c Trying configuration 2
1200.08/1204.01	HOME/hydrasat-multi.sh: line 64: 29711 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.08/1204.01	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-1530192-1238478822/watcher-1530192-1238478822 -o /tmp/evaluation-result-1530192-1238478822/solver-1530192-1238478822 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1530192-1238478822.cnf 1800 1621739453 

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: 2.00 2.02 2.00 4/86 29702
/proc/meminfo: memFree=1682176/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=5360 CPUtime=0
/proc/29703/stat : 29703 (hydrasat-multi.) R 29702 29702 29078 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 474212642 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266826023 0 0 4096 0 0 0 0 17 1 0 0
/proc/29703/statm: 1340 239 197 169 0 51 0

[startup+0.111642 s]
/proc/loadavg: 2.00 2.02 2.00 4/86 29702
/proc/meminfo: memFree=1682176/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=2116 CPUtime=0.1
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 330 0 0 0 10 0 0 0 20 0 1 0 474212642 2166784 312 1992294400 134512640 135813592 4294956160 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 529 312 125 317 0 209 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7476

[startup+0.20266 s]
/proc/loadavg: 2.00 2.02 2.00 4/86 29702
/proc/meminfo: memFree=1682176/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=2380 CPUtime=0.19
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 411 0 0 0 19 0 0 0 20 0 1 0 474212642 2437120 392 1992294400 134512640 135813592 4294956160 18446744073709551615 134667931 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 595 392 149 317 0 275 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7740

[startup+0.302677 s]
/proc/loadavg: 2.00 2.02 2.00 4/86 29702
/proc/meminfo: memFree=1682176/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=2512 CPUtime=0.29
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 443 0 0 0 29 0 0 0 21 0 1 0 474212642 2572288 424 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 628 424 149 317 0 308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7872

[startup+0.702751 s]
/proc/loadavg: 2.00 2.02 2.00 4/86 29702
/proc/meminfo: memFree=1682176/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=2640 CPUtime=0.69
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 494 0 0 0 69 0 0 0 25 0 1 0 474212642 2703360 475 1992294400 134512640 135813592 4294956160 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 660 475 149 317 0 340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8000

[startup+1.5019 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 29704
/proc/meminfo: memFree=1680304/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=3180 CPUtime=1.48
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 614 0 0 0 148 0 0 0 25 0 1 0 474212642 3256320 595 1992294400 134512640 135813592 4294956160 18446744073709551615 134665175 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 795 595 149 317 0 475 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8540

[startup+3.10119 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 29704
/proc/meminfo: memFree=1679728/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=3320 CPUtime=3.07
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 651 0 0 0 307 0 0 0 25 0 1 0 474212642 3399680 632 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 830 632 149 317 0 510 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8680

[startup+6.30179 s]
/proc/loadavg: 2.16 2.06 2.01 3/88 29704
/proc/meminfo: memFree=1679344/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=3932 CPUtime=6.26
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 765 0 0 0 626 0 0 0 25 0 1 0 474212642 4026368 746 1992294400 134512640 135813592 4294956160 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 983 746 149 317 0 663 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 9292

[startup+12.702 s]
/proc/loadavg: 2.31 2.09 2.02 3/88 29704
/proc/meminfo: memFree=1678008/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=4948 CPUtime=12.62
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 1015 0 0 0 1262 0 0 0 25 0 1 0 474212642 5066752 996 1992294400 134512640 135813592 4294956160 18446744073709551615 134597379 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 1237 996 149 317 0 917 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 10308

[startup+25.5023 s]
/proc/loadavg: 2.38 2.12 2.03 3/88 29704
/proc/meminfo: memFree=1677560/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=5556 CPUtime=25.36
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 1120 0 0 0 2536 0 0 0 25 0 1 0 474212642 5689344 1101 1992294400 134512640 135813592 4294956160 18446744073709551615 134662123 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 1389 1101 149 317 0 1069 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 10916

[startup+51.102 s]
/proc/loadavg: 2.25 2.11 2.03 3/88 29704
/proc/meminfo: memFree=1672632/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=11212 CPUtime=50.83
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 2523 0 0 0 5082 1 0 0 25 0 1 0 474212642 11481088 2316 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 2803 2316 149 317 0 2483 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 16572

[startup+102.302 s]
/proc/loadavg: 2.10 2.09 2.02 3/88 29704
/proc/meminfo: memFree=1669112/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=15248 CPUtime=101.79
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 3441 0 0 0 10177 2 0 0 25 0 1 0 474212642 15613952 3234 1992294400 134512640 135813592 4294956160 18446744073709551615 134665084 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 3812 3234 149 317 0 3492 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 20608

[startup+162.303 s]
/proc/loadavg: 2.04 2.07 2.02 3/88 29704
/proc/meminfo: memFree=1665720/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=18900 CPUtime=161.48
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 4345 0 0 0 16146 2 0 0 25 0 1 0 474212642 19353600 4027 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 4725 4027 149 317 0 4405 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 24260

[startup+222.308 s]
/proc/loadavg: 2.01 2.05 2.01 3/88 29704
/proc/meminfo: memFree=1662136/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=23584 CPUtime=221.18
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 5411 0 0 0 22114 4 0 0 25 0 1 0 474212642 24150016 4972 1992294400 134512640 135813592 4294956160 18446744073709551615 134664934 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 5896 4972 149 317 0 5576 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 28944

[startup+282.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/88 29704
/proc/meminfo: memFree=1654200/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=31916 CPUtime=280.88
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 7386 0 0 0 28083 5 0 0 25 0 1 0 474212642 32681984 6947 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 7979 6947 149 317 0 7659 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 37276

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/88 29704
/proc/meminfo: memFree=1652408/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=34744 CPUtime=340.59
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 8093 0 0 0 34053 6 0 0 25 0 1 0 474212642 35577856 7413 1992294400 134512640 135813592 4294956160 18446744073709551615 134664971 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 8686 7413 149 317 0 8366 0

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

[pid=29703] ppid=29702 vsize=46232 CPUtime=519.7
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 10546 0 0 0 51962 8 0 0 25 0 1 0 474212642 47341568 9866 1992294400 134512640 135813592 4294956160 18446744073709551615 134665160 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 11558 9866 149 317 0 11238 0
Current children cumulated CPU time (s) 519.7
Current children cumulated vsize (KiB) 51592

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 29710
/proc/meminfo: memFree=1636280/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=53488 CPUtime=579.4
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 12727 0 0 0 57931 9 0 0 25 0 1 0 474212642 54771712 11435 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 13372 11435 149 317 0 13052 0
Current children cumulated CPU time (s) 579.4
Current children cumulated vsize (KiB) 58848

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 29710
/proc/meminfo: memFree=1635832/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=53800 CPUtime=639.11
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 12806 0 0 0 63901 10 0 0 25 0 1 0 474212642 55091200 11514 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 13450 11514 149 317 0 13130 0
Current children cumulated CPU time (s) 639.11
Current children cumulated vsize (KiB) 59160

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 29710
/proc/meminfo: memFree=1635768/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5360 CPUtime=0
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 474212641 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1340 239 197 169 0 51 0
[pid=29703] ppid=29702 vsize=53800 CPUtime=698.8
/proc/29703/stat : 29703 (hydrasat_cache4) R 29702 29702 29078 0 -1 4194304 12806 0 0 0 69870 10 0 0 25 0 1 0 474212642 55091200 11514 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/29703/statm: 13450 11514 149 317 0 13130 0
Current children cumulated CPU time (s) 698.8
Current children cumulated vsize (KiB) 59160

[startup+762.302 s]
/proc/loadavg: 2.81 2.23 2.08 3/88 29711
/proc/meminfo: memFree=1625016/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=10688 CPUtime=58.61
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 2350 0 0 0 5860 1 0 0 25 0 1 0 474282998 10944512 2332 1992294400 134512640 135995732 4294956016 18446744073709551615 134806628 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 2672 2332 171 362 0 2307 0
Current children cumulated CPU time (s) 758.67
Current children cumulated vsize (KiB) 16052

[startup+822.301 s]
/proc/loadavg: 3.14 2.43 2.15 3/88 29711
/proc/meminfo: memFree=1623032/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=13592 CPUtime=118.52
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 3030 0 0 0 11850 2 0 0 25 0 1 0 474282998 13918208 2893 1992294400 134512640 135995732 4294956016 18446744073709551615 134807804 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 3398 2893 171 362 0 3033 0
Current children cumulated CPU time (s) 818.58
Current children cumulated vsize (KiB) 18956

[startup+882.307 s]
/proc/loadavg: 3.05 2.54 2.21 3/88 29711
/proc/meminfo: memFree=1624056/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=14076 CPUtime=178.48
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 3158 0 0 0 17845 3 0 0 25 0 1 0 474282998 14413824 3021 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 3519 3021 171 362 0 3154 0
Current children cumulated CPU time (s) 878.54
Current children cumulated vsize (KiB) 19440

[startup+942.301 s]
/proc/loadavg: 2.38 2.44 2.19 3/88 29711
/proc/meminfo: memFree=1623992/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=14668 CPUtime=238.44
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 3256 0 0 0 23841 3 0 0 25 0 1 0 474282998 15020032 3119 1992294400 134512640 135995732 4294956016 18446744073709551615 134633167 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 3667 3119 171 362 0 3302 0
Current children cumulated CPU time (s) 938.5
Current children cumulated vsize (KiB) 20032

[startup+1002.3 s]
/proc/loadavg: 2.14 2.36 2.17 3/88 29711
/proc/meminfo: memFree=1623288/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=15732 CPUtime=298.41
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 3450 0 0 0 29838 3 0 0 25 0 1 0 474282998 16109568 3313 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 3933 3313 171 362 0 3568 0
Current children cumulated CPU time (s) 998.47
Current children cumulated vsize (KiB) 21096

[startup+1062.3 s]
/proc/loadavg: 2.05 2.29 2.16 3/88 29711
/proc/meminfo: memFree=1620536/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=18484 CPUtime=358.39
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 4201 0 0 0 35835 4 0 0 25 0 1 0 474282998 18927616 4015 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 4621 4015 171 362 0 4256 0
Current children cumulated CPU time (s) 1058.45
Current children cumulated vsize (KiB) 23848

[startup+1122.3 s]
/proc/loadavg: 2.02 2.23 2.15 3/88 29711
/proc/meminfo: memFree=1616056/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=23404 CPUtime=418.36
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 5412 0 0 0 41831 5 0 0 25 0 1 0 474282998 23965696 5102 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 5851 5102 171 362 0 5486 0
Current children cumulated CPU time (s) 1118.42
Current children cumulated vsize (KiB) 28768

[startup+1182.3 s]
/proc/loadavg: 2.15 2.23 2.16 3/88 29711
/proc/meminfo: memFree=1615288/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=24464 CPUtime=478.33
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 5632 0 0 0 47828 5 0 0 25 0 1 0 474282998 25051136 5322 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 6116 5322 171 362 0 5751 0
Current children cumulated CPU time (s) 1178.39
Current children cumulated vsize (KiB) 29828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 2.10 2.21 2.15 3/88 29711
/proc/meminfo: memFree=1614584/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=25124 CPUtime=500.02
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 5793 0 0 0 49997 5 0 0 25 0 1 0 474282998 25726976 5483 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 6281 5483 171 362 0 5916 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30488

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

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

[startup+1204 s]
/proc/loadavg: 2.10 2.21 2.15 3/88 29711
/proc/meminfo: memFree=1614584/2055924 swapFree=4179644/4192956
[pid=29702] ppid=29700 vsize=5364 CPUtime=700.06
/proc/29702/stat : 29702 (hydrasat-multi.) S 29700 29702 29078 0 -1 4194304 321 14573 0 0 0 0 69979 27 16 0 1 0 474212641 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29702/statm: 1341 245 202 169 0 52 0
[pid=29711] ppid=29702 vsize=25124 CPUtime=500.02
/proc/29711/stat : 29711 (hydrasat_cachew) R 29702 29702 29078 0 -1 4194304 5793 0 0 0 49997 5 0 0 25 0 1 0 474282998 25726976 5483 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29711/statm: 6281 5483 171 362 0 5916 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.01
CPU time (s): 1200.11
CPU user time (s): 1199.77
CPU system time (s): 0.342947
CPU usage (%): 99.676
Max. virtual memory (cumulated for all children) (KiB): 59160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.77
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20713
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= 9787

runsolver used 1.55276 second user time and 3.98539 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-31 07:53:42
IDJOB=1530192
IDBENCH=70515
IDSOLVER=518
FILE ID=node83/1530192-1238478822
PBS_JOBID= 9061756
Free space on /tmp= 66508 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1146593655-045.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530192-1238478822/watcher-1530192-1238478822 -o /tmp/evaluation-result-1530192-1238478822/solver-1530192-1238478822 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530192-1238478822.cnf 1800 1621739453

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

MD5SUM BENCH= 4f3aa79447d830354123007662a4d040
RANDOM SEED=1621739453

node83.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.268
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.268
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:      2055924 kB
MemFree:       1682664 kB
Buffers:         66496 kB
Cached:         214036 kB
SwapCached:       7584 kB
Active:         172256 kB
Inactive:       126828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1682664 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:            4200 kB
Writeback:           0 kB
Mapped:          26044 kB
Slab:            58268 kB
Committed_AS:  1121580 kB
PageTables:       2680 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= 66456 MiB
End job on node83 at 2009-03-31 08:13:48