Trace number 3743979

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.08 1746.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_7_mh_ic.opb
MD5SUM8e96b5601354e3bba8e306781e19ba68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2673435
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 25440321425
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 25440321425
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.12	c version 2.1.1.v20090612
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version	1.6.0_24
0.04/0.12	c os.name	Linux
0.04/0.12	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.12	c os.arch	amd64
0.04/0.12	c Free memory 1299577560
0.04/0.12	c Max memory 1306394624
0.04/0.12	c Total memory 1306394624
0.04/0.12	c Number of processors 8
0.04/0.15	c Pseudo Boolean Optimization
0.04/0.15	c --- Begin Solver configuration ---
0.04/0.15	c Stops conflict analysis at the first Unique Implication Point
0.04/0.15	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.04/0.15	c Learn all clauses as in MiniSAT
0.04/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.15	c Expensive reason simplification
0.04/0.15	c MiniSAT restarts strategy
0.04/0.15	c Memory based learned constraints deletion strategy
0.04/0.15	c timeout=2147483s
0.04/0.15	c DB Simplification allowed=false
0.04/0.15	c --- End Solver configuration ---
0.04/0.15	c solving HOME/instance-3743979-1338807001.opb
0.04/0.15	c reading problem ... 
3.45/2.15	c ... done. Wall clock time 1.998s.
3.45/2.15	c #vars     126385
3.45/2.15	c #constraints  290683
3.45/2.15	c constraints type 
3.45/2.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
3.45/2.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
3.45/2.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 81585
3.45/2.15	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 81551
1800.07/1746.61	c starts		: 20
1800.07/1746.61	c conflicts		: 460006
1800.07/1746.61	c decisions		: 2179678
1800.07/1746.61	c propagations		: 196459291
1800.07/1746.61	c inspects		: 4070441473
1800.07/1746.61	c learnt literals	: 0
1800.07/1746.61	c learnt binary clauses	: 6
1800.07/1746.61	c learnt ternary clauses	: 8
1800.07/1746.61	c learnt clauses	: 460006
1800.07/1746.61	c ignored clauses	: 0
1800.07/1746.61	c root simplifications	: 0
1800.07/1746.61	c removed literals (reason simplification)	: 9537152
1800.07/1746.61	c reason swapping (by a shorter reason)	: 0
1800.07/1746.61	c Calls to reduceDB	: 0
1800.07/1746.61	c speed (assignments/second)	: 112618.84867655473
1800.07/1746.61	c non guided choices	0
1800.07/1746.70	c learnt constraints type 
1800.07/1746.70	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 460007
1800.07/1746.70	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.07/1746.70	c constraints type 
1800.07/1746.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
1800.07/1746.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
1800.07/1746.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 81585
1800.07/1746.70	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 81551
1800.07/1746.70	s UNKNOWN
1800.07/1746.70	c Total wall clock time (in seconds): 1746.554

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

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

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.70 1.93 1.98 2/175 12630
/proc/meminfo: memFree=26958904/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12630/stat : 12630 (java6) D 12628 12630 9217 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 346826069 9515008 182 33554432000 1073741824 1073778376 140734059923136 140734059914168 239873113781 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/12630/statm: 2323 182 140 9 0 71 0

[startup+0.0330471 s]
/proc/loadavg: 1.70 1.93 1.98 2/175 12630
/proc/meminfo: memFree=26958904/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2104932 CPUtime=0 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 2833 0 1 0 0 0 0 0 20 0 10 0 346826069 2155450368 2589 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 526233 2589 1017 9 0 517342 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2104932

[startup+0.100309 s]
/proc/loadavg: 1.70 1.93 1.98 2/175 12630
/proc/meminfo: memFree=26958904/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2315716 CPUtime=0.04 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 3757 0 1 0 3 1 0 0 20 0 13 0 346826069 2371293184 4530 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 578929 4530 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.300224 s]
/proc/loadavg: 1.70 1.93 1.98 2/175 12630
/proc/meminfo: memFree=26958904/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2648568 CPUtime=0.4 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 5867 0 1 0 38 2 0 0 20 0 18 0 346826069 2712133632 11125 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 662142 11125 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 2648568

[startup+0.70025 s]
/proc/loadavg: 1.70 1.93 1.98 2/175 12630
/proc/meminfo: memFree=26958904/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2648568 CPUtime=1.2 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 10199 0 1 0 114 6 0 0 20 0 18 0 346826069 2712133632 50248 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 662142 50248 2242 9 0 652835 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 2648568

