Trace number 3312007

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
STRUCTure 0.1 (hbr=2)? (TO) 4800.43 1208.13

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n220-s24359701-sat.cnf
MD5SUMceff918324677440f95867755c4e7133
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.76412
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
Number of clauses of size over 50

Solver Data

0.11/0.46	15:29 INFO : Reading from input HOME/instance-3312007-1307657729.cnf
0.19/0.53	Executor set job limit to 1000000
0.19/0.53	Executor set job limit to 1000000
0.19/0.53	Executor set job limit to 1000000
0.19/0.53	Executor set job limit to 1000000
0.19/0.53	Starting Executor!
0.19/0.53	Starting Executor!
0.19/0.53	Starting Executor!
0.19/0.53	Starting Executor!
0.19/0.58	15:29 INFO : 220 variables remaining out of 220
0.19/0.58	15:29 INFO : 3168 literals remaining out of 1848

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: 977)

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-3312007-1307657729/watcher-3312007-1307657729 -o /tmp/evaluation-result-3312007-1307657729/solver-3312007-1307657729 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312007-1307657729.cnf -hbr 2 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.86 7.41 6.35 4/176 10077
/proc/meminfo: memFree=32433868/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 1372 0 0 0 0 0 0 0 18 0 2 0 877369553 24580096 853 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 6002 860 656 9 0 382 0
[pid=10077/tid=10080] ppid=10075 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) R 10075 10077 8582 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 877369553 26714112 881 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254500687877 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.102795 s]
/proc/loadavg: 5.86 7.41 6.35 4/176 10077
/proc/meminfo: memFree=32433868/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15676420 CPUtime=0.09 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 5394 0 1 0 9 0 0 0 18 0 18 0 877369553 16052654080 4834 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3919105 4834 2115 9 0 3909824 0
[pid=10077/tid=10080] ppid=10075 vsize=15676420 CPUtime=0.07 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) D 10075 10077 8582 0 -1 4202560 3264 0 1 0 7 0 0 0 18 0 18 0 877369553 16052654080 4834 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512518603 0 4 0 16800975 18446744071562234166 0 0 -1 5 0 0 1
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676420

[startup+0.200734 s]
/proc/loadavg: 5.86 7.41 6.35 4/176 10077
/proc/meminfo: memFree=32433868/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15676420 CPUtime=0.11 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 5502 0 1 0 10 1 0 0 18 0 18 0 877369553 16052654080 4942 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3919105 4942 2116 9 0 3909824 0
[pid=10077/tid=10080] ppid=10075 vsize=15676420 CPUtime=0.08 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) D 10075 10077 8582 0 -1 4202560 3372 0 1 0 8 0 0 0 18 0 18 0 877369553 16052654080 4942 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254500497179 0 4 0 16800975 0 0 0 -1 5 0 0 3
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676420

[startup+0.300714 s]
/proc/loadavg: 5.86 7.41 6.35 4/176 10077
/proc/meminfo: memFree=32433868/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15676420 CPUtime=0.11 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 5504 0 1 0 10 1 0 0 18 0 18 0 877369553 16052654080 4944 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3919105 4944 2116 9 0 3909824 0
[pid=10077/tid=10080] ppid=10075 vsize=15676420 CPUtime=0.09 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) D 10075 10077 8582 0 -1 4202560 3374 0 1 0 8 1 0 0 18 0 18 0 877369553 16052654080 4944 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254500497179 0 4 0 16800975 0 0 0 -1 5 0 0 8
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676420

[startup+0.700551 s]
/proc/loadavg: 5.86 7.41 6.35 4/176 10077
/proc/meminfo: memFree=32433868/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15685524 CPUtime=0.64 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 11138 0 2 0 62 2 0 0 18 0 22 0 877369553 16061976576 9095 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3921381 9096 2234 9 0 3912100 0
[pid=10077/tid=10080] ppid=10075 vsize=15685524 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16061976576 9096 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 15685524

