Trace number 3741184

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.74 1796.68

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3741184-1338771515.opb
0.10/0.10	c reading problem ... 
6.41/4.65	c ... done. Wall clock time 4.551s.
6.41/4.65	c #vars     33692
6.41/4.65	c #constraints  737581
6.59/4.77	c constraints type 
6.59/4.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
6.59/4.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
6.59/4.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
6.59/4.77	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 511946
1800.41/1796.58	c starts		: 21
1800.41/1796.58	c conflicts		: 753982
1800.41/1796.58	c decisions		: 1048916
1800.41/1796.58	c propagations		: 580886121
1800.41/1796.58	c inspects		: 11568112781
1800.41/1796.58	c learnt literals	: 6
1800.41/1796.58	c learnt binary clauses	: 10
1800.41/1796.58	c learnt ternary clauses	: 150
1800.41/1796.58	c learnt clauses	: 753976
1800.41/1796.58	c ignored clauses	: 0
1800.41/1796.58	c root simplifications	: 0
1800.41/1796.58	c removed literals (reason simplification)	: 8982814
1800.41/1796.58	c reason swapping (by a shorter reason)	: 0
1800.41/1796.58	c Calls to reduceDB	: 0
1800.41/1796.58	c speed (assignments/second)	: 324169.13059322303
1800.41/1796.58	c non guided choices	4662
1800.74/1796.67	c learnt constraints type 
1800.74/1796.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 753992
1800.74/1796.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.74/1796.67	c constraints type 
1800.74/1796.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
1800.74/1796.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
1800.74/1796.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
1800.74/1796.67	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 511946
1800.74/1796.67	s UNKNOWN
1800.74/1796.67	c Total wall clock time (in seconds): 1796.569

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-3741184-1338771515/watcher-3741184-1338771515 -o /tmp/evaluation-result-3741184-1338771515/solver-3741184-1338771515 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741184-1338771515.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: 2.00 2.00 2.00 2/192 1538
/proc/meminfo: memFree=25054916/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/1538/stat : 1538 (java6) R 1536 1538 31294 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 343277072 278528 33 33554432000 1073741824 1073778376 140734338437952 140734338435128 227503336743 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1538/statm: 68 33 25 9 0 25 0

[startup+0.104391 s]
/proc/loadavg: 2.00 2.00 2.00 2/192 1538
/proc/meminfo: memFree=25054916/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 4704 0 1 0 9 1 0 0 20 0 18 0 343277072 2712133632 6931 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 662142 6931 2118 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.200217 s]
/proc/loadavg: 2.00 2.00 2.00 2/192 1538
/proc/meminfo: memFree=25054916/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2648568 CPUtime=0.27 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 5343 0 1 0 26 1 0 0 20 0 18 0 343277072 2712133632 8463 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 662142 8463 2201 9 0 652835 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 2648568

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 2.00 2/192 1538
/proc/meminfo: memFree=25054916/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2648568 CPUtime=0.51 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 6445 0 1 0 50 1 0 0 20 0 18 0 343277072 2712133632 11508 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 662142 11508 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2648568

