Trace number 3299756

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
claspmt 2.0-R4095? (TO) 4802.58 1205.64

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...040232/instance-3299756-1304040232.cnf
1.89/1.96	c Solving...
4800.23/1203.31	
4800.23/1203.31	*** INTERRUPTED! ***
4800.23/1203.31	*** Shutting down threads...

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3299756-1304040232/watcher-3299756-1304040232 -o /tmp/evaluation-result-3299756-1304040232/solver-3299756-1304040232 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299756-1304040232.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.70 6.60 6.80 6/180 26880
/proc/meminfo: memFree=19251612/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=59740 CPUtime=0 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 656 0 0 0 0 0 0 0 23 0 1 0 594254230 61173760 586 33554432000 4194304 4964704 140737125204560 18446744073709551615 4686261 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/26880/statm: 14935 587 374 189 0 9809 0

[startup+0.027519 s]
/proc/loadavg: 7.70 6.60 6.80 6/180 26880
/proc/meminfo: memFree=19251612/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=59740 CPUtime=0.02 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 8665 0 0 0 1 1 0 0 23 0 1 0 594254230 61173760 8595 33554432000 4194304 4964704 140737125204560 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/26880/statm: 14935 8613 375 189 0 9809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 59740

[startup+0.100502 s]
/proc/loadavg: 7.70 6.60 6.80 6/180 26880
/proc/meminfo: memFree=19251612/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=85164 CPUtime=0.09 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 18679 0 0 0 7 2 0 0 23 0 1 0 594254230 87207936 16219 33554432000 4194304 4964704 140737125204560 18446744073709551615 251367546624 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/26880/statm: 21291 16219 387 189 0 16165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85164

[startup+0.300403 s]
/proc/loadavg: 7.70 6.60 6.80 6/180 26880
/proc/meminfo: memFree=19251612/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=99368 CPUtime=0.29 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 22372 0 0 0 26 3 0 0 25 0 1 0 594254230 101752832 19753 33554432000 4194304 4964704 140737125204560 18446744073709551615 4583431 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/26880/statm: 24842 19753 387 189 0 19716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99368

[startup+0.700328 s]
/proc/loadavg: 7.70 6.60 6.80 6/180 26880
/proc/meminfo: memFree=19251612/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=126008 CPUtime=0.68 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 29222 0 0 0 64 4 0 0 25 0 1 0 594254230 129032192 26324 33554432000 4194304 4964704 140737125204560 18446744073709551615 251367206354 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/26880/statm: 31502 26324 387 189 0 26376 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 126008

[startup+1.50025 s]
/proc/loadavg: 7.70 6.60 6.80 6/181 26881
/proc/meminfo: memFree=19129720/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=176852 CPUtime=1.48 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 42336 0 0 0 140 8 0 0 25 0 1 0 594254230 181096448 38811 33554432000 4194304 4964704 140737125204560 18446744073709551615 251367207621 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/26880/statm: 44213 38812 387 189 0 39087 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 176852

[startup+3.10089 s]
/proc/loadavg: 7.70 6.60 6.80 7/184 26884
/proc/meminfo: memFree=18908728/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=513496 CPUtime=6 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 114101 0 0 0 575 25 0 0 25 0 4 0 594254230 525819904 96998 33554432000 4194304 4964704 140737125204560 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 128374 96998 448 189 0 122723 0
[pid=26880/tid=26882] ppid=26878 vsize=513496 CPUtime=0.94 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 17250 0 0 0 92 2 0 0 17 0 4 0 594254427 525819904 96998 33554432000 4194304 4964704 140737125204560 18446744073709551615 4652108 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=513496 CPUtime=1.12 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 20629 0 0 0 107 5 0 0 19 0 4 0 594254427 525819904 96998 33554432000 4194304 4964704 140737125204560 18446744073709551615 4362958 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=513496 CPUtime=1.12 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 19708 0 0 0 108 4 0 0 19 0 4 0 594254427 525819904 96998 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 513496

