Trace number 3373362

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-patched (fixed)? (TO) 4801.58 1205.61

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...420496/instance-3373362-1305420496.cnf
1.49/1.53	c Solving...
4800.05/1204.11	
4800.05/1204.11	*** INTERRUPTED! ***
4800.05/1204.11	*** Shutting down threads...
4801.47/1205.60	s UNKNOWN
4801.47/1205.60	
4801.47/1205.60	c INTERRUPTED   : 1
4801.47/1205.60	c Models        : 0+    
4801.47/1205.60	c Time          : 1204.970s (Solving: 1203.44s 1st Model: 0.00s Unsat: 0.00s)
4801.47/1205.60	c CPU Time      : 4800.940s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3373362-1305420496/watcher-3373362-1305420496 -o /tmp/evaluation-result-3373362-1305420496/solver-3373362-1305420496 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373362-1305420496.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.66 7.91 7.46 5/298 5143
/proc/meminfo: memFree=15533200/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=140900 CPUtime=0 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 868 0 0 0 0 0 0 0 24 0 1 0 109659289 144281600 799 33554432000 4194304 4964800 140737487276544 18446744073709551615 4686341 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5143/statm: 35225 800 374 189 0 30099 0

[startup+0.035243 s]
/proc/loadavg: 7.66 7.91 7.46 5/298 5143
/proc/meminfo: memFree=15533200/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=140900 CPUtime=0.03 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 10358 0 0 0 2 1 0 0 24 0 1 0 109659289 144281600 10289 33554432000 4194304 4964800 140737487276544 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5143/statm: 35225 10306 375 189 0 30099 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 140900

[startup+0.101236 s]
/proc/loadavg: 7.66 7.91 7.46 5/298 5143
/proc/meminfo: memFree=15533200/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=196300 CPUtime=0.09 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 35634 0 0 0 5 4 0 0 24 0 1 0 109659289 201011200 34626 33554432000 4194304 4964800 140737487276544 18446744073709551615 4679151 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5143/statm: 49075 34635 376 189 0 43949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 196300

[startup+0.300198 s]
/proc/loadavg: 7.66 7.91 7.46 5/298 5143
/proc/meminfo: memFree=15533200/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=207912 CPUtime=0.29 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 53789 0 0 0 24 5 0 0 24 0 1 0 109659289 212901888 46335 33554432000 4194304 4964800 140737487276544 18446744073709551615 218880564992 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5143/statm: 51978 46335 389 189 0 46852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 207912

[startup+0.701132 s]
/proc/loadavg: 7.66 7.91 7.46 5/298 5143
/proc/meminfo: memFree=15533200/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=225704 CPUtime=0.69 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 58267 0 0 0 62 7 0 0 25 0 1 0 109659289 231120896 50813 33554432000 4194304 4964800 140737487276544 18446744073709551615 218880564992 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5143/statm: 56426 50813 389 189 0 51300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 225704

[startup+1.50099 s]
/proc/loadavg: 7.66 7.91 7.46 6/299 5145
/proc/meminfo: memFree=15315704/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=300024 CPUtime=1.49 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 86476 0 0 0 137 12 0 0 25 0 1 0 109659289 307224576 69476 33554432000 4194304 4964800 140737487276544 18446744073709551615 4692794 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5143/statm: 75006 69476 400 189 0 69880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 300024

[startup+3.10064 s]
/proc/loadavg: 7.69 7.92 7.46 9/302 5148
/proc/meminfo: memFree=15003076/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=746876 CPUtime=7.26 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 202443 0 0 0 693 33 0 0 25 0 4 0 109659289 764801024 137904 33554432000 4194304 4964800 140737487276544 18446744073709551615 4342232 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 186719 137904 451 189 0 181068 0
[pid=5143/tid=5146] ppid=5141 vsize=746876 CPUtime=1.38 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 26872 0 0 0 133 5 0 0 17 0 4 0 109659443 764801024 137904 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=746876 CPUtime=1.54 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 43834 0 0 0 146 8 0 0 19 0 4 0 109659443 764801024 137904 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=746876 CPUtime=1.53 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 42559 0 0 0 146 7 0 0 19 0 4 0 109659443 764801024 137904 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 746876