[startup+0.700177 s]
/proc/loadavg: 2.00 2.00 2.00 2/192 1538
/proc/meminfo: memFree=25054916/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2648568 CPUtime=1.17 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 10053 0 1 0 112 5 0 0 20 0 18 0 343277072 2712133632 61527 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 662142 61527 2234 9 0 652835 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 1561
/proc/meminfo: memFree=24679736/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2648568 CPUtime=2.23 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 10310 0 1 0 212 11 0 0 20 0 18 0 343277072 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 662142 103112 2250 9 0 652835 0
[pid=1538/tid=1544] ppid=1536 vsize=2648568 CPUtime=1.4 cores=1,3,5,7
/proc/1538/task/1544/stat : 1544 (java) R 1536 1538 31294 0 -1 4202560 2916 0 1 0 135 5 0 0 20 0 18 0 343277073 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914791722536 227515884813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 31294 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914776173352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 31294 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914775120552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 31294 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914774068264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 31294 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914773015464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 31294 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914771962152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 31294 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914770909352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 31294 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914769857064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 343277074 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914768804264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343277075 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914756393704 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343277076 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914755339768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343277076 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914754287368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343277078 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914753235856 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=2648568 CPUtime=0.26 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3086 0 0 0 26 0 0 0 20 0 18 0 343277078 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) S 1536 1538 31294 0 -1 4202560 3020 0 0 0 28 0 0 0 20 0 18 0 343277078 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914751129656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343277078 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343277078 2712133632 103112 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 2648568

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 1561
/proc/meminfo: memFree=24623820/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2648568 CPUtime=4.21 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 10428 0 1 0 403 18 0 0 20 0 18 0 343277072 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 662142 116435 2250 9 0 652835 0
[pid=1538/tid=1544] ppid=1536 vsize=2648568 CPUtime=2.86 cores=1,3,5,7
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 31294 0 -1 4202560 2919 0 1 0 281 5 0 0 20 0 18 0 343277073 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914791722232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/1538/task/1545/stat : 1545 (java) R 1536 1538 31294 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914776173528 139914798618991 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/1538/task/1546/stat : 1546 (java) R 1536 1538 31294 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914775120728 139914795480204 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/1538/task/1547/stat : 1547 (java) R 1536 1538 31294 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914774068440 139914798619564 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/1538/task/1548/stat : 1548 (java) R 1536 1538 31294 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914773015456 139914798619656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=2648568 CPUtime=0.14 cores=1,3,5,7
/proc/1538/task/1549/stat : 1549 (java) R 1536 1538 31294 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914771962152 139914798619656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/1538/task/1550/stat : 1550 (java) R 1536 1538 31294 0 -1 4202560 22 0 0 0 8 1 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914770909352 139914795899055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/1538/task/1551/stat : 1551 (java) R 1536 1538 31294 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914769857088 139914795480204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/1538/task/1552/stat : 1552 (java) R 1536 1538 31294 0 -1 4202560 28 0 0 0 8 1 0 0 20 0 18 0 343277074 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914768804440 139914795885392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343277075 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914756392584 227515872316 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343277076 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914755339768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343277076 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914754287368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343277078 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914753235856 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=2648568 CPUtime=0.26 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3086 0 0 0 26 0 0 0 20 0 18 0 343277078 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2648568 CPUtime=0.29 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) S 1536 1538 31294 0 -1 4202560 3020 0 0 0 29 0 0 0 20 0 18 0 343277078 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914751129656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343277078 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343277078 2712133632 116435 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 2648568

