Trace number 1562369

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.12 1203.91

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_7_3_6_fbc.cnf
MD5SUM0d842dabe9c6c8be4b2c1160578a7c22
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.805877
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses19063
Sum of the clauses size52576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29881
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

Solver Data

0.00/0.08	c Trying configuration 1
699.98/703.67	HOME/hydrasat-multi.sh: line 48: 18511 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.98/703.67	c Trying configuration 2
1200.09/1203.91	HOME/hydrasat-multi.sh: line 64: 18519 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.09/1203.91	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-1562369-1238774106/watcher-1562369-1238774106 -o /tmp/evaluation-result-1562369-1238774106/solver-1562369-1238774106 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1562369-1238774106.cnf 1800 904189568 

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.85 1.97 1.99 4/86 18510
/proc/meminfo: memFree=1833112/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=4192 CPUtime=0.24
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 845 0 0 0 24 0 0 0 20 0 1 0 1150074609 4292608 826 1992294400 134512640 135813592 4294956176 18446744073709551615 135205417 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1048 826 150 317 0 728 0

[startup+0.285235 s]
/proc/loadavg: 1.85 1.97 1.99 4/86 18510
/proc/meminfo: memFree=1833112/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=4192 CPUtime=0.27
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 847 0 0 0 27 0 0 0 20 0 1 0 1150074609 4292608 828 1992294400 134512640 135813592 4294956176 18446744073709551615 134591685 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1048 828 150 317 0 728 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9552

[startup+0.301235 s]
/proc/loadavg: 1.85 1.97 1.99 4/86 18510
/proc/meminfo: memFree=1833112/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=4192 CPUtime=0.29
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 848 0 0 0 29 0 0 0 20 0 1 0 1150074609 4292608 829 1992294400 134512640 135813592 4294956176 18446744073709551615 135202802 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1048 829 150 317 0 728 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9552

[startup+0.40125 s]
/proc/loadavg: 1.85 1.97 1.99 4/86 18510
/proc/meminfo: memFree=1833112/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=4192 CPUtime=0.39
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 860 0 0 0 39 0 0 0 20 0 1 0 1150074609 4292608 841 1992294400 134512640 135813592 4294956176 18446744073709551615 134588904 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1048 841 150 317 0 728 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9552

[startup+0.701285 s]
/proc/loadavg: 1.85 1.97 1.99 4/86 18510
/proc/meminfo: memFree=1833112/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=4320 CPUtime=0.69
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 898 0 0 0 69 0 0 0 23 0 1 0 1150074609 4423680 879 1992294400 134512640 135813592 4294956176 18446744073709551615 134665950 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1080 879 150 317 0 760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9680

[startup+1.50138 s]
/proc/loadavg: 1.85 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1829576/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=4704 CPUtime=1.48
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 995 0 0 0 148 0 0 0 25 0 1 0 1150074609 4816896 976 1992294400 134512640 135813592 4294956176 18446744073709551615 134665115 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1176 976 150 317 0 856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10064

[startup+3.10159 s]
/proc/loadavg: 1.85 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1829000/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=5468 CPUtime=3.07
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 1177 0 0 0 307 0 0 0 25 0 1 0 1150074609 5599232 1158 1992294400 134512640 135813592 4294956176 18446744073709551615 134665115 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1367 1158 150 317 0 1047 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10828

[startup+6.30199 s]
/proc/loadavg: 1.86 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1828104/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=5848 CPUtime=6.26
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 1257 0 0 0 626 0 0 0 25 0 1 0 1150074609 5988352 1238 1992294400 134512640 135813592 4294956176 18446744073709551615 134667763 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1462 1238 150 317 0 1142 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11208

[startup+12.7018 s]
/proc/loadavg: 1.87 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1826960/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=7364 CPUtime=12.62
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 1639 0 0 0 1262 0 0 0 25 0 1 0 1150074609 7540736 1620 1992294400 134512640 135813592 4294956176 18446744073709551615 134667714 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 1841 1620 150 317 0 1521 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 12724

[startup+25.5074 s]
/proc/loadavg: 1.90 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1824336/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=9684 CPUtime=25.36
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 2203 0 0 0 2535 1 0 0 25 0 1 0 1150074609 9916416 2184 1992294400 134512640 135813592 4294956176 18446744073709551615 134665338 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 2421 2184 150 317 0 2101 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 15044

