Trace number 3744531

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.05 1774.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_9_ic.opb
MD5SUM682b99afc8253237d78b2f22551fbcba
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18576569
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48555114814
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48555114814
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3744531-1338812482.opb
0.10/0.11	c reading problem ... 
3.66/2.24	c ... done. Wall clock time 2.126s.
3.66/2.24	c #vars     125200
3.66/2.24	c #constraints  257658
3.66/2.24	c constraints type 
3.66/2.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
3.66/2.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14750
3.66/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121425
3.66/2.24	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1062.81/1044.51	c cleaning 164499 clauses out of 329000
1727.39/1702.46	c cleaning 146751 clauses out of 293502
1800.01/1774.38	c starts		: 20
1800.01/1774.38	c conflicts		: 474669
1800.01/1774.38	c decisions		: 526579
1800.01/1774.38	c propagations		: 523953715
1800.01/1774.38	c inspects		: 3785357107
1800.01/1774.38	c learnt literals	: 0
1800.01/1774.38	c learnt binary clauses	: 0
1800.01/1774.38	c learnt ternary clauses	: 0
1800.01/1774.38	c learnt clauses	: 474669
1800.01/1774.38	c ignored clauses	: 0
1800.01/1774.38	c root simplifications	: 0
1800.01/1774.38	c removed literals (reason simplification)	: 66052909
1800.01/1774.38	c reason swapping (by a shorter reason)	: 0
1800.01/1774.38	c Calls to reduceDB	: 2
1800.01/1774.38	c speed (assignments/second)	: 295661.14641989954
1800.01/1774.38	c non guided choices	0
1800.01/1774.41	c learnt constraints type 
1800.01/1774.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 163425
1800.01/1774.41	c constraints type 
1800.01/1774.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/1774.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14750
1800.01/1774.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121425
1800.01/1774.41	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1800.01/1774.41	s UNKNOWN
1800.01/1774.41	c Total wall clock time (in seconds): 1774.299

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744531-1338812482/watcher-3744531-1338812482 -o /tmp/evaluation-result-3744531-1338812482/solver-3744531-1338812482 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744531-1338812482.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.81 2.11 2.80 5/192 3124
/proc/meminfo: memFree=27114808/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3124/stat : 3124 (java) R 3122 3124 32548 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 347373279 23793664 708 33554432000 1073741824 1073778376 140733382890256 140733382879320 227132094544 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 5809 708 522 9 0 128 0

[startup+0.04607 s]
/proc/loadavg: 1.81 2.11 2.80 5/192 3124
/proc/meminfo: memFree=27114808/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 3687 0 1 0 2 1 0 0 20 0 13 0 347373279 2371293184 4894 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 578929 4894 1700 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.10025 s]
/proc/loadavg: 1.81 2.11 2.80 5/192 3124
/proc/meminfo: memFree=27114808/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 4684 0 1 0 9 1 0 0 20 0 18 0 347373279 2712133632 6401 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 662142 6401 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.30023 s]
/proc/loadavg: 1.81 2.11 2.80 5/192 3124
/proc/meminfo: memFree=27114808/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2648568 CPUtime=0.51 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 6698 0 1 0 50 1 0 0 20 0 18 0 347373279 2712133632 12132 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 662142 12145 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2648568

