Trace number 3321300

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-R4095UNSAT 9152.42 1163.9

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1912.22
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...334045/instance-3321300-1304334045.cnf
1.69/1.75	c Solving...
9152.32/1163.88	s UNSATISFIABLE
9152.32/1163.88	
9152.32/1163.88	c Models        : 0     
9152.32/1163.88	c Time          : 1163.687s (Solving: 1161.93s 1st Model: 0.00s Unsat: 1161.93s)
9152.32/1163.88	c CPU Time      : 9152.200s

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: 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-3321300-1304334045/watcher-3321300-1304334045 -o /tmp/evaluation-result-3321300-1304334045/solver-3321300-1304334045 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321300-1304334045.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.12 7.28 6.45 1/232 718
/proc/meminfo: memFree=28065224/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=20872 CPUtime=0 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4194304 372 0 0 0 0 0 0 0 21 0 1 0 545002769 21372928 301 33554432000 4194304 4964704 140733701510624 18446744073709551615 47381257780880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/718/statm: 5218 311 264 189 0 92 0

[startup+0.0924521 s]
/proc/loadavg: 8.12 7.28 6.45 1/232 718
/proc/meminfo: memFree=28065224/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=75376 CPUtime=0.08 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 16675 0 0 0 7 1 0 0 21 0 1 0 545002769 77185024 13661 33554432000 4194304 4964704 140733701510624 18446744073709551615 4581408 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/718/statm: 18844 13664 386 189 0 13718 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 75376

[startup+0.100452 s]
/proc/loadavg: 8.12 7.28 6.45 1/232 718
/proc/meminfo: memFree=28065224/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=76432 CPUtime=0.08 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 17007 0 0 0 7 1 0 0 21 0 1 0 545002769 78266368 13993 33554432000 4194304 4964704 140733701510624 18446744073709551615 4583487 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/718/statm: 19108 13994 386 189 0 13982 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 76432

[startup+0.300427 s]
/proc/loadavg: 8.12 7.28 6.45 1/232 718
/proc/meminfo: memFree=28065224/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=104908 CPUtime=0.29 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 26866 0 0 0 26 3 0 0 22 0 1 0 545002769 107425792 20964 33554432000 4194304 4964704 140733701510624 18446744073709551615 4568036 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/718/statm: 26227 20964 389 189 0 21101 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104908

[startup+0.70034 s]
/proc/loadavg: 8.12 7.28 6.45 1/232 718
/proc/meminfo: memFree=28065224/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=147480 CPUtime=0.69 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 40869 0 0 0 65 4 0 0 23 0 1 0 545002769 151019520 30618 33554432000 4194304 4964704 140733701510624 18446744073709551615 4607536 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/718/statm: 36870 30618 403 189 0 31744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147480

[startup+1.50019 s]
/proc/loadavg: 7.55 7.17 6.42 2/233 719
/proc/meminfo: memFree=27944448/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=147480 CPUtime=1.49 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 40928 0 0 0 145 4 0 0 25 0 1 0 545002769 151019520 30677 33554432000 4194304 4964704 140733701510624 18446744073709551615 4621783 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/718/statm: 36870 30677 404 189 0 31744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147480