[startup+6.3003 s]
/proc/loadavg: 7.72 6.63 6.81 9/184 26884
/proc/meminfo: memFree=18862656/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=515284 CPUtime=18.79 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 116115 0 0 0 1852 27 0 0 25 0 4 0 594254230 527650816 99012 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 128821 99012 452 189 0 123170 0
[pid=26880/tid=26882] ppid=26878 vsize=515284 CPUtime=4.14 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 17561 0 0 0 412 2 0 0 23 0 4 0 594254427 527650816 99012 33554432000 4194304 4964704 140737125204560 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=515284 CPUtime=4.32 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 21429 0 0 0 426 6 0 0 25 0 4 0 594254427 527650816 99012 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=515284 CPUtime=4.32 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 20402 0 0 0 427 5 0 0 25 0 4 0 594254427 527650816 99012 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 515284

[startup+12.7011 s]
/proc/loadavg: 7.74 6.65 6.81 9/184 26884
/proc/meminfo: memFree=18850492/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=517128 CPUtime=44.35 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 119526 0 0 0 4405 30 0 0 25 0 4 0 594254230 529539072 102423 33554432000 4194304 4964704 140737125204560 18446744073709551615 4371542 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 129282 102423 452 189 0 123631 0
[pid=26880/tid=26882] ppid=26878 vsize=517128 CPUtime=10.54 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 17943 0 0 0 1051 3 0 0 25 0 4 0 594254427 529539072 102423 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=517128 CPUtime=10.72 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 22926 0 0 0 1066 6 0 0 25 0 4 0 594254427 529539072 102423 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=517128 CPUtime=10.72 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 21283 0 0 0 1066 6 0 0 25 0 4 0 594254427 529539072 102423 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.35
Current children cumulated vsize (KiB) 517128

[startup+25.5008 s]
/proc/loadavg: 7.80 6.71 6.83 9/184 26885
/proc/meminfo: memFree=18813648/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=520336 CPUtime=95.48 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 127498 0 0 0 9512 36 0 0 25 0 4 0 594254230 532824064 110395 33554432000 4194304 4964704 140737125204560 18446744073709551615 4627338 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 130084 110395 452 189 0 124433 0
[pid=26880/tid=26882] ppid=26878 vsize=520336 CPUtime=23.35 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 18450 0 0 0 2331 4 0 0 25 0 4 0 594254427 532824064 110395 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=520336 CPUtime=23.52 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 27394 0 0 0 2342 10 0 0 25 0 4 0 594254427 532824064 110395 33554432000 4194304 4964704 140737125204560 18446744073709551615 4677981 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=520336 CPUtime=23.51 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 23485 0 0 0 2343 8 0 0 25 0 4 0 594254427 532824064 110395 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.48
Current children cumulated vsize (KiB) 520336

[startup+51.101 s]
/proc/loadavg: 7.87 6.82 6.86 9/184 26886
/proc/meminfo: memFree=18721300/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=666564 CPUtime=197.74 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 147014 0 0 0 19720 54 0 0 25 0 4 0 594254230 682561536 129911 33554432000 4194304 4964704 140737125204560 18446744073709551615 4342213 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 166641 129911 452 189 0 160990 0
[pid=26880/tid=26882] ppid=26878 vsize=666564 CPUtime=48.94 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 19474 0 0 0 4889 5 0 0 25 0 4 0 594254427 682561536 129911 33554432000 4194304 4964704 140737125204560 18446744073709551615 4669056 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=666564 CPUtime=49.12 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 37760 0 0 0 4895 17 0 0 25 0 4 0 594254427 682561536 129911 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=666564 CPUtime=49.12 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 29301 0 0 0 4897 15 0 0 25 0 4 0 594254427 682561536 129911 33554432000 4194304 4964704 140737125204560 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 197.74
Current children cumulated vsize (KiB) 666564