[startup+6.30074 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1562
/proc/meminfo: memFree=24501148/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2715132 CPUtime=8.81 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 11438 0 1 0 851 30 0 0 20 0 19 0 343277072 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 678783 144897 2270 9 0 669476 0
[pid=1538/tid=1544] ppid=1536 vsize=2715132 CPUtime=5.71 cores=1,3,5,7
/proc/1538/task/1544/stat : 1544 (java) R 1536 1538 31294 0 -1 4202560 2940 0 1 0 566 5 0 0 20 0 19 0 343277073 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914791722456 139914617006321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 31294 0 -1 4202560 79 0 0 0 18 3 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914776173352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 31294 0 -1 4202560 139 0 0 0 18 2 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914775120552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 31294 0 -1 4202560 98 0 0 0 18 2 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914774068264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=2715132 CPUtime=0.23 cores=1,3,5,7
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 31294 0 -1 4202560 60 0 0 0 20 3 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914773015464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 31294 0 -1 4202560 81 0 0 0 31 4 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914771962152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 31294 0 -1 4202560 303 0 0 0 26 3 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914770909352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 31294 0 -1 4202560 83 0 0 0 17 3 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914769857064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 31294 0 -1 4202560 75 0 0 0 24 3 0 0 20 0 19 0 343277074 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914768804264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343277075 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914756393704 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343277076 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914755339768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343277076 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914754287368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343277078 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914753235856 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=2715132 CPUtime=0.54 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3207 0 0 0 54 0 0 0 20 0 19 0 343277078 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2715132 CPUtime=0.45 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) S 1536 1538 31294 0 -1 4202560 3182 0 0 0 45 0 0 0 20 0 19 0 343277078 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914751129656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343277078 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343277078 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1562] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1562/stat : 1562 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343277540 2780295168 144897 33554432000 1073741824 1073778376 140734289925168 139914747970984 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1562
/proc/meminfo: memFree=24474000/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2715132 CPUtime=15.41 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 11484 0 1 0 1510 31 0 0 20 0 19 0 343277072 2780295168 146971 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=1538/tid=1557] ppid=1536 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3207 0 0 0 56 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) S 1536 1538 31294 0 -1 4202560 3183 0 0 0 48 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914751129656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1562] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1562/stat : 1562 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343277540 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914747970984 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.92
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 2.03 2.02 2.00 3/211 1887
/proc/meminfo: memFree=25633568/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2715132 CPUtime=1800.03 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 11958 0 1 0 179916 87 0 0 20 0 19 0 343277072 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 678783 190502 2270 9 0 669476 0
[pid=1538/tid=1544] ppid=1536 vsize=2715132 CPUtime=1790.83 cores=1,3,5,7
/proc/1538/task/1544/stat : 1544 (java) R 1536 1538 31294 0 -1 4202560 2949 0 1 0 179051 32 0 0 20 0 19 0 343277073 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914791722400 139914617028752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 31294 0 -1 4202560 130 0 0 0 28 6 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914776173352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 31294 0 -1 4202560 167 0 0 0 24 4 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914775120552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=2715132 CPUtime=0.31 cores=1,3,5,7
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 31294 0 -1 4202560 134 0 0 0 27 4 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914774068264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=2715132 CPUtime=0.45 cores=1,3,5,7
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 31294 0 -1 4202560 168 0 0 0 37 8 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914773015464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 31294 0 -1 4202560 124 0 0 0 41 6 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914771962152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=2715132 CPUtime=0.45 cores=1,3,5,7
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 31294 0 -1 4202560 360 0 0 0 38 7 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914770909352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 31294 0 -1 4202560 111 0 0 0 25 4 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914769857064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 31294 0 -1 4202560 126 0 0 0 31 6 0 0 20 0 19 0 343277074 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914768804264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 31294 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 343277075 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914756393704 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343277076 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914755339768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343277076 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914754287368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914753235856 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3207 0 0 0 56 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) S 1536 1538 31294 0 -1 4202560 3183 0 0 0 48 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914751129656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 103 0 0 0 32 34 0 0 20 0 19 0 343277078 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1562] ppid=1536 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1562/stat : 1562 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343277540 2780295168 190502 33554432000 1073741824 1073778376 140734289925168 139914747970984 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1796.51 s]
/proc/loadavg: 2.03 2.02 2.00 3/211 1887
/proc/meminfo: memFree=25633568/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2848260 CPUtime=1800.41 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 12195 0 1 0 179946 95 0 0 20 0 21 0 343277072 2916618240 212088 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 712065 212089 2270 9 0 702758 0
[pid=1538/tid=1544] ppid=1536 vsize=2848260 CPUtime=1790.84 cores=1,3,5,7
/proc/1538/task/1544/stat : 1544 (java) S 1536 1538 31294 0 -1 4202560 2949 0 1 0 179052 32 0 0 20 0 21 0 343277073 2916618240 212089 33554432000 1073741824 1073778376 140734289925168 139914791721704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=2848260 CPUtime=0.36 cores=1,3,5,7
/proc/1538/task/1545/stat : 1545 (java) R 1536 1538 31294 0 -1 4202560 137 0 0 0 30 6 0 0 20 0 21 0 343277074 2916618240 212090 33554432000 1073741824 1073778376 140734289925168 139914776173528 139914795899079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=2848260 CPUtime=0.3 cores=1,3,5,7
/proc/1538/task/1546/stat : 1546 (java) R 1536 1538 31294 0 -1 4202560 179 0 0 0 26 4 0 0 20 0 21 0 343277074 2916618240 212090 33554432000 1073741824 1073778376 140734289925168 139914775120728 139914798619073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=2848260 CPUtime=0.33 cores=1,3,5,7
/proc/1538/task/1547/stat : 1547 (java) R 1536 1538 31294 0 -1 4202560 145 0 0 0 29 4 0 0 20 0 21 0 343277074 2916618240 212091 33554432000 1073741824 1073778376 140734289925168 139914774068144 139914794194675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=2848260 CPUtime=0.5 cores=1,3,5,7
/proc/1538/task/1548/stat : 1548 (java) R 1536 1538 31294 0 -1 4202560 191 0 0 0 41 9 0 0 20 0 21 0 343277074 2916618240 212091 33554432000 1073741824 1073778376 140734289925168 139914773015640 139914798621778 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=2848260 CPUtime=0.56 cores=1,3,5,7
/proc/1538/task/1549/stat : 1549 (java) R 1536 1538 31294 0 -1 4202560 184 0 0 0 49 7 0 0 20 0 21 0 343277074 2916618240 212091 33554432000 1073741824 1073778376 140734289925168 139914771962152 139914794194675 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=2848260 CPUtime=0.48 cores=1,3,5,7
/proc/1538/task/1550/stat : 1550 (java) R 1536 1538 31294 0 -1 4202560 372 0 0 0 41 7 0 0 20 0 21 0 343277074 2916618240 212092 33554432000 1073741824 1073778376 140734289925168 139914770909528 139914798619564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=2848260 CPUtime=0.37 cores=1,3,5,7
/proc/1538/task/1551/stat : 1551 (java) R 1536 1538 31294 0 -1 4202560 156 0 0 0 31 6 0 0 20 0 21 0 343277074 2916618240 212092 33554432000 1073741824 1073778376 140734289925168 139914769857240 139914795001756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=2848260 CPUtime=0.41 cores=1,3,5,7
/proc/1538/task/1552/stat : 1552 (java) R 1536 1538 31294 0 -1 4202560 167 0 0 0 35 6 0 0 20 0 21 0 343277074 2916618240 212092 33554432000 1073741824 1073778376 140734289925168 139914768804440 139914798619118 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=2848260 CPUtime=0.02 cores=1,3,5,7
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 31294 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 21 0 343277075 2916618240 212093 33554432000 1073741824 1073778376 140734289925168 139914756392584 227515872316 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 343277076 2916618240 212093 33554432000 1073741824 1073778376 140734289925168 139914755339768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 343277076 2916618240 212093 33554432000 1073741824 1073778376 140734289925168 139914754287368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 343277078 2916618240 212094 33554432000 1073741824 1073778376 140734289925168 139914753235856 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=2848260 CPUtime=0.56 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3207 0 0 0 56 0 0 0 20 0 21 0 343277078 2916618240 212094 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2848260 CPUtime=0.48 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) S 1536 1538 31294 0 -1 4202560 3183 0 0 0 48 0 0 0 20 0 21 0 343277078 2916618240 212094 33554432000 1073741824 1073778376 140734289925168 139914751129656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 343277078 2916618240 212095 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2848260 CPUtime=0.66 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 103 0 0 0 32 34 0 0 20 0 21 0 343277078 2916618240 212095 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1562] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1562/stat : 1562 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 343277540 2916618240 212096 33554432000 1073741824 1073778376 140734289925168 139914747970984 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 2848260

