Trace number 3737412

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 489.51 483.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-144
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.1.1.v20090612
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version	1.6.0_24
0.04/0.08	c os.name	Linux
0.04/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch	amd64
0.04/0.08	c Free memory 1299577560
0.04/0.08	c Max memory 1306394624
0.04/0.08	c Total memory 1306394624
0.04/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3737412-1338763393.opb
0.09/0.10	c reading problem ... 
2.50/2.01	c ... done. Wall clock time 1.91s.
2.50/2.01	c #vars     7326
2.50/2.01	c #constraints  14154
2.50/2.01	c constraints type 
2.50/2.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
2.50/2.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6326
2.50/2.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.50/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
3.31/2.42	c SATISFIABLE
3.31/2.42	c OPTIMIZING...
3.31/2.42	c Got one! Elapsed wall clock time (in seconds):2.317
3.31/2.42	o -81
5.33/4.33	c Got one! Elapsed wall clock time (in seconds):4.229
5.33/4.33	o -82
17.79/16.52	c Got one! Elapsed wall clock time (in seconds):16.42
17.79/16.52	o -83
23.38/21.87	c Got one! Elapsed wall clock time (in seconds):21.766
23.38/21.87	o -84
35.56/33.87	c Got one! Elapsed wall clock time (in seconds):33.769
35.56/33.87	o -86
38.51/36.64	c Got one! Elapsed wall clock time (in seconds):36.54
38.51/36.64	o -87
65.91/63.65	c Got one! Elapsed wall clock time (in seconds):63.548
65.91/63.65	o -88
69.80/67.47	c Got one! Elapsed wall clock time (in seconds):67.367
69.80/67.47	o -94
101.11/98.27	c Got one! Elapsed wall clock time (in seconds):98.168
101.11/98.27	o -95
123.63/120.44	c Got one! Elapsed wall clock time (in seconds):120.336
123.63/120.44	o -96
210.40/205.75	c cleaning 172575 clauses out of 345500
297.14/291.71	c cleaning 135884 clauses out of 271932
486.92/480.63	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
486.92/480.63		at java.math.BigInteger.subtract(BigInteger.java:1098)
486.92/480.63		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
486.92/480.63		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
486.92/480.63		at org.sat4j.minisat.core.Solver.search(Unknown Source)
486.92/480.63		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
486.92/480.63		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
486.92/480.63		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
486.92/480.63		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
486.92/480.63		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
486.92/480.63		at org.sat4j.AbstractLauncher.run(Unknown Source)
486.92/480.63		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
489.51/483.22	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
489.51/483.22		at java.lang.StringBuffer.toString(StringBuffer.java:585)
489.51/483.22		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
489.51/483.22		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
489.51/483.22		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
489.51/483.22		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
489.51/483.22		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
489.51/483.22		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3737412-1338763393/watcher-3737412-1338763393 -o /tmp/evaluation-result-3737412-1338763393/solver-3737412-1338763393 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737412-1338763393.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.25 2.14 2.04 3/191 527
/proc/meminfo: memFree=26192540/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/527/stat : 527 (java6) R 525 527 31294 0 -1 4202496 210 0 0 0 0 0 0 0 20 0 1 0 342464777 9515008 146 33554432000 1073741824 1073778376 140734613797616 140734613794744 227512121600 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2323 150 110 9 0 71 0

[startup+0.059003 s]
/proc/loadavg: 2.25 2.14 2.04 3/191 527
/proc/meminfo: memFree=26192540/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2315716 CPUtime=0.04 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 3716 0 1 0 3 1 0 0 20 0 13 0 342464777 2371293184 5436 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 578929 5436 1715 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100205 s]
/proc/loadavg: 2.25 2.14 2.04 3/191 527
/proc/meminfo: memFree=26192540/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 4695 0 1 0 8 1 0 0 20 0 18 0 342464777 2712133632 6414 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 662142 6414 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300174 s]
/proc/loadavg: 2.25 2.14 2.04 3/191 527
/proc/meminfo: memFree=26192540/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2648568 CPUtime=0.44 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 6334 0 1 0 42 2 0 0 20 0 18 0 342464777 2712133632 9052 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 662142 9052 2222 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700292 s]
/proc/loadavg: 2.25 2.14 2.04 3/191 527
/proc/meminfo: memFree=26192540/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2648568 CPUtime=1.01 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 7713 0 1 0 99 2 0 0 20 0 18 0 342464777 2712133632 12344 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 662142 12344 2234 9 0 652835 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 2648568