[startup+6.30107 s]
/proc/loadavg: 7.69 7.92 7.46 9/302 5148
/proc/meminfo: memFree=14946460/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=752948 CPUtime=20.03 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 215835 0 0 0 1964 39 0 0 25 0 4 0 109659289 771018752 151296 33554432000 4194304 4964800 140737487276544 18446744073709551615 4669131 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 188237 151296 452 189 0 182586 0
[pid=5143/tid=5146] ppid=5141 vsize=752948 CPUtime=4.58 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 28347 0 0 0 452 6 0 0 25 0 4 0 109659443 771018752 151296 33554432000 4194304 4964800 140737487276544 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=752948 CPUtime=4.74 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 50915 0 0 0 464 10 0 0 25 0 4 0 109659443 771018752 151296 33554432000 4194304 4964800 140737487276544 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=752948 CPUtime=4.69 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 45862 0 0 0 460 9 0 0 25 0 4 0 109659443 771018752 151296 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670670 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.03
Current children cumulated vsize (KiB) 752948

[startup+12.701 s]
/proc/loadavg: 7.73 7.92 7.47 9/302 5148
/proc/meminfo: memFree=14862172/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=825760 CPUtime=45.57 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 233275 0 0 0 4510 47 0 0 25 0 4 0 109659289 845578240 168736 33554432000 4194304 4964800 140737487276544 18446744073709551615 4370443 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 206440 168736 452 189 0 200789 0
[pid=5143/tid=5146] ppid=5141 vsize=825760 CPUtime=10.98 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 30173 0 0 0 1091 7 0 0 25 0 4 0 109659443 845578240 168736 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=825760 CPUtime=11.13 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 60439 0 0 0 1101 12 0 0 25 0 4 0 109659443 845578240 168736 33554432000 4194304 4964800 140737487276544 18446744073709551615 4342196 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=825760 CPUtime=11.04 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 50140 0 0 0 1091 13 0 0 25 0 4 0 109659443 845578240 168736 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.57
Current children cumulated vsize (KiB) 825760

[startup+25.5007 s]
/proc/loadavg: 7.77 7.92 7.47 9/302 5148
/proc/meminfo: memFree=14758004/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=965372 CPUtime=96.64 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 258680 0 0 0 9603 61 0 0 25 0 4 0 109659289 988540928 194141 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670194 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 241343 194141 452 189 0 235692 0
[pid=5143/tid=5146] ppid=5141 vsize=965372 CPUtime=23.77 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 32437 0 0 0 2368 9 0 0 25 0 4 0 109659443 988540928 194141 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=965372 CPUtime=23.94 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 74265 0 0 0 2375 19 0 0 25 0 4 0 109659443 988540928 194141 33554432000 4194304 4964800 140737487276544 18446744073709551615 4362960 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=965372 CPUtime=23.7 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 57338 0 0 0 2353 17 0 0 25 0 4 0 109659443 988540928 194141 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 96.64
Current children cumulated vsize (KiB) 965372

[startup+51.1012 s]
/proc/loadavg: 7.91 7.94 7.49 9/302 5149
/proc/meminfo: memFree=14628332/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=1044024 CPUtime=198.79 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 292713 0 0 0 19797 82 0 0 25 0 4 0 109659289 1069080576 228174 33554432000 4194304 4964800 140737487276544 18446744073709551615 4629965 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 261006 228174 452 189 0 255355 0
[pid=5143/tid=5146] ppid=5141 vsize=1044024 CPUtime=49.38 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 35532 0 0 0 4926 12 0 0 25 0 4 0 109659443 1069080576 228174 33554432000 4194304 4964800 140737487276544 18446744073709551615 4629408 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=1044024 CPUtime=49.54 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 92054 0 0 0 4927 27 0 0 25 0 4 0 109659443 1069080576 228174 33554432000 4194304 4964800 140737487276544 18446744073709551615 4362905 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=1044024 CPUtime=49.05 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 67223 0 0 0 4880 25 0 0 25 0 4 0 109659443 1069080576 228174 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.79
Current children cumulated vsize (KiB) 1044024

