Trace number 3381266

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095-patched (fixed)? (TO) 40001.3 5047.87

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2174.06
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...511025/instance-3381266-1305511025.cnf
19.29/19.38	c Solving...
40000.25/5046.92	
40000.25/5046.92	*** INTERRUPTED! ***
40000.25/5046.92	*** Shutting down threads...
40001.24/5047.86	s UNKNOWN
40001.24/5047.86	
40001.24/5047.86	c INTERRUPTED   : 1
40001.24/5047.86	c Models        : 0+    
40001.24/5047.86	c Time          : 5046.952s (Solving: 5027.57s 1st Model: 0.00s Unsat: 0.00s)
40001.24/5047.86	c CPU Time      : 40000.380s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3381266-1305511025/watcher-3381266-1305511025 -o /tmp/evaluation-result-3381266-1305511025/solver-3381266-1305511025 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381266-1305511025.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: 7.56 7.83 7.92 2/412 26437
/proc/meminfo: memFree=18358660/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=28660 CPUtime=0 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 2697 0 0 0 0 0 0 0 23 0 1 0 741333152 29347840 2344 33554432000 4194304 4964800 140736997519712 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 7165 2344 386 189 0 2039 0

[startup+0.0211021 s]
/proc/loadavg: 7.56 7.83 7.92 2/412 26437
/proc/meminfo: memFree=18358660/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=30056 CPUtime=0.01 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 3213 0 0 0 1 0 0 0 23 0 1 0 741333152 30777344 2689 33554432000 4194304 4964800 140736997519712 18446744073709551615 252457726661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 7514 2691 386 189 0 2388 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30056

[startup+0.101068 s]
/proc/loadavg: 7.56 7.83 7.92 2/412 26437
/proc/meminfo: memFree=18358660/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=43516 CPUtime=0.09 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 8014 0 0 0 9 0 0 0 23 0 1 0 741333152 44560384 5903 33554432000 4194304 4964800 140736997519712 18446744073709551615 252458065664 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 10879 5904 386 189 0 5753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43516

[startup+0.301027 s]
/proc/loadavg: 7.56 7.83 7.92 2/412 26437
/proc/meminfo: memFree=18358660/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=77648 CPUtime=0.29 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 20308 0 0 0 27 2 0 0 24 0 1 0 741333152 79511552 13866 33554432000 4194304 4964800 140736997519712 18446744073709551615 252457726661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 19412 13868 386 189 0 14286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77648

[startup+0.700951 s]
/proc/loadavg: 7.56 7.83 7.92 2/412 26437
/proc/meminfo: memFree=18358660/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=129532 CPUtime=0.69 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 35619 0 0 0 65 4 0 0 25 0 1 0 741333152 132640768 25747 33554432000 4194304 4964800 140736997519712 18446744073709551615 252457762437 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 32383 25747 397 189 0 27257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129532

[startup+1.5008 s]
/proc/loadavg: 7.56 7.83 7.92 2/413 26438
/proc/meminfo: memFree=18244444/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=142708 CPUtime=1.49 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 38792 0 0 0 144 5 0 0 25 0 1 0 741333152 146132992 28920 33554432000 4194304 4964800 140736997519712 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 35677 28920 399 189 0 30551 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 142708

[startup+3.10051 s]
/proc/loadavg: 7.56 7.83 7.92 2/413 26438
/proc/meminfo: memFree=18243576/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=142708 CPUtime=3.09 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 38792 0 0 0 304 5 0 0 25 0 1 0 741333152 146132992 28920 33554432000 4194304 4964800 140736997519712 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 35677 28920 399 189 0 30551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142708

[startup+6.30093 s]
/proc/loadavg: 7.03 7.72 7.89 2/413 26438
/proc/meminfo: memFree=18243412/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=142708 CPUtime=6.29 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 38792 0 0 0 624 5 0 0 25 0 1 0 741333152 146132992 28920 33554432000 4194304 4964800 140736997519712 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 35677 28920 399 189 0 30551 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142708

