Trace number 1529322

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.08 1200.41

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S211141966-058.cnf
MD5SUM9e692d77c0b05a1b536adcf4dbb49d43
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9304
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.01	c Trying configuration 1
699.89/700.19	HOME/hydrasat-multi.sh: line 48: 15855 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.89/700.19	c Trying configuration 2
1200.06/1200.40	HOME/hydrasat-multi.sh: line 64: 15858 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.06/1200.40	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-1529322-1238376933/watcher-1529322-1238376933 -o /tmp/evaluation-result-1529322-1238376933/solver-1529322-1238376933 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529322-1238376933.cnf 1800 297338764 

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.14 1.04 1.01 3/64 15853
/proc/meminfo: memFree=710784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5356 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) D 15851 15853 15571 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 1110358709 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/15853/statm: 1339 230 191 169 0 50 0

[startup+0.0879109 s]
/proc/loadavg: 1.14 1.04 1.01 3/64 15853
/proc/meminfo: memFree=710784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.10291 s]
/proc/loadavg: 1.14 1.04 1.01 3/64 15853
/proc/meminfo: memFree=710784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302933 s]
/proc/loadavg: 1.14 1.04 1.01 3/64 15853
/proc/meminfo: memFree=710784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701981 s]
/proc/loadavg: 1.14 1.04 1.01 3/64 15853
/proc/meminfo: memFree=710784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50105 s]
/proc/loadavg: 1.14 1.04 1.01 2/66 15855
/proc/meminfo: memFree=707952/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=3976 CPUtime=1.47
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 817 0 0 0 147 0 0 0 25 0 1 0 1110358711 4071424 798 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 994 798 150 317 0 674 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9336

[startup+3.10121 s]
/proc/loadavg: 1.14 1.04 1.01 2/66 15855
/proc/meminfo: memFree=707568/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=4492 CPUtime=3.07
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 960 0 0 0 307 0 0 0 25 0 1 0 1110358711 4599808 941 1992294400 134512640 135813592 4294956160 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 1123 941 150 317 0 803 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9852

[startup+6.30154 s]
/proc/loadavg: 1.21 1.06 1.01 2/66 15855
/proc/meminfo: memFree=707120/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=4624 CPUtime=6.27
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 966 0 0 0 627 0 0 0 25 0 1 0 1110358711 4734976 947 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 1156 947 150 317 0 836 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9984

[startup+12.7012 s]
/proc/loadavg: 1.19 1.06 1.01 2/66 15855
/proc/meminfo: memFree=707120/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=4624 CPUtime=12.67
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 966 0 0 0 1267 0 0 0 25 0 1 0 1110358711 4734976 947 1992294400 134512640 135813592 4294956160 18446744073709551615 135202020 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 1156 947 150 317 0 836 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9984

[startup+25.5025 s]
/proc/loadavg: 1.15 1.05 1.01 2/66 15855
/proc/meminfo: memFree=707120/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=4624 CPUtime=25.46
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 975 0 0 0 2546 0 0 0 25 0 1 0 1110358711 4734976 956 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 1156 956 150 317 0 836 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9984

[startup+51.1021 s]
/proc/loadavg: 1.10 1.05 1.01 2/66 15855
/proc/meminfo: memFree=705776/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=6032 CPUtime=51.05
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 1319 0 0 0 5105 0 0 0 25 0 1 0 1110358711 6176768 1300 1992294400 134512640 135813592 4294956160 18446744073709551615 134665074 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 1508 1300 150 317 0 1188 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11392