[startup+102.311 s]
/proc/loadavg: 8.03 7.96 7.52 9/302 5150
/proc/meminfo: memFree=14405264/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=1248936 CPUtime=403.15 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 344678 0 0 0 40203 112 0 0 25 0 4 0 109659289 1278910464 280133 33554432000 4194304 4964800 140737487276544 18446744073709551615 4684732 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 312234 280133 452 189 0 306583 0
[pid=5143/tid=5146] ppid=5141 vsize=1248936 CPUtime=100.59 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 36479 0 0 0 10046 13 0 0 25 0 4 0 109659443 1278910464 280133 33554432000 4194304 4964800 140737487276544 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=1248936 CPUtime=100.74 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 123567 0 0 0 10030 44 0 0 25 0 4 0 109659443 1278910464 280133 33554432000 4194304 4964800 140737487276544 18446744073709551615 4363044 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=1248936 CPUtime=99.78 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 84637 0 0 0 9941 37 0 0 25 0 4 0 109659443 1278910464 280133 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 403.15
Current children cumulated vsize (KiB) 1248936

[startup+162.301 s]
/proc/loadavg: 8.01 7.97 7.55 9/302 5152
/proc/meminfo: memFree=14238100/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=1380188 CPUtime=642.55 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 385573 0 0 0 64117 138 0 0 25 0 4 0 109659289 1413312512 321028 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 345047 321030 452 189 0 339396 0
[pid=5143/tid=5146] ppid=5141 vsize=1380188 CPUtime=160.58 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 38178 0 0 0 16044 14 0 0 25 0 4 0 109659443 1413312512 321030 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=1380188 CPUtime=160.74 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 145061 0 0 0 16015 59 0 0 25 0 4 0 109659443 1413312512 321030 33554432000 4194304 4964800 140737487276544 18446744073709551615 218880261899 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=1380188 CPUtime=159.21 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 102294 0 0 0 15874 47 0 0 25 0 4 0 109659443 1413312512 321030 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 642.55
Current children cumulated vsize (KiB) 1380188

[startup+222.301 s]
/proc/loadavg: 8.11 8.00 7.59 9/302 5153
/proc/meminfo: memFree=14017496/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=1642332 CPUtime=881.99 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 438111 0 0 0 88031 168 0 0 25 0 4 0 109659289 1681747968 373557 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668900 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 410583 373557 454 189 0 404932 0
[pid=5143/tid=5146] ppid=5141 vsize=1642332 CPUtime=220.58 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 38183 0 0 0 22044 14 0 0 25 0 4 0 109659443 1681747968 373557 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=1642332 CPUtime=220.74 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 177685 0 0 0 21999 75 0 0 25 0 4 0 109659443 1681747968 373557 33554432000 4194304 4964800 140737487276544 18446744073709551615 4362934 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=1642332 CPUtime=218.65 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 122193 0 0 0 21804 61 0 0 25 0 4 0 109659443 1681747968 373557 33554432000 4194304 4964800 140737487276544 18446744073709551615 4684732 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 1642332

[startup+282.301 s]
/proc/loadavg: 8.12 8.02 7.61 9/302 5155
/proc/meminfo: memFree=13757828/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=1907784 CPUtime=1121.43 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 501643 0 0 0 111938 205 0 0 25 0 4 0 109659289 1953570816 437080 33554432000 4194304 4964800 140737487276544 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 476946 437080 454 189 0 471295 0
[pid=5143/tid=5146] ppid=5141 vsize=1907784 CPUtime=280.59 cores=1,3,5,7

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

/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 267138 0 0 0 75196 158 0 0 25 0 4 0 109659443 3316174848 773515 33554432000 4194304 4964800 140737487276544 18446744073709551615 4363545 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3036.96
Current children cumulated vsize (KiB) 3238452

