Trace number 3322752

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095? (TO) 39104.2 5103.09

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...393522/instance-3322752-1304393522.cnf
1.28/1.35	c Solving...
39100.98/5100.02	
39100.98/5100.02	*** INTERRUPTED! ***
39100.98/5100.02	*** Shutting down threads...

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3322752-1304393522/watcher-3322752-1304393522 -o /tmp/evaluation-result-3322752-1304393522/solver-3322752-1304393522 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322752-1304393522.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.53 7.81 7.89 1/288 1551
/proc/meminfo: memFree=25163380/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=20872 CPUtime=0 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 488 0 0 0 0 0 0 0 23 0 1 0 550950928 21372928 417 33554432000 4194304 4964704 140735107847472 18446744073709551615 210204344864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1551/statm: 5218 417 353 189 0 92 0

[startup+0.105901 s]
/proc/loadavg: 7.53 7.81 7.89 1/288 1551
/proc/meminfo: memFree=25163380/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=66396 CPUtime=0.09 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 13305 0 0 0 8 1 0 0 24 0 1 0 550950928 67989504 11621 33554432000 4194304 4964704 140735107847472 18446744073709551615 4584026 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1551/statm: 16599 11622 388 189 0 11473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 66396

[startup+0.200872 s]
/proc/loadavg: 7.53 7.81 7.89 1/288 1551
/proc/meminfo: memFree=25163380/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=73056 CPUtime=0.19 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 15024 0 0 0 18 1 0 0 24 0 1 0 550950928 74809344 13290 33554432000 4194304 4964704 140735107847472 18446744073709551615 4567899 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1551/statm: 18264 13291 388 189 0 13138 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 73056

[startup+0.300855 s]
/proc/loadavg: 7.53 7.81 7.89 1/288 1551
/proc/meminfo: memFree=25163380/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=80088 CPUtime=0.29 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 16864 0 0 0 27 2 0 0 25 0 1 0 550950928 82010112 15055 33554432000 4194304 4964704 140735107847472 18446744073709551615 4328395 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1551/statm: 20022 15055 388 189 0 14896 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80088

[startup+0.70079 s]
/proc/loadavg: 7.53 7.81 7.89 1/288 1551
/proc/meminfo: memFree=25163380/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=106856 CPUtime=0.69 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 23755 0 0 0 66 3 0 0 25 0 1 0 550950928 109420544 21667 33554432000 4194304 4964704 140735107847472 18446744073709551615 4309940 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1551/statm: 26714 21667 388 189 0 21588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106856

[startup+1.50062 s]
/proc/loadavg: 7.53 7.81 7.89 2/289 1552
/proc/meminfo: memFree=25053768/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=734308 CPUtime=1.72 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 87244 0 0 0 143 29 0 0 25 0 8 0 550950928 751931392 69842 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 183577 69849 431 189 0 177926 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 734308

[startup+3.1004 s]
/proc/loadavg: 7.53 7.81 7.89 2/296 1559
/proc/meminfo: memFree=24743216/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=749180 CPUtime=4.16 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 123359 0 0 0 360 56 0 0 25 0 8 0 550950928 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 187295 105390 437 189 0 181644 0
[pid=1551/tid=1553] ppid=1549 vsize=749180 CPUtime=0.14 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) S 1549 1551 1249 0 -1 4202560 10732 0 0 0 8 6 0 0 17 0 8 0 550951063 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 1 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=749180 CPUtime=0.28 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) S 1549 1551 1249 0 -1 4202560 12656 0 0 0 22 6 0 0 18 0 8 0 550951063 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 3 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=749180 CPUtime=0.21 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) S 1549 1551 1249 0 -1 4202560 13620 0 0 0 16 5 0 0 17 0 8 0 550951063 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 2 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=749180 CPUtime=0.11 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) S 1549 1551 1249 0 -1 4202560 10523 0 0 0 5 6 0 0 17 0 8 0 550951063 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 0 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=749180 CPUtime=1.52 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 12278 0 0 0 146 6 0 0 19 0 8 0 550951063 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=749180 CPUtime=0.2 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) S 1549 1551 1249 0 -1 4202560 13082 0 0 0 14 6 0 0 17 0 8 0 550951064 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 6 0 0 0
[pid=1551/tid=1559] ppid=1549 vsize=749180 CPUtime=0.25 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) S 1549 1551 1249 0 -1 4202560 12377 0 0 0 16 9 0 0 17 0 8 0 550951064 767160320 105390 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 749180