[startup+1.5014 s]
/proc/loadavg: 5.86 7.41 6.35 15/220 10121
/proc/meminfo: memFree=32186532/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15688008 CPUtime=3.81 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 45674 0 2 0 375 6 0 0 18 0 22 0 877369553 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3922002 41968 2273 9 0 3912721 0
[pid=10077/tid=10080] ppid=10075 vsize=15688008 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
[pid=10077/tid=10090] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10090/stat : 10090 (java) S 10075 10077 8582 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10091] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10091/stat : 10091 (java) S 10075 10077 8582 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10092] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10092/stat : 10092 (java) S 10075 10077 8582 0 -1 4202560 412 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10093] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10093/stat : 10093 (java) S 10075 10077 8582 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10094] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10094/stat : 10094 (java) S 10075 10077 8582 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10095] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10095/stat : 10095 (java) S 10075 10077 8582 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10096] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10096/stat : 10096 (java) S 10075 10077 8582 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10097] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10097/stat : 10097 (java) S 10075 10077 8582 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 877369554 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10099] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10099/stat : 10099 (java) S 10075 10077 8582 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 877369555 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10101] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10101/stat : 10101 (java) S 10075 10077 8582 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 877369555 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10103] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10103/stat : 10103 (java) S 10075 10077 8582 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877369555 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10104] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10104/stat : 10104 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877369557 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10105] ppid=10075 vsize=15688008 CPUtime=0.52 cores=1,3,5,7
/proc/10077/task/10105/stat : 10105 (java) S 10075 10077 8582 0 -1 4202560 1943 0 1 0 52 0 0 0 15 0 22 0 877369557 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10108] ppid=10075 vsize=15688008 CPUtime=0.52 cores=1,3,5,7
/proc/10077/task/10108/stat : 10108 (java) S 10075 10077 8582 0 -1 4202560 5310 0 0 0 52 0 0 0 15 0 22 0 877369557 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10109] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10109/stat : 10109 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 877369557 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10112] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10112/stat : 10112 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877369557 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10118] ppid=10075 vsize=15688008 CPUtime=0.6 cores=1,3,5,7
/proc/10077/task/10118/stat : 10118 (java) R 10075 10077 8582 0 -1 4202560 10282 0 0 0 59 1 0 0 16 0 22 0 877369606 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505583395 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10077/tid=10119] ppid=10075 vsize=15688008 CPUtime=0.68 cores=1,3,5,7
/proc/10077/task/10119/stat : 10119 (java) R 10075 10077 8582 0 -1 4202560 5662 0 0 0 68 0 0 0 18 0 22 0 877369606 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505674667 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10077/tid=10120] ppid=10075 vsize=15688008 CPUtime=0.51 cores=1,3,5,7
/proc/10077/task/10120/stat : 10120 (java) R 10075 10077 8582 0 -1 4202560 6250 0 0 0 51 0 0 0 16 0 22 0 877369606 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505592315 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10077/tid=10121] ppid=10075 vsize=15688008 CPUtime=0.66 cores=1,3,5,7
/proc/10077/task/10121/stat : 10121 (java) R 10075 10077 8582 0 -1 4202560 8871 0 0 0 66 0 0 0 17 0 22 0 877369606 16064520192 41968 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505592035 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 15688008

