Trace number 3373236

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) 4800.17 1203.34

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...430350/instance-3373236-1305430350.cnf
0.00/0.02	c Solving...
4800.13/1203.33	
4800.13/1203.33	*** INTERRUPTED! ***
4800.13/1203.33	*** Shutting down threads...
4800.13/1203.34	s UNKNOWN
4800.13/1203.34	
4800.13/1203.34	c INTERRUPTED   : 1
4800.13/1203.34	c Models        : 0+    
4800.13/1203.34	c Time          : 1203.326s (Solving: 1203.30s 1st Model: 0.00s Unsat: 0.00s)
4800.13/1203.34	c CPU Time      : 4800.150s

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-3373236-1305430350/watcher-3373236-1305430350 -o /tmp/evaluation-result-3373236-1305430350/solver-3373236-1305430350 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373236-1305430350.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: 3.80 4.55 5.88 6/354 19230
/proc/meminfo: memFree=17743364/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=21884 CPUtime=0 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 781 0 0 0 0 0 0 0 23 0 1 0 733265680 22409216 700 33554432000 4194304 4964800 140737098972848 18446744073709551615 4607587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19230/statm: 5471 700 398 189 0 345 0

[startup+0.046692 s]
/proc/loadavg: 3.80 4.55 5.88 6/354 19230
/proc/meminfo: memFree=17743364/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=103848 CPUtime=0.07 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 1176 0 0 0 7 0 0 0 24 0 4 0 733265680 106340352 1083 33554432000 4194304 4964800 140737098972848 18446744073709551615 4364576 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 25962 1083 454 189 0 20311 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 103848

[startup+0.100682 s]
/proc/loadavg: 3.80 4.55 5.88 6/354 19230
/proc/meminfo: memFree=17743364/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=169648 CPUtime=0.29 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 1359 0 0 0 29 0 0 0 25 0 4 0 733265680 173719552 1266 33554432000 4194304 4964800 140737098972848 18446744073709551615 4660422 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 42412 1266 458 189 0 36761 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 169648

[startup+0.300644 s]
/proc/loadavg: 3.80 4.55 5.88 6/354 19230
/proc/meminfo: memFree=17743364/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=170048 CPUtime=1.09 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 1707 0 0 0 109 0 0 0 25 0 4 0 733265680 174129152 1614 33554432000 4194304 4964800 140737098972848 18446744073709551615 4342208 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 42512 1614 458 189 0 36861 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 170048

[startup+0.700568 s]
/proc/loadavg: 3.80 4.55 5.88 6/354 19230
/proc/meminfo: memFree=17743364/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=170340 CPUtime=2.69 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 1949 0 0 0 269 0 0 0 25 0 4 0 733265680 174428160 1856 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321076 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 42585 1856 458 189 0 36934 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 170340

[startup+1.50042 s]
/proc/loadavg: 4.14 4.61 5.89 9/358 19234
/proc/meminfo: memFree=17731948/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=171180 CPUtime=5.87 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 2425 0 0 0 587 0 0 0 25 0 4 0 733265680 175288320 2332 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321013 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 42795 2332 458 189 0 37144 0
[pid=19230/tid=19232] ppid=19228 vsize=171180 CPUtime=1.45 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 341 0 0 0 145 0 0 0 25 0 4 0 733265683 175288320 2332 33554432000 4194304 4964800 140737098972848 18446744073709551615 4362448 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=171180 CPUtime=1.46 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 358 0 0 0 146 0 0 0 25 0 4 0 733265683 175288320 2332 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=171180 CPUtime=1.46 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 322 0 0 0 146 0 0 0 25 0 4 0 733265683 175288320 2332 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 171180

[startup+3.10111 s]
/proc/loadavg: 4.14 4.61 5.89 9/358 19234
/proc/meminfo: memFree=17726864/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=171760 CPUtime=12.26 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 3052 0 0 0 1226 0 0 0 25 0 4 0 733265680 175882240 2959 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668725 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 42940 2959 458 189 0 37289 0
[pid=19230/tid=19232] ppid=19228 vsize=171760 CPUtime=3.04 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 455 0 0 0 304 0 0 0 25 0 4 0 733265683 175882240 2959 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=171760 CPUtime=3.06 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 577 0 0 0 306 0 0 0 25 0 4 0 733265683 175882240 2959 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=171760 CPUtime=3.06 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 458 0 0 0 306 0 0 0 25 0 4 0 733265683 175882240 2959 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 171760