[startup+1.50072 s]
/proc/loadavg: 1.70 1.93 1.98 3/212 12672
/proc/meminfo: memFree=26402384/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2648568 CPUtime=2.48 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 14297 0 1 0 234 14 0 0 20 0 18 0 346826069 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 662142 102111 2258 9 0 652835 0
[pid=12630/tid=12632] ppid=12628 vsize=2648568 CPUtime=1.36 cores=1,3,5,7
/proc/12630/task/12632/stat : 12632 (java) R 12628 12630 9217 0 -1 4202560 2957 0 1 0 128 8 0 0 20 0 18 0 346826070 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140369059261520 239876498701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12635] ppid=12628 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/12630/task/12635/stat : 12635 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368995158312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12636] ppid=12628 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/12630/task/12636/stat : 12636 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368924690600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12637] ppid=12628 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/12630/task/12637/stat : 12637 (java) S 12628 12630 9217 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368923638312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12638] ppid=12628 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/12630/task/12638/stat : 12638 (java) S 12628 12630 9217 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368922585512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12639] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12639/stat : 12639 (java) S 12628 12630 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368921533224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12640] ppid=12628 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/12630/task/12640/stat : 12640 (java) S 12628 12630 9217 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368920480424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12641] ppid=12628 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/12630/task/12641/stat : 12641 (java) S 12628 12630 9217 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368919428136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12642] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12642/stat : 12642 (java) S 12628 12630 9217 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 346826072 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368918375336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12643] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12643/stat : 12643 (java) S 12628 12630 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346826074 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368906176744 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12644] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12644/stat : 12644 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346826074 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368905122808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12645] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12645/stat : 12645 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346826074 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368904070408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12646] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12646/stat : 12646 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346826080 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368903018896 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12647] ppid=12628 vsize=2648568 CPUtime=0.39 cores=1,3,5,7
/proc/12630/task/12647/stat : 12647 (java) S 12628 12630 9217 0 -1 4202560 4685 0 0 0 39 0 0 0 20 0 18 0 346826080 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368901966520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12648] ppid=12628 vsize=2648568 CPUtime=0.49 cores=1,3,5,7
/proc/12630/task/12648/stat : 12648 (java) S 12628 12630 9217 0 -1 4202560 5385 0 0 0 47 2 0 0 20 0 18 0 346826080 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368900913720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12649] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12649/stat : 12649 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346826080 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368899861624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12650] ppid=12628 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12650/stat : 12650 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346826080 2712133632 102111 33554432000 1073741824 1073778376 140736094887120 140368898809032 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2648568

[startup+3.10079 s]
/proc/loadavg: 1.70 1.93 1.98 3/213 12673
/proc/meminfo: memFree=26082912/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2715132 CPUtime=5.06 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 16275 0 1 0 480 26 0 0 20 0 19 0 346826069 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 678783 121689 2272 9 0 669476 0
[pid=12630/tid=12632] ppid=12628 vsize=2715132 CPUtime=2.83 cores=1,3,5,7
/proc/12630/task/12632/stat : 12632 (java) R 12628 12630 9217 0 -1 4202560 2962 0 1 0 275 8 0 0 20 0 19 0 346826070 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140369059263192 140368999906378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12635] ppid=12628 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/12630/task/12635/stat : 12635 (java) S 12628 12630 9217 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368995158312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12636] ppid=12628 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/12630/task/12636/stat : 12636 (java) S 12628 12630 9217 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368924690600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12637] ppid=12628 vsize=2715132 CPUtime=0.07 cores=1,3,5,7
/proc/12630/task/12637/stat : 12637 (java) S 12628 12630 9217 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368923638312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12638] ppid=12628 vsize=2715132 CPUtime=0.07 cores=1,3,5,7
/proc/12630/task/12638/stat : 12638 (java) S 12628 12630 9217 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368922585512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12639] ppid=12628 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/12630/task/12639/stat : 12639 (java) S 12628 12630 9217 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368921533224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12640] ppid=12628 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/12630/task/12640/stat : 12640 (java) S 12628 12630 9217 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368920480424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12641] ppid=12628 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/12630/task/12641/stat : 12641 (java) S 12628 12630 9217 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368919428136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12642] ppid=12628 vsize=2715132 CPUtime=0.12 cores=1,3,5,7
/proc/12630/task/12642/stat : 12642 (java) S 12628 12630 9217 0 -1 4202560 49 0 0 0 9 3 0 0 20 0 19 0 346826072 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368918375336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12643] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12643/stat : 12643 (java) S 12628 12630 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368906176744 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12644] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12644/stat : 12644 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368905122808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12645] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12645/stat : 12645 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368904070408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12646] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12646/stat : 12646 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368903018896 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12647] ppid=12628 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/12630/task/12647/stat : 12647 (java) S 12628 12630 9217 0 -1 4202560 6448 0 0 0 72 1 0 0 20 0 19 0 346826080 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368901966520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12648] ppid=12628 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/12630/task/12648/stat : 12648 (java) S 12628 12630 9217 0 -1 4202560 5418 0 0 0 73 2 0 0 20 0 19 0 346826080 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368900913720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12649] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12649/stat : 12649 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368899861624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12650] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12650/stat : 12650 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 121689 33554432000 1073741824 1073778376 140736094887120 140368898809032 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 2715132