[startup+0.700241 s]
/proc/loadavg: 1.81 2.11 2.80 5/192 3124
/proc/meminfo: memFree=27114808/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2648568 CPUtime=1.52 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 13921 0 1 0 148 4 0 0 20 0 18 0 347373279 2712133632 38623 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 662142 38623 2234 9 0 652835 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 1.81 2.11 2.80 3/211 3143
/proc/meminfo: memFree=26617548/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2648568 CPUtime=2.66 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 14224 0 1 0 249 17 0 0 20 0 18 0 347373279 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 662142 113418 2250 9 0 652835 0
[pid=3124/tid=3126] ppid=3122 vsize=2648568 CPUtime=1.35 cores=0,2,4,6
/proc/3124/task/3126/stat : 3126 (java) R 3122 3124 32548 0 -1 4202560 2912 0 1 0 128 7 0 0 20 0 18 0 347373279 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714768130176 227144688909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3127] ppid=3122 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/3124/task/3127/stat : 3127 (java) S 3122 3124 32548 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714752588328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) S 3122 3124 32548 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714751535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3129] ppid=3122 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/3124/task/3129/stat : 3129 (java) S 3122 3124 32548 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714750482728 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3130] ppid=3122 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/3124/task/3130/stat : 3130 (java) S 3122 3124 32548 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714749429928 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3131] ppid=3122 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/3124/task/3131/stat : 3131 (java) S 3122 3124 32548 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714748378152 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3132] ppid=3122 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/3124/task/3132/stat : 3132 (java) S 3122 3124 32548 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714747325352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3133] ppid=3122 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/3124/task/3133/stat : 3133 (java) S 3122 3124 32548 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714746272552 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3134] ppid=3122 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/3124/task/3134/stat : 3134 (java) S 3122 3124 32548 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 347373280 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714745219752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3135] ppid=3122 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3135/stat : 3135 (java) S 3122 3124 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347373282 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714614688232 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3136] ppid=3122 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3136/stat : 3136 (java) S 3122 3124 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347373282 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714613634296 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3137] ppid=3122 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3137/stat : 3137 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347373282 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714612581384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3138] ppid=3122 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3138/stat : 3138 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347373285 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714611529872 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3139] ppid=3122 vsize=2648568 CPUtime=0.42 cores=0,2,4,6
/proc/3124/task/3139/stat : 3139 (java) S 3122 3124 32548 0 -1 4202560 5904 0 0 0 42 0 0 0 20 0 18 0 347373285 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714610478008 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3140] ppid=3122 vsize=2648568 CPUtime=0.39 cores=0,2,4,6
/proc/3124/task/3140/stat : 3140 (java) S 3122 3124 32548 0 -1 4202560 4033 0 0 0 39 0 0 0 20 0 18 0 347373285 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714609425208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3141] ppid=3122 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3141/stat : 3141 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347373285 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714608372600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3142] ppid=3122 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3142/stat : 3142 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347373285 2712133632 113418 33554432000 1073741824 1073778376 140733382890256 140714607320008 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 2648568

[startup+3.10068 s]
/proc/loadavg: 1.82 2.10 2.79 7/211 3143
/proc/meminfo: memFree=26309232/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2715132 CPUtime=5.07 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 14428 0 1 0 481 26 0 0 20 0 19 0 347373279 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 678783 131401 2272 9 0 669476 0
[pid=3124/tid=3126] ppid=3122 vsize=2715132 CPUtime=2.84 cores=0,2,4,6
/proc/3124/task/3126/stat : 3126 (java) R 3122 3124 32548 0 -1 4202560 2924 0 1 0 277 7 0 0 20 0 19 0 347373279 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714768138472 140714622044880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3127] ppid=3122 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3127/stat : 3127 (java) S 3122 3124 32548 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714752588328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) S 3122 3124 32548 0 -1 4202560 39 0 0 0 6 3 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714751535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3129] ppid=3122 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/3124/task/3129/stat : 3129 (java) S 3122 3124 32548 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714750482728 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3130] ppid=3122 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/3124/task/3130/stat : 3130 (java) S 3122 3124 32548 0 -1 4202560 77 0 0 0 12 4 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714749429928 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3131] ppid=3122 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/3124/task/3131/stat : 3131 (java) S 3122 3124 32548 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714748378152 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3132] ppid=3122 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/3124/task/3132/stat : 3132 (java) S 3122 3124 32548 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714747325352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3133] ppid=3122 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/3124/task/3133/stat : 3133 (java) S 3122 3124 32548 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714746272552 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3134] ppid=3122 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/3124/task/3134/stat : 3134 (java) S 3122 3124 32548 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 347373280 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714745219752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3135] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3135/stat : 3135 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714614688232 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3136] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3136/stat : 3136 (java) S 3122 3124 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714613634296 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3137] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3137/stat : 3137 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714612581384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3138] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3138/stat : 3138 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714611529872 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3139] ppid=3122 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/3124/task/3139/stat : 3139 (java) S 3122 3124 32548 0 -1 4202560 5914 0 0 0 64 0 0 0 20 0 19 0 347373285 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714610478008 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3140] ppid=3122 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/3124/task/3140/stat : 3140 (java) S 3122 3124 32548 0 -1 4202560 4036 0 0 0 68 0 0 0 20 0 19 0 347373285 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714609425208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3141] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3141/stat : 3141 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714608372600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3142] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3142/stat : 3142 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 131401 33554432000 1073741824 1073778376 140733382890256 140714607320008 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 2715132