[startup+51.1026 s]
/proc/loadavg: 1.93 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1820880/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=13144 CPUtime=50.82
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 3089 0 0 0 5081 1 0 0 25 0 1 0 1150074609 13459456 3070 1992294400 134512640 135813592 4294956176 18446744073709551615 134665509 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 3286 3070 150 317 0 2966 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 18504

[startup+102.303 s]
/proc/loadavg: 1.97 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1816144/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=18460 CPUtime=101.77
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 4298 0 0 0 10175 2 0 0 25 0 1 0 1150074609 18903040 4246 1992294400 134512640 135813592 4294956176 18446744073709551615 134667849 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 4615 4246 150 317 0 4295 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 23820

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1810384/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=24608 CPUtime=161.46
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 5701 0 0 0 16143 3 0 0 25 0 1 0 1150074609 25198592 5649 1992294400 134512640 135813592 4294956176 18446744073709551615 134667446 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 6152 5649 150 317 0 5832 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 29968

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1806416/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=29096 CPUtime=221.15
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 6722 0 0 0 22111 4 0 0 25 0 1 0 1150074609 29794304 6670 1992294400 134512640 135813592 4294956176 18446744073709551615 134665960 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 7274 6670 150 317 0 6954 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 34456

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1802640/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=33424 CPUtime=280.86
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 7736 0 0 0 28081 5 0 0 25 0 1 0 1150074609 34226176 7611 1992294400 134512640 135813592 4294956176 18446744073709551615 134665197 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 8356 7611 150 317 0 8036 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 38784

