Trace number 3381270

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)UNSAT 1169.02 146.637

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark452.04
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...511181/instance-3381270-1305511181.cnf
0.04/0.06	c Solving...
1168.92/146.63	s UNSATISFIABLE
1168.92/146.63	
1168.92/146.63	c Models        : 0     
1168.92/146.63	c Time          : 146.613s (Solving: 146.55s 1st Model: 0.00s Unsat: 146.55s)
1168.92/146.63	c CPU Time      : 1168.990s

Verifier Data

No possible verification on an UNSAT instance

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-3381270-1305511181/watcher-3381270-1305511181 -o /tmp/evaluation-result-3381270-1305511181/solver-3381270-1305511181 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381270-1305511181.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.14 7.45 6.81 2/354 29612
/proc/meminfo: memFree=14704300/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=22484 CPUtime=0.01 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 918 0 0 0 1 0 0 0 25 0 1 0 662716034 23023616 827 33554432000 4194304 4964800 140736190898176 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29612/statm: 5621 827 389 189 0 495 0

[startup+0.050093 s]
/proc/loadavg: 8.14 7.45 6.81 2/354 29612
/proc/meminfo: memFree=14704300/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=23764 CPUtime=0.04 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 1275 0 0 0 4 0 0 0 25 0 1 0 662716034 24334336 1159 33554432000 4194304 4964800 140736190898176 18446744073709551615 4619599 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/29612/statm: 5941 1159 404 189 0 815 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23764

[startup+0.103693 s]
/proc/loadavg: 8.14 7.45 6.81 2/354 29612
/proc/meminfo: memFree=14704300/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=385152 CPUtime=0.49 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 4222 0 0 0 48 1 0 0 25 0 8 0 662716034 394395648 3919 33554432000 4194304 4964800 140736190898176 18446744073709551615 4342162 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 96393 4734 464 189 0 90742 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 385152

[startup+0.40099 s]
/proc/loadavg: 8.14 7.45 6.81 2/354 29612
/proc/meminfo: memFree=14704300/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=385836 CPUtime=2.58 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 5581 0 0 0 256 2 0 0 25 0 8 0 662716034 395096064 5276 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 96459 5276 464 189 0 90808 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 385836

[startup+0.700938 s]
/proc/loadavg: 8.14 7.45 6.81 2/354 29612
/proc/meminfo: memFree=14704300/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=385968 CPUtime=4.97 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 6032 0 0 0 495 2 0 0 25 0 8 0 662716034 395231232 5727 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670030 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 96492 5727 464 189 0 90841 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 385968

[startup+1.50079 s]
/proc/loadavg: 8.13 7.46 6.82 9/362 29620
/proc/meminfo: memFree=14681916/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=387488 CPUtime=11.36 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 7280 0 0 0 1133 3 0 0 25 0 8 0 662716034 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 96872 6975 464 189 0 91221 0
[pid=29612/tid=29614] ppid=29610 vsize=387488 CPUtime=1.4 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 703 0 0 0 140 0 0 0 19 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=387488 CPUtime=1.41 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 991 0 0 0 141 0 0 0 20 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=387488 CPUtime=1.41 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 689 0 0 0 141 0 0 0 20 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=387488 CPUtime=1.41 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 838 0 0 0 141 0 0 0 19 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=387488 CPUtime=1.4 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 618 0 0 0 140 0 0 0 19 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=387488 CPUtime=1.4 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 697 0 0 0 140 0 0 0 19 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4361295 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=387488 CPUtime=1.4 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 841 0 0 0 140 0 0 0 20 0 8 0 662716041 396787712 6975 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669386 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 387488