[startup+6.30074 s]
/proc/loadavg: 1.82 2.10 2.79 3/213 3145
/proc/meminfo: memFree=26235164/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2715132 CPUtime=8.64 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 14557 0 1 0 838 26 0 0 20 0 19 0 347373279 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 678783 133451 2272 9 0 669476 0
[pid=3124/tid=3126] ppid=3122 vsize=2715132 CPUtime=5.88 cores=0,2,4,6
/proc/3124/task/3126/stat : 3126 (java) R 3122 3124 32548 0 -1 4202560 2928 0 1 0 581 7 0 0 20 0 19 0 347373279 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714768138712 140714621780916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3127] ppid=3122 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/3124/task/3127/stat : 3127 (java) S 3122 3124 32548 0 -1 4202560 118 0 0 0 12 2 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714752588328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) S 3122 3124 32548 0 -1 4202560 50 0 0 0 14 3 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714751535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3129] ppid=3122 vsize=2715132 CPUtime=0.15 cores=0,2,4,6
/proc/3124/task/3129/stat : 3129 (java) S 3122 3124 32548 0 -1 4202560 46 0 0 0 12 3 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714750482728 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3130] ppid=3122 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/3124/task/3130/stat : 3130 (java) S 3122 3124 32548 0 -1 4202560 84 0 0 0 17 4 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714749429928 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3131] ppid=3122 vsize=2715132 CPUtime=0.15 cores=0,2,4,6
/proc/3124/task/3131/stat : 3131 (java) S 3122 3124 32548 0 -1 4202560 51 0 0 0 13 2 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714748378152 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3132] ppid=3122 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/3124/task/3132/stat : 3132 (java) S 3122 3124 32548 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714747325352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3133] ppid=3122 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/3124/task/3133/stat : 3133 (java) S 3122 3124 32548 0 -1 4202560 45 0 0 0 11 2 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714746272552 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3134] ppid=3122 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/3124/task/3134/stat : 3134 (java) S 3122 3124 32548 0 -1 4202560 52 0 0 0 14 2 0 0 20 0 19 0 347373280 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714745219752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3135] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3135/stat : 3135 (java) S 3122 3124 32548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714614688232 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3136] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3136/stat : 3136 (java) S 3122 3124 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714613634296 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3137] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3137/stat : 3137 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714612581384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3138] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3138/stat : 3138 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714611529872 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3139] ppid=3122 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/3124/task/3139/stat : 3139 (java) S 3122 3124 32548 0 -1 4202560 5914 0 0 0 69 0 0 0 20 0 19 0 347373285 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714610478008 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3140] ppid=3122 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/3124/task/3140/stat : 3140 (java) S 3122 3124 32548 0 -1 4202560 4036 0 0 0 68 0 0 0 20 0 19 0 347373285 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714609425208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3141] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3141/stat : 3141 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714608372600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3142] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3142/stat : 3142 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714607320008 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3144] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3144/stat : 3144 (java) S 3122 3124 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347373517 2780295168 133451 33554432000 1073741824 1073778376 140733382890256 140714606265512 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 1.77 2.08 2.78 3/213 3202
/proc/meminfo: memFree=26019880/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2715132 CPUtime=15.75 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 14775 0 1 0 1542 33 0 0 20 0 19 0 347373279 2780295168 146368 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

