Trace number 3299473

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) 4800.14 1201.63

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark950.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
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 ...103661/instance-3299473-1304103661.cnf
0.00/0.03	c Solving...
4800.09/1201.61	
4800.09/1201.61	*** INTERRUPTED! ***
4800.09/1201.61	*** Shutting down threads...
4800.09/1201.62	s UNKNOWN
4800.09/1201.62	
4800.09/1201.62	c INTERRUPTED   : 1
4800.09/1201.62	c Models        : 0+    
4800.09/1201.62	c Time          : 1201.608s (Solving: 1201.57s 1st Model: 0.00s Unsat: 0.00s)
4800.09/1201.62	c CPU Time      : 4800.110s

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: 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-3299473-1304103661/watcher-3299473-1304103661 -o /tmp/evaluation-result-3299473-1304103661/solver-3299473-1304103661 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299473-1304103661.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: 8.17 8.07 7.98 5/181 18451
/proc/meminfo: memFree=24581204/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=21580 CPUtime=0 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 704 0 0 0 0 0 0 0 25 0 1 0 521965760 22097920 626 33554432000 4194304 4964704 140736301865712 18446744073709551615 208079893189 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/18451/statm: 5395 627 385 189 0 269 0

[startup+0.146934 s]
/proc/loadavg: 8.17 8.07 7.98 5/181 18451
/proc/meminfo: memFree=24581204/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=170368 CPUtime=0.45 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 1768 0 0 0 45 0 0 0 25 0 4 0 521965760 174456832 1637 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 42592 1637 458 189 0 36941 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 170368

[startup+0.200155 s]
/proc/loadavg: 8.17 8.07 7.98 5/181 18451
/proc/meminfo: memFree=24581204/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=170632 CPUtime=0.66 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 1985 0 0 0 66 0 0 0 25 0 4 0 521965760 174727168 1854 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668618 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 42658 1854 458 189 0 37007 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 170632

[startup+0.300137 s]
/proc/loadavg: 8.17 8.07 7.98 5/181 18451
/proc/meminfo: memFree=24581204/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=171160 CPUtime=1.05 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 2363 0 0 0 105 0 0 0 25 0 4 0 521965760 175267840 2232 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 42790 2232 458 189 0 37139 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 171160

[startup+0.70106 s]
/proc/loadavg: 8.17 8.07 7.98 5/181 18451
/proc/meminfo: memFree=24581204/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=171424 CPUtime=2.65 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 2682 0 0 0 265 0 0 0 25 0 4 0 521965760 175538176 2551 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670193 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 42856 2551 458 189 0 37205 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 171424

[startup+1.50091 s]
/proc/loadavg: 8.17 8.07 7.98 9/184 18463
/proc/meminfo: memFree=24569648/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=172348 CPUtime=5.85 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 3497 0 0 0 584 1 0 0 25 0 4 0 521965760 176484352 3366 33554432000 4194304 4964704 140736301865712 18446744073709551615 4661050 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 43087 3366 458 189 0 37436 0
[pid=18451/tid=18453] ppid=18449 vsize=172348 CPUtime=1.44 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 619 0 0 0 144 0 0 0 25 0 4 0 521965763 176484352 3366 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=172348 CPUtime=1.45 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 731 0 0 0 145 0 0 0 25 0 4 0 521965763 176484352 3366 33554432000 4194304 4964704 140736301865712 18446744073709551615 208079893189 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=172348 CPUtime=1.44 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 521 0 0 0 144 0 0 0 25 0 4 0 521965763 176484352 3366 33554432000 4194304 4964704 140736301865712 18446744073709551615 4320924 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 172348

[startup+3.1006 s]
/proc/loadavg: 8.16 8.06 7.98 6/182 18464
/proc/meminfo: memFree=24599284/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=173356 CPUtime=12.23 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 4159 0 0 0 1222 1 0 0 25 0 4 0 521965760 177516544 4028 33554432000 4194304 4964704 140736301865712 18446744073709551615 4325338 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 43339 4028 458 189 0 37688 0
[pid=18451/tid=18453] ppid=18449 vsize=173356 CPUtime=3.04 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 829 0 0 0 304 0 0 0 25 0 4 0 521965763 177516544 4028 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=173356 CPUtime=3.05 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 887 0 0 0 305 0 0 0 25 0 4 0 521965763 177516544 4028 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=173356 CPUtime=3.04 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 706 0 0 0 304 0 0 0 25 0 4 0 521965763 177516544 4028 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 173356