[startup+3.10051 s]
/proc/loadavg: 8.13 7.46 6.82 9/362 29620
/proc/meminfo: memFree=14676832/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=387964 CPUtime=24.14 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 8616 0 0 0 2410 4 0 0 25 0 8 0 662716034 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670256 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 96991 8311 466 189 0 91340 0
[pid=29612/tid=29614] ppid=29610 vsize=387964 CPUtime=2.98 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 926 0 0 0 298 0 0 0 24 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=387964 CPUtime=3.01 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 1206 0 0 0 300 1 0 0 25 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=387964 CPUtime=3.01 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 789 0 0 0 301 0 0 0 25 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=387964 CPUtime=3.01 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 1036 0 0 0 301 0 0 0 25 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=387964 CPUtime=3 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 725 0 0 0 300 0 0 0 25 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4684729 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=387964 CPUtime=3 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 808 0 0 0 300 0 0 0 25 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=387964 CPUtime=3 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 1091 0 0 0 300 0 0 0 25 0 8 0 662716041 397275136 8311 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627170 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 387964

[startup+6.30093 s]
/proc/loadavg: 8.12 7.47 6.82 9/362 29620
/proc/meminfo: memFree=14668904/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=389752 CPUtime=49.71 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 11235 0 0 0 4965 6 0 0 25 0 8 0 662716034 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 97438 10930 466 189 0 91787 0
[pid=29612/tid=29614] ppid=29610 vsize=389752 CPUtime=6.14 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 1227 0 0 0 614 0 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320849 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=389752 CPUtime=6.21 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 1836 0 0 0 620 1 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=389752 CPUtime=6.21 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 964 0 0 0 621 0 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669396 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=389752 CPUtime=6.21 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 1370 0 0 0 621 0 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320916 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=389752 CPUtime=6.2 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 995 0 0 0 620 0 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=389752 CPUtime=6.2 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1026 0 0 0 620 0 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=389752 CPUtime=6.2 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 1549 0 0 0 620 0 0 0 25 0 8 0 662716041 399106048 10930 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 389752

[startup+12.7008 s]
/proc/loadavg: 8.11 7.47 6.83 9/362 29620
/proc/meminfo: memFree=14657776/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=392512 CPUtime=100.82 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 13888 0 0 0 10074 8 0 0 25 0 8 0 662716034 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670343 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 98128 13421 466 189 0 92477 0
[pid=29612/tid=29614] ppid=29610 vsize=392512 CPUtime=12.46 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 1689 0 0 0 1246 0 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4647557 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=392512 CPUtime=12.61 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 2497 0 0 0 1259 2 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=392512 CPUtime=12.61 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1178 0 0 0 1261 0 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 228122369227 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=392512 CPUtime=12.61 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 1910 0 0 0 1260 1 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=392512 CPUtime=12.59 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 1145 0 0 0 1259 0 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=392512 CPUtime=12.61 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1144 0 0 0 1260 1 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=392512 CPUtime=12.59 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 1969 0 0 0 1259 0 0 0 25 0 8 0 662716041 401932288 13421 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 392512

[startup+25.5135 s]
/proc/loadavg: 8.09 7.49 6.84 9/362 29621
/proc/meminfo: memFree=14646284/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=394416 CPUtime=203.15 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 17158 0 0 0 20305 10 0 0 25 0 8 0 662716034 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 98604 16683 466 189 0 92953 0
[pid=29612/tid=29614] ppid=29610 vsize=394416 CPUtime=25.12 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 2256 0 0 0 2511 1 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=394416 CPUtime=25.42 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 3150 0 0 0 2540 2 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=394416 CPUtime=25.42 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1370 0 0 0 2542 0 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=394416 CPUtime=25.42 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 2332 0 0 0 2541 1 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=394416 CPUtime=25.4 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 1600 0 0 0 2540 0 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=394416 CPUtime=25.41 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1434 0 0 0 2540 1 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4361323 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=394416 CPUtime=25.4 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 2412 0 0 0 2540 0 0 0 25 0 8 0 662716041 403881984 16683 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670415 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.15
Current children cumulated vsize (KiB) 394416