[startup+6.30086 s]
/proc/loadavg: 7.08 7.71 7.86 2/296 1559
/proc/meminfo: memFree=24742480/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=749180 CPUtime=7.35 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 123565 0 0 0 679 56 0 0 25 0 8 0 550950928 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 187295 105596 437 189 0 181644 0
[pid=1551/tid=1553] ppid=1549 vsize=749180 CPUtime=0.14 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) S 1549 1551 1249 0 -1 4202560 10732 0 0 0 8 6 0 0 17 0 8 0 550951063 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 1 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=749180 CPUtime=0.28 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) S 1549 1551 1249 0 -1 4202560 12656 0 0 0 22 6 0 0 18 0 8 0 550951063 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 3 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=749180 CPUtime=0.21 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) S 1549 1551 1249 0 -1 4202560 13620 0 0 0 16 5 0 0 17 0 8 0 550951063 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 2 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=749180 CPUtime=0.11 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) S 1549 1551 1249 0 -1 4202560 10523 0 0 0 5 6 0 0 17 0 8 0 550951063 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 0 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=749180 CPUtime=4.73 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 12484 0 0 0 466 7 0 0 25 0 8 0 550951063 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670017 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=749180 CPUtime=0.2 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) S 1549 1551 1249 0 -1 4202560 13082 0 0 0 14 6 0 0 17 0 8 0 550951064 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 6 0 0 0
[pid=1551/tid=1559] ppid=1549 vsize=749180 CPUtime=0.25 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) S 1549 1551 1249 0 -1 4202560 12377 0 0 0 16 9 0 0 17 0 8 0 550951064 767160320 105596 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 749180

[startup+12.7008 s]
/proc/loadavg: 6.60 7.60 7.82 2/296 1560
/proc/meminfo: memFree=24741236/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=749180 CPUtime=13.75 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 124026 0 0 0 1319 56 0 0 25 0 8 0 550950928 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 187295 106057 437 189 0 181644 0
[pid=1551/tid=1553] ppid=1549 vsize=749180 CPUtime=0.14 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) S 1549 1551 1249 0 -1 4202560 10732 0 0 0 8 6 0 0 17 0 8 0 550951063 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 1 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=749180 CPUtime=0.28 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) S 1549 1551 1249 0 -1 4202560 12656 0 0 0 22 6 0 0 18 0 8 0 550951063 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 3 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=749180 CPUtime=0.21 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) S 1549 1551 1249 0 -1 4202560 13620 0 0 0 16 5 0 0 17 0 8 0 550951063 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 2 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=749180 CPUtime=0.11 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) S 1549 1551 1249 0 -1 4202560 10523 0 0 0 5 6 0 0 17 0 8 0 550951063 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 0 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=749180 CPUtime=11.12 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 12945 0 0 0 1105 7 0 0 25 0 8 0 550951063 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=749180 CPUtime=0.2 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) S 1549 1551 1249 0 -1 4202560 13082 0 0 0 14 6 0 0 17 0 8 0 550951064 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 6 0 0 0
[pid=1551/tid=1559] ppid=1549 vsize=749180 CPUtime=0.25 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) S 1549 1551 1249 0 -1 4202560 12377 0 0 0 16 9 0 0 17 0 8 0 550951064 767160320 106057 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.75
Current children cumulated vsize (KiB) 749180