[startup+6.301 s]
/proc/loadavg: 8.16 8.06 7.98 9/184 18496
/proc/meminfo: memFree=26271664/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=176520 CPUtime=25.02 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 6145 0 0 0 2499 3 0 0 25 0 4 0 521965760 180756480 5960 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 44130 5960 460 189 0 38479 0
[pid=18451/tid=18453] ppid=18449 vsize=176520 CPUtime=6.22 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 1162 0 0 0 622 0 0 0 25 0 4 0 521965763 180756480 5960 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=176520 CPUtime=6.25 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 1804 0 0 0 625 0 0 0 25 0 4 0 521965763 180756480 5960 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=176520 CPUtime=6.23 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 1126 0 0 0 623 0 0 0 25 0 4 0 521965763 180756480 5960 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 176520

[startup+12.7008 s]
/proc/loadavg: 8.13 8.06 7.98 9/184 18496
/proc/meminfo: memFree=26259948/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=178408 CPUtime=50.58 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 7964 0 0 0 5055 3 0 0 25 0 4 0 521965760 182689792 7698 33554432000 4194304 4964704 140736301865712 18446744073709551615 4321023 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 44602 7698 460 189 0 38951 0
[pid=18451/tid=18453] ppid=18449 vsize=178408 CPUtime=12.59 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 1615 0 0 0 1258 1 0 0 25 0 4 0 521965763 182689792 7698 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670347 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=178408 CPUtime=12.65 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 2461 0 0 0 1264 1 0 0 25 0 4 0 521965763 182689792 7698 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=178408 CPUtime=12.63 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 1366 0 0 0 1263 0 0 0 25 0 4 0 521965763 182689792 7698 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 178408

[startup+25.5003 s]
/proc/loadavg: 8.11 8.06 7.98 9/184 18496
/proc/meminfo: memFree=26250832/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=181660 CPUtime=101.72 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 9863 0 0 0 10167 5 0 0 25 0 4 0 521965760 186019840 9597 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668618 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 45415 9597 460 189 0 39764 0
[pid=18451/tid=18453] ppid=18449 vsize=181660 CPUtime=25.32 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 2217 0 0 0 2531 1 0 0 25 0 4 0 521965763 186019840 9597 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=181660 CPUtime=25.45 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 3080 0 0 0 2544 1 0 0 25 0 4 0 521965763 186019840 9597 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668652 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=181660 CPUtime=25.44 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 1715 0 0 0 2543 1 0 0 25 0 4 0 521965763 186019840 9597 33554432000 4194304 4964704 140736301865712 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 181660

[startup+51.1005 s]
/proc/loadavg: 8.07 8.05 7.98 9/184 18497
/proc/meminfo: memFree=26240228/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=185428 CPUtime=203.99 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 12190 0 0 0 20392 7 0 0 25 0 4 0 521965760 189878272 11923 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 46357 11923 460 189 0 40706 0
[pid=18451/tid=18453] ppid=18449 vsize=185428 CPUtime=50.79 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 2694 0 0 0 5078 1 0 0 25 0 4 0 521965763 189878272 11923 33554432000 4194304 4964704 140736301865712 18446744073709551615 4669258 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=185428 CPUtime=51.05 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 3833 0 0 0 5103 2 0 0 25 0 4 0 521965763 189878272 11923 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=185428 CPUtime=51.04 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 2472 0 0 0 5102 2 0 0 25 0 4 0 521965763 189878272 11923 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 185428

[startup+102.301 s]
/proc/loadavg: 8.14 8.07 7.99 9/184 18498
/proc/meminfo: memFree=26232740/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=187060 CPUtime=408.54 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 13676 0 0 0 40845 9 0 0 25 0 4 0 521965760 191549440 13408 33554432000 4194304 4964704 140736301865712 18446744073709551615 4321016 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 46765 13408 460 189 0 41114 0
[pid=18451/tid=18453] ppid=18449 vsize=187060 CPUtime=101.73 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 3132 0 0 0 10171 2 0 0 25 0 4 0 521965763 191549440 13408 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=187060 CPUtime=102.25 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 4366 0 0 0 10223 2 0 0 25 0 4 0 521965763 191549440 13408 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=187060 CPUtime=102.24 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 2790 0 0 0 10222 2 0 0 25 0 4 0 521965763 191549440 13408 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 187060