[startup+3.10108 s]
/proc/loadavg: 5.86 7.41 6.35 9/220 10121
/proc/meminfo: memFree=31397860/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15688008 CPUtime=10.18 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 218271 0 2 0 990 28 0 0 18 0 22 0 877369553 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3922002 214396 2283 9 0 3912721 0
[pid=10077/tid=10080] ppid=10075 vsize=15688008 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
[pid=10077/tid=10090] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10090/stat : 10090 (java) S 10075 10077 8582 0 -1 4202560 465 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10091] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10091/stat : 10091 (java) S 10075 10077 8582 0 -1 4202560 438 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10092] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10092/stat : 10092 (java) S 10075 10077 8582 0 -1 4202560 500 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10093] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10093/stat : 10093 (java) S 10075 10077 8582 0 -1 4202560 229 0 0 0 0 0 0 0 16 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10094] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10094/stat : 10094 (java) S 10075 10077 8582 0 -1 4202560 375 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10095] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10095/stat : 10095 (java) S 10075 10077 8582 0 -1 4202560 516 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10096] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10096/stat : 10096 (java) S 10075 10077 8582 0 -1 4202560 322 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10097] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10097/stat : 10097 (java) S 10075 10077 8582 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10099] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10099/stat : 10099 (java) S 10075 10077 8582 0 -1 4202560 349 0 0 0 0 0 0 0 16 0 22 0 877369555 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10101] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10101/stat : 10101 (java) S 10075 10077 8582 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 877369555 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10103] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10103/stat : 10103 (java) S 10075 10077 8582 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877369555 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10104] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10104/stat : 10104 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877369557 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10105] ppid=10075 vsize=15688008 CPUtime=0.59 cores=1,3,5,7
/proc/10077/task/10105/stat : 10105 (java) S 10075 10077 8582 0 -1 4202560 1967 0 1 0 59 0 0 0 15 0 22 0 877369557 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10108] ppid=10075 vsize=15688008 CPUtime=0.61 cores=1,3,5,7
/proc/10077/task/10108/stat : 10108 (java) S 10075 10077 8582 0 -1 4202560 5328 0 0 0 61 0 0 0 16 0 22 0 877369557 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10109] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10109/stat : 10109 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 877369557 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10112] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10112/stat : 10112 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877369557 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10118] ppid=10075 vsize=15688008 CPUtime=2.12 cores=1,3,5,7
/proc/10077/task/10118/stat : 10118 (java) R 10075 10077 8582 0 -1 4202560 52774 0 0 0 206 6 0 0 18 0 22 0 877369606 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505877520 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10077/tid=10119] ppid=10075 vsize=15688008 CPUtime=2.22 cores=1,3,5,7
/proc/10077/task/10119/stat : 10119 (java) R 10075 10077 8582 0 -1 4202560 47828 0 0 0 217 5 0 0 20 0 22 0 877369606 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505621094 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10077/tid=10120] ppid=10075 vsize=15688008 CPUtime=2.04 cores=1,3,5,7
/proc/10077/task/10120/stat : 10120 (java) R 10075 10077 8582 0 -1 4202560 47179 0 0 0 198 6 0 0 18 0 22 0 877369606 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505878348 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10077/tid=10121] ppid=10075 vsize=15688008 CPUtime=2.25 cores=1,3,5,7
/proc/10077/task/10121/stat : 10121 (java) R 10075 10077 8582 0 -1 4202560 53768 0 0 0 219 6 0 0 19 0 22 0 877369606 16064520192 214396 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505621335 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 15688008

[startup+6.30144 s]
/proc/loadavg: 6.03 7.42 6.36 9/220 10121
/proc/meminfo: memFree=31018024/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15688008 CPUtime=22.96 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 219000 0 2 0 2267 29 0 0 18 0 22 0 877369553 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3922002 213450 2288 9 0 3912721 0
[pid=10077/tid=10080] ppid=10075 vsize=15688008 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
[pid=10077/tid=10090] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10090/stat : 10090 (java) S 10075 10077 8582 0 -1 4202560 498 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10091] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10091/stat : 10091 (java) S 10075 10077 8582 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10092] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10092/stat : 10092 (java) S 10075 10077 8582 0 -1 4202560 565 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10093] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10093/stat : 10093 (java) S 10075 10077 8582 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10094] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10094/stat : 10094 (java) S 10075 10077 8582 0 -1 4202560 563 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10095] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10095/stat : 10095 (java) S 10075 10077 8582 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10096] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10096/stat : 10096 (java) S 10075 10077 8582 0 -1 4202560 432 0 0 0 0 0 0 0 15 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10097] ppid=10075 vsize=15688008 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10097/stat : 10097 (java) S 10075 10077 8582 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 22 0 877369554 16064520192 213450 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0

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

[pid=10077/tid=10119] ppid=10075 vsize=15687576 CPUtime=1048.81 cores=1,3,5,7
/proc/10077/task/10119/stat : 10119 (java) R 10075 10077 8582 0 -1 4202560 118166 0 0 0 104854 27 0 0 25 0 22 0 877369606 16064077824 98080 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505621024 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10077/tid=10120] ppid=10075 vsize=15687576 CPUtime=1048.49 cores=1,3,5,7
/proc/10077/task/10120/stat : 10120 (java) R 10075 10077 8582 0 -1 4202560 117727 0 0 0 104820 29 0 0 25 0 22 0 877369606 16064077824 98080 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505599283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10077/tid=10121] ppid=10075 vsize=15687576 CPUtime=1048.69 cores=1,3,5,7
/proc/10077/task/10121/stat : 10121 (java) R 10075 10077 8582 0 -1 4202560 124524 0 0 0 104841 28 0 0 25 0 22 0 877369606 16064077824 98080 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505718065 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4220.89
Current children cumulated vsize (KiB) 15687576