[startup+25.5007 s]
/proc/loadavg: 5.35 7.28 7.71 2/296 1560
/proc/meminfo: memFree=24741536/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=749180 CPUtime=26.55 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 124325 0 0 0 2599 56 0 0 25 0 8 0 550950928 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 187295 106356 437 189 0 181644 0
[pid=1551/tid=1553] ppid=1549 vsize=749180 CPUtime=0.14 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) S 1549 1551 1249 0 -1 4202560 10732 0 0 0 8 6 0 0 17 0 8 0 550951063 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 1 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=749180 CPUtime=0.28 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) S 1549 1551 1249 0 -1 4202560 12656 0 0 0 22 6 0 0 18 0 8 0 550951063 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 3 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=749180 CPUtime=0.21 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) S 1549 1551 1249 0 -1 4202560 13620 0 0 0 16 5 0 0 17 0 8 0 550951063 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 2 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=749180 CPUtime=0.11 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) S 1549 1551 1249 0 -1 4202560 10523 0 0 0 5 6 0 0 17 0 8 0 550951063 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 0 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=749180 CPUtime=23.92 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 13244 0 0 0 2385 7 0 0 25 0 8 0 550951063 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=749180 CPUtime=0.2 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) S 1549 1551 1249 0 -1 4202560 13082 0 0 0 14 6 0 0 17 0 8 0 550951064 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 6 0 0 0
[pid=1551/tid=1559] ppid=1549 vsize=749180 CPUtime=0.25 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) S 1549 1551 1249 0 -1 4202560 12377 0 0 0 16 9 0 0 17 0 8 0 550951064 767160320 106356 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 26.55
Current children cumulated vsize (KiB) 749180

[startup+51.1014 s]
/proc/loadavg: 3.87 6.77 7.53 2/296 1561
/proc/meminfo: memFree=24739596/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=749180 CPUtime=52.15 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 124680 0 0 0 5159 56 0 0 25 0 8 0 550950928 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 187295 106711 437 189 0 181644 0
[pid=1551/tid=1553] ppid=1549 vsize=749180 CPUtime=0.14 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) S 1549 1551 1249 0 -1 4202560 10732 0 0 0 8 6 0 0 17 0 8 0 550951063 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 1 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=749180 CPUtime=0.28 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) S 1549 1551 1249 0 -1 4202560 12656 0 0 0 22 6 0 0 18 0 8 0 550951063 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 3 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=749180 CPUtime=0.21 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) S 1549 1551 1249 0 -1 4202560 13620 0 0 0 16 5 0 0 17 0 8 0 550951063 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 2 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=749180 CPUtime=0.11 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) S 1549 1551 1249 0 -1 4202560 10523 0 0 0 5 6 0 0 17 0 8 0 550951063 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 0 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=749180 CPUtime=49.52 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 13599 0 0 0 4945 7 0 0 25 0 8 0 550951063 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=749180 CPUtime=0.2 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) S 1549 1551 1249 0 -1 4202560 13082 0 0 0 14 6 0 0 17 0 8 0 550951064 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 6 0 0 0
[pid=1551/tid=1559] ppid=1549 vsize=749180 CPUtime=0.25 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) S 1549 1551 1249 0 -1 4202560 12377 0 0 0 16 9 0 0 17 0 8 0 550951064 767160320 106711 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 52.15
Current children cumulated vsize (KiB) 749180

[startup+102.301 s]
/proc/loadavg: 2.24 5.88 7.19 2/296 1562
/proc/meminfo: memFree=24738088/32951124 swapFree=67107192/67111528
[pid=1551] ppid=1549 vsize=749180 CPUtime=103.36 cores=0-7
/proc/1551/stat : 1551 (claspmt) S 1549 1551 1249 0 -1 4202496 124912 0 0 0 10279 57 0 0 25 0 8 0 550950928 767160320 106943 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1551/statm: 187295 106943 437 189 0 181644 0
[pid=1551/tid=1553] ppid=1549 vsize=749180 CPUtime=0.14 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) S 1549 1551 1249 0 -1 4202560 10732 0 0 0 8 6 0 0 17 0 8 0 550951063 767160320 106943 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 1 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=749180 CPUtime=0.28 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) S 1549 1551 1249 0 -1 4202560 12656 0 0 0 22 6 0 0 18 0 8 0 550951063 767160320 106943 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 3 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=749180 CPUtime=0.21 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) S 1549 1551 1249 0 -1 4202560 13620 0 0 0 16 5 0 0 17 0 8 0 550951063 767160320 106943 33554432000 4194304 4964704 140735107847472 18446744073709551615 210216463257 0 0 4096 18946 18446604465913390912 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=96672/32951124 swapFree=66028356/67111528
[pid=1551] ppid=1549 vsize=28906728 CPUtime=37523 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 7172746 0 1 0 3747246 5050 0 0 25 0 8 0 550950928 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1551/statm: 7226682 7134420 460 189 0 7221031 0
[pid=1551/tid=1553] ppid=1549 vsize=28906728 CPUtime=4664.1 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) R 1549 1551 1249 0 -1 4202560 296181 0 0 0 466025 385 0 0 25 0 8 0 550951063 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=28906728 CPUtime=4668.01 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) R 1549 1551 1249 0 -1 4202560 1706658 0 0 0 465516 1285 0 0 25 0 8 0 550951063 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=28906728 CPUtime=4667.42 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) R 1549 1551 1249 0 -1 4202560 381722 0 0 0 466319 423 0 0 25 0 8 0 550951063 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=28906728 CPUtime=4665.54 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) R 1549 1551 1249 0 -1 4202560 812723 0 0 0 465947 607 0 0 25 0 8 0 550951063 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4627248 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=28906728 CPUtime=4858.46 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 14069 0 0 0 485837 9 0 0 25 0 8 0 550951063 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=28906728 CPUtime=4666.11 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) R 1549 1551 1249 0 -1 4202560 335485 0 1 0 466306 305 0 0 25 0 8 0 550951064 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4660034 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1551/tid=1559] ppid=1549 vsize=28906728 CPUtime=4664.61 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) R 1549 1551 1249 0 -1 4202560 3254666 0 0 0 464894 1567 0 0 25 0 8 0 550951064 29600489472 7134420 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37523
Current children cumulated vsize (KiB) 28906728