[pid=3124/tid=3130] ppid=3122 vsize=2715132 CPUtime=4.3 cores=0,2,4,6
/proc/3124/task/3130/stat : 3130 (java) R 3122 3124 32548 0 -1 4202560 451 0 0 0 417 13 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714749429952 227144688053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3131] ppid=3122 vsize=2715132 CPUtime=4.1 cores=0,2,4,6
/proc/3124/task/3131/stat : 3131 (java) R 3122 3124 32548 0 -1 4202560 415 0 0 0 400 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714748378280 227141258375 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3132] ppid=3122 vsize=2715132 CPUtime=4.22 cores=0,2,4,6
/proc/3124/task/3132/stat : 3132 (java) R 3122 3124 32548 0 -1 4202560 410 0 0 0 411 11 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714747325480 227141258375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3133] ppid=3122 vsize=2715132 CPUtime=4.01 cores=0,2,4,6
/proc/3124/task/3133/stat : 3133 (java) R 3122 3124 32548 0 -1 4202560 398 0 0 0 392 9 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714746272552 227141258375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3134] ppid=3122 vsize=2715132 CPUtime=4.43 cores=0,2,4,6
/proc/3124/task/3134/stat : 3134 (java) R 3122 3124 32548 0 -1 4202560 414 0 0 0 434 9 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714745219880 227141258375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3135] ppid=3122 vsize=2715132 CPUtime=1.23 cores=0,2,4,6
/proc/3124/task/3135/stat : 3135 (java) S 3122 3124 32548 0 -1 4202560 7295 0 0 0 118 5 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714614687112 227144676412 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3136] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3136/stat : 3136 (java) S 3122 3124 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714613634296 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3137] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3137/stat : 3137 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714612581384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3138] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3138/stat : 3138 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714611529872 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3139] ppid=3122 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/3124/task/3139/stat : 3139 (java) S 3122 3124 32548 0 -1 4202560 5916 0 0 0 76 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714610478008 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3140] ppid=3122 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/3124/task/3140/stat : 3140 (java) S 3122 3124 32548 0 -1 4202560 4045 0 0 0 76 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714609425208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3141] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3141/stat : 3141 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714608372600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3142] ppid=3122 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/3124/task/3142/stat : 3142 (java) S 3122 3124 32548 0 -1 4202560 98 0 0 0 41 26 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714607320008 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3144] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3144/stat : 3144 (java) S 3122 3124 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347373517 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714606265512 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1747.53
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/214 3217
/proc/meminfo: memFree=24565032/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 25425 0 1 0 179882 119 0 0 20 0 19 0 347373279 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 678783 324985 2285 9 0 669476 0
[pid=3124/tid=3126] ppid=3122 vsize=2715132 CPUtime=1758.15 cores=0,2,4,6
/proc/3124/task/3126/stat : 3126 (java) R 3122 3124 32548 0 -1 4202560 3582 0 1 0 175777 38 0 0 20 0 19 0 347373279 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714768137440 140714621914510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3127] ppid=3122 vsize=2715132 CPUtime=4.16 cores=0,2,4,6
/proc/3124/task/3127/stat : 3127 (java) S 3122 3124 32548 0 -1 4202560 394 0 0 0 407 9 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714752588328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=2715132 CPUtime=4.08 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) S 3122 3124 32548 0 -1 4202560 404 0 0 0 398 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714751535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3129] ppid=3122 vsize=2715132 CPUtime=4.34 cores=0,2,4,6
/proc/3124/task/3129/stat : 3129 (java) S 3122 3124 32548 0 -1 4202560 413 0 0 0 423 11 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714750482728 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3130] ppid=3122 vsize=2715132 CPUtime=4.38 cores=0,2,4,6
/proc/3124/task/3130/stat : 3130 (java) S 3122 3124 32548 0 -1 4202560 451 0 0 0 425 13 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714749429928 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3131] ppid=3122 vsize=2715132 CPUtime=4.18 cores=0,2,4,6
/proc/3124/task/3131/stat : 3131 (java) S 3122 3124 32548 0 -1 4202560 415 0 0 0 408 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714748378152 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3132] ppid=3122 vsize=2715132 CPUtime=4.31 cores=0,2,4,6
/proc/3124/task/3132/stat : 3132 (java) S 3122 3124 32548 0 -1 4202560 410 0 0 0 420 11 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714747325352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3133] ppid=3122 vsize=2715132 CPUtime=4.14 cores=0,2,4,6
/proc/3124/task/3133/stat : 3133 (java) S 3122 3124 32548 0 -1 4202560 398 0 0 0 405 9 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714746272552 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3134] ppid=3122 vsize=2715132 CPUtime=4.51 cores=0,2,4,6
/proc/3124/task/3134/stat : 3134 (java) S 3122 3124 32548 0 -1 4202560 414 0 0 0 441 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714745219752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3135] ppid=3122 vsize=2715132 CPUtime=1.23 cores=0,2,4,6
/proc/3124/task/3135/stat : 3135 (java) S 3122 3124 32548 0 -1 4202560 7299 0 0 0 118 5 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714614688232 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3136] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3136/stat : 3136 (java) S 3122 3124 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714613634296 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3137] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3137/stat : 3137 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714612581384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3138] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3138/stat : 3138 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714611529872 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3139] ppid=3122 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/3124/task/3139/stat : 3139 (java) S 3122 3124 32548 0 -1 4202560 5916 0 0 0 76 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714610478008 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3140] ppid=3122 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/3124/task/3140/stat : 3140 (java) S 3122 3124 32548 0 -1 4202560 4045 0 0 0 76 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714609425208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3141] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3141/stat : 3141 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714608372600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3142] ppid=3122 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/3124/task/3142/stat : 3142 (java) S 3122 3124 32548 0 -1 4202560 102 0 0 0 43 27 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714607320008 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3144] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3144/stat : 3144 (java) S 3122 3124 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347373517 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714606265512 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

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