[startup+6.30051 s]
/proc/loadavg: 4.14 4.61 5.89 9/358 19234
/proc/meminfo: memFree=17716876/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=173372 CPUtime=25.02 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 4307 0 0 0 2502 0 0 0 25 0 4 0 733265680 177532928 4088 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670321 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 43343 4088 460 189 0 37692 0
[pid=19230/tid=19232] ppid=19228 vsize=173372 CPUtime=6.2 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 856 0 0 0 620 0 0 0 25 0 4 0 733265683 177532928 4088 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670530 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=173372 CPUtime=6.26 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 1045 0 0 0 626 0 0 0 25 0 4 0 733265683 177532928 4088 33554432000 4194304 4964800 140737098972848 18446744073709551615 256415058816 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=173372 CPUtime=6.26 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 632 0 0 0 626 0 0 0 25 0 4 0 733265683 177532928 4088 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 173372

[startup+12.7003 s]
/proc/loadavg: 4.73 4.72 5.91 9/358 19234
/proc/meminfo: memFree=17706104/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=175344 CPUtime=50.55 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 5541 0 0 0 5054 1 0 0 25 0 4 0 733265680 179552256 5268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4660384 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 43836 5268 460 189 0 38185 0
[pid=19230/tid=19232] ppid=19228 vsize=175344 CPUtime=12.55 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 1252 0 0 0 1255 0 0 0 25 0 4 0 733265683 179552256 5268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=175344 CPUtime=12.66 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 1515 0 0 0 1266 0 0 0 25 0 4 0 733265683 179552256 5268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=175344 CPUtime=12.64 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 871 0 0 0 1264 0 0 0 25 0 4 0 733265683 179552256 5268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 175344

[startup+25.5009 s]
/proc/loadavg: 5.23 4.82 5.93 9/358 19234
/proc/meminfo: memFree=17694240/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=177292 CPUtime=101.61 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 6738 0 0 0 10159 2 0 0 25 0 4 0 733265680 181547008 6465 33554432000 4194304 4964800 140737098972848 18446744073709551615 4653186 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 44323 6465 460 189 0 38672 0
[pid=19230/tid=19232] ppid=19228 vsize=177292 CPUtime=25.34 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 1637 0 0 0 2534 0 0 0 25 0 4 0 733265683 181547008 6465 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=177292 CPUtime=25.45 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 2047 0 0 0 2545 0 0 0 25 0 4 0 733265683 181547008 6465 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=177292 CPUtime=25.3 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 1004 0 0 0 2530 0 0 0 25 0 4 0 733265683 181547008 6465 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668748 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 177292

[startup+51.1011 s]
/proc/loadavg: 6.18 5.08 5.99 9/358 19235
/proc/meminfo: memFree=17684036/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=178632 CPUtime=203.73 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 7752 0 0 0 20370 3 0 0 25 0 4 0 733265680 182919168 7473 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 44658 7473 460 189 0 39007 0
[pid=19230/tid=19232] ppid=19228 vsize=178632 CPUtime=50.94 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 2113 0 0 0 5094 0 0 0 25 0 4 0 733265683 182919168 7473 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=178632 CPUtime=51.06 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 2365 0 0 0 5105 1 0 0 25 0 4 0 733265683 182919168 7473 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=178632 CPUtime=50.62 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 1111 0 0 0 5062 0 0 0 25 0 4 0 733265683 182919168 7473 33554432000 4194304 4964800 140737098972848 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 178632

[startup+102.313 s]
/proc/loadavg: 7.27 5.57 6.10 9/358 19236
/proc/meminfo: memFree=17670000/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=180232 CPUtime=408.01 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 9058 0 0 0 40797 4 0 0 25 0 4 0 733265680 184557568 8779 33554432000 4194304 4964800 140737098972848 18446744073709551615 4312148 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 45058 8779 460 189 0 39407 0
[pid=19230/tid=19232] ppid=19228 vsize=180232 CPUtime=102.15 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 2666 0 0 0 10215 0 0 0 25 0 4 0 733265683 184557568 8779 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670020 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=180232 CPUtime=102.27 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 2857 0 0 0 10226 1 0 0 25 0 4 0 733265683 184557568 8779 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=180232 CPUtime=101.26 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 1250 0 0 0 10126 0 0 0 25 0 4 0 733265683 184557568 8779 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 180232