[startup+102.307 s]
/proc/loadavg: 7.94 7.00 6.92 9/184 26887
/proc/meminfo: memFree=18516848/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=843888 CPUtime=402.27 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 183891 0 0 0 40144 83 0 0 25 0 4 0 594254230 864141312 166788 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 210972 166788 454 189 0 205321 0
[pid=26880/tid=26882] ppid=26878 vsize=843888 CPUtime=100.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 22235 0 0 0 10007 8 0 0 25 0 4 0 594254427 864141312 166788 33554432000 4194304 4964704 140737125204560 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=843888 CPUtime=100.32 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 57618 0 0 0 10002 30 0 0 25 0 4 0 594254427 864141312 166788 33554432000 4194304 4964704 140737125204560 18446744073709551615 4362996 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=843888 CPUtime=100.32 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 34853 0 0 0 10010 22 0 0 25 0 4 0 594254427 864141312 166788 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 843888

[startup+162.3 s]
/proc/loadavg: 8.05 7.19 6.99 9/184 26888
/proc/meminfo: memFree=18113968/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=1190788 CPUtime=641.92 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 280970 0 0 0 64058 134 0 0 25 0 4 0 594254230 1219366912 263867 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668918 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 297697 263867 454 189 0 292046 0
[pid=26880/tid=26882] ppid=26878 vsize=1190788 CPUtime=160.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 23851 0 0 0 16005 10 0 0 25 0 4 0 594254427 1219366912 263867 33554432000 4194304 4964704 140737125204560 18446744073709551615 4372027 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=1190788 CPUtime=160.31 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 98331 0 0 0 15981 50 0 0 25 0 4 0 594254427 1219366912 263867 33554432000 4194304 4964704 140737125204560 18446744073709551615 4362958 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=1190788 CPUtime=160.31 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 84747 0 0 0 15984 47 0 0 25 0 4 0 594254427 1219366912 263867 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 1190788

[startup+222.3 s]
/proc/loadavg: 8.08 7.35 7.05 9/184 26890
/proc/meminfo: memFree=17480152/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=1845752 CPUtime=881.58 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 435950 0 0 0 87946 212 0 0 25 0 4 0 594254230 1890050048 418847 33554432000 4194304 4964704 140737125204560 18446744073709551615 4342199 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 461438 418847 454 189 0 455787 0
[pid=26880/tid=26882] ppid=26878 vsize=1845752 CPUtime=220.14 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 26138 0 0 0 22002 12 0 0 25 0 4 0 594254427 1890050048 418847 33554432000 4194304 4964704 140737125204560 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=1845752 CPUtime=220.3 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 204816 0 0 0 21934 96 0 0 25 0 4 0 594254427 1890050048 418847 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668918 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=1845752 CPUtime=220.32 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 109143 0 0 0 21964 68 0 0 25 0 4 0 594254427 1890050048 418847 33554432000 4194304 4964704 140737125204560 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 881.58
Current children cumulated vsize (KiB) 1845752

[startup+282.3 s]
/proc/loadavg: 8.03 7.47 7.11 9/184 26892
/proc/meminfo: memFree=17259404/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=2076620 CPUtime=1121.26 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 485892 0 0 0 111874 252 0 0 25 0 4 0 594254230 2126458880 468789 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668907 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 519155 468789 454 189 0 513504 0
[pid=26880/tid=26882] ppid=26878 vsize=2076620 CPUtime=280.14 cores=1,3,5,7

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

[pid=26880/tid=26882] ppid=26878 vsize=5881912 CPUtime=760.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 40791 0 0 0 75993 22 0 0 25 0 4 0 594254427 6023077888 1445251 33554432000 4194304 4964704 140737125204560 18446744073709551615 4371476 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=5881912 CPUtime=760.27 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1017025 0 0 0 75622 405 0 0 25 0 4 0 594254427 6023077888 1445251 33554432000 4194304 4964704 140737125204560 18446744073709551615 4362885 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=5881912 CPUtime=760.31 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 245137 0 0 0 75841 190 0 0 25 0 4 0 594254427 6023077888 1445251 33554432000 4194304 4964704 140737125204560 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038.62
Current children cumulated vsize (KiB) 5881912