############
# WARNING:
# current cumulated CPU time (1796.06 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.94983 s) to the 'lost time'.

[startup+1774.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/214 3217
/proc/meminfo: memFree=24565032/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/3124/stat : 3124 (java) S 3122 3124 32548 0 -1 4202496 25425 0 1 0 179882 119 0 0 20 0 19 0 347373279 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140733382881392 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 678783 324985 2285 9 0 669476 0
[pid=3124/tid=3126] ppid=3122 vsize=2715132 CPUtime=1758.15 cores=0,2,4,6
/proc/3124/task/3126/stat : 3126 (java) R 3122 3124 32548 0 -1 4202560 3582 0 1 0 175777 38 0 0 20 0 19 0 347373279 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714768137440 140714621914510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3127] ppid=3122 vsize=2715132 CPUtime=4.16 cores=0,2,4,6
/proc/3124/task/3127/stat : 3127 (java) S 3122 3124 32548 0 -1 4202560 394 0 0 0 407 9 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714752588328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=2715132 CPUtime=4.08 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) S 3122 3124 32548 0 -1 4202560 404 0 0 0 398 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714751535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3129] ppid=3122 vsize=2715132 CPUtime=4.34 cores=0,2,4,6
/proc/3124/task/3129/stat : 3129 (java) S 3122 3124 32548 0 -1 4202560 413 0 0 0 423 11 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714750482728 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3130] ppid=3122 vsize=2715132 CPUtime=4.38 cores=0,2,4,6
/proc/3124/task/3130/stat : 3130 (java) S 3122 3124 32548 0 -1 4202560 451 0 0 0 425 13 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714749429928 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3131] ppid=3122 vsize=2715132 CPUtime=4.18 cores=0,2,4,6
/proc/3124/task/3131/stat : 3131 (java) S 3122 3124 32548 0 -1 4202560 415 0 0 0 408 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714748378152 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3132] ppid=3122 vsize=2715132 CPUtime=4.31 cores=0,2,4,6
/proc/3124/task/3132/stat : 3132 (java) S 3122 3124 32548 0 -1 4202560 410 0 0 0 420 11 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714747325352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3133] ppid=3122 vsize=2715132 CPUtime=4.14 cores=0,2,4,6
/proc/3124/task/3133/stat : 3133 (java) S 3122 3124 32548 0 -1 4202560 398 0 0 0 405 9 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714746272552 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3134] ppid=3122 vsize=2715132 CPUtime=4.51 cores=0,2,4,6
/proc/3124/task/3134/stat : 3134 (java) S 3122 3124 32548 0 -1 4202560 414 0 0 0 441 10 0 0 20 0 19 0 347373280 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714745219752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3135] ppid=3122 vsize=2715132 CPUtime=1.23 cores=0,2,4,6
/proc/3124/task/3135/stat : 3135 (java) S 3122 3124 32548 0 -1 4202560 7299 0 0 0 118 5 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714614688232 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3136] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3136/stat : 3136 (java) S 3122 3124 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714613634296 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3124/tid=3137] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3137/stat : 3137 (java) S 3122 3124 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347373282 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714612581384 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3138] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3138/stat : 3138 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714611529872 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3139] ppid=3122 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/3124/task/3139/stat : 3139 (java) S 3122 3124 32548 0 -1 4202560 5916 0 0 0 76 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714610478008 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3124/tid=3140] ppid=3122 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/3124/task/3140/stat : 3140 (java) S 3122 3124 32548 0 -1 4202560 4045 0 0 0 76 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714609425208 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3141] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3141/stat : 3141 (java) S 3122 3124 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714608372600 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3124/tid=3142] ppid=3122 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/3124/task/3142/stat : 3142 (java) S 3122 3124 32548 0 -1 4202560 102 0 0 0 43 27 0 0 20 0 19 0 347373285 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714607320008 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3124/tid=3144] ppid=3122 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3124/task/3144/stat : 3144 (java) S 3122 3124 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347373517 2780295168 324985 33554432000 1073741824 1073778376 140733382890256 140714606265512 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