[startup+822.3 s]
/proc/loadavg: 8.08 8.06 7.80 9/302 5178
/proc/meminfo: memFree=12238144/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=3369524 CPUtime=3276.35 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 867548 0 0 0 327211 424 0 0 25 0 4 0 109659289 3450392576 802894 33554432000 4194304 4964800 140737487276544 18446744073709551615 4370377 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 842381 802894 454 189 0 836730 0
[pid=5143/tid=5146] ppid=5141 vsize=3369524 CPUtime=820.59 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 46973 0 0 0 82034 25 0 0 25 0 4 0 109659443 3450392576 802894 33554432000 4194304 4964800 140737487276544 18446744073709551615 4660402 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=3369524 CPUtime=820.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 434011 0 0 0 81863 212 0 0 25 0 4 0 109659443 3450392576 802894 33554432000 4194304 4964800 140737487276544 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=3369524 CPUtime=812.97 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 280715 0 0 0 81130 167 0 0 25 0 4 0 109659443 3450392576 802894 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313761 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3276.35
Current children cumulated vsize (KiB) 3369524

[startup+882.301 s]
/proc/loadavg: 7.89 8.03 7.81 9/302 5211
/proc/meminfo: memFree=12161376/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=3566132 CPUtime=3515.79 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 918302 0 0 0 351125 454 0 0 25 0 4 0 109659289 3651719168 853648 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668900 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 891533 853648 454 189 0 885882 0
[pid=5143/tid=5146] ppid=5141 vsize=3566132 CPUtime=880.6 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 47020 0 0 0 88035 25 0 0 25 0 4 0 109659443 3651719168 853648 33554432000 4194304 4964800 140737487276544 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=3566132 CPUtime=880.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 470059 0 0 0 87843 232 0 0 25 0 4 0 109659443 3651719168 853648 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670304 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=3566132 CPUtime=872.41 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 295370 0 0 0 87065 176 0 0 25 0 4 0 109659443 3651719168 853648 33554432000 4194304 4964800 140737487276544 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3515.79
Current children cumulated vsize (KiB) 3566132

[startup+942.3 s]
/proc/loadavg: 8.14 8.07 7.83 9/302 5212
/proc/meminfo: memFree=11710348/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=3698564 CPUtime=3755.24 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 945324 0 0 0 375054 470 0 0 25 0 4 0 109659289 3787329536 880670 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 924641 880670 454 189 0 918990 0
[pid=5143/tid=5146] ppid=5141 vsize=3698564 CPUtime=940.6 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 47020 0 0 0 94035 25 0 0 25 0 4 0 109659443 3787329536 880670 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=3698564 CPUtime=940.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 483172 0 0 0 93836 239 0 0 25 0 4 0 109659443 3787329536 880670 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313761 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=3698564 CPUtime=931.86 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 308954 0 0 0 93001 185 0 0 25 0 4 0 109659443 3787329536 880670 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3755.24
Current children cumulated vsize (KiB) 3698564

[startup+1002.3 s]
/proc/loadavg: 8.14 8.08 7.85 10/302 5214
/proc/meminfo: memFree=11350488/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=3830444 CPUtime=3994.68 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 980921 0 0 0 398976 492 0 0 25 0 4 0 109659289 3922374656 916259 33554432000 4194304 4964800 140737487276544 18446744073709551615 4629965 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 957611 916259 454 189 0 951960 0
[pid=5143/tid=5146] ppid=5141 vsize=3830444 CPUtime=1000.6 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 48707 0 0 0 100033 27 0 0 25 0 4 0 109659443 3922374656 916259 33554432000 4194304 4964800 140737487276544 18446744073709551615 4678045 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=3830444 CPUtime=1000.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 502453 0 0 0 99825 250 0 0 25 0 4 0 109659443 3922374656 916259 33554432000 4194304 4964800 140737487276544 18446744073709551615 4653153 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=3830444 CPUtime=991.29 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 323362 0 0 0 98935 194 0 0 25 0 4 0 109659443 3922374656 916259 33554432000 4194304 4964800 140737487276544 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3994.68
Current children cumulated vsize (KiB) 3830444