[startup+3.1009 s]
/proc/loadavg: 7.55 7.17 6.42 2/240 726
/proc/meminfo: memFree=27814192/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=568720 CPUtime=3.49 cores=0-7
/proc/718/stat : 718 (claspmt) S 716 718 574 0 -1 4202496 90891 0 0 0 326 23 0 0 25 0 8 0 545002769 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 142180 63517 443 189 0 136529 0
[pid=718/tid=720] ppid=716 vsize=568720 CPUtime=0.05 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) S 716 718 574 0 -1 4202560 6173 0 0 0 3 2 0 0 18 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=568720 CPUtime=0.06 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) S 716 718 574 0 -1 4202560 8145 0 0 0 3 3 0 0 18 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 4 0 0 0
[pid=718/tid=722] ppid=716 vsize=568720 CPUtime=0.07 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) S 716 718 574 0 -1 4202560 7974 0 0 0 4 3 0 0 18 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=568720 CPUtime=0.03 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) S 716 718 574 0 -1 4202560 6211 0 0 0 2 1 0 0 18 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=568720 CPUtime=1.31 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 7298 0 0 0 129 2 0 0 19 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=718/tid=725] ppid=716 vsize=568720 CPUtime=0.07 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) S 716 718 574 0 -1 4202560 8079 0 0 0 4 3 0 0 18 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=568720 CPUtime=0.1 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) S 716 718 574 0 -1 4202560 5996 0 0 0 8 2 0 0 18 0 8 0 545002945 582369280 63517 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 568720

[startup+6.30032 s]
/proc/loadavg: 7.55 7.17 6.42 2/240 726
/proc/meminfo: memFree=27813460/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=568720 CPUtime=6.69 cores=0-7
/proc/718/stat : 718 (claspmt) S 716 718 574 0 -1 4202496 90925 0 0 0 646 23 0 0 25 0 8 0 545002769 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 142180 63551 443 189 0 136529 0
[pid=718/tid=720] ppid=716 vsize=568720 CPUtime=0.05 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) S 716 718 574 0 -1 4202560 6173 0 0 0 3 2 0 0 18 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=568720 CPUtime=0.06 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) S 716 718 574 0 -1 4202560 8145 0 0 0 3 3 0 0 18 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 4 0 0 0
[pid=718/tid=722] ppid=716 vsize=568720 CPUtime=0.07 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) S 716 718 574 0 -1 4202560 7974 0 0 0 4 3 0 0 18 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=568720 CPUtime=0.03 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) S 716 718 574 0 -1 4202560 6211 0 0 0 2 1 0 0 18 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=568720 CPUtime=4.51 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 7332 0 0 0 449 2 0 0 25 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 4677956 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=718/tid=725] ppid=716 vsize=568720 CPUtime=0.07 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) S 716 718 574 0 -1 4202560 8079 0 0 0 4 3 0 0 18 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=568720 CPUtime=0.1 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) S 716 718 574 0 -1 4202560 5996 0 0 0 8 2 0 0 18 0 8 0 545002945 582369280 63551 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 568720

[startup+12.7011 s]
/proc/loadavg: 6.54 6.97 6.36 2/240 726
/proc/meminfo: memFree=27813732/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=568720 CPUtime=13.09 cores=0-7
/proc/718/stat : 718 (claspmt) S 716 718 574 0 -1 4202496 91002 0 0 0 1286 23 0 0 25 0 8 0 545002769 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 142180 63628 443 189 0 136529 0
[pid=718/tid=720] ppid=716 vsize=568720 CPUtime=0.05 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) S 716 718 574 0 -1 4202560 6173 0 0 0 3 2 0 0 18 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=568720 CPUtime=0.06 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) S 716 718 574 0 -1 4202560 8145 0 0 0 3 3 0 0 18 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 4 0 0 0
[pid=718/tid=722] ppid=716 vsize=568720 CPUtime=0.07 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) S 716 718 574 0 -1 4202560 7974 0 0 0 4 3 0 0 18 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=568720 CPUtime=0.03 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) S 716 718 574 0 -1 4202560 6211 0 0 0 2 1 0 0 18 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=568720 CPUtime=10.9 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 7409 0 0 0 1088 2 0 0 25 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=718/tid=725] ppid=716 vsize=568720 CPUtime=0.07 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) S 716 718 574 0 -1 4202560 8079 0 0 0 4 3 0 0 18 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=568720 CPUtime=0.1 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) S 716 718 574 0 -1 4202560 5996 0 0 0 8 2 0 0 18 0 8 0 545002945 582369280 63628 33554432000 4194304 4964704 140733701510624 18446744073709551615 246528650137 0 0 4096 18946 18446604471104605184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 568720