[startup+4962.3 s]
/proc/loadavg: 8.18 8.09 8.01 9/296 1704
/proc/meminfo: memFree=93980/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=29149424 CPUtime=38000.7 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 7238488 0 4 0 3794969 5102 0 0 25 0 8 0 550950928 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4627269 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/1551/statm: 7287356 7196952 460 189 0 7281705 0
[pid=1551/tid=1553] ppid=1549 vsize=29149424 CPUtime=4724.1 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) R 1549 1551 1249 0 -1 4202560 297736 0 0 0 472022 388 0 0 25 0 8 0 550951063 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=29149424 CPUtime=4727.93 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) R 1549 1551 1249 0 -1 4202560 1706894 0 0 0 471508 1285 0 0 25 0 8 0 550951063 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=29149424 CPUtime=4727.34 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) R 1549 1551 1249 0 -1 4202560 381747 0 1 0 472306 428 0 0 25 0 8 0 550951063 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=29149424 CPUtime=4724.5 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) R 1549 1551 1249 0 -1 4202560 828254 0 0 0 471828 622 0 0 25 0 8 0 550951063 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=29149424 CPUtime=4917.97 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 14069 0 0 0 491788 9 0 0 25 0 8 0 550951063 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4677956 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=29149424 CPUtime=4726.05 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) R 1549 1551 1249 0 -1 4202560 335517 0 3 0 472300 305 0 0 25 0 8 0 550951064 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 5 0 0 1
[pid=1551/tid=1559] ppid=1549 vsize=29149424 CPUtime=4724.37 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) R 1549 1551 1249 0 -1 4202560 3303029 0 0 0 470842 1595 0 0 25 0 8 0 550951064 29849010176 7196952 33554432000 4194304 4964704 140735107847472 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38000.7
Current children cumulated vsize (KiB) 29149424

[startup+5022.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/296 1705
/proc/meminfo: memFree=93384/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=29149424 CPUtime=38480.1 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 7238658 0 7 0 3842910 5103 0 0 25 0 8 0 550950928 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4668904 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/1551/statm: 7287356 7197122 460 189 0 7281705 0
[pid=1551/tid=1553] ppid=1549 vsize=29149424 CPUtime=4784.08 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) R 1549 1551 1249 0 -1 4202560 297759 0 0 0 478020 388 0 0 25 0 8 0 550951063 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=29149424 CPUtime=4787.94 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) R 1549 1551 1249 0 -1 4202560 1706970 0 0 0 477508 1286 0 0 25 0 8 0 550951063 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=29149424 CPUtime=4787.34 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) R 1549 1551 1249 0 -1 4202560 381789 0 1 0 478306 428 0 0 25 0 8 0 550951063 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1551/tid=1556] ppid=1549 vsize=29149424 CPUtime=4783.95 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) R 1549 1551 1249 0 -1 4202560 828254 0 0 0 477773 622 0 0 25 0 8 0 550951063 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=29149424 CPUtime=4977.97 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 14069 0 0 0 497788 9 0 0 25 0 8 0 550951063 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=29149424 CPUtime=4786.02 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) R 1549 1551 1249 0 -1 4202560 335546 0 6 0 478297 305 0 0 25 0 8 0 550951064 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 3
[pid=1551/tid=1559] ppid=1549 vsize=29149424 CPUtime=4784.37 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) R 1549 1551 1249 0 -1 4202560 3303029 0 0 0 476842 1595 0 0 25 0 8 0 550951064 29849010176 7197122 33554432000 4194304 4964704 140735107847472 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38480.1
Current children cumulated vsize (KiB) 29149424