[startup+162.3 s]
/proc/loadavg: 8.05 8.06 7.99 9/184 18500
/proc/meminfo: memFree=26224644/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=189400 CPUtime=648.21 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 15499 0 0 0 64810 11 0 0 25 0 4 0 521965760 193945600 15231 33554432000 4194304 4964704 140736301865712 18446744073709551615 4658210 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 47350 15231 460 189 0 41699 0
[pid=18451/tid=18453] ppid=18449 vsize=189400 CPUtime=161.41 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 3922 0 0 0 16139 2 0 0 25 0 4 0 521965763 193945600 15231 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=189400 CPUtime=162.25 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 4809 0 0 0 16222 3 0 0 25 0 4 0 521965763 193945600 15231 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=189400 CPUtime=162.24 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 3011 0 0 0 16221 3 0 0 25 0 4 0 521965763 193945600 15231 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 648.21
Current children cumulated vsize (KiB) 189400

[startup+222.307 s]
/proc/loadavg: 8.25 8.12 8.01 9/184 18504
/proc/meminfo: memFree=26216828/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=192172 CPUtime=887.92 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 17134 0 0 0 88780 12 0 0 25 0 4 0 521965760 196784128 16863 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 48043 16863 460 189 0 42392 0
[pid=18451/tid=18453] ppid=18449 vsize=192172 CPUtime=221.11 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 4397 0 0 0 22108 3 0 0 25 0 4 0 521965763 196784128 16863 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=192172 CPUtime=222.25 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 5337 0 0 0 22222 3 0 0 25 0 4 0 521965763 196784128 16863 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=192172 CPUtime=222.24 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 3219 0 0 0 22221 3 0 0 25 0 4 0 521965763 196784128 16863 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 887.92
Current children cumulated vsize (KiB) 192172

[startup+282.3 s]

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

[pid=18451] ppid=18449 vsize=268028 CPUtime=2805.47 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 26073 0 0 0 280518 29 0 0 25 0 4 0 521965760 274460672 25790 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67007 25790 460 189 0 61356 0
[pid=18451/tid=18453] ppid=18449 vsize=268028 CPUtime=698.69 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 7817 0 0 0 69862 7 0 0 25 0 4 0 521965763 274460672 25790 33554432000 4194304 4964704 140736301865712 18446744073709551615 4660304 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=268028 CPUtime=702.24 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 7751 0 0 0 70217 7 0 0 25 0 4 0 521965763 274460672 25790 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=268028 CPUtime=702.24 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 4266 0 0 0 70217 7 0 0 25 0 4 0 521965763 274460672 25790 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.47
Current children cumulated vsize (KiB) 268028

[startup+762.301 s]
/proc/loadavg: 8.07 8.10 8.02 9/184 18519
/proc/meminfo: memFree=26175492/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=268680 CPUtime=3045.19 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 27033 0 0 0 304488 31 0 0 25 0 4 0 521965760 275128320 26750 33554432000 4194304 4964704 140736301865712 18446744073709551615 4660083 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67170 26750 460 189 0 61519 0
[pid=18451/tid=18453] ppid=18449 vsize=268680 CPUtime=758.38 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 8468 0 0 0 75831 7 0 0 25 0 4 0 521965763 275128320 26750 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=268680 CPUtime=762.24 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 7782 0 0 0 76217 7 0 0 25 0 4 0 521965763 275128320 26750 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=268680 CPUtime=762.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 4436 0 0 0 76217 8 0 0 25 0 4 0 521965763 275128320 26750 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.19
Current children cumulated vsize (KiB) 268680

[startup+822.301 s]
/proc/loadavg: 8.07 8.09 8.02 9/184 18520
/proc/meminfo: memFree=26170964/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=268936 CPUtime=3284.86 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 28227 0 0 0 328454 32 0 0 25 0 4 0 521965760 275390464 27944 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67234 27944 460 189 0 61583 0
[pid=18451/tid=18453] ppid=18449 vsize=268936 CPUtime=818.07 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 8749 0 0 0 81799 8 0 0 25 0 4 0 521965763 275390464 27944 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=268936 CPUtime=822.23 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 7976 0 0 0 82216 7 0 0 25 0 4 0 521965763 275390464 27944 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=268936 CPUtime=822.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5036 0 0 0 82216 9 0 0 25 0 4 0 521965763 275390464 27944 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.86
Current children cumulated vsize (KiB) 268936