[startup+51.1008 s]
/proc/loadavg: 8.11 7.55 6.88 9/362 29621
/proc/meminfo: memFree=14631736/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=397428 CPUtime=407.54 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 20676 0 0 0 40742 12 0 0 25 0 8 0 662716034 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670332 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 99357 20201 466 189 0 93706 0
[pid=29612/tid=29614] ppid=29610 vsize=397428 CPUtime=50.4 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 2695 0 0 0 5039 1 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4332324 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=397428 CPUtime=51 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 3793 0 0 0 5098 2 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=397428 CPUtime=51.01 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1605 0 0 0 5100 1 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4363327 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=397428 CPUtime=51.01 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 2848 0 0 0 5100 1 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=397428 CPUtime=50.99 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2214 0 0 0 5098 1 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=397428 CPUtime=51 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1657 0 0 0 5099 1 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4660390 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=397428 CPUtime=51 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 2940 0 0 0 5099 1 0 0 25 0 8 0 662716041 406966272 20201 33554432000 4194304 4964800 140736190898176 18446744073709551615 4660835 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.54

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

/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3559 0 0 0 12798 2 0 0 25 0 8 0 662716041 411045888 25553 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401412 CPUtime=127.99 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2847 0 0 0 12798 1 0 0 25 0 8 0 662716041 411045888 25553 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401412 CPUtime=127.99 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1913 0 0 0 12797 2 0 0 25 0 8 0 662716041 411045888 25553 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401412 CPUtime=127.97 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3664 0 0 0 12795 2 0 0 25 0 8 0 662716041 411045888 25553 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1022.57
Current children cumulated vsize (KiB) 401412

[startup+134.501 s]
/proc/loadavg: 8.03 7.66 6.97 9/362 29632
/proc/meminfo: memFree=14609276/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401548 CPUtime=1073.69 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26254 0 0 0 107348 21 0 0 25 0 8 0 662716034 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29612/statm: 100387 25773 466 189 0 94736 0
[pid=29612/tid=29614] ppid=29610 vsize=401548 CPUtime=132.8 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4027 0 0 0 13278 2 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401548 CPUtime=134.41 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5037 0 0 0 13437 4 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401548 CPUtime=134.4 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1922 0 0 0 13439 1 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401548 CPUtime=134.4 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3574 0 0 0 13438 2 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401548 CPUtime=134.39 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2859 0 0 0 13438 1 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401548 CPUtime=134.39 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1941 0 0 0 13437 2 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401548 CPUtime=134.37 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3664 0 0 0 13435 2 0 0 25 0 8 0 662716041 411185152 25773 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1073.69
Current children cumulated vsize (KiB) 401548

[startup+140.901 s]
/proc/loadavg: 8.17 7.70 6.99 11/372 29667
/proc/meminfo: memFree=14596196/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401548 CPUtime=1124.77 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26377 0 0 0 112456 21 0 0 25 0 8 0 662716034 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320984 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29612/statm: 100387 25896 466 189 0 94736 0
[pid=29612/tid=29614] ppid=29610 vsize=401548 CPUtime=139.14 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4054 0 0 0 13912 2 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401548 CPUtime=140.82 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5052 0 0 0 14078 4 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401548 CPUtime=140.74 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1936 0 0 0 14072 2 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401548 CPUtime=140.8 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3587 0 0 0 14078 2 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670259 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401548 CPUtime=140.8 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2869 0 0 0 14079 1 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401548 CPUtime=140.8 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1961 0 0 0 14078 2 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401548 CPUtime=140.77 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3680 0 0 0 14075 2 0 0 25 0 8 0 662716041 411185152 25896 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627227 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1124.77
Current children cumulated vsize (KiB) 401548