[startup+12.7007 s]
/proc/loadavg: 6.55 7.61 7.85 2/413 26439
/proc/meminfo: memFree=18241072/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=146800 CPUtime=12.69 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 39842 0 0 0 1264 5 0 0 25 0 1 0 741333152 150323200 29970 33554432000 4194304 4964800 140736997519712 18446744073709551615 4601734 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26437/statm: 36700 29970 402 189 0 31574 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146800

[startup+25.5003 s]
/proc/loadavg: 5.32 7.28 7.74 2/420 26446
/proc/meminfo: memFree=18146392/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=636736 CPUtime=25.86 cores=0-7
/proc/26437/stat : 26437 (claspmt) S 26435 26437 26349 0 -1 4202496 68668 0 0 0 2557 29 0 0 18 0 8 0 741333152 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26437/statm: 159184 53756 442 189 0 153533 0
[pid=26437/tid=26440] ppid=26435 vsize=636736 CPUtime=0.04 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) S 26435 26437 26349 0 -1 4202560 2586 0 0 0 2 2 0 0 17 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446604442457615424 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=636736 CPUtime=0.07 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) S 26435 26437 26349 0 -1 4202560 3373 0 0 0 5 2 0 0 17 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446604442457615424 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=636736 CPUtime=0.07 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) S 26435 26437 26349 0 -1 4202560 4028 0 0 0 4 3 0 0 17 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446604442457615424 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=636736 CPUtime=0.06 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) S 26435 26437 26349 0 -1 4202560 3372 0 0 0 4 2 0 0 17 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446604442457615424 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=636736 CPUtime=5.99 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 3719 0 0 0 595 4 0 0 25 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=636736 CPUtime=0.08 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) S 26435 26437 26349 0 -1 4202560 3546 0 0 0 5 3 0 0 17 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446604442457615424 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=636736 CPUtime=0.09 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) S 26435 26437 26349 0 -1 4202560 3728 0 0 0 6 3 0 0 17 0 8 0 741335091 652017664 53756 33554432000 4194304 4964800 140736997519712 18446744073709551615 252469881753 0 0 4096 18946 18446604442457615424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.86
Current children cumulated vsize (KiB) 636736

[startup+51.1006 s]
/proc/loadavg: 4.40 6.89 7.60 9/420 26447
/proc/meminfo: memFree=18111408/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=636736 CPUtime=105.24 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 77609 0 0 0 10486 38 0 0 25 0 8 0 741333152 652017664 62696 33554432000 4194304 4964800 140736997519712 18446744073709551615 4669131 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 159184 62696 464 189 0 153533 0
[pid=26437/tid=26440] ppid=26435 vsize=636736 CPUtime=7.74 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 3704 0 0 0 771 3 0 0 25 0 8 0 741335091 652017664 62696 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=636736 CPUtime=7.77 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 4878 0 0 0 773 4 0 0 25 0 8 0 741335091 652017664 62697 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=636736 CPUtime=7.77 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 5361 0 0 0 773 4 0 0 25 0 8 0 741335091 652017664 62697 33554432000 4194304 4964800 140736997519712 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=636736 CPUtime=7.75 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 4499 0 0 0 772 3 0 0 25 0 8 0 741335091 652017664 62697 33554432000 4194304 4964800 140736997519712 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=636736 CPUtime=31.58 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 3731 0 0 0 3154 4 0 0 25 0 8 0 741335091 652017664 62697 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=636736 CPUtime=7.78 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 5051 0 0 0 773 5 0 0 25 0 8 0 741335091 652017664 62697 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=636736 CPUtime=7.79 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 4892 0 0 0 775 4 0 0 25 0 8 0 741335091 652017664 62697 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668920 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.24
Current children cumulated vsize (KiB) 636736

[startup+102.316 s]
/proc/loadavg: 6.44 7.06 7.62 9/420 26448
/proc/meminfo: memFree=18057060/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=636736 CPUtime=514.26 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 90960 0 0 0 51368 58 0 0 25 0 8 0 741333152 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4654559 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 159184 76047 464 189 0 153533 0
[pid=26437/tid=26440] ppid=26435 vsize=636736 CPUtime=58.96 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 4809 0 0 0 5891 5 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=636736 CPUtime=58.99 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 8545 0 0 0 5890 9 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=636736 CPUtime=58.99 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 6485 0 0 0 5894 5 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=636736 CPUtime=58.97 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 6440 0 0 0 5891 6 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=636736 CPUtime=82.8 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 3738 0 0 0 8276 4 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=636736 CPUtime=59 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 7340 0 0 0 5891 9 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=636736 CPUtime=59.01 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 7261 0 0 0 5892 9 0 0 25 0 8 0 741335091 652017664 76047 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 514.26
Current children cumulated vsize (KiB) 636736

