Trace number 1529622

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.09 1200.61

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S648763183-023.cnf
MD5SUM40253b5ef067295a954d5da373fbf256
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1120.52
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Trying configuration 1
699.89/700.27	HOME/hydrasat-multi.sh: line 48: 15333 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.89/700.27	c Trying configuration 2
1200.06/1200.61	HOME/hydrasat-multi.sh: line 64: 15334 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.06/1200.61	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-1529622-1238397199/watcher-1529622-1238397199 -o /tmp/evaluation-result-1529622-1238397199/solver-1529622-1238397199 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529622-1238397199.cnf 1800 458113222 

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/68 15331
/proc/meminfo: memFree=1586504/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5356 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) D 15329 15331 14867 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 1112381477 5484544 230 1992294400 4194304 4889804 548682068736 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 0 0 0
/proc/15331/statm: 1339 230 191 169 0 50 0

[startup+0.072517 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 15331
/proc/meminfo: memFree=1586504/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101519 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 15331
/proc/meminfo: memFree=1586504/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301537 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 15331
/proc/meminfo: memFree=1586504/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701576 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 15331
/proc/meminfo: memFree=1586504/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50166 s]
/proc/loadavg: 0.92 0.98 0.99 2/70 15333
/proc/meminfo: memFree=1576632/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=11480 CPUtime=1.47
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 2812 0 0 0 146 1 0 0 25 0 1 0 1112381479 11755520 2587 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 2870 2587 150 317 0 2550 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16840

[startup+3.10284 s]
/proc/loadavg: 0.92 0.98 0.99 2/70 15333
/proc/meminfo: memFree=1576184/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=11752 CPUtime=3.07
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 2875 0 0 0 306 1 0 0 25 0 1 0 1112381479 12034048 2650 1992294400 134512640 135813592 4294956176 18446744073709551615 134665347 0 0 4096 1 0 0 0 17 1 0 0
/proc/15333/statm: 2938 2650 150 317 0 2618 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17112