[startup+1062.3 s]
/proc/loadavg: 8.09 8.08 7.86 9/302 5216
/proc/meminfo: memFree=10988648/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=3961516 CPUtime=4234.13 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1020038 0 0 0 422898 515 0 0 25 0 4 0 109659289 4056592384 955376 33554432000 4194304 4964800 140737487276544 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 990379 955376 454 189 0 984728 0
[pid=5143/tid=5146] ppid=5141 vsize=3961516 CPUtime=1060.6 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 48707 0 0 0 106033 27 0 0 25 0 4 0 109659443 4056592384 955376 33554432000 4194304 4964800 140737487276544 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=3961516 CPUtime=1060.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 527543 0 0 0 105812 263 0 0 25 0 4 0 109659443 4056592384 955376 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=3961516 CPUtime=1050.74 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 337389 0 0 0 104870 204 0 0 25 0 4 0 109659443 4056592384 955376 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4234.13
Current children cumulated vsize (KiB) 3961516

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 7.88 9/302 5277
/proc/meminfo: memFree=11653164/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=4160528 CPUtime=4473.57 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1056328 0 0 0 446818 539 0 0 25 0 4 0 109659289 4260380672 991666 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 1040132 991666 454 189 0 1034481 0
[pid=5143/tid=5146] ppid=5141 vsize=4160528 CPUtime=1120.6 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 51350 0 0 0 112030 30 0 0 25 0 4 0 109659443 4260380672 991666 33554432000 4194304 4964800 140737487276544 18446744073709551615 4370242 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=4160528 CPUtime=1120.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 547366 0 0 0 111801 274 0 0 25 0 4 0 109659443 4260380672 991666 33554432000 4194304 4964800 140737487276544 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=4160528 CPUtime=1110.17 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 350602 0 0 0 110804 213 0 0 25 0 4 0 109659443 4260380672 991666 33554432000 4194304 4964800 140737487276544 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4473.57
Current children cumulated vsize (KiB) 4160528

[startup+1182.3 s]
/proc/loadavg: 8.10 8.09 7.89 9/302 5279
/proc/meminfo: memFree=11415852/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=4230664 CPUtime=4713.02 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1086799 0 0 0 470745 557 0 0 25 0 4 0 109659289 4332199936 1022127 33554432000 4194304 4964800 140737487276544 18446744073709551615 4669136 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 1057666 1022127 454 189 0 1052015 0
[pid=5143/tid=5146] ppid=5141 vsize=4230664 CPUtime=1180.6 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 51367 0 0 0 118030 30 0 0 25 0 4 0 109659443 4332199936 1022127 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=4230664 CPUtime=1180.75 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 559749 0 0 0 117794 281 0 0 25 0 4 0 109659443 4332199936 1022127 33554432000 4194304 4964800 140737487276544 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=4230664 CPUtime=1169.62 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 367534 0 0 0 116738 224 0 0 25 0 4 0 109659443 4332199936 1022127 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4713.02
Current children cumulated vsize (KiB) 4230664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.07 8.08 7.89 9/302 5280
/proc/meminfo: memFree=11342160/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=4299588 CPUtime=4800.05 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1101439 0 0 0 479440 565 0 0 25 0 4 0 109659289 4402778112 1036759 33554432000 4194304 4964800 140737487276544 18446744073709551615 4651407 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 1074897 1036759 454 189 0 1069246 0
[pid=5143/tid=5146] ppid=5141 vsize=4299588 CPUtime=1202.41 cores=1,3,5,7
/proc/5143/task/5146/stat : 5146 (claspmt) R 5141 5143 4917 0 -1 4202560 51367 0 0 0 120211 30 0 0 25 0 4 0 109659443 4402778112 1036759 33554432000 4194304 4964800 140737487276544 18446744073709551615 4370364 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5143/tid=5147] ppid=5141 vsize=4299588 CPUtime=1202.57 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 568768 0 0 0 119972 285 0 0 25 0 4 0 109659443 4402778112 1036759 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313794 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5143/tid=5148] ppid=5141 vsize=4299588 CPUtime=1191.22 cores=1,3,5,7
/proc/5143/task/5148/stat : 5148 (claspmt) R 5141 5143 4917 0 -1 4202560 372317 0 0 0 118895 227 0 0 25 0 4 0 109659443 4402778112 1036759 33554432000 4194304 4964800 140737487276544 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 4299588

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

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