[startup+162.301 s]
/proc/loadavg: 7.79 6.02 6.22 9/358 19238
/proc/meminfo: memFree=17661544/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=182012 CPUtime=647.32 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 10236 0 0 0 64726 6 0 0 25 0 4 0 733265680 186380288 9957 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670496 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 45503 9957 460 189 0 39852 0
[pid=19230/tid=19232] ppid=19228 vsize=182012 CPUtime=162.14 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 3227 0 0 0 16213 1 0 0 25 0 4 0 733265683 186380288 9957 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=182012 CPUtime=162.26 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 3199 0 0 0 16224 2 0 0 25 0 4 0 733265683 186380288 9957 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=182012 CPUtime=160.61 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 1390 0 0 0 16060 1 0 0 25 0 4 0 733265683 186380288 9957 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.32
Current children cumulated vsize (KiB) 182012

[startup+222.301 s]
/proc/loadavg: 7.98 6.40 6.33 9/358 19240
/proc/meminfo: memFree=17654064/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=249744 CPUtime=886.67 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 11547 0 0 0 88659 8 0 0 25 0 4 0 733265680 255737856 11268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 62436 11268 460 189 0 56785 0
[pid=19230/tid=19232] ppid=19228 vsize=249744 CPUtime=222.14 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 3721 0 0 0 22213 1 0 0 25 0 4 0 733265683 255737856 11268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=249744 CPUtime=222.27 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 3467 0 0 0 22224 3 0 0 25 0 4 0 733265683 255737856 11268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668681 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=249744 CPUtime=219.94 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 1554 0 0 0 21993 1 0 0 25 0 4 0 733265683 255737856 11268 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320942 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.67
Current children cumulated vsize (KiB) 249744

[startup+282.3 s]

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

[pid=19230] ppid=19228 vsize=253356 CPUtime=2801.47 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 16709 0 0 0 280134 13 0 0 25 0 4 0 733265680 259436544 16318 33554432000 4194304 4964800 140737098972848 18446744073709551615 4669574 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63339 16318 460 189 0 57688 0
[pid=19230/tid=19232] ppid=19228 vsize=253356 CPUtime=702.14 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 6090 0 0 0 70211 3 0 0 25 0 4 0 733265683 259436544 16318 33554432000 4194304 4964800 140737098972848 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=253356 CPUtime=702.27 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 4951 0 0 0 70223 4 0 0 25 0 4 0 733265683 259436544 16318 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=253356 CPUtime=694.73 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2226 0 0 0 69471 2 0 0 25 0 4 0 733265683 259436544 16318 33554432000 4194304 4964800 140737098972848 18446744073709551615 4660114 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.47
Current children cumulated vsize (KiB) 253356

[startup+762.313 s]
/proc/loadavg: 8.27 7.90 7.14 9/358 19257
/proc/meminfo: memFree=17614756/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=253564 CPUtime=3040.86 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 16949 0 0 0 304072 14 0 0 25 0 4 0 733265680 259649536 16558 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320928 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63391 16558 460 189 0 57740 0
[pid=19230/tid=19232] ppid=19228 vsize=253564 CPUtime=762.15 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 6289 0 0 0 76212 3 0 0 25 0 4 0 733265683 259649536 16558 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=253564 CPUtime=762.28 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 4987 0 0 0 76224 4 0 0 25 0 4 0 733265683 259649536 16558 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=253564 CPUtime=754.08 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2226 0 0 0 75406 2 0 0 25 0 4 0 733265683 259649536 16558 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.86
Current children cumulated vsize (KiB) 253564

[startup+822.3 s]
/proc/loadavg: 8.22 7.95 7.20 9/358 19259
/proc/meminfo: memFree=17611744/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=253944 CPUtime=3280.17 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 17417 0 0 0 328003 14 0 0 25 0 4 0 733265680 260038656 17026 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63486 17026 460 189 0 57835 0
[pid=19230/tid=19232] ppid=19228 vsize=253944 CPUtime=822.14 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 6498 0 0 0 82211 3 0 0 25 0 4 0 733265683 260038656 17026 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=253944 CPUtime=822.27 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5148 0 0 0 82223 4 0 0 25 0 4 0 733265683 260038656 17026 33554432000 4194304 4964800 140737098972848 18446744073709551615 4346000 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=253944 CPUtime=813.42 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2283 0 0 0 81340 2 0 0 25 0 4 0 733265683 260038656 17026 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321057 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.17
Current children cumulated vsize (KiB) 253944