[startup+1122.3 s]
/proc/loadavg: 8.12 8.08 7.55 9/220 10151
/proc/meminfo: memFree=31382344/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15687576 CPUtime=4459.45 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 828533 0 2 0 445666 279 0 0 18 0 22 0 877369553 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3921894 118081 2297 9 0 3912613 0
[pid=10077/tid=10080] ppid=10075 vsize=15687576 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
[pid=10077/tid=10090] ppid=10075 vsize=15687576 CPUtime=2.95 cores=1,3,5,7
/proc/10077/task/10090/stat : 10090 (java) S 10075 10077 8582 0 -1 4202560 39127 0 0 0 282 13 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10091] ppid=10075 vsize=15687576 CPUtime=2.9 cores=1,3,5,7
/proc/10077/task/10091/stat : 10091 (java) S 10075 10077 8582 0 -1 4202560 37062 0 0 0 278 12 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10092] ppid=10075 vsize=15687576 CPUtime=3.06 cores=1,3,5,7
/proc/10077/task/10092/stat : 10092 (java) S 10075 10077 8582 0 -1 4202560 38825 0 0 0 294 12 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10093] ppid=10075 vsize=15687576 CPUtime=2.96 cores=1,3,5,7
/proc/10077/task/10093/stat : 10093 (java) S 10075 10077 8582 0 -1 4202560 37850 0 0 0 285 11 0 0 16 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10094] ppid=10075 vsize=15687576 CPUtime=3.05 cores=1,3,5,7
/proc/10077/task/10094/stat : 10094 (java) S 10075 10077 8582 0 -1 4202560 37595 0 0 0 293 12 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10095] ppid=10075 vsize=15687576 CPUtime=2.9 cores=1,3,5,7
/proc/10077/task/10095/stat : 10095 (java) S 10075 10077 8582 0 -1 4202560 35894 0 0 0 279 11 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10096] ppid=10075 vsize=15687576 CPUtime=2.95 cores=1,3,5,7
/proc/10077/task/10096/stat : 10096 (java) S 10075 10077 8582 0 -1 4202560 36915 0 0 0 283 12 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10097] ppid=10075 vsize=15687576 CPUtime=3.04 cores=1,3,5,7
/proc/10077/task/10097/stat : 10097 (java) S 10075 10077 8582 0 -1 4202560 37580 0 0 0 292 12 0 0 15 0 22 0 877369554 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10099] ppid=10075 vsize=15687576 CPUtime=2.2 cores=1,3,5,7
/proc/10077/task/10099/stat : 10099 (java) S 10075 10077 8582 0 -1 4202560 1900 0 0 0 167 53 0 0 15 0 22 0 877369555 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10101] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10101/stat : 10101 (java) S 10075 10077 8582 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 877369555 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10103] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10103/stat : 10103 (java) S 10075 10077 8582 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877369555 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10104] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10104/stat : 10104 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877369557 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10105] ppid=10075 vsize=15687576 CPUtime=0.86 cores=1,3,5,7
/proc/10077/task/10105/stat : 10105 (java) S 10075 10077 8582 0 -1 4202560 2265 0 1 0 86 0 0 0 15 0 22 0 877369557 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10108] ppid=10075 vsize=15687576 CPUtime=0.74 cores=1,3,5,7
/proc/10077/task/10108/stat : 10108 (java) S 10075 10077 8582 0 -1 4202560 5370 0 0 0 74 0 0 0 16 0 22 0 877369557 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10109] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10109/stat : 10109 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 877369557 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10112] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10112/stat : 10112 (java) S 10075 10077 8582 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 877369557 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10118] ppid=10075 vsize=15687576 CPUtime=1107.51 cores=1,3,5,7
/proc/10077/task/10118/stat : 10118 (java) R 10075 10077 8582 0 -1 4202560 130240 0 0 0 110720 31 0 0 20 0 22 0 877369606 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505665670 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10077/tid=10119] ppid=10075 vsize=15687576 CPUtime=1108 cores=1,3,5,7
/proc/10077/task/10119/stat : 10119 (java) R 10075 10077 8582 0 -1 4202560 125174 0 0 0 110771 29 0 0 25 0 22 0 877369606 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505537728 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10077/tid=10120] ppid=10075 vsize=15687576 CPUtime=1107.88 cores=1,3,5,7
/proc/10077/task/10120/stat : 10120 (java) R 10075 10077 8582 0 -1 4202560 124961 0 0 0 110757 31 0 0 25 0 22 0 877369606 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 18446744073699066043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10077/tid=10121] ppid=10075 vsize=15687576 CPUtime=1108.07 cores=1,3,5,7
/proc/10077/task/10121/stat : 10121 (java) R 10075 10077 8582 0 -1 4202560 131636 0 0 0 110776 31 0 0 25 0 22 0 877369606 16064077824 118081 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505658616 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4459.45
Current children cumulated vsize (KiB) 15687576