[startup+6.30113 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1575864/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=11884 CPUtime=6.26
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 2896 0 0 0 625 1 0 0 25 0 1 0 1112381479 12169216 2671 1992294400 134512640 135813592 4294956176 18446744073709551615 134665444 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 2971 2671 150 317 0 2651 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17244

[startup+12.7018 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1575544/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=12284 CPUtime=12.66
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 2994 0 0 0 1265 1 0 0 25 0 1 0 1112381479 12578816 2769 1992294400 134512640 135813592 4294956176 18446744073709551615 134592000 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3071 2769 150 317 0 2751 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17644

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1574136/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=13892 CPUtime=25.46
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3396 0 0 0 2544 2 0 0 25 0 1 0 1112381479 14225408 3171 1992294400 134512640 135813592 4294956176 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3473 3171 150 317 0 3153 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19252

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1573688/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=14160 CPUtime=51.04
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3484 0 0 0 5102 2 0 0 25 0 1 0 1112381479 14499840 3259 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3540 3259 150 317 0 3220 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19520

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1572984/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=14824 CPUtime=102.22
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3647 0 0 0 10220 2 0 0 25 0 1 0 1112381479 15179776 3422 1992294400 134512640 135813592 4294956176 18446744073709551615 134667800 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3706 3422 150 317 0 3386 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 20184

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1572856/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=15092 CPUtime=162.19
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3694 0 0 0 16217 2 0 0 25 0 1 0 1112381479 15454208 3469 1992294400 134512640 135813592 4294956176 18446744073709551615 134592198 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3773 3469 150 317 0 3453 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 20452

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1572856/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=15092 CPUtime=222.17
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3694 0 0 0 22215 2 0 0 25 0 1 0 1112381479 15454208 3469 1992294400 134512640 135813592 4294956176 18446744073709551615 134665009 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3773 3469 150 317 0 3453 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 20452

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1572792/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=15092 CPUtime=282.15
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3694 0 0 0 28212 3 0 0 25 0 1 0 1112381479 15454208 3469 1992294400 134512640 135813592 4294956176 18446744073709551615 134667921 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3773 3469 150 317 0 3453 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20452

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1572728/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=15236 CPUtime=342.13
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3734 0 0 0 34210 3 0 0 25 0 1 0 1112381479 15601664 3509 1992294400 134512640 135813592 4294956176 18446744073709551615 134662668 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3809 3509 150 317 0 3489 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 20596

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1572408/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=15504 CPUtime=402.11
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3800 0 0 0 40208 3 0 0 25 0 1 0 1112381479 15876096 3575 1992294400 134512640 135813592 4294956176 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3876 3575 150 317 0 3556 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 20864


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

[pid=15333] ppid=15331 vsize=15640 CPUtime=462.08
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 3825 0 0 0 46205 3 0 0 25 0 1 0 1112381479 16015360 3600 1992294400 134512640 135813592 4294956176 18446744073709551615 134664983 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 3910 3600 150 317 0 3590 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 21000

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1571320/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=16576 CPUtime=522.05
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 4082 0 0 0 52202 3 0 0 25 0 1 0 1112381479 16973824 3857 1992294400 134512640 135813592 4294956176 18446744073709551615 134665504 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 4144 3857 150 317 0 3824 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 21936

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1569144/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=18712 CPUtime=582.03
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 4625 0 0 0 58199 4 0 0 25 0 1 0 1112381479 19161088 4400 1992294400 134512640 135813592 4294956176 18446744073709551615 134597490 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 4678 4400 150 317 0 4358 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 24072

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15333
/proc/meminfo: memFree=1568056/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5360 CPUtime=0
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112381477 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15331/statm: 1340 239 197 169 0 51 0
[pid=15333] ppid=15331 vsize=19920 CPUtime=642.01
/proc/15333/stat : 15333 (hydrasat_cache4) R 15331 15331 14867 0 -1 4194304 4904 0 0 0 64197 4 0 0 25 0 1 0 1112381479 20398080 4679 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/15333/statm: 4980 4679 150 317 0 4660 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 25280

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1559608/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=7892 CPUtime=2.01
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 1894 0 0 0 201 0 0 0 25 0 1 0 1112451505 8081408 1671 1992294400 134512640 135995732 4294956032 18446744073709551615 134589444 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 1973 1671 172 362 0 1608 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 13256

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=61.98
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 6195 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 18316

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=121.95
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 12192 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 18316

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=181.92
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 18189 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134843087 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 18316

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=241.9
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 24187 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 135367393 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 18316

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=301.87
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 30184 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 18316

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=361.85
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 36182 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 18316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=421.82
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 42179 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134841840 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 18316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554872/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=481.8
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 48177 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 18316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 15334
/proc/meminfo: memFree=1554936/2055920 swapFree=4175244/4192956
[pid=15331] ppid=15329 vsize=5364 CPUtime=699.96
/proc/15331/stat : 15331 (hydrasat-multi.) S 15329 15331 14867 0 -1 4194304 321 5537 1 0 0 0 69983 13 19 0 1 0 1112381477 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15331/statm: 1341 245 202 169 0 52 0
[pid=15334] ppid=15331 vsize=12952 CPUtime=500.1
/proc/15334/stat : 15334 (hydrasat_cachew) R 15331 15331 14867 0 -1 4194304 3137 0 0 0 50007 3 0 0 25 0 1 0 1112451505 13262848 2914 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15334/statm: 3238 2914 172 362 0 2873 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 18316

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

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

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

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

runsolver used 1.06384 second user time and 3.33149 second system time

The end

Launcher Data

Begin job on node60 at 2009-03-30 09:13:19
IDJOB=1529622
IDBENCH=70325
IDSOLVER=518
FILE ID=node60/1529622-1238397199
PBS_JOBID= 9061330
Free space on /tmp= 66548 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S648763183-023.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529622-1238397199/watcher-1529622-1238397199 -o /tmp/evaluation-result-1529622-1238397199/solver-1529622-1238397199 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529622-1238397199.cnf 1800 458113222

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

MD5SUM BENCH= 40253b5ef067295a954d5da373fbf256
RANDOM SEED=458113222

node60.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.202
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.202
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:       1587048 kB
Buffers:         84188 kB
Cached:         294932 kB
SwapCached:      10996 kB
Active:          76204 kB
Inactive:       316072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587048 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            5152 kB
Writeback:           0 kB
Mapped:          18440 kB
Slab:            62268 kB
Committed_AS:  3241412 kB
PageTables:       1712 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= 66524 MiB
End job on node60 at 2009-03-30 09:33:21