[startup+822.3 s]
/proc/loadavg: 8.06 7.96 7.51 9/184 26906
/proc/meminfo: memFree=12936900/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=6124668 CPUtime=3278.27 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 1521856 0 0 0 327094 733 0 0 25 0 4 0 594254230 6271660032 1504558 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668931 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 1531167 1504558 454 189 0 1525516 0
[pid=26880/tid=26882] ppid=26878 vsize=6124668 CPUtime=820.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 41843 0 0 0 81992 23 0 0 25 0 4 0 594254427 6271660032 1504558 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668918 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=6124668 CPUtime=820.26 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1053548 0 0 0 81606 420 0 0 25 0 4 0 594254427 6271660032 1504558 33554432000 4194304 4964704 140737125204560 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=6124668 CPUtime=820.31 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 266498 0 0 0 81824 207 0 0 25 0 4 0 594254427 6271660032 1504558 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.27
Current children cumulated vsize (KiB) 6124668

[startup+882.3 s]
/proc/loadavg: 8.16 8.01 7.55 9/184 26908
/proc/meminfo: memFree=12539324/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=6533244 CPUtime=3517.93 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 1617696 0 0 0 351013 780 0 0 25 0 4 0 594254230 6690041856 1600398 33554432000 4194304 4964704 140737125204560 18446744073709551615 4653475 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 1633311 1600398 454 189 0 1627660 0
[pid=26880/tid=26882] ppid=26878 vsize=6533244 CPUtime=880.16 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 42116 0 0 0 87992 24 0 0 25 0 4 0 594254427 6690041856 1600398 33554432000 4194304 4964704 140737125204560 18446744073709551615 4334283 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=6533244 CPUtime=880.26 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1115868 0 0 0 87591 435 0 0 25 0 4 0 594254427 6690041856 1600398 33554432000 4194304 4964704 140737125204560 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=6533244 CPUtime=880.29 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 297941 0 0 0 87792 237 0 0 25 0 4 0 594254427 6690041856 1600398 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3517.93
Current children cumulated vsize (KiB) 6533244

[startup+942.301 s]
/proc/loadavg: 8.33 8.08 7.60 9/184 26912
/proc/meminfo: memFree=12255220/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=6839420 CPUtime=3757.6 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 1687074 0 0 0 374940 820 0 0 25 0 4 0 594254230 7003566080 1669738 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 1709855 1669738 454 189 0 1704204 0
[pid=26880/tid=26882] ppid=26878 vsize=6839420 CPUtime=940.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 43161 0 0 0 93990 25 0 0 25 0 4 0 594254427 7003566080 1669738 33554432000 4194304 4964704 140737125204560 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=6839420 CPUtime=940.25 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1166285 0 0 0 93574 451 0 0 25 0 4 0 594254427 7003566080 1669738 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=6839420 CPUtime=940.3 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 308165 0 0 0 93781 249 0 0 25 0 4 0 594254427 7003566080 1669738 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.6
Current children cumulated vsize (KiB) 6839420

[startup+1002.3 s]
/proc/loadavg: 8.00 8.01 7.61 9/184 26945
/proc/meminfo: memFree=12035236/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=7232772 CPUtime=3997.28 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 1793000 0 0 0 398839 889 0 0 25 0 4 0 594254230 7406358528 1775664 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 1808193 1775664 454 189 0 1802542 0
[pid=26880/tid=26882] ppid=26878 vsize=7232772 CPUtime=1000.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 43404 0 0 0 99989 26 0 0 25 0 4 0 594254427 7406358528 1775664 33554432000 4194304 4964704 140737125204560 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=7232772 CPUtime=1000.25 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1231667 0 0 0 99558 467 0 0 25 0 4 0 594254427 7406358528 1775664 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=7232772 CPUtime=1000.3 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 343403 0 0 0 99736 294 0 0 25 0 4 0 594254427 7406358528 1775664 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.28
Current children cumulated vsize (KiB) 7232772