[startup+25.5008 s]
/proc/loadavg: 5.69 6.77 6.30 9/240 735
/proc/meminfo: memFree=27803604/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=569544 CPUtime=56.26 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 93906 0 0 0 5600 26 0 0 25 0 8 0 545002769 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4669056 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 142386 66532 464 189 0 136735 0
[pid=718/tid=720] ppid=716 vsize=569544 CPUtime=4.39 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 6529 0 0 0 437 2 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=569544 CPUtime=4.41 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 8820 0 0 0 437 4 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=722] ppid=716 vsize=569544 CPUtime=4.41 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 8409 0 0 0 438 3 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=569544 CPUtime=4.39 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 6545 0 0 0 437 2 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=569544 CPUtime=23.64 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 7437 0 0 0 2362 2 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=725] ppid=716 vsize=569544 CPUtime=4.41 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 8679 0 0 0 438 3 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4632355 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=569544 CPUtime=4.44 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 6337 0 0 0 442 2 0 0 25 0 8 0 545002945 583213056 66532 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 56.26
Current children cumulated vsize (KiB) 569544

[startup+51.1011 s]
/proc/loadavg: 6.55 6.89 6.35 9/240 736
/proc/meminfo: memFree=27705688/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=701464 CPUtime=260.88 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 118919 0 0 0 26036 52 0 0 25 0 8 0 545002769 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 175366 91545 466 189 0 169715 0
[pid=718/tid=720] ppid=716 vsize=701464 CPUtime=29.99 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 7913 0 0 0 2995 4 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668587 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=701464 CPUtime=30.01 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 13169 0 0 0 2994 7 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=722] ppid=716 vsize=701464 CPUtime=30.01 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 10657 0 0 0 2996 5 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=701464 CPUtime=29.98 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 9469 0 0 0 2994 4 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=701464 CPUtime=49.06 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 10674 0 0 0 4900 6 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668942 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=725] ppid=716 vsize=701464 CPUtime=30.01 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 11799 0 0 0 2995 6 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=701464 CPUtime=30.04 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 12376 0 0 0 2995 9 0 0 25 0 8 0 545002945 718299136 91545 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668661 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 260.88
Current children cumulated vsize (KiB) 701464

[startup+102.309 s]
/proc/loadavg: 7.62 7.13 6.46 9/240 737
/proc/meminfo: memFree=27595516/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=710296 CPUtime=670.14 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 145715 0 0 0 66935 79 0 0 25 0 8 0 545002769 727343104 118341 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 177574 118341 466 189 0 171923 0
[pid=718/tid=720] ppid=716 vsize=710296 CPUtime=81.19 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 9127 0 0 0 8114 5 0 0 25 0 8 0 545002945 727343104 118341 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=710296 CPUtime=81.22 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 17898 0 0 0 8111 11 0 0 25 0 8 0 545002945 727343104 118341 33554432000 4194304 4964704 140733701510624 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=722] ppid=716 vsize=710296 CPUtime=81.22 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 12807 0 0 0 8115 7 0 0 25 0 8 0 545002945 727343104 118341 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 2 0 0 0

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


[startup+1126.3 s]
/proc/loadavg: 8.11 8.10 7.57 9/240 769
/proc/meminfo: memFree=27125032/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=8853.65 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263848 0 0 0 885135 230 0 0 25 0 8 0 545002769 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235711 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1105.16 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18026 0 0 0 110500 16 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1102.21 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36167 0 0 0 110196 25 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1105.21 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 110508 13 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4659143 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1105.17 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31600 0 0 0 110480 37 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1118.64 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26048 0 0 0 111842 22 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1105.07 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21702 0 0 0 110494 13 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1105.27 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57655 0 0 0 110448 79 0 0 25 0 8 0 545002945 1213526016 235711 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668904 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8853.65
Current children cumulated vsize (KiB) 1185084