[startup+1182.3 s]
/proc/loadavg: 8.16 8.09 7.58 9/220 10153
/proc/meminfo: memFree=31465108/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15687576 CPUtime=4697.83 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 852753 0 2 0 469490 293 0 0 18 0 22 0 877369553 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3921894 99360 2297 9 0 3912613 0
[pid=10077/tid=10080] ppid=10075 vsize=15687576 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
[pid=10077/tid=10090] ppid=10075 vsize=15687576 CPUtime=3.11 cores=1,3,5,7
/proc/10077/task/10090/stat : 10090 (java) S 10075 10077 8582 0 -1 4202560 41609 0 0 0 298 13 0 0 16 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10091] ppid=10075 vsize=15687576 CPUtime=3.07 cores=1,3,5,7
/proc/10077/task/10091/stat : 10091 (java) S 10075 10077 8582 0 -1 4202560 40287 0 0 0 294 13 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10092] ppid=10075 vsize=15687576 CPUtime=3.2 cores=1,3,5,7
/proc/10077/task/10092/stat : 10092 (java) S 10075 10077 8582 0 -1 4202560 41613 0 0 0 307 13 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10093] ppid=10075 vsize=15687576 CPUtime=3.09 cores=1,3,5,7
/proc/10077/task/10093/stat : 10093 (java) S 10075 10077 8582 0 -1 4202560 40466 0 0 0 297 12 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10094] ppid=10075 vsize=15687576 CPUtime=3.2 cores=1,3,5,7
/proc/10077/task/10094/stat : 10094 (java) S 10075 10077 8582 0 -1 4202560 40362 0 0 0 308 12 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10095] ppid=10075 vsize=15687576 CPUtime=3.05 cores=1,3,5,7
/proc/10077/task/10095/stat : 10095 (java) S 10075 10077 8582 0 -1 4202560 38767 0 0 0 293 12 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10096] ppid=10075 vsize=15687576 CPUtime=3.1 cores=1,3,5,7
/proc/10077/task/10096/stat : 10096 (java) S 10075 10077 8582 0 -1 4202560 39961 0 0 0 297 13 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10097] ppid=10075 vsize=15687576 CPUtime=3.19 cores=1,3,5,7
/proc/10077/task/10097/stat : 10097 (java) S 10075 10077 8582 0 -1 4202560 40771 0 0 0 306 13 0 0 15 0 22 0 877369554 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10099] ppid=10075 vsize=15687576 CPUtime=2.34 cores=1,3,5,7
/proc/10077/task/10099/stat : 10099 (java) S 10075 10077 8582 0 -1 4202560 1953 0 0 0 178 56 0 0 15 0 22 0 877369555 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10101] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10101/stat : 10101 (java) S 10075 10077 8582 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 877369555 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10103] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10103/stat : 10103 (java) S 10075 10077 8582 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877369555 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10104] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10104/stat : 10104 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877369557 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10105] ppid=10075 vsize=15687576 CPUtime=0.86 cores=1,3,5,7
/proc/10077/task/10105/stat : 10105 (java) S 10075 10077 8582 0 -1 4202560 2265 0 1 0 86 0 0 0 15 0 22 0 877369557 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10108] ppid=10075 vsize=15687576 CPUtime=0.74 cores=1,3,5,7
/proc/10077/task/10108/stat : 10108 (java) S 10075 10077 8582 0 -1 4202560 5370 0 0 0 74 0 0 0 16 0 22 0 877369557 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10109] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10109/stat : 10109 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 877369557 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10112] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10112/stat : 10112 (java) S 10075 10077 8582 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 877369557 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10118] ppid=10075 vsize=15687576 CPUtime=1166.79 cores=1,3,5,7
/proc/10077/task/10118/stat : 10118 (java) R 10075 10077 8582 0 -1 4202560 130613 0 0 0 116647 32 0 0 21 0 22 0 877369606 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505583491 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10077/tid=10119] ppid=10075 vsize=15687576 CPUtime=1167.18 cores=1,3,5,7
/proc/10077/task/10119/stat : 10119 (java) R 10075 10077 8582 0 -1 4202560 125557 0 0 0 116688 30 0 0 25 0 22 0 877369606 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505599395 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10077/tid=10120] ppid=10075 vsize=15687576 CPUtime=1167.16 cores=1,3,5,7
/proc/10077/task/10120/stat : 10120 (java) R 10075 10077 8582 0 -1 4202560 125135 0 0 0 116684 32 0 0 25 0 22 0 877369606 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505592105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10077/tid=10121] ppid=10075 vsize=15687576 CPUtime=1167.34 cores=1,3,5,7
/proc/10077/task/10121/stat : 10121 (java) R 10075 10077 8582 0 -1 4202560 131882 0 0 0 116702 32 0 0 25 0 22 0 877369606 16064077824 99360 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505673456 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4697.83
Current children cumulated vsize (KiB) 15687576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.1 s]
/proc/loadavg: 8.23 8.11 7.61 10/220 10154
/proc/meminfo: memFree=31463852/32950928 swapFree=67053604/67111528
[pid=10077] ppid=10075 vsize=15687576 CPUtime=4800.39 cores=1,3,5,7
/proc/10077/stat : 10077 (java) S 10075 10077 8582 0 -1 4202496 875475 0 2 0 479740 299 0 0 18 0 22 0 877369553 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10077/statm: 3921894 106321 2297 9 0 3912613 0
[pid=10077/tid=10080] ppid=10075 vsize=15687576 CPUtime=0.22 cores=1,3,5,7
/proc/10077/task/10080/stat : 10080 (java) S 10075 10077 8582 0 -1 4202560 4691 0 1 0 21 1 0 0 19 0 22 0 877369553 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 15
[pid=10077/tid=10090] ppid=10075 vsize=15687576 CPUtime=3.17 cores=1,3,5,7
/proc/10077/task/10090/stat : 10090 (java) S 10075 10077 8582 0 -1 4202560 42300 0 0 0 304 13 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10091] ppid=10075 vsize=15687576 CPUtime=3.14 cores=1,3,5,7
/proc/10077/task/10091/stat : 10091 (java) S 10075 10077 8582 0 -1 4202560 40791 0 0 0 301 13 0 0 16 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10092] ppid=10075 vsize=15687576 CPUtime=3.27 cores=1,3,5,7
/proc/10077/task/10092/stat : 10092 (java) S 10075 10077 8582 0 -1 4202560 42400 0 0 0 314 13 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10093] ppid=10075 vsize=15687576 CPUtime=3.15 cores=1,3,5,7
/proc/10077/task/10093/stat : 10093 (java) S 10075 10077 8582 0 -1 4202560 40931 0 0 0 303 12 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10094] ppid=10075 vsize=15687576 CPUtime=3.26 cores=1,3,5,7
/proc/10077/task/10094/stat : 10094 (java) S 10075 10077 8582 0 -1 4202560 40744 0 0 0 314 12 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10095] ppid=10075 vsize=15687576 CPUtime=3.11 cores=1,3,5,7
/proc/10077/task/10095/stat : 10095 (java) S 10075 10077 8582 0 -1 4202560 39536 0 0 0 299 12 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10096] ppid=10075 vsize=15687576 CPUtime=3.15 cores=1,3,5,7
/proc/10077/task/10096/stat : 10096 (java) S 10075 10077 8582 0 -1 4202560 40605 0 0 0 302 13 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10097] ppid=10075 vsize=15687576 CPUtime=3.26 cores=1,3,5,7
/proc/10077/task/10097/stat : 10097 (java) S 10075 10077 8582 0 -1 4202560 41406 0 0 0 313 13 0 0 15 0 22 0 877369554 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10099] ppid=10075 vsize=15687576 CPUtime=2.39 cores=1,3,5,7
/proc/10077/task/10099/stat : 10099 (java) S 10075 10077 8582 0 -1 4202560 2016 0 0 0 182 57 0 0 15 0 22 0 877369555 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10101] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10101/stat : 10101 (java) S 10075 10077 8582 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 877369555 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10103] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10103/stat : 10103 (java) S 10075 10077 8582 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877369555 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10104] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10104/stat : 10104 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877369557 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10105] ppid=10075 vsize=15687576 CPUtime=0.86 cores=1,3,5,7
/proc/10077/task/10105/stat : 10105 (java) S 10075 10077 8582 0 -1 4202560 2265 0 1 0 86 0 0 0 15 0 22 0 877369557 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=10077/tid=10108] ppid=10075 vsize=15687576 CPUtime=0.74 cores=1,3,5,7
/proc/10077/task/10108/stat : 10108 (java) S 10075 10077 8582 0 -1 4202560 5370 0 0 0 74 0 0 0 16 0 22 0 877369557 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=10077/tid=10109] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10109/stat : 10109 (java) S 10075 10077 8582 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 877369557 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 5 0 0 0
[pid=10077/tid=10112] ppid=10075 vsize=15687576 CPUtime=0 cores=1,3,5,7
/proc/10077/task/10112/stat : 10112 (java) S 10075 10077 8582 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 877369557 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 7 0 0 0
[pid=10077/tid=10118] ppid=10075 vsize=15687576 CPUtime=1192.25 cores=1,3,5,7
/proc/10077/task/10118/stat : 10118 (java) R 10075 10077 8582 0 -1 4202560 135102 0 0 0 119192 33 0 0 25 0 22 0 877369606 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505592352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10077/tid=10119] ppid=10075 vsize=15687576 CPUtime=1192.7 cores=1,3,5,7
/proc/10077/task/10119/stat : 10119 (java) R 10075 10077 8582 0 -1 4202560 129961 0 0 0 119239 31 0 0 25 0 22 0 877369606 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10077/tid=10120] ppid=10075 vsize=15687576 CPUtime=1192.69 cores=1,3,5,7
/proc/10077/task/10120/stat : 10120 (java) R 10075 10077 8582 0 -1 4202560 129646 0 0 0 119236 33 0 0 25 0 22 0 877369606 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505592169 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10077/tid=10121] ppid=10075 vsize=15687576 CPUtime=1192.84 cores=1,3,5,7
/proc/10077/task/10121/stat : 10121 (java) R 10075 10077 8582 0 -1 4202560 136260 0 0 0 119252 32 0 0 25 0 22 0 877369606 16064077824 106321 33554432000 1073741824 1073778376 140737006557472 18446744073709551615 46912505674976 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 15687576

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

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