[startup+162.301 s]
/proc/loadavg: 7.42 7.23 7.64 9/420 26450
/proc/meminfo: memFree=18005832/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=636736 CPUtime=993.33 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 103726 0 0 0 99257 76 0 0 25 0 8 0 741333152 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670212 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 159184 88813 466 189 0 153533 0
[pid=26437/tid=26440] ppid=26435 vsize=636736 CPUtime=118.95 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 5158 0 0 0 11889 6 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=636736 CPUtime=118.98 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 10945 0 0 0 11887 11 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=636736 CPUtime=118.97 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 9303 0 0 0 11888 9 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=636736 CPUtime=118.95 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 9166 0 0 0 11885 10 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=636736 CPUtime=142.79 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 3742 0 0 0 14275 4 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=636736 CPUtime=118.97 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 9371 0 0 0 11886 11 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=636736 CPUtime=118.99 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 9113 0 0 0 11887 12 0 0 25 0 8 0 741335091 652017664 88813 33554432000 4194304 4964800 140736997519712 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 993.33
Current children cumulated vsize (KiB) 636736

[startup+222.301 s]
/proc/loadavg: 7.79 7.37 7.66 9/420 26451
/proc/meminfo: memFree=17947036/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=640980 CPUtime=1472.5 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 118447 0 0 0 147154 96 0 0 25 0 8 0 741333152 656363520 103534 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 160245 103534 466 189 0 154594 0
[pid=26437/tid=26440] ppid=26435 vsize=640980 CPUtime=178.96 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 5733 0 0 0 17889 7 0 0 25 0 8 0 741335091 656363520 103534 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0

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

[pid=26437] ppid=26435 vsize=2996936 CPUtime=37887 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 698335 0 0 0 3787789 910 0 0 25 0 8 0 741333152 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 749234 682545 466 189 0 743583 0
[pid=26437/tid=26440] ppid=26435 vsize=2996936 CPUtime=4737.98 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 29062 0 0 0 473751 47 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=2996936 CPUtime=4738.07 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 234092 0 0 0 473529 278 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=2996936 CPUtime=4738.74 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 48457 0 0 0 473806 68 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=2996936 CPUtime=4737.97 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 103670 0 0 0 473659 138 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=2996936 CPUtime=4762.68 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 34002 0 0 0 476219 49 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=2996936 CPUtime=4738.86 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 42947 0 0 0 473829 57 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=2996936 CPUtime=4739.04 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 149656 0 0 0 473664 240 0 0 25 0 8 0 741335091 3068862464 682545 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37887
Current children cumulated vsize (KiB) 2996936

[startup+4842.3 s]
/proc/loadavg: 8.08 8.06 8.04 9/420 28859
/proc/meminfo: memFree=15529436/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2996936 CPUtime=38366.2 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701264 0 0 0 3835702 915 0 0 25 0 8 0 741333152 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 749234 685474 466 189 0 743583 0
[pid=26437/tid=26440] ppid=26435 vsize=2996936 CPUtime=4797.98 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 29087 0 0 0 479751 47 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4632397 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=2996936 CPUtime=4798.08 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 234119 0 0 0 479530 278 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=2996936 CPUtime=4798.75 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 48464 0 0 0 479807 68 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=2996936 CPUtime=4797.96 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 103672 0 0 0 479658 138 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=2996936 CPUtime=4822.67 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 36859 0 0 0 482213 54 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=2996936 CPUtime=4798.86 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 42956 0 0 0 479829 57 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=2996936 CPUtime=4799.04 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 149658 0 0 0 479664 240 0 0 25 0 8 0 741335091 3068862464 685474 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38366.2
Current children cumulated vsize (KiB) 2996936