[startup+1774.42 s]
/proc/loadavg: 2.00 2.01 2.11 3/214 3217
/proc/meminfo: memFree=24565032/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=0 CPUtime=1796.06 cores=0,2,4,6
/proc/3124/stat : 3124 (java) Z 3122 3124 32548 0 -1 4203532 25473 0 1 0 179441 165 0 0 20 0 2 0 347373279 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 0 0 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=0 CPUtime=4.08 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) R 3122 3124 32548 0 -1 4203588 404 0 0 0 398 10 0 0 20 0 2 0 347373280 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1774.42 s]
/proc/loadavg: 2.00 2.01 2.11 3/214 3217
/proc/meminfo: memFree=24565032/32873844 swapFree=7116/7116
[pid=3124] ppid=3122 vsize=0 CPUtime=1796.06 cores=0,2,4,6
/proc/3124/stat : 3124 (java) Z 3122 3124 32548 0 -1 4203532 25473 0 1 0 179441 165 0 0 20 0 2 0 347373279 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3124/statm: 0 0 0 0 0 0 0
[pid=3124/tid=3128] ppid=3122 vsize=0 CPUtime=4.08 cores=0,2,4,6
/proc/3124/task/3128/stat : 3128 (java) R 3122 3124 32548 0 -1 4203588 404 0 0 0 398 10 0 0 20 0 2 0 347373280 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.94983
#  lost CPU user time (s): 4.40991
#  lost CPU system time (s): -0.46

Real time (s): 1774.42
CPU time (s): 1800.05
CPU user time (s): 1798.84
CPU system time (s): 1.21275
CPU usage (%): 101.445
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.67274
maximum resident set size= 1313700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25473
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57305
involuntary context switches= 71307

runsolver used 5.74113 second user time and 14.7328 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-04 14:21:22
IDJOB=3744531
IDBENCH=92770
IDSOLVER=2322
FILE ID=node138/3744531-1338812482
RUNJOBID= node138-1338812482-3079
PBS_JOBID= 14636830
Free space on /tmp= 70756 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_9_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744531-1338812482/watcher-3744531-1338812482 -o /tmp/evaluation-result-3744531-1338812482/solver-3744531-1338812482 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744531-1338812482.opb

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

MD5SUM BENCH= 682b99afc8253237d78b2f22551fbcba
RANDOM SEED=1319658105

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27117980 kB
Buffers:          732188 kB
Cached:          4070624 kB
SwapCached:          208 kB
Active:          2475808 kB
Inactive:        2363608 kB
Active(anon):      21212 kB
Inactive(anon):    11376 kB
Active(file):    2454596 kB
Inactive(file):  2352232 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             13152 kB
Writeback:             0 kB
AnonPages:         40708 kB
Mapped:            22200 kB
Shmem:               200 kB
Slab:             773156 kB
SReclaimable:     214976 kB
SUnreclaim:       558180 kB
KernelStack:        1576 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1514352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70744 MiB
End job on node138 at 2012-06-04 14:50:58