Child status: 143
Real time (s): 1208.13
CPU time (s): 4800.43
CPU user time (s): 4797.43
CPU system time (s): 3.00754
CPU usage (%): 397.344
Max. virtual memory (cumulated for all children) (KiB): 15689320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.43
system time used= 3.00754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 875502
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357046
involuntary context switches= 178003

runsolver used 1.9427 second user time and 4.69928 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-10 00:15:29
IDJOB=3312007
IDBENCH=83146
IDSOLVER=1698
FILE ID=node149/3312007-1307657729
RUNJOBID= node149-1307657729-10051
PBS_JOBID= 13549399
Free space on /tmp= 74000 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n220-s24359701-sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312007-1307657729/watcher-3312007-1307657729 -o /tmp/evaluation-result-3312007-1307657729/solver-3312007-1307657729 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312007-1307657729.cnf -hbr 2

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=476071184

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:     32950928 kB
MemFree:      32434304 kB
Buffers:         49772 kB
Cached:         313192 kB
SwapCached:      10264 kB
Active:         116616 kB
Inactive:       264408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32434304 kB
SwapTotal:    67111528 kB
SwapFree:     67053604 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:       15308 kB
Mapped:           8452 kB
Slab:            70084 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187180 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= 74000 MiB
End job on node149 at 2011-06-10 00:35:39