[startup+1796.6 s]
/proc/loadavg: 2.03 2.02 2.00 3/211 1887
/proc/meminfo: memFree=25633568/32873624 swapFree=7112/7112
[pid=1538] ppid=1536 vsize=2848260 CPUtime=1800.74 cores=1,3,5,7
/proc/1538/stat : 1538 (java) S 1536 1538 31294 0 -1 4202496 12347 0 1 0 179974 100 0 0 20 0 21 0 343277072 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 140734289916304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1538/statm: 712065 228009 2270 9 0 702758 0
[pid=1538/tid=1544] ppid=1536 vsize=2848260 CPUtime=1790.86 cores=1,3,5,7
/proc/1538/task/1544/stat : 1544 (java) R 1536 1538 31294 0 -1 4202560 2949 0 1 0 179054 32 0 0 20 0 21 0 343277073 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914791721584 139914617006321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1545] ppid=1536 vsize=2848260 CPUtime=0.38 cores=1,3,5,7
/proc/1538/task/1545/stat : 1545 (java) S 1536 1538 31294 0 -1 4202560 143 0 0 0 31 7 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914776173352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1546] ppid=1536 vsize=2848260 CPUtime=0.32 cores=1,3,5,7
/proc/1538/task/1546/stat : 1546 (java) S 1536 1538 31294 0 -1 4202560 187 0 0 0 27 5 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914775120552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1547] ppid=1536 vsize=2848260 CPUtime=0.35 cores=1,3,5,7
/proc/1538/task/1547/stat : 1547 (java) S 1536 1538 31294 0 -1 4202560 150 0 0 0 30 5 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914774068264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1548] ppid=1536 vsize=2848260 CPUtime=0.53 cores=1,3,5,7
/proc/1538/task/1548/stat : 1548 (java) S 1536 1538 31294 0 -1 4202560 202 0 0 0 44 9 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914773015464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1549] ppid=1536 vsize=2848260 CPUtime=0.63 cores=1,3,5,7
/proc/1538/task/1549/stat : 1549 (java) S 1536 1538 31294 0 -1 4202560 213 0 0 0 54 9 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914771962152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1550] ppid=1536 vsize=2848260 CPUtime=0.5 cores=1,3,5,7
/proc/1538/task/1550/stat : 1550 (java) S 1536 1538 31294 0 -1 4202560 378 0 0 0 42 8 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914770909352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1551] ppid=1536 vsize=2848260 CPUtime=0.44 cores=1,3,5,7
/proc/1538/task/1551/stat : 1551 (java) S 1536 1538 31294 0 -1 4202560 211 0 0 0 37 7 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914769857064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1552] ppid=1536 vsize=2848260 CPUtime=0.44 cores=1,3,5,7
/proc/1538/task/1552/stat : 1552 (java) S 1536 1538 31294 0 -1 4202560 185 0 0 0 38 6 0 0 20 0 21 0 343277074 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914768804264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1553] ppid=1536 vsize=2848260 CPUtime=0.02 cores=1,3,5,7
/proc/1538/task/1553/stat : 1553 (java) S 1536 1538 31294 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 21 0 343277075 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914756393704 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1554] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1554/stat : 1554 (java) S 1536 1538 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 343277076 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914755339768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1555] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1555/stat : 1555 (java) S 1536 1538 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 343277076 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914754287368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1556] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1556/stat : 1556 (java) S 1536 1538 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 343277078 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914753235856 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1557] ppid=1536 vsize=2848260 CPUtime=0.56 cores=1,3,5,7
/proc/1538/task/1557/stat : 1557 (java) S 1536 1538 31294 0 -1 4202560 3208 0 0 0 56 0 0 0 20 0 21 0 343277078 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914752182456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1538/tid=1559] ppid=1536 vsize=2848260 CPUtime=0.49 cores=1,3,5,7
/proc/1538/task/1559/stat : 1559 (java) R 1536 1538 31294 0 -1 4202560 3184 0 0 0 49 0 0 0 20 0 21 0 343277078 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914751129656 139914795810258 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1560] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1560/stat : 1560 (java) S 1536 1538 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 343277078 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914750077560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1538/tid=1561] ppid=1536 vsize=2848260 CPUtime=0.66 cores=1,3,5,7
/proc/1538/task/1561/stat : 1561 (java) S 1536 1538 31294 0 -1 4202560 103 0 0 0 32 34 0 0 20 0 21 0 343277078 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914749024968 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1538/tid=1562] ppid=1536 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/1538/task/1562/stat : 1562 (java) S 1536 1538 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 343277540 2916618240 228009 33554432000 1073741824 1073778376 140734289925168 139914747970984 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 2848260

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1538 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=241081
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=380790
# CPU time returned by wait4() is 1796.62
# while last known CPU time is 1800.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.68
CPU time (s): 1800.74
CPU user time (s): 1799.74
CPU system time (s): 1
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.24
system time used= 1.38079
maximum resident set size= 912068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38549
involuntary context switches= 9960

runsolver used 5.53116 second user time and 15.6016 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-04 02:58:36
IDJOB=3741184
IDBENCH=89805
IDSOLVER=2322
FILE ID=node121/3741184-1338771515
RUNJOBID= node121-1338748504-31311
PBS_JOBID= 14636789
Free space on /tmp= 70920 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741184-1338771515/watcher-3741184-1338771515 -o /tmp/evaluation-result-3741184-1338771515/solver-3741184-1338771515 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741184-1338771515.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=455628445

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        25055080 kB
Buffers:          665484 kB
Cached:          4885156 kB
SwapCached:            0 kB
Active:          3598728 kB
Inactive:        3335628 kB
Active(anon):    1371568 kB
Inactive(anon):    10760 kB
Active(file):    2227160 kB
Inactive(file):  3324868 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33248 kB
Writeback:             0 kB
AnonPages:       1387024 kB
Mapped:            22404 kB
Shmem:               200 kB
Slab:             745244 kB
SReclaimable:     188892 kB
SUnreclaim:       556352 kB
KernelStack:        1560 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1509412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71220 MiB
End job on node121 at 2012-06-04 03:28:35