[startup+5082.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/296 1707
/proc/meminfo: memFree=94276/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=29149424 CPUtime=38959.5 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 7238782 0 13 0 3890849 5103 0 0 25 0 8 0 550950928 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4362287 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/1551/statm: 7287356 7196798 460 189 0 7281705 0
[pid=1551/tid=1553] ppid=1549 vsize=29149424 CPUtime=4844.08 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) R 1549 1551 1249 0 -1 4202560 297762 0 0 0 484020 388 0 0 25 0 8 0 550951063 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=29149424 CPUtime=4847.94 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) R 1549 1551 1249 0 -1 4202560 1707016 0 0 0 483508 1286 0 0 25 0 8 0 550951063 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4668918 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=29149424 CPUtime=4847.32 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) R 1549 1551 1249 0 -1 4202560 381818 0 2 0 484304 428 0 0 25 0 8 0 550951063 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 2
[pid=1551/tid=1556] ppid=1549 vsize=29149424 CPUtime=4843.43 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) R 1549 1551 1249 0 -1 4202560 828254 0 0 0 483721 622 0 0 25 0 8 0 550951063 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=29149424 CPUtime=5037.97 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 14069 0 0 0 503788 9 0 0 25 0 8 0 550951063 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4677956 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=29149424 CPUtime=4845.96 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) R 1549 1551 1249 0 -1 4202560 335592 0 11 0 484291 305 0 0 25 0 8 0 550951064 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 6
[pid=1551/tid=1559] ppid=1549 vsize=29149424 CPUtime=4844.36 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) R 1549 1551 1249 0 -1 4202560 3303029 0 0 0 482841 1595 0 0 25 0 8 0 550951064 29849010176 7196798 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38959.5
Current children cumulated vsize (KiB) 29149424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 8.07 8.08 8.01 9/296 1707
/proc/meminfo: memFree=94100/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=29149424 CPUtime=39101 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 7238819 0 13 0 3904994 5104 0 0 25 0 8 0 550950928 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4660415 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/1551/statm: 7287356 7196835 460 189 0 7281705 0
[pid=1551/tid=1553] ppid=1549 vsize=29149424 CPUtime=4861.78 cores=0-7
/proc/1551/task/1553/stat : 1553 (claspmt) R 1549 1551 1249 0 -1 4202560 297763 0 0 0 485790 388 0 0 25 0 8 0 550951063 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1551/tid=1554] ppid=1549 vsize=29149424 CPUtime=4865.65 cores=0-7
/proc/1551/task/1554/stat : 1554 (claspmt) R 1549 1551 1249 0 -1 4202560 1707024 0 0 0 485279 1286 0 0 25 0 8 0 550951063 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1551/tid=1555] ppid=1549 vsize=29149424 CPUtime=4865.03 cores=0-7
/proc/1551/task/1555/stat : 1555 (claspmt) R 1549 1551 1249 0 -1 4202560 381833 0 2 0 486075 428 0 0 25 0 8 0 550951063 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4362938 0 0 4096 18946 0 0 0 -1 1 0 0 2
[pid=1551/tid=1556] ppid=1549 vsize=29149424 CPUtime=4861.14 cores=0-7
/proc/1551/task/1556/stat : 1556 (claspmt) R 1549 1551 1249 0 -1 4202560 828254 0 0 0 485492 622 0 0 25 0 8 0 550951063 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1551/tid=1557] ppid=1549 vsize=29149424 CPUtime=5055.68 cores=0-7
/proc/1551/task/1557/stat : 1557 (claspmt) R 1549 1551 1249 0 -1 4202560 14069 0 0 0 505559 9 0 0 25 0 8 0 550951063 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4399339 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1551/tid=1558] ppid=1549 vsize=29149424 CPUtime=4863.5 cores=0-7
/proc/1551/task/1558/stat : 1558 (claspmt) R 1549 1551 1249 0 -1 4202560 335605 0 11 0 486045 305 0 0 25 0 8 0 550951064 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 6
[pid=1551/tid=1559] ppid=1549 vsize=29149424 CPUtime=4862.07 cores=0-7
/proc/1551/task/1559/stat : 1559 (claspmt) R 1549 1551 1249 0 -1 4202560 3303029 0 0 0 484612 1595 0 0 25 0 8 0 550951064 29849010176 7196835 33554432000 4194304 4964704 140735107847472 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39101
Current children cumulated vsize (KiB) 29149424

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1551

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