[startup+6.30077 s]
/proc/loadavg: 1.73 1.94 1.98 9/214 12674
/proc/meminfo: memFree=26020528/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2715132 CPUtime=8.67 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 16445 0 1 0 836 31 0 0 20 0 19 0 346826069 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 678783 127915 2272 9 0 669476 0
[pid=12630/tid=12632] ppid=12628 vsize=2715132 CPUtime=5.88 cores=1,3,5,7
/proc/12630/task/12632/stat : 12632 (java) R 12628 12630 9217 0 -1 4202560 2965 0 1 0 580 8 0 0 20 0 19 0 346826070 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140369059261664 140368999943730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12635] ppid=12628 vsize=2715132 CPUtime=0.13 cores=1,3,5,7
/proc/12630/task/12635/stat : 12635 (java) S 12628 12630 9217 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368995158312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12636] ppid=12628 vsize=2715132 CPUtime=0.11 cores=1,3,5,7
/proc/12630/task/12636/stat : 12636 (java) S 12628 12630 9217 0 -1 4202560 36 0 0 0 9 2 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368924690600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12637] ppid=12628 vsize=2715132 CPUtime=0.11 cores=1,3,5,7
/proc/12630/task/12637/stat : 12637 (java) S 12628 12630 9217 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368923638312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12638] ppid=12628 vsize=2715132 CPUtime=0.12 cores=1,3,5,7
/proc/12630/task/12638/stat : 12638 (java) S 12628 12630 9217 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368922585512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12639] ppid=12628 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/12630/task/12639/stat : 12639 (java) S 12628 12630 9217 0 -1 4202560 60 0 0 0 14 3 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368921533224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12640] ppid=12628 vsize=2715132 CPUtime=0.1 cores=1,3,5,7
/proc/12630/task/12640/stat : 12640 (java) S 12628 12630 9217 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368920480424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12641] ppid=12628 vsize=2715132 CPUtime=0.11 cores=1,3,5,7
/proc/12630/task/12641/stat : 12641 (java) S 12628 12630 9217 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368919428136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12642] ppid=12628 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/12630/task/12642/stat : 12642 (java) S 12628 12630 9217 0 -1 4202560 70 0 0 0 22 5 0 0 20 0 19 0 346826072 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368918375336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12643] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12643/stat : 12643 (java) S 12628 12630 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368906176744 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12644] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12644/stat : 12644 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368905122808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12645] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12645/stat : 12645 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368904070408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12646] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12646/stat : 12646 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368903018896 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12647] ppid=12628 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/12630/task/12647/stat : 12647 (java) S 12628 12630 9217 0 -1 4202560 6448 0 0 0 72 1 0 0 20 0 19 0 346826080 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368901966520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12648] ppid=12628 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/12630/task/12648/stat : 12648 (java) S 12628 12630 9217 0 -1 4202560 5418 0 0 0 73 2 0 0 20 0 19 0 346826080 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368900913720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12649] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12649/stat : 12649 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368899861624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12650] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12650/stat : 12650 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368898809032 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12674] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12674/stat : 12674 (java) S 12628 12630 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826305 2780295168 127915 33554432000 1073741824 1073778376 140736094887120 140368897754024 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 1.75 1.94 1.98 3/214 12674
/proc/meminfo: memFree=25895060/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2715132 CPUtime=15.9 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 16667 0 1 0 1551 39 0 0 20 0 19 0 346826069 2780295168 140830 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=12630/tid=12636] ppid=12628 vsize=2715132 CPUtime=8.6 cores=1,3,5,7
/proc/12630/task/12636/stat : 12636 (java) S 12628 12630 9217 0 -1 4202560 387 0 0 0 847 13 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368924690600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12637] ppid=12628 vsize=2715132 CPUtime=8.55 cores=1,3,5,7
/proc/12630/task/12637/stat : 12637 (java) S 12628 12630 9217 0 -1 4202560 395 0 0 0 840 15 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368923638312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12638] ppid=12628 vsize=2715132 CPUtime=8.78 cores=1,3,5,7
/proc/12630/task/12638/stat : 12638 (java) S 12628 12630 9217 0 -1 4202560 410 0 0 0 865 13 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368922585512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12639] ppid=12628 vsize=2715132 CPUtime=8.81 cores=1,3,5,7
/proc/12630/task/12639/stat : 12639 (java) S 12628 12630 9217 0 -1 4202560 411 0 0 0 866 15 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368921533224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12640] ppid=12628 vsize=2715132 CPUtime=8.97 cores=1,3,5,7
/proc/12630/task/12640/stat : 12640 (java) S 12628 12630 9217 0 -1 4202560 405 0 0 0 884 13 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368920480424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12641] ppid=12628 vsize=2715132 CPUtime=8.58 cores=1,3,5,7
/proc/12630/task/12641/stat : 12641 (java) S 12628 12630 9217 0 -1 4202560 396 0 0 0 844 14 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368919428136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12642] ppid=12628 vsize=2715132 CPUtime=9.23 cores=1,3,5,7
/proc/12630/task/12642/stat : 12642 (java) S 12628 12630 9217 0 -1 4202560 421 0 0 0 908 15 0 0 20 0 19 0 346826072 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368918375336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12643] ppid=12628 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/12630/task/12643/stat : 12643 (java) S 12628 12630 9217 0 -1 4202560 108 0 0 0 16 7 0 0 20 0 19 0 346826074 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368906176744 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12644] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12644/stat : 12644 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368905122808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12645] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12645/stat : 12645 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368904070408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12646] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12646/stat : 12646 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368903018896 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12647] ppid=12628 vsize=2715132 CPUtime=0.83 cores=1,3,5,7
/proc/12630/task/12647/stat : 12647 (java) S 12628 12630 9217 0 -1 4202560 6464 0 0 0 82 1 0 0 20 0 19 0 346826080 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368901966520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12648] ppid=12628 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/12630/task/12648/stat : 12648 (java) S 12628 12630 9217 0 -1 4202560 5418 0 0 0 74 2 0 0 20 0 19 0 346826080 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368900913720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12649] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12649/stat : 12649 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368899861624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12650] ppid=12628 vsize=2715132 CPUtime=0.9 cores=1,3,5,7
/proc/12630/task/12650/stat : 12650 (java) S 12628 12630 9217 0 -1 4202560 99 0 0 0 42 48 0 0 20 0 19 0 346826080 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368898809032 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12674] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12674/stat : 12674 (java) S 12628 12630 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826305 2780295168 300821 33554432000 1073741824 1073778376 140736094887120 140368897754024 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1746.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 12709
/proc/meminfo: memFree=24477604/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2715132 CPUtime=1800.07 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 20592 0 1 0 179807 200 0 0 20 0 19 0 346826069 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 678783 301333 2272 9 0 669476 0
[pid=12630/tid=12632] ppid=12628 vsize=2715132 CPUtime=1721.31 cores=1,3,5,7
/proc/12630/task/12632/stat : 12632 (java) R 12628 12630 9217 0 -1 4202560 4073 0 1 0 172092 39 0 0 20 0 19 0 346826070 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140369059261760 140369000013817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12635] ppid=12628 vsize=2715132 CPUtime=9.01 cores=1,3,5,7
/proc/12630/task/12635/stat : 12635 (java) S 12628 12630 9217 0 -1 4202560 419 0 0 0 887 14 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368995158312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12636] ppid=12628 vsize=2715132 CPUtime=8.73 cores=1,3,5,7
/proc/12630/task/12636/stat : 12636 (java) S 12628 12630 9217 0 -1 4202560 387 0 0 0 860 13 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368924690600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12637] ppid=12628 vsize=2715132 CPUtime=8.65 cores=1,3,5,7
/proc/12630/task/12637/stat : 12637 (java) S 12628 12630 9217 0 -1 4202560 395 0 0 0 850 15 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368923638312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12638] ppid=12628 vsize=2715132 CPUtime=8.91 cores=1,3,5,7
/proc/12630/task/12638/stat : 12638 (java) S 12628 12630 9217 0 -1 4202560 410 0 0 0 878 13 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368922585512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12639] ppid=12628 vsize=2715132 CPUtime=8.95 cores=1,3,5,7
/proc/12630/task/12639/stat : 12639 (java) S 12628 12630 9217 0 -1 4202560 411 0 0 0 880 15 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368921533224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12640] ppid=12628 vsize=2715132 CPUtime=9.07 cores=1,3,5,7
/proc/12630/task/12640/stat : 12640 (java) S 12628 12630 9217 0 -1 4202560 405 0 0 0 894 13 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368920480424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12641] ppid=12628 vsize=2715132 CPUtime=8.74 cores=1,3,5,7
/proc/12630/task/12641/stat : 12641 (java) S 12628 12630 9217 0 -1 4202560 396 0 0 0 860 14 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368919428136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12642] ppid=12628 vsize=2715132 CPUtime=9.35 cores=1,3,5,7
/proc/12630/task/12642/stat : 12642 (java) S 12628 12630 9217 0 -1 4202560 421 0 0 0 920 15 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368918375336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12643] ppid=12628 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/12630/task/12643/stat : 12643 (java) S 12628 12630 9217 0 -1 4202560 110 0 0 0 16 7 0 0 20 0 19 0 346826074 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368906176744 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12644] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12644/stat : 12644 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368905122808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12645] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12645/stat : 12645 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368904070408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12646] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12646/stat : 12646 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368903018896 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12647] ppid=12628 vsize=2715132 CPUtime=0.83 cores=1,3,5,7
/proc/12630/task/12647/stat : 12647 (java) S 12628 12630 9217 0 -1 4202560 6464 0 0 0 82 1 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368901966520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12648] ppid=12628 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/12630/task/12648/stat : 12648 (java) S 12628 12630 9217 0 -1 4202560 5418 0 0 0 74 2 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368900913720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12649] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12649/stat : 12649 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368899861624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12650] ppid=12628 vsize=2715132 CPUtime=0.91 cores=1,3,5,7
/proc/12630/task/12650/stat : 12650 (java) S 12628 12630 9217 0 -1 4202560 101 0 0 0 43 48 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368898809032 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12674] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12674/stat : 12674 (java) S 12628 12630 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826305 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368897754024 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1746.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 12709
/proc/meminfo: memFree=24477604/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=2715132 CPUtime=1800.07 cores=1,3,5,7
/proc/12630/stat : 12630 (java) S 12628 12630 9217 0 -1 4202496 20592 0 1 0 179807 200 0 0 20 0 19 0 346826069 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140736094878256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 678783 301333 2272 9 0 669476 0
[pid=12630/tid=12632] ppid=12628 vsize=2715132 CPUtime=1721.31 cores=1,3,5,7
/proc/12630/task/12632/stat : 12632 (java) R 12628 12630 9217 0 -1 4202560 4073 0 1 0 172092 39 0 0 20 0 19 0 346826070 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140369059261760 140369000013817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12635] ppid=12628 vsize=2715132 CPUtime=9.01 cores=1,3,5,7
/proc/12630/task/12635/stat : 12635 (java) S 12628 12630 9217 0 -1 4202560 419 0 0 0 887 14 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368995158312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12636] ppid=12628 vsize=2715132 CPUtime=8.73 cores=1,3,5,7
/proc/12630/task/12636/stat : 12636 (java) S 12628 12630 9217 0 -1 4202560 387 0 0 0 860 13 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368924690600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12637] ppid=12628 vsize=2715132 CPUtime=8.65 cores=1,3,5,7
/proc/12630/task/12637/stat : 12637 (java) S 12628 12630 9217 0 -1 4202560 395 0 0 0 850 15 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368923638312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12638] ppid=12628 vsize=2715132 CPUtime=8.91 cores=1,3,5,7
/proc/12630/task/12638/stat : 12638 (java) S 12628 12630 9217 0 -1 4202560 410 0 0 0 878 13 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368922585512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12639] ppid=12628 vsize=2715132 CPUtime=8.95 cores=1,3,5,7
/proc/12630/task/12639/stat : 12639 (java) S 12628 12630 9217 0 -1 4202560 411 0 0 0 880 15 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368921533224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12640] ppid=12628 vsize=2715132 CPUtime=9.07 cores=1,3,5,7
/proc/12630/task/12640/stat : 12640 (java) S 12628 12630 9217 0 -1 4202560 405 0 0 0 894 13 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368920480424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12641] ppid=12628 vsize=2715132 CPUtime=8.74 cores=1,3,5,7
/proc/12630/task/12641/stat : 12641 (java) S 12628 12630 9217 0 -1 4202560 396 0 0 0 860 14 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368919428136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12630/tid=12642] ppid=12628 vsize=2715132 CPUtime=9.35 cores=1,3,5,7
/proc/12630/task/12642/stat : 12642 (java) S 12628 12630 9217 0 -1 4202560 421 0 0 0 920 15 0 0 20 0 19 0 346826072 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368918375336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12630/tid=12643] ppid=12628 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/12630/task/12643/stat : 12643 (java) S 12628 12630 9217 0 -1 4202560 110 0 0 0 16 7 0 0 20 0 19 0 346826074 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368906176744 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12644] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12644/stat : 12644 (java) S 12628 12630 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368905122808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12645] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12645/stat : 12645 (java) S 12628 12630 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826074 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368904070408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12646] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12646/stat : 12646 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368903018896 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12647] ppid=12628 vsize=2715132 CPUtime=0.83 cores=1,3,5,7
/proc/12630/task/12647/stat : 12647 (java) S 12628 12630 9217 0 -1 4202560 6464 0 0 0 82 1 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368901966520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12648] ppid=12628 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/12630/task/12648/stat : 12648 (java) S 12628 12630 9217 0 -1 4202560 5418 0 0 0 74 2 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368900913720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12649] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12649/stat : 12649 (java) S 12628 12630 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368899861624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12630/tid=12650] ppid=12628 vsize=2715132 CPUtime=0.91 cores=1,3,5,7
/proc/12630/task/12650/stat : 12650 (java) S 12628 12630 9217 0 -1 4202560 101 0 0 0 43 48 0 0 20 0 19 0 346826080 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368898809032 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12630/tid=12674] ppid=12628 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/12630/task/12674/stat : 12674 (java) S 12628 12630 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826305 2780295168 301333 33554432000 1073741824 1073778376 140736094887120 140368897754024 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2715132