[startup+1.50065 s]
/proc/loadavg: 2.25 2.14 2.04 3/209 545
/proc/meminfo: memFree=26143636/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2648568 CPUtime=1.94 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 7935 0 1 0 191 3 0 0 20 0 18 0 342464777 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 662142 18492 2238 9 0 652835 0
[pid=527/tid=529] ppid=525 vsize=2648568 CPUtime=1.46 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) R 525 527 31294 0 -1 4202560 2773 0 1 0 145 1 0 0 20 0 18 0 342464778 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331384181192 140331228488683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331368630440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331367577896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331366525352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331365472808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331364420264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331363367720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331362315176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342464779 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331361262632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342464780 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331348850792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 31294 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342464781 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331347797112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342464781 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331346744456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464783 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 1251 0 0 0 12 0 0 0 20 0 18 0 342464783 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2648568 CPUtime=0.3 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 2726 0 0 0 30 0 0 0 20 0 18 0 342464783 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464783 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342464783 2712133632 18492 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 2648568

[startup+3.10071 s]
/proc/loadavg: 2.23 2.14 2.04 5/210 546
/proc/meminfo: memFree=26099692/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2715132 CPUtime=4.11 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 12789 0 1 0 402 9 0 0 20 0 19 0 342464777 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 678783 94183 2269 9 0 669476 0
[pid=527/tid=529] ppid=525 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) R 525 527 31294 0 -1 4202560 2929 0 1 0 299 6 0 0 20 0 19 0 342464778 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331384180136 140331228770485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 31294 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331368630440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331367577896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331366525352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331365472808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 31294 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331364420264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 31294 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331363367720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331362315176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331361262632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342464780 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331348850792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342464781 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331347797112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342464781 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331346744456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464783 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 3720 0 0 0 36 0 0 0 20 0 19 0 342464783 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 4913 0 0 0 60 1 0 0 20 0 19 0 342464783 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464783 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464783 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342464981 2780295168 94183 33554432000 1073741824 1073778376 140733295562832 140331222799144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.23 2.14 2.04 3/211 547
/proc/meminfo: memFree=25812756/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2715132 CPUtime=7.4 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 12830 0 1 0 730 10 0 0 20 0 19 0 342464777 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 678783 98806 2269 9 0 669476 0
[pid=527/tid=529] ppid=525 vsize=2715132 CPUtime=6.21 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) R 525 527 31294 0 -1 4202560 2933 0 1 0 615 6 0 0 20 0 19 0 342464778 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331384180136 140331228832528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 31294 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331368630440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331367577896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331366525352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 31294 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331365472808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 31294 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331364420264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 31294 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331363367720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331362315176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 31294 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342464779 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331361262632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342464780 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331348850792 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342464781 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331347797112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342464781 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331346744456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464783 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 3720 0 0 0 38 0 0 0 20 0 19 0 342464783 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 4913 0 0 0 61 1 0 0 20 0 19 0 342464783 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464783 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342464783 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342464981 2780295168 98806 33554432000 1073741824 1073778376 140733295562832 140331222799144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]
/proc/loadavg: 2.21 2.13 2.04 3/211 547
/proc/meminfo: memFree=25792448/32873624 swapFree=7112/7112

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

/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 3757 0 0 0 53 0 0 0 20 0 20 0 342464783 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 11867 0 0 0 110 2 0 0 20 0 20 0 342464783 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2781696 CPUtime=0.14 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 29 0 0 0 6 8 0 0 20 0 20 0 342464783 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342464981 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331222799144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=552] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/552/stat : 552 (java) S 525 527 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342512841 2848456704 343973 33554432000 1073741824 1073778376 140733295562832 140331221746024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 488.61
Current children cumulated vsize (KiB) 2781696