[startup+1062.3 s]
/proc/loadavg: 8.11 8.04 7.64 9/184 26946
/proc/meminfo: memFree=11537092/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=7720264 CPUtime=4236.96 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 1908220 0 0 0 422745 951 0 0 25 0 4 0 594254230 7905550336 1890839 33554432000 4194304 4964704 140737125204560 18446744073709551615 4332589 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 1930066 1890839 454 189 0 1924415 0
[pid=26880/tid=26882] ppid=26878 vsize=7720264 CPUtime=1060.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 44779 0 0 0 105988 27 0 0 25 0 4 0 594254427 7905550336 1890839 33554432000 4194304 4964704 140737125204560 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=7720264 CPUtime=1060.25 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1303803 0 0 0 105541 484 0 0 25 0 4 0 594254427 7905550336 1890839 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670339 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=7720264 CPUtime=1060.3 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 375645 0 0 0 105700 330 0 0 25 0 4 0 594254427 7905550336 1890839 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.96
Current children cumulated vsize (KiB) 7720264

[startup+1122.3 s]
/proc/loadavg: 8.08 8.04 7.66 9/184 26948
/proc/meminfo: memFree=11109892/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=8064344 CPUtime=4476.63 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 2007908 0 0 0 446661 1002 0 0 25 0 4 0 594254230 8257888256 1990527 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668931 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 2016086 1990527 454 189 0 2010435 0
[pid=26880/tid=26882] ppid=26878 vsize=8064344 CPUtime=1120.16 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 45588 0 0 0 111988 28 0 0 25 0 4 0 594254427 8257888256 1990527 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=8064344 CPUtime=1120.25 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1352952 0 0 0 111530 495 0 0 25 0 4 0 594254427 8257888256 1990527 33554432000 4194304 4964704 140737125204560 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=8064344 CPUtime=1120.29 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 413017 0 0 0 111672 357 0 0 25 0 4 0 594254427 8257888256 1990527 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.63
Current children cumulated vsize (KiB) 8064344

[startup+1182.3 s]
/proc/loadavg: 8.18 8.08 7.70 9/184 26950
/proc/meminfo: memFree=10784252/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=8358368 CPUtime=4716.31 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 2079028 0 0 0 470600 1031 0 0 25 0 4 0 594254230 8558968832 2061647 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 2089592 2061647 454 189 0 2083941 0
[pid=26880/tid=26882] ppid=26878 vsize=8358368 CPUtime=1180.15 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 45599 0 0 0 117987 28 0 0 25 0 4 0 594254427 8558968832 2061647 33554432000 4194304 4964704 140737125204560 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=8358368 CPUtime=1180.26 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1408902 0 0 0 117516 510 0 0 25 0 4 0 594254427 8558968832 2061647 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=8358368 CPUtime=1180.3 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 428176 0 0 0 117658 372 0 0 25 0 4 0 594254427 8558968832 2061647 33554432000 4194304 4964704 140737125204560 18446744073709551615 4683994 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4716.31
Current children cumulated vsize (KiB) 8358368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.12 8.07 7.70 9/184 26950
/proc/meminfo: memFree=10670288/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=8493536 CPUtime=4800.23 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4202496 2103218 0 0 0 478980 1043 0 0 25 0 4 0 594254230 8697380864 2085837 33554432000 4194304 4964704 140737125204560 18446744073709551615 4650695 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 2123384 2085837 454 189 0 2117733 0
[pid=26880/tid=26882] ppid=26878 vsize=8493536 CPUtime=1201.17 cores=1,3,5,7
/proc/26880/task/26882/stat : 26882 (claspmt) R 26878 26880 26261 0 -1 4202560 45599 0 0 0 120089 28 0 0 25 0 4 0 594254427 8697380864 2085837 33554432000 4194304 4964704 140737125204560 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=26880/tid=26883] ppid=26878 vsize=8493536 CPUtime=1201.26 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1426194 0 0 0 119613 513 0 0 25 0 4 0 594254427 8697380864 2085837 33554432000 4194304 4964704 140737125204560 18446744073709551615 4313761 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26880/tid=26884] ppid=26878 vsize=8493536 CPUtime=1201.31 cores=1,3,5,7
/proc/26880/task/26884/stat : 26884 (claspmt) R 26878 26880 26261 0 -1 4202560 435072 0 0 0 119750 381 0 0 25 0 4 0 594254427 8697380864 2085837 33554432000 4194304 4964704 140737125204560 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 8493536

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26880

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

