Trace number 1721159

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.06 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.01	c Trying configuration 1
699.93/700.26	HOME/hydrasat-multi.sh: line 48: 28503 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.93/700.26	c Trying configuration 2
1200.02/1200.50	HOME/hydrasat-multi.sh: line 64: 28504 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.02/1200.50	c Trying configuration 3

Verifier Data

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

Watcher Data

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

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

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 1.11 3/64 28501
/proc/meminfo: memFree=1756208/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) D 28499 28501 28000 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 94395131 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/28501/statm: 1339 230 191 169 0 50 0

[startup+0.0984169 s]
/proc/loadavg: 0.92 0.98 1.11 3/64 28501
/proc/meminfo: memFree=1756208/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101416 s]
/proc/loadavg: 0.92 0.98 1.11 3/64 28501
/proc/meminfo: memFree=1756208/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301453 s]
/proc/loadavg: 0.92 0.98 1.11 3/64 28501
/proc/meminfo: memFree=1756208/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70153 s]
/proc/loadavg: 0.92 0.98 1.11 3/64 28501
/proc/meminfo: memFree=1756208/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 1.11 2/66 28503
/proc/meminfo: memFree=1746976/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=12604 CPUtime=1.48
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 3039 0 0 0 147 1 0 0 25 0 1 0 94395133 12906496 2842 1992294400 134512640 135813592 4294956160 18446744073709551615 134521412 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 3151 2842 126 317 0 2831 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17964

[startup+3.10299 s]
/proc/loadavg: 0.92 0.98 1.11 2/66 28503
/proc/meminfo: memFree=1744928/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=17732 CPUtime=3.07
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4215 0 0 0 306 1 0 0 25 0 1 0 94395133 18157568 4017 1992294400 134512640 135813592 4294956160 18446744073709551615 134665966 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 4433 4017 149 317 0 4113 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23092

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 1.11 2/66 28503
/proc/meminfo: memFree=1739936/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=18140 CPUtime=6.27
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4289 0 0 0 626 1 0 0 25 0 1 0 94395133 18575360 4091 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 4535 4091 149 317 0 4215 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23500

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.11 2/66 28503
/proc/meminfo: memFree=1739048/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=19088 CPUtime=12.67
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4504 0 0 0 1266 1 0 0 25 0 1 0 94395133 19546112 4306 1992294400 134512640 135813592 4294956160 18446744073709551615 134665511 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 4772 4306 149 317 0 4452 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 24448

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 1.11 2/66 28503
/proc/meminfo: memFree=1737576/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=20616 CPUtime=25.47
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4874 0 0 0 2545 2 0 0 25 0 1 0 94395133 21110784 4676 1992294400 134512640 135813592 4294956160 18446744073709551615 135198507 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5154 4676 149 317 0 4834 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25976

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.10 2/66 28503
/proc/meminfo: memFree=1737640/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=20616 CPUtime=51.05
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4876 0 0 0 5103 2 0 0 25 0 1 0 94395133 21110784 4678 1992294400 134512640 135813592 4294956160 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5154 4678 149 317 0 4834 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25976

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.09 2/66 28503
/proc/meminfo: memFree=1737640/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=20616 CPUtime=102.24
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4879 0 0 0 10222 2 0 0 25 0 1 0 94395133 21110784 4681 1992294400 134512640 135813592 4294956160 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5154 4681 149 317 0 4834 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25976

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/66 28503
/proc/meminfo: memFree=1737640/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=20616 CPUtime=162.21
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4880 0 0 0 16219 2 0 0 25 0 1 0 94395133 21110784 4682 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5154 4682 149 317 0 4834 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 25976

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/66 28503
/proc/meminfo: memFree=1737640/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=20616 CPUtime=222.19
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4880 0 0 0 22217 2 0 0 25 0 1 0 94395133 21110784 4682 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5154 4682 149 317 0 4834 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 25976

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 28503
/proc/meminfo: memFree=1737576/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=20616 CPUtime=282.17
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 4881 0 0 0 28215 2 0 0 25 0 1 0 94395133 21110784 4683 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5154 4683 149 317 0 4834 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 25976

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 28503
/proc/meminfo: memFree=1736744/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=21652 CPUtime=342.15
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 5089 0 0 0 34212 3 0 0 25 0 1 0 94395133 22171648 4891 1992294400 134512640 135813592 4294956160 18446744073709551615 134665557 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5413 4891 149 317 0 5093 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 27012

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 28503
/proc/meminfo: memFree=1735016/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=23400 CPUtime=402.12
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 5505 0 0 0 40209 3 0 0 25 0 1 0 94395133 23961600 5307 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 5850 5307 149 317 0 5530 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 28760


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