[startup+1139.1 s]
/proc/loadavg: 8.25 8.13 7.58 9/240 769
/proc/meminfo: memFree=27124904/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=8955.94 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263885 0 0 0 895364 230 0 0 25 0 8 0 545002769 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235748 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1117.95 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18028 0 0 0 111779 16 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1114.91 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36168 0 0 0 111466 25 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4321069 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1118 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 111787 13 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1117.96 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31621 0 0 0 111759 37 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1131.43 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26051 0 0 0 113121 22 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1117.86 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21710 0 0 0 111773 13 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1118.06 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57656 0 0 0 111727 79 0 0 25 0 8 0 545002945 1213526016 235748 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8955.94
Current children cumulated vsize (KiB) 1185084

[startup+1151.9 s]
/proc/loadavg: 8.20 8.12 7.59 9/240 769
/proc/meminfo: memFree=27124904/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=9058.22 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263909 0 0 0 905592 230 0 0 25 0 8 0 545002769 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4370242 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235772 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1130.75 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18028 0 0 0 113059 16 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1127.61 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36168 0 0 0 112736 25 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1130.8 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 113067 13 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4659143 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1130.76 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31628 0 0 0 113039 37 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1144.23 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26061 0 0 0 114401 22 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1130.65 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21714 0 0 0 113052 13 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670291 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1130.86 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57659 0 0 0 113007 79 0 0 25 0 8 0 545002945 1213526016 235772 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9058.22
Current children cumulated vsize (KiB) 1185084

[startup+1158.31 s]
/proc/loadavg: 8.18 8.12 7.59 9/240 769
/proc/meminfo: memFree=27124772/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=9109.44 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263934 0 0 0 910714 230 0 0 25 0 8 0 545002769 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4320872 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235786 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1137.16 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18028 0 0 0 113700 16 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1133.97 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36168 0 0 0 113372 25 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1137.21 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 113708 13 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1137.17 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31634 0 0 0 113680 37 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1150.64 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26068 0 0 0 115042 22 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1137.06 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21714 0 0 0 113693 13 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1137.27 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57662 0 0 0 113648 79 0 0 25 0 8 0 545002945 1213526016 235786 33554432000 4194304 4964704 140733701510624 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9109.44
Current children cumulated vsize (KiB) 1185084

[startup+1161.5 s]
/proc/loadavg: 8.16 8.12 7.59 9/240 770
/proc/meminfo: memFree=27124772/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=9134.97 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263936 0 0 0 913266 231 0 0 25 0 8 0 545002769 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235788 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1140.35 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18028 0 0 0 114019 16 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1137.14 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36168 0 0 0 113689 25 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1140.41 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 114028 13 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1140.36 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31635 0 0 0 113999 37 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1153.84 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26069 0 0 0 115362 22 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1140.25 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21714 0 0 0 114012 13 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1140.47 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57662 0 0 0 113968 79 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9134.97
Current children cumulated vsize (KiB) 1185084

[startup+1163.1 s]
/proc/loadavg: 8.16 8.12 7.59 9/240 770
/proc/meminfo: memFree=27124648/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=9147.74 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263936 0 0 0 914543 231 0 0 25 0 8 0 545002769 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235788 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1141.95 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18028 0 0 0 114179 16 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668645 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1138.73 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36168 0 0 0 113848 25 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1142 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 114187 13 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 246516531846 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1141.96 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31635 0 0 0 114159 37 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1155.43 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26069 0 0 0 115521 22 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1141.84 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21714 0 0 0 114171 13 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1142.06 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57662 0 0 0 114127 79 0 0 25 0 8 0 545002945 1213526016 235788 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9147.74
Current children cumulated vsize (KiB) 1185084