[startup+1204.6 s]
/proc/loadavg: 8.12 8.07 7.70 7/183 26951
/proc/meminfo: memFree=10669056/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=8493536 CPUtime=4801.53 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) S 26878 26880 26261 0 -1 4202496 2103220 0 0 0 479110 1043 0 0 25 0 2 0 594254230 8697380864 2085839 33554432000 4194304 4964704 140737125204560 18446744073709551615 251379349477 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 2123384 2085839 456 189 0 2117733 0
[pid=26880/tid=26883] ppid=26878 vsize=8493536 CPUtime=1202.55 cores=1,3,5,7
/proc/26880/task/26883/stat : 26883 (claspmt) R 26878 26880 26261 0 -1 4202560 1426194 0 0 0 119742 513 0 0 25 0 2 0 594254427 8697380864 2085839 33554432000 4194304 4964704 140737125204560 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4801.53
Current children cumulated vsize (KiB) 8493536

[startup+1205.4 s]
/proc/loadavg: 8.12 8.07 7.70 7/183 26951
/proc/meminfo: memFree=10669056/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=0 CPUtime=4802.33 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4203524 2103228 0 0 0 479182 1051 0 0 18 0 1 0 594254230 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26880/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4802.33
Current children cumulated vsize (KiB) 0

[startup+1205.61 s]
/proc/loadavg: 8.12 8.07 7.70 7/181 26951
/proc/meminfo: memFree=15124392/32950928 swapFree=67111364/67111528
[pid=26880] ppid=26878 vsize=0 CPUtime=4802.54 cores=1,3,5,7
/proc/26880/stat : 26880 (claspmt) R 26878 26880 26261 0 -1 4203524 2103228 0 0 0 479182 1072 0 0 18 0 1 0 594254230 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26880/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4802.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1205.64
CPU time (s): 4802.58
CPU user time (s): 4791.83
CPU system time (s): 10.7564
CPU usage (%): 398.342
Max. virtual memory (cumulated for all children) (KiB): 8493536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.83
system time used= 10.7564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2103228
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= 14264
involuntary context switches= 34541

runsolver used 1.82172 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 03:23:56
IDJOB=3299756
IDBENCH=20580
IDSOLVER=1683
FILE ID=node113/3299756-1304040232
RUNJOBID= node113-1304039986-26792
PBS_JOBID= 13170352
Free space on /tmp= 71032 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3299756-1304040232/watcher-3299756-1304040232 -o /tmp/evaluation-result-3299756-1304040232/solver-3299756-1304040232 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299756-1304040232.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=750497287

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19251768 kB
Buffers:       1733344 kB
Cached:       10949560 kB
SwapCached:        164 kB
Active:        6775004 kB
Inactive:      6327236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19251768 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          132368 kB
Writeback:           0 kB
AnonPages:      418836 kB
Mapped:          15728 kB
Slab:           532184 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   576156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71012 MiB
End job on node113 at 2011-04-29 03:44:01