Trace number 3380552

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) 5103.48 5100.85

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug5.cnf
MD5SUMc77a56af24208a6401c763e11a38de01
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.52301
Satisfiable
(Un)Satisfiability was proved
Number of variables520770
Number of clauses13380350
Sum of the clauses size39210884
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28710587
Number of clauses of size 34215482
Number of clauses of size 425225
Number of clauses of size 515593
Number of clauses of size over 5413462

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...481275/instance-3380552-1305481275.cnf
4.49/4.59	c Solving...
5102.62/5100.01	
5102.62/5100.01	*** INTERRUPTED! ***
5102.62/5100.01	*** Shutting down threads...
5103.42/5100.83	s UNKNOWN
5103.42/5100.83	
5103.42/5100.83	c INTERRUPTED   : 1
5103.42/5100.83	c Models        : 0+    
5103.42/5100.83	c Time          : 5100.023s (Solving: 5095.43s 1st Model: 0.00s Unsat: 0.00s)
5103.42/5100.83	c CPU Time      : 5102.640s

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-3380552-1305481275/watcher-3380552-1305481275 -o /tmp/evaluation-result-3380552-1305481275/solver-3380552-1305481275 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380552-1305481275.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: 5.33 1.76 0.62 1/327 20390
/proc/meminfo: memFree=19845924/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=87000 CPUtime=0 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 2462 0 0 0 0 0 0 0 23 0 1 0 659726592 89088000 2392 33554432000 4194304 4964800 140735767729696 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 21750 2398 376 189 0 16624 0

[startup+0.0410939 s]
/proc/loadavg: 5.33 1.76 0.62 1/327 20390
/proc/meminfo: memFree=19845924/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=87000 CPUtime=0.03 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 13166 0 0 0 2 1 0 0 23 0 1 0 659726592 89088000 13096 33554432000 4194304 4964800 140735767729696 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 21750 13110 376 189 0 16624 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 87000

[startup+0.101064 s]
/proc/loadavg: 5.33 1.76 0.62 1/327 20390
/proc/meminfo: memFree=19845924/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=125012 CPUtime=0.09 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 30103 0 0 0 6 3 0 0 23 0 1 0 659726592 128012288 25965 33554432000 4194304 4964800 140735767729696 18446744073709551615 232335553221 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 31253 25966 388 189 0 26127 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 125012

[startup+0.301029 s]
/proc/loadavg: 5.33 1.76 0.62 1/327 20390
/proc/meminfo: memFree=19845924/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=139808 CPUtime=0.29 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 33962 0 0 0 25 4 0 0 24 0 1 0 659726592 143163392 29666 33554432000 4194304 4964800 140735767729696 18446744073709551615 4567897 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 34952 29666 388 189 0 29826 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 139808

[startup+0.700955 s]
/proc/loadavg: 5.33 1.76 0.62 1/327 20390
/proc/meminfo: memFree=19845924/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=166684 CPUtime=0.69 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 40918 0 0 0 63 6 0 0 25 0 1 0 659726592 170684416 36343 33554432000 4194304 4964800 140735767729696 18446744073709551615 232335892224 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 41671 36344 388 189 0 36545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 166684

[startup+2.61161 s]
/proc/loadavg: 5.33 1.76 0.62 1/327 20390
/proc/meminfo: memFree=19845924/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=289604 CPUtime=2.6 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 72353 0 0 0 246 14 0 0 25 0 1 0 659726592 296554496 66587 33554432000 4194304 4964800 140735767729696 18446744073709551615 232335892224 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 72401 66587 388 189 0 67275 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 289604

[startup+3.10053 s]
/proc/loadavg: 4.99 1.75 0.62 2/328 20391
/proc/meminfo: memFree=19566996/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=324084 CPUtime=3.09 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 81349 0 0 0 292 17 0 0 25 0 1 0 659726592 331862016 74738 33554432000 4194304 4964800 140735767729696 18446744073709551615 232335547816 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20390/statm: 81021 74738 390 189 0 75895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 324084

[startup+6.30097 s]
/proc/loadavg: 5.07 1.82 0.65 2/335 20398
/proc/meminfo: memFree=18672408/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=8.78 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 339384 0 0 0 734 144 0 0 25 0 8 0 659726592 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 293718 434 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=0.95 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 33219 0 0 0 82 13 0 0 18 0 8 0 659727052 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 293718 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1363088