[startup+1163.5 s]
/proc/loadavg: 8.16 8.12 7.59 9/240 770
/proc/meminfo: memFree=27124648/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=1185084 CPUtime=9150.93 cores=0-7
/proc/718/stat : 718 (claspmt) R 716 718 574 0 -1 4202496 263936 0 0 0 914862 231 0 0 25 0 8 0 545002769 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 296271 235664 466 189 0 290620 0
[pid=718/tid=720] ppid=716 vsize=1185084 CPUtime=1142.35 cores=0-7
/proc/718/task/720/stat : 720 (claspmt) R 716 718 574 0 -1 4202560 18028 0 0 0 114219 16 0 0 25 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4313749 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=718/tid=721] ppid=716 vsize=1185084 CPUtime=1139.13 cores=0-7
/proc/718/task/721/stat : 721 (claspmt) R 716 718 574 0 -1 4202560 36168 0 0 0 113888 25 0 0 25 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=718/tid=722] ppid=716 vsize=1185084 CPUtime=1142.4 cores=0-7
/proc/718/task/722/stat : 722 (claspmt) R 716 718 574 0 -1 4202560 19755 0 0 0 114227 13 0 0 25 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=718/tid=723] ppid=716 vsize=1185084 CPUtime=1142.36 cores=0-7
/proc/718/task/723/stat : 723 (claspmt) R 716 718 574 0 -1 4202560 31635 0 0 0 114199 37 0 0 18 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4644864 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=718/tid=724] ppid=716 vsize=1185084 CPUtime=1155.83 cores=0-7
/proc/718/task/724/stat : 724 (claspmt) R 716 718 574 0 -1 4202560 26069 0 0 0 115561 22 0 0 25 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=718/tid=725] ppid=716 vsize=1185084 CPUtime=1142.24 cores=0-7
/proc/718/task/725/stat : 725 (claspmt) R 716 718 574 0 -1 4202560 21714 0 0 0 114211 13 0 0 25 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=718/tid=726] ppid=716 vsize=1185084 CPUtime=1142.46 cores=0-7
/proc/718/task/726/stat : 726 (claspmt) R 716 718 574 0 -1 4202560 57662 0 0 0 114167 79 0 0 25 0 8 0 545002945 1213526016 235664 33554432000 4194304 4964704 140733701510624 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9150.93
Current children cumulated vsize (KiB) 1185084

[startup+1163.9 s]
/proc/loadavg: 8.16 8.12 7.59 2/233 770
/proc/meminfo: memFree=27125076/32951124 swapFree=67102756/67111528
[pid=718] ppid=716 vsize=0 CPUtime=9152.4 cores=0-7
/proc/718/stat : 718 (claspmt) S 716 718 574 0 -1 4202500 263947 0 0 0 915002 238 0 0 17 0 1 0 545002769 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/718/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9152.4
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1163.9
CPU time (s): 9152.42
CPU user time (s): 9150.03
CPU system time (s): 2.38964
CPU usage (%): 786.357
Max. virtual memory (cumulated for all children) (KiB): 1185084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9150.03
system time used= 2.38964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263947
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= 19399
involuntary context switches= 89122

runsolver used 2.21366 second user time and 6.24405 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-02 13:00:46
IDJOB=3321300
IDBENCH=20384
IDSOLVER=1711
FILE ID=node134/3321300-1304334045
RUNJOBID= node134-1304332544-588
PBS_JOBID= 13177706
Free space on /tmp= 73132 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.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-3321300-1304334045/watcher-3321300-1304334045 -o /tmp/evaluation-result-3321300-1304334045/solver-3321300-1304334045 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321300-1304334045.cnf

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=916003564

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28065504 kB
Buffers:       1080120 kB
Cached:        1982816 kB
SwapCached:       4840 kB
Active:        1748084 kB
Inactive:      2721508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28065504 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           20172 kB
Writeback:           0 kB
AnonPages:     1404280 kB
Mapped:          20616 kB
Slab:           341788 kB
PageTables:      12700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 27850120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73132 MiB
End job on node134 at 2011-05-02 13:20:10