[startup+482.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/212 552
/proc/meminfo: memFree=24697980/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2781696 CPUtime=489.01 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 21918 0 1 0 48786 115 0 0 20 0 20 0 342464777 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 695424 343974 2284 9 0 686117 0
[pid=527/tid=529] ppid=525 vsize=2781696 CPUtime=458.79 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 31294 0 -1 4202560 3097 0 1 0 45867 12 0 0 20 0 20 0 342464778 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331384181944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 31294 0 -1 4202560 246 0 0 0 60 14 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331368630440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=2781696 CPUtime=0.87 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 31294 0 -1 4202560 232 0 0 0 76 11 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331367577896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=2781696 CPUtime=0.69 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 31294 0 -1 4202560 211 0 0 0 60 9 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331366525352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=2781696 CPUtime=0.86 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 31294 0 -1 4202560 254 0 0 0 73 13 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331365472808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=2781696 CPUtime=0.73 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 31294 0 -1 4202560 232 0 0 0 60 13 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331364420264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 31294 0 -1 4202560 196 0 0 0 58 10 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331363367720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=2781696 CPUtime=0.79 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 31294 0 -1 4202560 280 0 0 0 65 14 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331362315176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=2781696 CPUtime=0.84 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 31294 0 -1 4202560 223 0 0 0 73 11 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331361262632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=2781696 CPUtime=20.87 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) R 525 527 31294 0 -1 4202560 94 0 0 0 2085 2 0 0 20 0 20 0 342464780 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331348850952 140331388318020 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342464781 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331347797112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342464781 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331346744456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 3757 0 0 0 53 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 11867 0 0 0 110 2 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2781696 CPUtime=0.14 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 29 0 0 0 6 8 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342464981 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331222799144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=552] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/552/stat : 552 (java) S 525 527 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342512841 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331221745544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 489.01
Current children cumulated vsize (KiB) 2781696

[startup+483.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/212 552
/proc/meminfo: memFree=24697848/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2781696 CPUtime=489.41 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 21919 0 1 0 48826 115 0 0 20 0 20 0 342464777 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 695424 343974 2284 9 0 686117 0
[pid=527/tid=529] ppid=525 vsize=2781696 CPUtime=458.79 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 31294 0 -1 4202560 3097 0 1 0 45867 12 0 0 20 0 20 0 342464778 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331384181944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 31294 0 -1 4202560 246 0 0 0 60 14 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331368630440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=2781696 CPUtime=0.87 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 31294 0 -1 4202560 232 0 0 0 76 11 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331367577896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=2781696 CPUtime=0.69 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 31294 0 -1 4202560 211 0 0 0 60 9 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331366525352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=2781696 CPUtime=0.86 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 31294 0 -1 4202560 254 0 0 0 73 13 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331365472808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=2781696 CPUtime=0.73 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 31294 0 -1 4202560 232 0 0 0 60 13 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331364420264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 31294 0 -1 4202560 196 0 0 0 58 10 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331363367720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=2781696 CPUtime=0.79 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 31294 0 -1 4202560 280 0 0 0 65 14 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331362315176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=2781696 CPUtime=0.84 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 31294 0 -1 4202560 223 0 0 0 73 11 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331361262632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=2781696 CPUtime=21.27 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) R 525 527 31294 0 -1 4202560 94 0 0 0 2125 2 0 0 20 0 20 0 342464780 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331348850952 227512172862 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342464781 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331347797112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342464781 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331346744456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 3757 0 0 0 53 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 11867 0 0 0 110 2 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2781696 CPUtime=0.14 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 29 0 0 0 6 8 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342464981 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331222799144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=552] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/552/stat : 552 (java) S 525 527 31294 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 342512841 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331221745944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 489.41
Current children cumulated vsize (KiB) 2781696