[startup+102.306 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 15855
/proc/meminfo: memFree=700464/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=11428 CPUtime=102.25
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 2645 0 0 0 10223 2 0 0 25 0 1 0 1110358711 11702272 2626 1992294400 134512640 135813592 4294956160 18446744073709551615 134665557 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 2857 2626 150 317 0 2537 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16788

[startup+162.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 15855
/proc/meminfo: memFree=698416/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=13548 CPUtime=162.23
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 3146 0 0 0 16221 2 0 0 25 0 1 0 1110358711 13873152 3127 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 3387 3127 150 317 0 3067 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18908

[startup+222.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15855
/proc/meminfo: memFree=698352/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=13548 CPUtime=222.21
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 3168 0 0 0 22219 2 0 0 25 0 1 0 1110358711 13873152 3149 1992294400 134512640 135813592 4294956160 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 3387 3149 150 317 0 3067 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18908

[startup+282.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15855
/proc/meminfo: memFree=698160/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=13832 CPUtime=282.2
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 3209 0 0 0 28218 2 0 0 25 0 1 0 1110358711 14163968 3190 1992294400 134512640 135813592 4294956160 18446744073709551615 134665733 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 3458 3190 150 317 0 3138 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 19192

[startup+342.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15855
/proc/meminfo: memFree=698096/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=13832 CPUtime=342.18
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 3215 0 0 0 34216 2 0 0 25 0 1 0 1110358711 14163968 3196 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 3458 3196 150 317 0 3138 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 19192

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15855
/proc/meminfo: memFree=697392/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=14676 CPUtime=402.17
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 3399 0 0 0 40214 3 0 0 25 0 1 0 1110358711 15028224 3380 1992294400 134512640 135813592 4294956160 18446744073709551615 135224171 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 3669 3380 150 317 0 3349 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 20036


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

[pid=15855] ppid=15853 vsize=15804 CPUtime=462.15
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 3683 0 0 0 46212 3 0 0 25 0 1 0 1110358711 16183296 3664 1992294400 134512640 135813592 4294956160 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 3951 3664 150 317 0 3631 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 21164

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15857
/proc/meminfo: memFree=693232/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=18868 CPUtime=522.14
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 4423 0 0 0 52210 4 0 0 25 0 1 0 1110358711 19320832 4404 1992294400 134512640 135813592 4294956160 18446744073709551615 134665497 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 4717 4404 150 317 0 4397 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 24228

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15857
/proc/meminfo: memFree=689200/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=23196 CPUtime=582.12
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 5414 0 0 0 58208 4 0 0 25 0 1 0 1110358711 23752704 5395 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 5799 5395 150 317 0 5479 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 28556

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15857
/proc/meminfo: memFree=686512/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5360 CPUtime=0
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 288 0 1 0 0 0 0 0 20 0 1 0 1110358709 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1340 239 197 169 0 51 0
[pid=15855] ppid=15853 vsize=25904 CPUtime=642.11
/proc/15855/stat : 15855 (hydrasat_cache4) R 15853 15853 15571 0 -1 4194304 6077 0 0 0 64206 5 0 0 25 0 1 0 1110358711 26525696 6056 1992294400 134512640 135813592 4294956160 18446744073709551615 134665335 0 0 4096 1 0 0 0 17 1 0 0
/proc/15855/statm: 6476 6056 150 317 0 6156 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 31264

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=682416/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=3340 CPUtime=2.09
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 649 0 0 0 209 0 0 0 25 0 1 0 1110428729 3420160 631 1992294400 134512640 135995732 4294956016 18446744073709551615 134665260 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 835 631 172 362 0 470 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 8704

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=679920/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=6172 CPUtime=62.08
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 1331 0 0 0 6207 1 0 0 25 0 1 0 1110428729 6320128 1313 1992294400 134512640 135995732 4294956016 18446744073709551615 134807780 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 1543 1313 172 362 0 1178 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 11536

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=679984/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=6172 CPUtime=122.06
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 1331 0 0 0 12205 1 0 0 25 0 1 0 1110428729 6320128 1313 1992294400 134512640 135995732 4294956016 18446744073709551615 135385627 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 1543 1313 172 362 0 1178 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 11536

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=680048/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=6172 CPUtime=182.04
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 1331 0 0 0 18203 1 0 0 25 0 1 0 1110428729 6320128 1313 1992294400 134512640 135995732 4294956016 18446744073709551615 135385625 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 1543 1313 172 362 0 1178 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 11536

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=676080/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=10152 CPUtime=242.03
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 2325 0 0 0 24200 3 0 0 25 0 1 0 1110428729 10395648 2307 1992294400 134512640 135995732 4294956016 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 2538 2307 172 362 0 2173 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 15516

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=673136/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=13100 CPUtime=302.01
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 3047 0 0 0 30198 3 0 0 25 0 1 0 1110428729 13414400 3029 1992294400 134512640 135995732 4294956016 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 3275 3029 172 362 0 2910 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 18464

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=671152/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=15144 CPUtime=362
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 3570 0 0 0 36196 4 0 0 25 0 1 0 1110428729 15507456 3552 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 3786 3552 172 362 0 3421 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 20508

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=668784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=17456 CPUtime=421.99
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 4142 0 0 0 42194 5 0 0 25 0 1 0 1110428729 17874944 4124 1992294400 134512640 135995732 4294956016 18446744073709551615 135385617 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 4364 4124 172 362 0 3999 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 22820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=668784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=17456 CPUtime=481.97
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 4142 0 0 0 48192 5 0 0 25 0 1 0 1110428729 17874944 4124 1992294400 134512640 135995732 4294956016 18446744073709551615 134806628 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 4364 4124 172 362 0 3999 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 22820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15858
/proc/meminfo: memFree=668784/2055920 swapFree=4176444/4192956
[pid=15853] ppid=15851 vsize=5364 CPUtime=699.99
/proc/15853/stat : 15853 (hydrasat-multi.) S 15851 15853 15571 0 -1 4194304 320 6815 1 0 0 0 69983 16 19 0 1 0 1110358709 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15853/statm: 1341 245 202 169 0 52 0
[pid=15858] ppid=15853 vsize=17456 CPUtime=500.07
/proc/15858/stat : 15858 (hydrasat_cachew) R 15853 15853 15571 0 -1 4194304 4142 0 0 0 50002 5 0 0 25 0 1 0 1110428729 17874944 4124 1992294400 134512640 135995732 4294956016 18446744073709551615 134807860 0 0 4096 1 0 0 0 17 1 0 0
/proc/15858/statm: 4364 4124 172 362 0 3999 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 22820

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.86
CPU system time (s): 0.218966
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 33208

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

runsolver used 0.959854 second user time and 3.42048 second system time

The end

Launcher Data

Begin job on node27 at 2009-03-30 03:35:33
IDJOB=1529322
IDBENCH=70225
IDSOLVER=518
FILE ID=node27/1529322-1238376933
PBS_JOBID= 9061245
Free space on /tmp= 65616 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S211141966-058.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529322-1238376933/watcher-1529322-1238376933 -o /tmp/evaluation-result-1529322-1238376933/solver-1529322-1238376933 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529322-1238376933.cnf 1800 297338764

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

MD5SUM BENCH= 9e692d77c0b05a1b536adcf4dbb49d43
RANDOM SEED=297338764

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:        711200 kB
Buffers:         91984 kB
Cached:        1149332 kB
SwapCached:       9544 kB
Active:         205416 kB
Inactive:      1047092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        711200 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            4380 kB
Writeback:           0 kB
Mapped:          16824 kB
Slab:            78144 kB
Committed_AS:  2817180 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65588 MiB
End job on node27 at 2009-03-30 03:55:36