[startup+342.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 18512
/proc/meminfo: memFree=1801168/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=35136 CPUtime=340.55
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 8074 0 0 0 34050 5 0 0 25 0 1 0 1150074609 35979264 7949 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 8784 7949 150 317 0 8464 0

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

[pid=18511] ppid=18510 vsize=39600 CPUtime=519.62
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 8959 0 0 0 51955 7 0 0 25 0 1 0 1150074609 40550400 8834 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 9900 8834 150 317 0 9580 0
Current children cumulated CPU time (s) 519.62
Current children cumulated vsize (KiB) 44960

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 18518
/proc/meminfo: memFree=1796944/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=40296 CPUtime=579.32
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 9144 0 0 0 57925 7 0 0 25 0 1 0 1150074609 41263104 9019 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 10074 9019 150 317 0 9754 0
Current children cumulated CPU time (s) 579.32
Current children cumulated vsize (KiB) 45656

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 18518
/proc/meminfo: memFree=1795600/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=41668 CPUtime=639.01
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 9443 0 0 0 63894 7 0 0 25 0 1 0 1150074609 42668032 9318 1992294400 134512640 135813592 4294956176 18446744073709551615 134665821 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 10417 9318 150 317 0 10097 0
Current children cumulated CPU time (s) 639.01
Current children cumulated vsize (KiB) 47028

[startup+702.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 18518
/proc/meminfo: memFree=1789584/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5360 CPUtime=0
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 1150074609 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18510/statm: 1340 239 197 169 0 51 0
[pid=18511] ppid=18510 vsize=48208 CPUtime=698.7
/proc/18511/stat : 18511 (hydrasat_cache4) R 18510 18510 18473 0 -1 4194304 10976 0 0 0 69861 9 0 0 25 0 1 0 1150074609 49364992 10804 1992294400 134512640 135813592 4294956176 18446744073709551615 134665399 0 0 4096 1 0 0 0 17 0 0 0
/proc/18511/statm: 12052 10804 150 317 0 11732 0
Current children cumulated CPU time (s) 698.7
Current children cumulated vsize (KiB) 53568

[startup+762.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 18519
/proc/meminfo: memFree=1780432/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=10480 CPUtime=58.56
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 2403 0 0 0 5854 2 0 0 25 0 1 0 1150144976 10731520 2386 1992294400 134512640 135995732 4294956032 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 2620 2386 172 362 0 2255 0
Current children cumulated CPU time (s) 758.61
Current children cumulated vsize (KiB) 15844

[startup+822.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 18519
/proc/meminfo: memFree=1773520/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=17772 CPUtime=118.54
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 4195 0 0 0 11850 4 0 0 25 0 1 0 1150144976 18198528 4145 1992294400 134512640 135995732 4294956032 18446744073709551615 134638014 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 4443 4145 172 362 0 4078 0
Current children cumulated CPU time (s) 818.59
Current children cumulated vsize (KiB) 23136

[startup+882.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 18519
/proc/meminfo: memFree=1769680/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=21588 CPUtime=178.53
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 5139 0 0 0 17848 5 0 0 25 0 1 0 1150144976 22106112 5089 1992294400 134512640 135995732 4294956032 18446744073709551615 134807768 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 5397 5089 172 362 0 5032 0
Current children cumulated CPU time (s) 878.58
Current children cumulated vsize (KiB) 26952

[startup+942.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 18519
/proc/meminfo: memFree=1768784/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=22556 CPUtime=238.51
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 5343 0 0 0 23845 6 0 0 25 0 1 0 1150144976 23097344 5293 1992294400 134512640 135995732 4294956032 18446744073709551615 134807855 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 5639 5293 172 362 0 5274 0
Current children cumulated CPU time (s) 938.56
Current children cumulated vsize (KiB) 27920

[startup+1002.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 18519
/proc/meminfo: memFree=1765200/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=26244 CPUtime=298.49
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 6233 0 0 0 29843 6 0 0 25 0 1 0 1150144976 26873856 6183 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 6561 6183 172 362 0 6196 0
Current children cumulated CPU time (s) 998.54
Current children cumulated vsize (KiB) 31608

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 18519
/proc/meminfo: memFree=1764240/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=27356 CPUtime=358.48
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 6468 0 0 0 35841 7 0 0 25 0 1 0 1150144976 28012544 6418 1992294400 134512640 135995732 4294956032 18446744073709551615 134841888 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 6839 6418 172 362 0 6474 0
Current children cumulated CPU time (s) 1058.53
Current children cumulated vsize (KiB) 32720

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 18519
/proc/meminfo: memFree=1763664/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=27940 CPUtime=418.46
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 6609 0 0 0 41839 7 0 0 25 0 1 0 1150144976 28610560 6559 1992294400 134512640 135995732 4294956032 18446744073709551615 134807761 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 6985 6559 172 362 0 6620 0
Current children cumulated CPU time (s) 1118.51
Current children cumulated vsize (KiB) 33304

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 18519
/proc/meminfo: memFree=1763152/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=28508 CPUtime=478.44
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 6723 0 0 0 47837 7 0 0 25 0 1 0 1150144976 29192192 6673 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 7127 6673 172 362 0 6762 0
Current children cumulated CPU time (s) 1178.49
Current children cumulated vsize (KiB) 33872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 18519
/proc/meminfo: memFree=1762704/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=29092 CPUtime=500.04
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 6826 0 0 0 49997 7 0 0 25 0 1 0 1150144976 29790208 6776 1992294400 134512640 135995732 4294956032 18446744073709551615 134638011 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 7273 6776 172 362 0 6908 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 34456

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

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

[startup+1203.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 18519
/proc/meminfo: memFree=1762704/2055920 swapFree=4170308/4192956
[pid=18510] ppid=18508 vsize=5364 CPUtime=700.05
/proc/18510/stat : 18510 (hydrasat-multi.) S 18508 18510 18473 0 -1 4194304 322 12056 0 0 0 0 69979 26 16 0 1 0 1150074609 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18510/statm: 1341 245 202 169 0 52 0
[pid=18519] ppid=18510 vsize=29092 CPUtime=500.04
/proc/18519/stat : 18519 (hydrasat_cachew) R 18510 18510 18473 0 -1 4194304 6826 0 0 0 49997 7 0 0 25 0 1 0 1150144976 29790208 6776 1992294400 134512640 135995732 4294956032 18446744073709551615 134638011 0 0 4096 1 0 0 0 17 1 0 0
/proc/18519/statm: 7273 6776 172 362 0 6908 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 34456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.91
CPU time (s): 1200.12
CPU user time (s): 1199.77
CPU system time (s): 0.349946
CPU usage (%): 99.685
Max. virtual memory (cumulated for all children) (KiB): 53568

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

runsolver used 1.48277 second user time and 4.09338 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-03 17:55:06
IDJOB=1562369
IDBENCH=70933
IDSOLVER=518
FILE ID=node92/1562369-1238774106
PBS_JOBID= 9085565
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= 0d842dabe9c6c8be4b2c1160578a7c22
RANDOM SEED=904189568

node92.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.249
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.249
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1833528 kB
Buffers:         18152 kB
Cached:         134992 kB
SwapCached:       7540 kB
Active:          32044 kB
Inactive:       130828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833528 kB
SwapTotal:     4192956 kB
SwapFree:      4170308 kB
Dirty:            4564 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:            43480 kB
Committed_AS:  1984368 kB
PageTables:       2768 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= 66508 MiB
End job on node92 at 2009-04-03 18:15:12