[startup+483.201 s]
/proc/loadavg: 2.01 2.03 2.00 3/212 552
/proc/meminfo: memFree=24697848/32873624 swapFree=7112/7112
[pid=527] ppid=525 vsize=2781696 CPUtime=489.51 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 31294 0 -1 4202496 21919 0 1 0 48836 115 0 0 20 0 20 0 342464777 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140733295553968 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/527/statm: 695424 343974 2284 9 0 686117 0
[pid=527/tid=529] ppid=525 vsize=2781696 CPUtime=458.79 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 31294 0 -1 4202560 3097 0 1 0 45867 12 0 0 20 0 20 0 342464778 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331384181944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 31294 0 -1 4202560 246 0 0 0 60 14 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331368630440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=2781696 CPUtime=0.87 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 31294 0 -1 4202560 232 0 0 0 76 11 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331367577896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=2781696 CPUtime=0.69 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 31294 0 -1 4202560 211 0 0 0 60 9 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331366525352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=2781696 CPUtime=0.86 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 31294 0 -1 4202560 254 0 0 0 73 13 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331365472808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=2781696 CPUtime=0.73 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 31294 0 -1 4202560 232 0 0 0 60 13 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331364420264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 31294 0 -1 4202560 196 0 0 0 58 10 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331363367720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=2781696 CPUtime=0.79 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 31294 0 -1 4202560 280 0 0 0 65 14 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331362315176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=2781696 CPUtime=0.84 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 31294 0 -1 4202560 223 0 0 0 73 11 0 0 20 0 20 0 342464779 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331361262632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=2781696 CPUtime=21.37 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) R 525 527 31294 0 -1 4202560 94 0 0 0 2135 2 0 0 20 0 20 0 342464780 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331348850952 227512172836 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342464781 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331347797112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342464781 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331346744456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331228064272 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 31294 0 -1 4202560 3757 0 0 0 53 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331227011640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=2781696 CPUtime=1.12 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 31294 0 -1 4202560 11867 0 0 0 110 2 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331225959096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331224906744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=2781696 CPUtime=0.14 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 31294 0 -1 4202560 29 0 0 0 6 8 0 0 20 0 20 0 342464783 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331223854408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) S 525 527 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342464981 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331222799144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=552] ppid=525 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/527/task/552/stat : 552 (java) S 525 527 31294 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 342512841 2848456704 343974 33554432000 1073741824 1073778376 140733295562832 140331221745944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 489.51
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 527 and gives
#  childrusage.ru_utime.tv_sec=487
#  childrusage.ru_utime.tv_usec=96950
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=322798
# CPU time returned by wait4() is 488.42
# while last known CPU time is 489.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 483.23
CPU time (s): 489.51
CPU user time (s): 488.36
CPU system time (s): 1.15
CPU usage (%): 101.299
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.097
system time used= 1.3228
maximum resident set size= 1375920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21931
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12706
involuntary context switches= 8705

runsolver used 0.927858 second user time and 2.18467 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-04 00:43:13
IDJOB=3737412
IDBENCH=48234
IDSOLVER=2322
FILE ID=node121/3737412-1338763393
RUNJOBID= node121-1338748504-31311
PBS_JOBID= 14636789
Free space on /tmp= 71252 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_4.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737412-1338763393/watcher-3737412-1338763393 -o /tmp/evaluation-result-3737412-1338763393/solver-3737412-1338763393 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737412-1338763393.opb

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=1256896693

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:        26192168 kB
Buffers:          664080 kB
Cached:          4520108 kB
SwapCached:            0 kB
Active:          2473492 kB
Inactive:        3314012 kB
Active(anon):     590936 kB
Inactive(anon):    10760 kB
Active(file):    1882556 kB
Inactive(file):  3303252 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               380 kB
Writeback:             8 kB
AnonPages:        618340 kB
Mapped:            22152 kB
Shmem:               200 kB
Slab:             744008 kB
SReclaimable:     187872 kB
SUnreclaim:       556136 kB
KernelStack:        1584 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1509056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 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= 71252 MiB
End job on node121 at 2012-06-04 00:51:16