[startup+12.7008 s]
/proc/loadavg: 4.74 1.80 0.65 2/335 20399
/proc/meminfo: memFree=18672164/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=15.19 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 339406 0 0 0 1375 144 0 0 25 0 8 0 659726592 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 293740 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=7.36 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 33241 0 0 0 723 13 0 0 25 0 8 0 659727052 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 293740 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 1363088

[startup+25.5005 s]
/proc/loadavg: 4.17 1.78 0.65 2/335 20399
/proc/meminfo: memFree=18672060/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=27.98 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 339598 0 0 0 2654 144 0 0 25 0 8 0 659726592 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 293932 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=20.14 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 33433 0 0 0 2001 13 0 0 25 0 8 0 659727052 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 293932 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 27.98
Current children cumulated vsize (KiB) 1363088

[startup+51.101 s]
/proc/loadavg: 2.92 1.70 0.66 2/335 20400
/proc/meminfo: memFree=18671736/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=53.58 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 339697 0 0 0 5214 144 0 0 25 0 8 0 659726592 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 294031 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=45.75 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 33532 0 0 0 4562 13 0 0 25 0 8 0 659727052 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 294031 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 53.58
Current children cumulated vsize (KiB) 1363088

[startup+102.301 s]
/proc/loadavg: 1.83 1.59 0.68 2/335 20401
/proc/meminfo: memFree=18669984/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=104.79 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 340018 0 0 0 10334 145 0 0 25 0 8 0 659726592 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 294352 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=96.94 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 33853 0 0 0 9681 13 0 0 25 0 8 0 659727052 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 4342196 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 294352 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 104.79
Current children cumulated vsize (KiB) 1363088

[startup+162.301 s]
/proc/loadavg: 1.30 1.48 0.70 2/335 20403
/proc/meminfo: memFree=18668956/32951124 swapFree=66457188/67111528

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

/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4784.92
Current children cumulated vsize (KiB) 1363088