[startup+882.306 s]
/proc/loadavg: 8.02 8.07 8.02 9/184 18522
/proc/meminfo: memFree=26169044/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=269524 CPUtime=3524.56 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 28624 0 0 0 352423 33 0 0 25 0 4 0 521965760 275992576 28316 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67381 28316 460 189 0 61730 0
[pid=18451/tid=18453] ppid=18449 vsize=269524 CPUtime=877.75 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 8948 0 0 0 87766 9 0 0 25 0 4 0 521965763 275992576 28316 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=269524 CPUtime=882.23 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8130 0 0 0 88216 7 0 0 25 0 4 0 521965763 275992576 28316 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=269524 CPUtime=882.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5049 0 0 0 88216 9 0 0 25 0 4 0 521965763 275992576 28316 33554432000 4194304 4964704 140736301865712 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.56
Current children cumulated vsize (KiB) 269524

[startup+942.301 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 18523
/proc/meminfo: memFree=26167252/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=269876 CPUtime=3764.23 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 29109 0 0 0 376389 34 0 0 25 0 4 0 521965760 276353024 28801 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67469 28801 460 189 0 61818 0
[pid=18451/tid=18453] ppid=18449 vsize=269876 CPUtime=937.43 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 9172 0 0 0 93734 9 0 0 20 0 4 0 521965763 276353024 28801 33554432000 4194304 4964704 140736301865712 18446744073709551615 4321065 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=269876 CPUtime=942.23 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8207 0 0 0 94216 7 0 0 25 0 4 0 521965763 276353024 28801 33554432000 4194304 4964704 140736301865712 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=269876 CPUtime=942.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5063 0 0 0 94216 9 0 0 25 0 4 0 521965763 276353024 28801 33554432000 4194304 4964704 140736301865712 18446744073709551615 4644864 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.23
Current children cumulated vsize (KiB) 269876

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 18525
/proc/meminfo: memFree=26166088/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=269876 CPUtime=4003.91 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 29349 0 0 0 400355 36 0 0 25 0 4 0 521965760 276353024 29041 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67469 29041 460 189 0 61818 0
[pid=18451/tid=18453] ppid=18449 vsize=269876 CPUtime=997.12 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 9374 0 0 0 99702 10 0 0 25 0 4 0 521965763 276353024 29041 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=269876 CPUtime=1002.23 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8224 0 0 0 100216 7 0 0 25 0 4 0 521965763 276353024 29041 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=269876 CPUtime=1002.24 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5082 0 0 0 100215 9 0 0 25 0 4 0 521965763 276353024 29041 33554432000 4194304 4964704 140736301865712 18446744073709551615 4660068 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.91
Current children cumulated vsize (KiB) 269876

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 18527
/proc/meminfo: memFree=26164792/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=270088 CPUtime=4243.62 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 29740 0 0 0 424325 37 0 0 25 0 4 0 521965760 276570112 29432 33554432000 4194304 4964704 140736301865712 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67522 29432 460 189 0 61871 0
[pid=18451/tid=18453] ppid=18449 vsize=270088 CPUtime=1056.81 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 9624 0 0 0 105671 10 0 0 25 0 4 0 521965763 276570112 29432 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670145 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=270088 CPUtime=1062.24 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8270 0 0 0 106216 8 0 0 25 0 4 0 521965763 276570112 29432 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=270088 CPUtime=1062.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5103 0 0 0 106215 10 0 0 25 0 4 0 521965763 276570112 29432 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.62
Current children cumulated vsize (KiB) 270088

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/184 18528
/proc/meminfo: memFree=26162136/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=270088 CPUtime=4483.29 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 30399 0 0 0 448291 38 0 0 25 0 4 0 521965760 276570112 30091 33554432000 4194304 4964704 140736301865712 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67522 30091 460 189 0 61871 0
[pid=18451/tid=18453] ppid=18449 vsize=270088 CPUtime=1116.49 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 10193 0 0 0 111638 11 0 0 25 0 4 0 521965763 276570112 30091 33554432000 4194304 4964704 140736301865712 18446744073709551615 4647546 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=270088 CPUtime=1122.24 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8274 0 0 0 112216 8 0 0 25 0 4 0 521965763 276570112 30091 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=270088 CPUtime=1122.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5158 0 0 0 112215 10 0 0 25 0 4 0 521965763 276570112 30091 33554432000 4194304 4964704 140736301865712 18446744073709551615 4668668 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.29
Current children cumulated vsize (KiB) 270088

[startup+1182.3 s]
/proc/loadavg: 8.18 8.10 8.02 9/184 18530
/proc/meminfo: memFree=26159728/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=271748 CPUtime=4722.99 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 30977 0 0 0 472259 40 0 0 25 0 4 0 521965760 278269952 30611 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670419 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67937 30611 460 189 0 62286 0
[pid=18451/tid=18453] ppid=18449 vsize=271748 CPUtime=1176.18 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 10443 0 0 0 117606 12 0 0 25 0 4 0 521965763 278269952 30611 33554432000 4194304 4964704 140736301865712 18446744073709551615 4627937 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=271748 CPUtime=1182.23 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8579 0 0 0 118215 8 0 0 25 0 4 0 521965763 278269952 30611 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=271748 CPUtime=1182.25 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5175 0 0 0 118215 10 0 0 25 0 4 0 521965763 278269952 30611 33554432000 4194304 4964704 140736301865712 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.99
Current children cumulated vsize (KiB) 271748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.13 8.09 8.02 9/184 18530
/proc/meminfo: memFree=26159588/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=271748 CPUtime=4800.09 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 30978 0 0 0 479969 40 0 0 25 0 4 0 521965760 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670250 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67937 30612 460 189 0 62286 0
[pid=18451/tid=18453] ppid=18449 vsize=271748 CPUtime=1195.37 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 10443 0 0 0 119525 12 0 0 25 0 4 0 521965763 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=271748 CPUtime=1201.53 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8579 0 0 0 120145 8 0 0 25 0 4 0 521965763 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=271748 CPUtime=1201.56 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5176 0 0 0 120146 10 0 0 23 0 4 0 521965763 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 271748

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

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

[startup+1201.6 s]
/proc/loadavg: 8.13 8.09 8.02 9/184 18530
/proc/meminfo: memFree=26159588/32950928 swapFree=67111364/67111528
[pid=18451] ppid=18449 vsize=271748 CPUtime=4800.09 cores=1,3,5,7
/proc/18451/stat : 18451 (claspmt) R 18449 18451 18346 0 -1 4202496 30978 0 0 0 479969 40 0 0 25 0 4 0 521965760 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670250 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/18451/statm: 67937 30612 460 189 0 62286 0
[pid=18451/tid=18453] ppid=18449 vsize=271748 CPUtime=1195.37 cores=1,3,5,7
/proc/18451/task/18453/stat : 18453 (claspmt) R 18449 18451 18346 0 -1 4202560 10443 0 0 0 119525 12 0 0 25 0 4 0 521965763 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=18451/tid=18454] ppid=18449 vsize=271748 CPUtime=1201.53 cores=1,3,5,7
/proc/18451/task/18454/stat : 18454 (claspmt) R 18449 18451 18346 0 -1 4202560 8579 0 0 0 120145 8 0 0 25 0 4 0 521965763 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=18451/tid=18455] ppid=18449 vsize=271748 CPUtime=1201.56 cores=1,3,5,7
/proc/18451/task/18455/stat : 18455 (claspmt) R 18449 18451 18346 0 -1 4202560 5176 0 0 0 120146 10 0 0 23 0 4 0 521965763 278269952 30612 33554432000 4194304 4964704 140736301865712 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 271748

Child status: 0
Real time (s): 1201.63
CPU time (s): 4800.14
CPU user time (s): 4799.73
CPU system time (s): 0.410937
CPU usage (%): 399.47
Max. virtual memory (cumulated for all children) (KiB): 271748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.73
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30991
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= 17571
involuntary context switches= 34532

runsolver used 2.01669 second user time and 4.17636 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 21:01:01
IDJOB=3299473
IDBENCH=84643
IDSOLVER=1683
FILE ID=node127/3299473-1304103661
RUNJOBID= node127-1304102457-18365
PBS_JOBID= 13170632
Free space on /tmp= 71804 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.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-3299473-1304103661/watcher-3299473-1304103661 -o /tmp/evaluation-result-3299473-1304103661/solver-3299473-1304103661 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299473-1304103661.cnf

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

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=1690780759

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:      24581484 kB
Buffers:       1403400 kB
Cached:        4726136 kB
SwapCached:          0 kB
Active:        3511752 kB
Inactive:      4379908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24581484 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:     1762076 kB
Mapped:          15652 kB
Slab:           410564 kB
PageTables:       7708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1923300 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= 71816 MiB
End job on node127 at 2011-04-29 21:21:05