[pid=28503] ppid=28501 vsize=26220 CPUtime=522.09
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 6156 0 0 0 52204 5 0 0 25 0 1 0 94395133 26849280 5958 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 6555 5958 149 317 0 6235 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 31580

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 28503
/proc/meminfo: memFree=1732328/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=26220 CPUtime=582.07
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 6165 0 0 0 58202 5 0 0 25 0 1 0 94395133 26849280 5967 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 6555 5967 149 317 0 6235 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 31580

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 28503
/proc/meminfo: memFree=1730600/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5360 CPUtime=0
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 94395131 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28501/statm: 1340 239 197 169 0 51 0
[pid=28503] ppid=28501 vsize=28020 CPUtime=642.05
/proc/28503/stat : 28503 (hydrasat_cache4) R 28501 28501 28000 0 -1 4194304 6594 0 0 0 64199 6 0 0 25 0 1 0 94395133 28692480 6396 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/28503/statm: 7005 6396 149 317 0 6685 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 33380

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 28504
/proc/meminfo: memFree=1719720/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=11152 CPUtime=2.02
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 2648 0 0 0 202 0 0 0 25 0 1 0 94465158 11419648 2452 1992294400 134512640 135995732 4294956016 18446744073709551615 134693844 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 2788 2452 150 362 0 2423 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 16516

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 28504
/proc/meminfo: memFree=1718376/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=12820 CPUtime=61.99
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 3096 0 0 0 6196 3 0 0 25 0 1 0 94465158 13127680 2899 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 3205 2899 171 362 0 2840 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 18184

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 28510
/proc/meminfo: memFree=1718184/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=12820 CPUtime=121.96
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 3096 0 0 0 12193 3 0 0 25 0 1 0 94465158 13127680 2899 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 3205 2899 171 362 0 2840 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 18184

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 28510
/proc/meminfo: memFree=1718120/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=13084 CPUtime=181.94
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 3148 0 0 0 18191 3 0 0 25 0 1 0 94465158 13398016 2951 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 3271 2951 171 362 0 2906 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 18448

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 28510
/proc/meminfo: memFree=1715688/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=15476 CPUtime=241.92
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 3758 0 0 0 24188 4 0 0 25 0 1 0 94465158 15847424 3561 1992294400 134512640 135995732 4294956016 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 3869 3561 171 362 0 3504 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 20840

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28510
/proc/meminfo: memFree=1712872/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=18416 CPUtime=301.9
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 4453 0 0 0 30184 6 0 0 25 0 1 0 94465158 18857984 4256 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 4604 4256 171 362 0 4239 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 23780

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28510
/proc/meminfo: memFree=1712360/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=18948 CPUtime=361.88
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 4577 0 0 0 36182 6 0 0 25 0 1 0 94465158 19402752 4380 1992294400 134512640 135995732 4294956016 18446744073709551615 135367246 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 4737 4380 171 362 0 4372 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 24312

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28510
/proc/meminfo: memFree=1712360/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=18948 CPUtime=421.86
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 4577 0 0 0 42180 6 0 0 25 0 1 0 94465158 19402752 4380 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 4737 4380 171 362 0 4372 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 24312

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28510
/proc/meminfo: memFree=1712360/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=18948 CPUtime=481.84
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 4577 0 0 0 48178 6 0 0 25 0 1 0 94465158 19402752 4380 1992294400 134512640 135995732 4294956016 18446744073709551615 134808081 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 4737 4380 171 362 0 4372 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 24312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28510
/proc/meminfo: memFree=1712360/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=18948 CPUtime=500.03
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 4577 0 0 0 49997 6 0 0 25 0 1 0 94465158 19402752 4380 1992294400 134512640 135995732 4294956016 18446744073709551615 134807884 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 4737 4380 171 362 0 4372 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 24312

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28510
/proc/meminfo: memFree=1712360/2055920 swapFree=4192812/4192956
[pid=28501] ppid=28499 vsize=5364 CPUtime=699.99
/proc/28501/stat : 28501 (hydrasat-multi.) S 28499 28501 28000 0 -1 4194304 320 7265 1 0 0 0 69982 17 16 0 1 0 94395131 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1341 245 202 169 0 52 0
[pid=28504] ppid=28501 vsize=18948 CPUtime=500.03
/proc/28504/stat : 28504 (hydrasat_cachew) R 28501 28501 28000 0 -1 4194304 4577 0 0 0 49997 6 0 0 25 0 1 0 94465158 19402752 4380 1992294400 134512640 135995732 4294956016 18446744073709551615 134807884 0 0 4096 1 0 0 0 17 1 0 0
/proc/28504/statm: 4737 4380 171 362 0 4372 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 24312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.81
CPU system time (s): 0.246962
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 34304

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

runsolver used 1.38879 second user time and 2.67159 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-25 14:47:47
IDJOB=1721159
IDBENCH=71064
IDSOLVER=518
FILE ID=node38/1721159-1240663667
PBS_JOBID= 9186549
Free space on /tmp= 66356 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_11_UNKNOWN.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721159-1240663667/watcher-1721159-1240663667 -o /tmp/evaluation-result-1721159-1240663667/solver-1721159-1240663667 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1721159-1240663667.cnf 1800 859074792

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=859074792

node38.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.265
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.265
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:       1756688 kB
Buffers:         17844 kB
Cached:         203904 kB
SwapCached:          0 kB
Active:          28892 kB
Inactive:       206776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5692 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            49500 kB
Committed_AS:   450616 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node38 at 2009-04-25 15:07:49