[startup+4842.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/335 20548
/proc/meminfo: memFree=18644896/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=4844.91 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 346061 0 0 0 484342 149 0 0 25 0 8 0 659726592 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 300395 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=4837.07 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 39896 0 0 0 483689 18 0 0 25 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4844.91
Current children cumulated vsize (KiB) 1363088

[startup+4902.31 s]
/proc/loadavg: 1.06 1.04 1.00 2/335 20550
/proc/meminfo: memFree=18644984/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=4904.92 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 346061 0 0 0 490343 149 0 0 25 0 8 0 659726592 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 300395 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=4897.09 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 39896 0 0 0 489691 18 0 0 25 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4904.92
Current children cumulated vsize (KiB) 1363088

[startup+4962.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/335 20552
/proc/meminfo: memFree=18645088/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=4964.91 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 346061 0 0 0 496342 149 0 0 25 0 8 0 659726592 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 300395 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=4957.08 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 39896 0 0 0 495690 18 0 0 25 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 4669089 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300395 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4964.91
Current children cumulated vsize (KiB) 1363088

[startup+5022.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/335 20556
/proc/meminfo: memFree=18645224/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=5024.91 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 346062 0 0 0 502342 149 0 0 25 0 8 0 659726592 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 300396 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=5017.08 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 39897 0 0 0 501690 18 0 0 25 0 8 0 659727052 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300396 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5024.91
Current children cumulated vsize (KiB) 1363088

[startup+5082.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/335 20558
/proc/meminfo: memFree=18645172/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=5084.91 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 346069 0 0 0 508342 149 0 0 25 0 8 0 659726592 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 300403 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=5077.08 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 39904 0 0 0 507690 18 0 0 25 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5084.91
Current children cumulated vsize (KiB) 1363088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 1.00 1.02 1.00 2/335 20558
/proc/meminfo: memFree=18645168/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1363088 CPUtime=5102.62 cores=0-7
/proc/20390/stat : 20390 (claspmt) S 20388 20390 20328 0 -1 4202496 346069 0 0 0 510113 149 0 0 25 0 8 0 659726592 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/20390/statm: 340772 300403 436 189 0 335121 0
[pid=20390/tid=20392] ppid=20388 vsize=1363088 CPUtime=0.38 cores=0-7
/proc/20390/task/20392/stat : 20392 (claspmt) S 20388 20390 20328 0 -1 4202560 27802 0 0 0 21 17 0 0 18 0 8 0 659727051 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 3 0 0 0
[pid=20390/tid=20393] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20393/stat : 20393 (claspmt) S 20388 20390 20328 0 -1 4202560 31701 0 0 0 48 18 0 0 18 0 8 0 659727051 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 7 0 0 0
[pid=20390/tid=20394] ppid=20388 vsize=1363088 CPUtime=0.66 cores=0-7
/proc/20390/task/20394/stat : 20394 (claspmt) S 20388 20390 20328 0 -1 4202560 33736 0 0 0 50 16 0 0 18 0 8 0 659727051 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 5 0 0 0
[pid=20390/tid=20395] ppid=20388 vsize=1363088 CPUtime=0.21 cores=0-7
/proc/20390/task/20395/stat : 20395 (claspmt) S 20388 20390 20328 0 -1 4202560 27738 0 0 0 6 15 0 0 16 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 0 0 0 0
[pid=20390/tid=20396] ppid=20388 vsize=1363088 CPUtime=5094.79 cores=0-7
/proc/20390/task/20396/stat : 20396 (claspmt) R 20388 20390 20328 0 -1 4202560 39904 0 0 0 509461 18 0 0 25 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=20390/tid=20397] ppid=20388 vsize=1363088 CPUtime=0.59 cores=0-7
/proc/20390/task/20397/stat : 20397 (claspmt) S 20388 20390 20328 0 -1 4202560 34291 0 0 0 43 16 0 0 16 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 6 0 0 0
[pid=20390/tid=20398] ppid=20388 vsize=1363088 CPUtime=0.69 cores=0-7
/proc/20390/task/20398/stat : 20398 (claspmt) S 20388 20390 20328 0 -1 4202560 31784 0 0 0 46 23 0 0 16 0 8 0 659727052 1395802112 300403 33554432000 4194304 4964800 140735767729696 18446744073709551615 232347708313 0 0 4096 18946 18446604449460672640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5102.62
Current children cumulated vsize (KiB) 1363088

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

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

[startup+5100.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/329 20559
/proc/meminfo: memFree=18735364/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=1248652 CPUtime=5103.02 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 346079 0 0 0 510152 150 0 0 18 0 1 0 659726592 1278619648 266267 33554432000 4194304 4964800 140735767729696 18446744073709551615 232335935623 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/20390/statm: 312163 266267 446 189 0 306512 0
Current children cumulated CPU time (s) 5103.02
Current children cumulated vsize (KiB) 1248652

[startup+5100.8 s]
/proc/loadavg: 1.00 1.02 1.00 2/329 20559
/proc/meminfo: memFree=18735364/32951124 swapFree=66457188/67111528
[pid=20390] ppid=20388 vsize=893064 CPUtime=5103.42 cores=0-7
/proc/20390/stat : 20390 (claspmt) R 20388 20390 20328 0 -1 4202496 346079 0 0 0 510189 153 0 0 18 0 1 0 659726592 914497536 108307 33554432000 4194304 4964800 140735767729696 18446744073709551615 232335548315 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/20390/statm: 223266 108307 446 189 0 217615 0
Current children cumulated CPU time (s) 5103.42
Current children cumulated vsize (KiB) 893064

Child status: 20
Real time (s): 5100.85
CPU time (s): 5103.48
CPU user time (s): 5101.92
CPU system time (s): 1.55176
CPU usage (%): 100.051
Max. virtual memory (cumulated for all children) (KiB): 1363088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5101.92
system time used= 1.55176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346080
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= 150226
involuntary context switches= 19375

runsolver used 15.1457 second user time and 40.4848 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 19:41:24
IDJOB=3380552
IDBENCH=20582
IDSOLVER=1865
FILE ID=node132/3380552-1305481275
RUNJOBID= node132-1305481203-20342
PBS_JOBID= 13325348
Free space on /tmp= 73044 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug5.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-3380552-1305481275/watcher-3380552-1305481275 -o /tmp/evaluation-result-3380552-1305481275/solver-3380552-1305481275 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380552-1305481275.cnf

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

MD5SUM BENCH= c77a56af24208a6401c763e11a38de01
RANDOM SEED=1693792417

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19846196 kB
Buffers:        310216 kB
Cached:        6395656 kB
SwapCached:       6904 kB
Active:        6198240 kB
Inactive:      6582160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19846196 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:          308384 kB
Writeback:           0 kB
AnonPages:     6072672 kB
Mapped:          22444 kB
Slab:           229356 kB
PageTables:      31132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58149808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73040 MiB
End job on node132 at 2011-05-15 21:06:26