[startup+144.101 s]
/proc/loadavg: 8.17 7.70 6.99 10/369 29976
/proc/meminfo: memFree=14600340/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401548 CPUtime=1149.03 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26450 0 0 0 114882 21 0 0 25 0 8 0 662716034 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4342206 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29612/statm: 100387 25969 466 189 0 94736 0
[pid=29612/tid=29614] ppid=29610 vsize=401548 CPUtime=142.28 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4107 0 0 0 14226 2 0 0 25 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627197 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401548 CPUtime=143.92 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5066 0 0 0 14388 4 0 0 25 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401548 CPUtime=143.52 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1937 0 0 0 14350 2 0 0 25 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401548 CPUtime=143.89 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3587 0 0 0 14387 2 0 0 25 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401548 CPUtime=143.97 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2874 0 0 0 14396 1 0 0 20 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401548 CPUtime=143.42 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1961 0 0 0 14340 2 0 0 25 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401548 CPUtime=143.94 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3680 0 0 0 14392 2 0 0 25 0 8 0 662716041 411185152 25969 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1149.03
Current children cumulated vsize (KiB) 401548

[startup+145.701 s]
/proc/loadavg: 8.17 7.70 6.99 10/369 30013
/proc/meminfo: memFree=14599796/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401784 CPUtime=1161.77 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26503 0 0 0 116156 21 0 0 25 0 8 0 662716034 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29612/statm: 100446 26022 466 189 0 94795 0
[pid=29612/tid=29614] ppid=29610 vsize=401784 CPUtime=143.88 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4107 0 0 0 14386 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401784 CPUtime=145.49 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5110 0 0 0 14545 4 0 0 19 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401784 CPUtime=145.11 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1937 0 0 0 14509 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401784 CPUtime=145.48 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3589 0 0 0 14546 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401784 CPUtime=145.57 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2880 0 0 0 14556 1 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401784 CPUtime=145.01 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1962 0 0 0 14499 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401784 CPUtime=145.54 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3680 0 0 0 14552 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669500 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1161.77
Current children cumulated vsize (KiB) 401784

[startup+146.101 s]
/proc/loadavg: 8.17 7.70 6.99 10/369 30013
/proc/meminfo: memFree=14599796/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401784 CPUtime=1164.95 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26503 0 0 0 116474 21 0 0 25 0 8 0 662716034 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29612/statm: 100446 26022 466 189 0 94795 0
[pid=29612/tid=29614] ppid=29610 vsize=401784 CPUtime=144.28 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4107 0 0 0 14426 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401784 CPUtime=145.89 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5110 0 0 0 14585 4 0 0 20 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401784 CPUtime=145.5 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1937 0 0 0 14548 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4342232 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401784 CPUtime=145.88 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3589 0 0 0 14586 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401784 CPUtime=145.97 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2880 0 0 0 14596 1 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401784 CPUtime=145.41 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1962 0 0 0 14539 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401784 CPUtime=145.93 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3680 0 0 0 14591 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 228122819054 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1164.95
Current children cumulated vsize (KiB) 401784

[startup+146.514 s]
/proc/loadavg: 8.24 7.72 7.00 10/369 30033
/proc/meminfo: memFree=14599424/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401784 CPUtime=1168.24 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26503 0 0 0 116803 21 0 0 18 0 8 0 662716034 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29612/statm: 100446 26022 466 189 0 94795 0
[pid=29612/tid=29614] ppid=29610 vsize=401784 CPUtime=144.69 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4107 0 0 0 14467 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4320905 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401784 CPUtime=146.29 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5110 0 0 0 14625 4 0 0 21 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4669008 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401784 CPUtime=145.91 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1937 0 0 0 14589 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401784 CPUtime=146.3 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3589 0 0 0 14628 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401784 CPUtime=146.38 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2880 0 0 0 14637 1 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401784 CPUtime=145.82 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1962 0 0 0 14580 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401784 CPUtime=146.35 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3680 0 0 0 14633 2 0 0 25 0 8 0 662716041 411426816 26022 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1168.24
Current children cumulated vsize (KiB) 401784