[startup+4902.3 s]
/proc/loadavg: 8.08 8.07 8.04 9/420 28861
/proc/meminfo: memFree=15527192/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2996936 CPUtime=38845.4 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701744 0 0 0 3883619 916 0 0 25 0 8 0 741333152 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 749234 685954 466 189 0 743583 0
[pid=26437/tid=26440] ppid=26435 vsize=2996936 CPUtime=4857.98 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 29087 0 0 0 485751 47 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=2996936 CPUtime=4858.08 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 234134 0 0 0 485530 278 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=2996936 CPUtime=4858.75 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 48464 0 0 0 485807 68 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=2996936 CPUtime=4857.93 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 103673 0 0 0 485655 138 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=2996936 CPUtime=4882.68 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 37320 0 0 0 488213 55 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=2996936 CPUtime=4858.86 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 42959 0 0 0 485829 57 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=2996936 CPUtime=4859.05 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 149658 0 0 0 485665 240 0 0 25 0 8 0 741335091 3068862464 685954 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38845.4
Current children cumulated vsize (KiB) 2996936

[startup+4962.3 s]
/proc/loadavg: 8.03 8.05 8.04 9/420 28863
/proc/meminfo: memFree=15527172/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2996936 CPUtime=39324.5 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701786 0 0 0 3931536 916 0 0 25 0 8 0 741333152 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4669413 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 749234 685996 466 189 0 743583 0
[pid=26437/tid=26440] ppid=26435 vsize=2996936 CPUtime=4917.98 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 29087 0 0 0 491751 47 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=2996936 CPUtime=4918.08 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 234157 0 0 0 491530 278 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=2996936 CPUtime=4918.75 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 48467 0 0 0 491807 68 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=2996936 CPUtime=4917.93 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 103675 0 0 0 491655 138 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670678 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=2996936 CPUtime=4942.68 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 37328 0 0 0 494213 55 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=2996936 CPUtime=4918.86 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 42960 0 0 0 491829 57 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=2996936 CPUtime=4919.05 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 149663 0 0 0 491665 240 0 0 25 0 8 0 741335091 3068862464 685996 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39324.5
Current children cumulated vsize (KiB) 2996936

[startup+5022.3 s]
/proc/loadavg: 8.06 8.06 8.04 9/420 28864
/proc/meminfo: memFree=15527268/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2996936 CPUtime=39803.7 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701828 0 0 0 3979455 916 0 0 25 0 8 0 741333152 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 749234 686038 466 189 0 743583 0
[pid=26437/tid=26440] ppid=26435 vsize=2996936 CPUtime=4977.98 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 29089 0 0 0 497751 47 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=2996936 CPUtime=4978.08 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 234175 0 0 0 497530 278 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=2996936 CPUtime=4978.75 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 48467 0 0 0 497807 68 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=2996936 CPUtime=4977.92 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 103676 0 0 0 497654 138 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=2996936 CPUtime=5002.68 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 37341 0 0 0 500213 55 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=2996936 CPUtime=4978.86 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 42961 0 0 0 497829 57 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=2996936 CPUtime=4979.05 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 149670 0 0 0 497665 240 0 0 25 0 8 0 741335091 3068862464 686038 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39803.7
Current children cumulated vsize (KiB) 2996936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5046.9 s]
/proc/loadavg: 8.04 8.05 8.03 9/420 28865
/proc/meminfo: memFree=15527008/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2996936 CPUtime=40000.2 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701839 0 0 0 3999108 917 0 0 25 0 8 0 741333152 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/26437/statm: 749234 686049 466 189 0 743583 0
[pid=26437/tid=26440] ppid=26435 vsize=2996936 CPUtime=5002.6 cores=0-7
/proc/26437/task/26440/stat : 26440 (claspmt) R 26435 26437 26349 0 -1 4202560 29089 0 0 0 500213 47 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26437/tid=26441] ppid=26435 vsize=2996936 CPUtime=5002.69 cores=0-7
/proc/26437/task/26441/stat : 26441 (claspmt) R 26435 26437 26349 0 -1 4202560 234181 0 0 0 499991 278 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26437/tid=26442] ppid=26435 vsize=2996936 CPUtime=5003.37 cores=0-7
/proc/26437/task/26442/stat : 26442 (claspmt) R 26435 26437 26349 0 -1 4202560 48468 0 0 0 500269 68 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26437/tid=26443] ppid=26435 vsize=2996936 CPUtime=5002.52 cores=0-7
/proc/26437/task/26443/stat : 26443 (claspmt) R 26435 26437 26349 0 -1 4202560 103676 0 0 0 500114 138 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26437/tid=26444] ppid=26435 vsize=2996936 CPUtime=5027.29 cores=0-7
/proc/26437/task/26444/stat : 26444 (claspmt) R 26435 26437 26349 0 -1 4202560 37345 0 0 0 502674 55 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26437/tid=26445] ppid=26435 vsize=2996936 CPUtime=5003.48 cores=0-7
/proc/26437/task/26445/stat : 26445 (claspmt) R 26435 26437 26349 0 -1 4202560 42961 0 0 0 500291 57 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26437/tid=26446] ppid=26435 vsize=2996936 CPUtime=5003.66 cores=0-7
/proc/26437/task/26446/stat : 26446 (claspmt) R 26435 26437 26349 0 -1 4202560 149670 0 0 0 500126 240 0 0 25 0 8 0 741335091 3068862464 686049 33554432000 4194304 4964800 140736997519712 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2996936

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

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