[startup+882.301 s]
/proc/loadavg: 8.27 8.02 7.27 9/358 19260
/proc/meminfo: memFree=17608612/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=254332 CPUtime=3519.52 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 17793 0 0 0 351937 15 0 0 25 0 4 0 733265680 260435968 17402 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63583 17402 460 189 0 57932 0
[pid=19230/tid=19232] ppid=19228 vsize=254332 CPUtime=882.13 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 6715 0 0 0 88210 3 0 0 25 0 4 0 733265683 260435968 17402 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=254332 CPUtime=882.28 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5249 0 0 0 88223 5 0 0 25 0 4 0 733265683 260435968 17402 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=254332 CPUtime=872.76 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2306 0 0 0 87274 2 0 0 25 0 4 0 733265683 260435968 17402 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.52
Current children cumulated vsize (KiB) 254332

[startup+942.301 s]
/proc/loadavg: 8.25 8.06 7.33 9/358 19262
/proc/meminfo: memFree=17607208/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=254332 CPUtime=3758.87 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 18032 0 0 0 375872 15 0 0 25 0 4 0 733265680 260435968 17641 33554432000 4194304 4964800 140737098972848 18446744073709551615 4332387 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63583 17641 460 189 0 57932 0
[pid=19230/tid=19232] ppid=19228 vsize=254332 CPUtime=942.13 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 6838 0 0 0 94210 3 0 0 25 0 4 0 733265683 260435968 17641 33554432000 4194304 4964800 140737098972848 18446744073709551615 4669276 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=254332 CPUtime=942.28 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5275 0 0 0 94223 5 0 0 25 0 4 0 733265683 260435968 17641 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=254332 CPUtime=932.11 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2339 0 0 0 93209 2 0 0 25 0 4 0 733265683 260435968 17641 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.87
Current children cumulated vsize (KiB) 254332

[startup+1002.3 s]
/proc/loadavg: 8.14 8.06 7.37 9/358 19263
/proc/meminfo: memFree=17604700/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=254712 CPUtime=3998.22 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 18248 0 0 0 399806 16 0 0 25 0 4 0 733265680 260825088 17857 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668712 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63678 17857 460 189 0 58027 0
[pid=19230/tid=19232] ppid=19228 vsize=254712 CPUtime=1002.13 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 6972 0 0 0 100210 3 0 0 25 0 4 0 733265683 260825088 17857 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=254712 CPUtime=1002.28 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5277 0 0 0 100223 5 0 0 25 0 4 0 733265683 260825088 17857 33554432000 4194304 4964800 140737098972848 18446744073709551615 4669538 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=254712 CPUtime=991.45 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2390 0 0 0 99143 2 0 0 25 0 4 0 733265683 260825088 17857 33554432000 4194304 4964800 140737098972848 18446744073709551615 4320993 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.22
Current children cumulated vsize (KiB) 254712

[startup+1062.3 s]
/proc/loadavg: 8.12 8.07 7.42 9/358 19265
/proc/meminfo: memFree=17602428/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=255084 CPUtime=4237.58 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 18623 0 0 0 423742 16 0 0 25 0 4 0 733265680 261206016 18232 33554432000 4194304 4964800 140737098972848 18446744073709551615 4627878 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63771 18232 460 189 0 58120 0
[pid=19230/tid=19232] ppid=19228 vsize=255084 CPUtime=1062.13 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 7215 0 0 0 106210 3 0 0 25 0 4 0 733265683 261206016 18232 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=255084 CPUtime=1062.29 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5363 0 0 0 106224 5 0 0 25 0 4 0 733265683 261206016 18232 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=255084 CPUtime=1050.81 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2402 0 0 0 105079 2 0 0 25 0 4 0 733265683 261206016 18232 33554432000 4194304 4964800 140737098972848 18446744073709551615 4644876 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.58
Current children cumulated vsize (KiB) 255084

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 7.46 9/358 19267
/proc/meminfo: memFree=17601032/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=255552 CPUtime=4476.92 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 18833 0 0 0 447676 16 0 0 25 0 4 0 733265680 261685248 18442 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668725 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63888 18442 460 189 0 58237 0
[pid=19230/tid=19232] ppid=19228 vsize=255552 CPUtime=1122.14 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 7369 0 0 0 112210 4 0 0 25 0 4 0 733265683 261685248 18442 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=255552 CPUtime=1122.29 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5380 0 0 0 112224 5 0 0 25 0 4 0 733265683 261685248 18442 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=255552 CPUtime=1110.16 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2441 0 0 0 111013 3 0 0 25 0 4 0 733265683 261685248 18442 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.92
Current children cumulated vsize (KiB) 255552

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 7.50 9/358 19268
/proc/meminfo: memFree=17599752/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=255924 CPUtime=4716.28 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 18987 0 0 0 471612 16 0 0 25 0 4 0 733265680 262066176 18596 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63981 18596 460 189 0 58330 0
[pid=19230/tid=19232] ppid=19228 vsize=255924 CPUtime=1182.14 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 7452 0 0 0 118210 4 0 0 25 0 4 0 733265683 262066176 18596 33554432000 4194304 4964800 140737098972848 18446744073709551615 4312163 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=255924 CPUtime=1182.29 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5392 0 0 0 118224 5 0 0 25 0 4 0 733265683 262066176 18596 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=255924 CPUtime=1169.51 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2497 0 0 0 116948 3 0 0 25 0 4 0 733265683 262066176 18596 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.28
Current children cumulated vsize (KiB) 255924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.12 8.09 7.51 7/356 19270
/proc/meminfo: memFree=17598128/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=255924 CPUtime=4800.13 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 19119 0 0 0 479996 17 0 0 25 0 4 0 733265680 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670310 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63981 18728 460 189 0 58330 0
[pid=19230/tid=19232] ppid=19228 vsize=255924 CPUtime=1203.17 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 7525 0 0 0 120313 4 0 0 25 0 4 0 733265683 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=255924 CPUtime=1203.31 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5451 0 0 0 120326 5 0 0 25 0 4 0 733265683 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=255924 CPUtime=1190.28 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2497 0 0 0 119025 3 0 0 25 0 4 0 733265683 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 255924

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

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