[startup+1204.6 s]
/proc/loadavg: 8.07 8.08 7.89 6/301 5281
/proc/meminfo: memFree=11342168/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=4299588 CPUtime=4800.57 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) S 5141 5143 4917 0 -1 4202496 1101445 0 0 0 479492 565 0 0 25 0 2 0 109659289 4402778112 1036765 33554432000 4194304 4964800 140737487276544 18446744073709551615 218892367845 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/5143/statm: 1074897 1036765 456 189 0 1069246 0
[pid=5143/tid=5147] ppid=5141 vsize=4299588 CPUtime=1203.06 cores=1,3,5,7
/proc/5143/task/5147/stat : 5147 (claspmt) R 5141 5143 4917 0 -1 4202560 568768 0 0 0 120021 285 0 0 25 0 2 0 109659443 4402778112 1036765 33554432000 4194304 4964800 140737487276544 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.57
Current children cumulated vsize (KiB) 4299588

[startup+1205 s]
/proc/loadavg: 8.07 8.08 7.89 6/301 5281
/proc/meminfo: memFree=11342168/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=4297740 CPUtime=4800.97 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1101453 0 0 0 479532 565 0 0 18 0 1 0 109659289 4400885760 1036311 33554432000 4194304 4964800 140737487276544 18446744073709551615 4699645 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5143/statm: 1074435 1036311 464 189 0 1068784 0
Current children cumulated CPU time (s) 4800.97
Current children cumulated vsize (KiB) 4297740

[startup+1205.4 s]
/proc/loadavg: 8.07 8.08 7.89 6/301 5281
/proc/meminfo: memFree=11342168/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=3273324 CPUtime=4801.36 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1101454 0 0 0 479568 568 0 0 18 0 1 0 109659289 3351883776 788933 33554432000 4194304 4964800 140737487276544 18446744073709551615 218880608391 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5143/statm: 818331 788421 465 189 0 812680 0
Current children cumulated CPU time (s) 4801.36
Current children cumulated vsize (KiB) 3273324

[startup+1205.5 s]
/proc/loadavg: 8.07 8.08 7.89 6/300 5281
/proc/meminfo: memFree=14895396/32950928 swapFree=67111364/67111528
[pid=5143] ppid=5141 vsize=586348 CPUtime=4801.47 cores=1,3,5,7
/proc/5143/stat : 5143 (claspmt) R 5141 5143 4917 0 -1 4202496 1101454 0 0 0 479568 579 0 0 18 0 1 0 109659289 600420352 105851 33554432000 4194304 4964800 140737487276544 18446744073709551615 218880608391 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/5143/statm: 146587 105851 465 189 0 140936 0
Current children cumulated CPU time (s) 4801.47
Current children cumulated vsize (KiB) 586348

Child status: 0
Real time (s): 1205.61
CPU time (s): 4801.58
CPU user time (s): 4795.77
CPU system time (s): 5.81412
CPU usage (%): 398.271
Max. virtual memory (cumulated for all children) (KiB): 4299588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.76
system time used= 5.81412
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1101455
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= 4054
involuntary context switches= 34694

runsolver used 3.2505 second user time and 7.8898 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 02:48:19
IDJOB=3373362
IDBENCH=82367
IDSOLVER=1853
FILE ID=node112/3373362-1305420496
RUNJOBID= node112-1305419220-4936
PBS_JOBID= 13324570
Free space on /tmp= 73468 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.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-3373362-1305420496/watcher-3373362-1305420496 -o /tmp/evaluation-result-3373362-1305420496/solver-3373362-1305420496 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373362-1305420496.cnf

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=643306272

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15533480 kB
Buffers:        293156 kB
Cached:        2920696 kB
SwapCached:          0 kB
Active:       15392980 kB
Inactive:      1781532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15533480 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           98396 kB
Writeback:           0 kB
AnonPages:    13960412 kB
Mapped:          22108 kB
Slab:           137300 kB
PageTables:      42696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35225712 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= 73464 MiB
End job on node112 at 2011-05-15 03:08:25