[startup+5047.02 s]
/proc/loadavg: 8.04 8.05 8.03 9/420 28865
/proc/meminfo: memFree=15527008/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2992396 CPUtime=40000.4 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701849 0 0 0 3999128 917 0 0 25 0 1 0 741333152 3064213504 684924 33554432000 4194304 4964800 140736997519712 18446744073709551615 252457714688 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/26437/statm: 748099 684924 476 189 0 742448 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 2992396

[startup+5047.4 s]
/proc/loadavg: 8.04 8.05 8.03 9/420 28865
/proc/meminfo: memFree=15527008/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=2992396 CPUtime=40000.8 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701849 0 0 0 3999165 917 0 0 25 0 1 0 741333152 3064213504 683620 33554432000 4194304 4964800 140736997519712 18446744073709551615 252457722427 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/26437/statm: 748099 683620 476 189 0 742448 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 2992396

[startup+5047.8 s]
/proc/loadavg: 8.04 8.05 8.03 2/414 28866
/proc/meminfo: memFree=16992116/32951124 swapFree=57414320/67111528
[pid=26437] ppid=26435 vsize=1470396 CPUtime=40001.2 cores=0-7
/proc/26437/stat : 26437 (claspmt) R 26435 26437 26349 0 -1 4202496 701849 0 0 0 3999199 925 0 0 25 0 1 0 741333152 1505685504 259118 33554432000 4194304 4964800 140736997519712 18446744073709551615 252458091626 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/26437/statm: 367599 258775 476 189 0 361948 0
Current children cumulated CPU time (s) 40001.2
Current children cumulated vsize (KiB) 1470396

Child status: 0
Real time (s): 5047.87
CPU time (s): 40001.3
CPU user time (s): 39992
CPU system time (s): 9.30958
CPU usage (%): 792.439
Max. virtual memory (cumulated for all children) (KiB): 2996936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992
system time used= 9.30958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 701850
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= 28470
involuntary context switches= 143547

runsolver used 18.4312 second user time and 50.5883 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-16 03:57:07
IDJOB=3381266
IDBENCH=85764
IDSOLVER=1865
FILE ID=node111/3381266-1305511025
RUNJOBID= node111-1305510976-26363
PBS_JOBID= 13325529
Free space on /tmp= 73608 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.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-3381266-1305511025/watcher-3381266-1305511025 -o /tmp/evaluation-result-3381266-1305511025/solver-3381266-1305511025 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381266-1305511025.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=2002732056

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18358808 kB
Buffers:        304756 kB
Cached:        6072036 kB
SwapCached:      19184 kB
Active:        6970820 kB
Inactive:      7359820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18358808 kB
SwapTotal:    67111528 kB
SwapFree:     57414320 kB
Dirty:           25248 kB
Writeback:          12 kB
AnonPages:     7943864 kB
Mapped:          24752 kB
Slab:           132568 kB
PageTables:      59260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124887016 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= 73624 MiB
End job on node111 at 2011-05-16 05:21:16