[startup+146.601 s]
/proc/loadavg: 8.24 7.72 7.00 10/369 30033
/proc/meminfo: memFree=14599424/32951124 swapFree=54427468/67111528
[pid=29612] ppid=29610 vsize=401784 CPUtime=1168.92 cores=0-7
/proc/29612/stat : 29612 (claspmt) R 29610 29612 29437 0 -1 4202496 26503 0 0 0 116870 22 0 0 18 0 8 0 662716034 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 4644979 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29612/statm: 100446 25988 466 189 0 94795 0
[pid=29612/tid=29614] ppid=29610 vsize=401784 CPUtime=144.78 cores=0-7
/proc/29612/task/29614/stat : 29614 (claspmt) R 29610 29612 29437 0 -1 4202560 4107 0 0 0 14476 2 0 0 25 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 4689125 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29612/tid=29615] ppid=29610 vsize=401784 CPUtime=146.38 cores=0-7
/proc/29612/task/29615/stat : 29615 (claspmt) R 29610 29612 29437 0 -1 4202560 5110 0 0 0 14634 4 0 0 21 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29612/tid=29616] ppid=29610 vsize=401784 CPUtime=145.99 cores=0-7
/proc/29612/task/29616/stat : 29616 (claspmt) R 29610 29612 29437 0 -1 4202560 1937 0 0 0 14597 2 0 0 25 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29612/tid=29617] ppid=29610 vsize=401784 CPUtime=146.38 cores=0-7
/proc/29612/task/29617/stat : 29617 (claspmt) R 29610 29612 29437 0 -1 4202560 3589 0 0 0 14636 2 0 0 18 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 4629965 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29612/tid=29618] ppid=29610 vsize=401784 CPUtime=146.48 cores=0-7
/proc/29612/task/29618/stat : 29618 (claspmt) R 29610 29612 29437 0 -1 4202560 2880 0 0 0 14646 2 0 0 18 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 228122819054 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29612/tid=29619] ppid=29610 vsize=401784 CPUtime=145.9 cores=0-7
/proc/29612/task/29619/stat : 29619 (claspmt) R 29610 29612 29437 0 -1 4202560 1962 0 0 0 14588 2 0 0 25 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 228122819103 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29612/tid=29620] ppid=29610 vsize=401784 CPUtime=146.43 cores=0-7
/proc/29612/task/29620/stat : 29620 (claspmt) R 29610 29612 29437 0 -1 4202560 3680 0 0 0 14641 2 0 0 25 0 8 0 662716041 411426816 25988 33554432000 4194304 4964800 140736190898176 18446744073709551615 228122819054 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1168.92
Current children cumulated vsize (KiB) 401784

Child status: 20
Real time (s): 146.637
CPU time (s): 1169.02
CPU user time (s): 1168.78
CPU system time (s): 0.241963
CPU usage (%): 797.222
Max. virtual memory (cumulated for all children) (KiB): 401784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1168.78
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26514
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= 13552
involuntary context switches= 6555

runsolver used 0.510922 second user time and 1.23681 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 03:59:41
IDJOB=3381270
IDBENCH=85799
IDSOLVER=1865
FILE ID=node138/3381270-1305511181
RUNJOBID= node138-1305510133-29451
PBS_JOBID= 13325520
Free space on /tmp= 73544 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.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-3381270-1305511181/watcher-3381270-1305511181 -o /tmp/evaluation-result-3381270-1305511181/solver-3381270-1305511181 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381270-1305511181.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=637721594

node138.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.854
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.70
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.854
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.75
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14704572 kB
Buffers:        301048 kB
Cached:        4030744 kB
SwapCached:      18496 kB
Active:       14867376 kB
Inactive:      3100232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14704572 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:    13628928 kB
Mapped:          18096 kB
Slab:           129820 kB
PageTables:      76736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83385780 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= 73544 MiB
End job on node138 at 2011-05-16 04:02:07