[startup+1203.3 s]
/proc/loadavg: 8.12 8.09 7.51 7/356 19270
/proc/meminfo: memFree=17598128/32950928 swapFree=67111200/67111528
[pid=19230] ppid=19228 vsize=255924 CPUtime=4800.13 cores=1,3,5,7
/proc/19230/stat : 19230 (claspmt) R 19228 19230 10053 0 -1 4202496 19119 0 0 0 479996 17 0 0 25 0 4 0 733265680 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4670310 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19230/statm: 63981 18728 460 189 0 58330 0
[pid=19230/tid=19232] ppid=19228 vsize=255924 CPUtime=1203.17 cores=1,3,5,7
/proc/19230/task/19232/stat : 19232 (claspmt) R 19228 19230 10053 0 -1 4202560 7525 0 0 0 120313 4 0 0 25 0 4 0 733265683 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19230/tid=19233] ppid=19228 vsize=255924 CPUtime=1203.31 cores=1,3,5,7
/proc/19230/task/19233/stat : 19233 (claspmt) R 19228 19230 10053 0 -1 4202560 5451 0 0 0 120326 5 0 0 25 0 4 0 733265683 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=255924 CPUtime=1190.28 cores=1,3,5,7
/proc/19230/task/19234/stat : 19234 (claspmt) R 19228 19230 10053 0 -1 4202560 2497 0 0 0 119025 3 0 0 25 0 4 0 733265683 262066176 18728 33554432000 4194304 4964800 140737098972848 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 255924

Child status: 0
Real time (s): 1203.34
CPU time (s): 4800.17
CPU user time (s): 4800
CPU system time (s): 0.175973
CPU usage (%): 398.903
Max. virtual memory (cumulated for all children) (KiB): 255924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4800
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19131
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= 9663
involuntary context switches= 33719

runsolver used 3.9274 second user time and 9.2296 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 05:32:30
IDJOB=3373236
IDBENCH=84634
IDSOLVER=1853
FILE ID=node115/3373236-1305430350
RUNJOBID= node115-1305430349-19108
PBS_JOBID= 13324588
Free space on /tmp= 73296 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT04/handmade/connamacher/connm-d0.04/connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.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-3373236-1305430350/watcher-3373236-1305430350 -o /tmp/evaluation-result-3373236-1305430350/solver-3373236-1305430350 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373236-1305430350.cnf

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=1791192321

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.75
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.811
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.811
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.77
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.811
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.74
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.811
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.75
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.811
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:      17743520 kB
Buffers:        297800 kB
Cached:        4563116 kB
SwapCached:          0 kB
Active:       11983888 kB
Inactive:      2907664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17743520 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            1872 kB
Writeback:           0 kB
AnonPages:    10029872 kB
Mapped:          28668 kB
Slab:           210264 kB
PageTables:      40756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69689800 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= 73296 MiB
End job on node115 at 2011-05-15 05:52:35