[startup+1746.71 s]
/proc/loadavg: 2.00 2.02 2.00 3/198 12712
/proc/meminfo: memFree=25665752/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=0 CPUtime=1795.92 cores=1,3,5,7
/proc/12630/stat : 12630 (java) Z 12628 12630 9217 0 -1 4203532 20637 0 1 0 179369 223 0 0 20 0 1 0 346826069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1746.71 s]
/proc/loadavg: 2.00 2.02 2.00 3/198 12712
/proc/meminfo: memFree=25665752/32873844 swapFree=7384/7384
[pid=12630] ppid=12628 vsize=0 CPUtime=1795.92 cores=1,3,5,7
/proc/12630/stat : 12630 (java) Z 12628 12630 9217 0 -1 4203532 20637 0 1 0 179369 223 0 0 20 0 1 0 346826069 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12630/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.92
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): 4.15002
#  lost CPU user time (s): 4.38
#  lost CPU system time (s): -0.23

Real time (s): 1746.72
CPU time (s): 1800.08
CPU user time (s): 1798.08
CPU system time (s): 2.00066
CPU usage (%): 103.055
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.23066
maximum resident set size= 1205504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20637
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70503
involuntary context switches= 125412

runsolver used 6.35903 second user time and 15.7546 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 12:50:01
IDJOB=3743979
IDBENCH=92659
IDSOLVER=2322
FILE ID=node136/3743979-1338807001
RUNJOBID= node136-1338803396-12317
PBS_JOBID= 14636853
Free space on /tmp= 69776 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_7_mh_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-3743979-1338807001/watcher-3743979-1338807001 -o /tmp/evaluation-result-3743979-1338807001/solver-3743979-1338807001 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743979-1338807001.opb

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

MD5SUM BENCH= 8e96b5601354e3bba8e306781e19ba68
RANDOM SEED=748370810

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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.91
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.247
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:        26924380 kB
Buffers:         1281712 kB
Cached:          3719052 kB
SwapCached:        20316 kB
Active:          2836660 kB
Inactive:        2208104 kB
Active(anon):      16648 kB
Inactive(anon):    22308 kB
Active(file):    2820012 kB
Inactive(file):  2185796 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             16264 kB
Writeback:             0 kB
AnonPages:         24300 kB
Mapped:             9556 kB
Shmem:                 0 kB
Slab:             764988 kB
SReclaimable:     205624 kB
SUnreclaim:       559364 kB
KernelStack:        1432 kB
PageTables:         4104 kB
NFS_Unstable:         96 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     123856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 69800 MiB
End job on node136 at 2012-06-04 13:19:15