[startup+5100.7 s]
/proc/loadavg: 8.07 8.08 8.01 2/290 1708
/proc/meminfo: memFree=158024/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=29114456 CPUtime=39101.8 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4202496 7238832 0 14 0 3905074 5104 0 0 25 0 1 0 550950928 29813202944 7180335 33554432000 4194304 4964704 140735107847472 18446744073709551615 210204302539 0 0 4096 18946 0 0 0 17 2 0 0 2
/proc/1551/statm: 7278614 7180335 470 189 0 7272963 0
Current children cumulated CPU time (s) 39101.8
Current children cumulated vsize (KiB) 29114456

[startup+5102.3 s]
/proc/loadavg: 8.07 8.08 8.01 2/290 1708
/proc/meminfo: memFree=243796/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=0 CPUtime=39103.4 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4203524 7238834 0 14 0 3905206 5132 0 0 25 0 1 0 550950928 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 2
/proc/1551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39103.4
Current children cumulated vsize (KiB) 0

[startup+5102.7 s]
/proc/loadavg: 8.07 8.08 8.01 2/290 1708
/proc/meminfo: memFree=243796/32951124 swapFree=65891784/67111528
[pid=1551] ppid=1549 vsize=0 CPUtime=39103.8 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4203524 7238834 0 14 0 3905206 5172 0 0 25 0 1 0 550950928 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 2
/proc/1551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39103.8
Current children cumulated vsize (KiB) 0

[startup+5102.9 s]
/proc/loadavg: 7.51 7.96 7.97 2/289 1708
/proc/meminfo: memFree=25424184/32951124 swapFree=65892936/67111528
[pid=1551] ppid=1549 vsize=0 CPUtime=39104 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4203524 7238834 0 14 0 3905206 5192 0 0 25 0 1 0 550950928 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 2
/proc/1551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39104
Current children cumulated vsize (KiB) 0

[startup+5103.01 s]
/proc/loadavg: 7.51 7.96 7.97 2/289 1708
/proc/meminfo: memFree=25424184/32951124 swapFree=65892936/67111528
[pid=1551] ppid=1549 vsize=0 CPUtime=39104.1 cores=0-7
/proc/1551/stat : 1551 (claspmt) R 1549 1551 1249 0 -1 4203524 7238834 0 14 0 3905206 5203 0 0 25 0 1 0 550950928 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 2
/proc/1551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39104.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 5103.09
CPU time (s): 39104.2
CPU user time (s): 39052.1
CPU system time (s): 52.1161
CPU usage (%): 766.284
Max. virtual memory (cumulated for all children) (KiB): 29149424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39052.1
system time used= 52.1161
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7238834
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106652
involuntary context switches= 172989

runsolver used 11.8042 second user time and 34.7997 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-03 05:32:04
IDJOB=3322752
IDBENCH=88165
IDSOLVER=1711
FILE ID=node130/3322752-1304393522
RUNJOBID= node130-1304393242-1263
PBS_JOBID= 13181858
Free space on /tmp= 73620 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.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-3322752-1304393522/watcher-3322752-1304393522 -o /tmp/evaluation-result-3322752-1304393522/solver-3322752-1304393522 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322752-1304393522.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=1108280894

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25163784 kB
Buffers:        284164 kB
Cached:        2689816 kB
SwapCached:       2028 kB
Active:        5213936 kB
Inactive:      2262640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25163784 kB
SwapTotal:    67111528 kB
SwapFree:     67107192 kB
Dirty:           93576 kB
Writeback:           0 kB
AnonPages:     4501896 kB
Mapped:          23876 kB
Slab:           223520 kB
PageTables:      24720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51454988 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= 73616 MiB
End job on node130 at 2011-05-03 06:57:08