Trace number 3737258

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) 159.27 155.604

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-128
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
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)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	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.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3737258-1338762832.opb
0.09/0.11	c reading problem ... 
12.87/12.13	c ... done. Wall clock time 12.028s.
12.87/12.13	c #vars     16772
12.87/12.13	c #constraints  47316
12.87/12.13	c constraints type 
12.87/12.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
12.87/12.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
13.30/12.31	c SATISFIABLE
13.30/12.31	c OPTIMIZING...
13.30/12.31	c Got one! Elapsed wall clock time (in seconds):12.199
13.30/12.31	o -102
13.54/12.40	c Got one! Elapsed wall clock time (in seconds):12.296
13.54/12.40	o -103
13.79/12.50	c Got one! Elapsed wall clock time (in seconds):12.396
13.79/12.50	o -104
13.79/12.56	c Got one! Elapsed wall clock time (in seconds):12.455
13.79/12.56	o -106
13.93/12.62	c Got one! Elapsed wall clock time (in seconds):12.516
13.93/12.62	o -107
14.06/12.72	c Got one! Elapsed wall clock time (in seconds):12.613
14.06/12.72	o -108
14.17/12.83	c Got one! Elapsed wall clock time (in seconds):12.72
14.17/12.83	o -109
14.27/12.92	c Got one! Elapsed wall clock time (in seconds):12.815
14.27/12.92	o -110
14.37/13.07	c Got one! Elapsed wall clock time (in seconds):12.964
14.37/13.07	o -113
14.88/13.58	c Got one! Elapsed wall clock time (in seconds):13.475
14.88/13.58	o -114
15.90/14.43	c Got one! Elapsed wall clock time (in seconds):14.324
15.90/14.43	o -115
16.03/14.55	c Got one! Elapsed wall clock time (in seconds):14.439
16.03/14.55	o -116
16.67/15.12	c Got one! Elapsed wall clock time (in seconds):15.01
16.67/15.12	o -117
157.57/153.81	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
157.57/153.81		at java.math.BigInteger.add(BigInteger.java:1049)
157.57/153.81		at java.math.BigInteger.add(BigInteger.java:1023)
157.57/153.81		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
157.57/153.81		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
157.57/153.81		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
157.57/153.81		at org.sat4j.minisat.core.Solver.search(Unknown Source)
157.57/153.81		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
157.57/153.81		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
157.57/153.81		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
157.57/153.81		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
157.57/153.81		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
157.57/153.81		at org.sat4j.AbstractLauncher.run(Unknown Source)
157.57/153.81		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
159.27/155.59	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
159.27/155.59		at java.nio.CharBuffer.wrap(CharBuffer.java:350)
159.27/155.59		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:246)
159.27/155.59		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:106)
159.27/155.59		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:190)
159.27/155.59		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:111)
159.27/155.59		at java.io.BufferedWriter.flush(BufferedWriter.java:235)
159.27/155.59		at java.io.PrintWriter.newLine(PrintWriter.java:438)
159.27/155.59		at java.io.PrintWriter.println(PrintWriter.java:585)
159.27/155.59		at java.io.PrintWriter.println(PrintWriter.java:696)
159.27/155.59		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
159.27/155.59		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
159.27/155.59		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
159.27/155.59		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
159.27/155.59		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
159.27/155.59		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-3737258-1338762832/watcher-3737258-1338762832 -o /tmp/evaluation-result-3737258-1338762832/solver-3737258-1338762832 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737258-1338762832.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.86 1.99 1.99 3/192 404
/proc/meminfo: memFree=26146620/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/404/stat : 404 (java6) D 402 404 31294 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 342408638 278528 33 33554432000 1073741824 1073778376 140737317381312 140737317378488 227503336743 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/404/statm: 68 33 25 9 0 25 0

[startup+0.0647669 s]
/proc/loadavg: 1.86 1.99 1.99 3/192 404
/proc/meminfo: memFree=26146620/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648536 CPUtime=0.04 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 3784 0 1 0 3 1 0 0 20 0 18 0 342408638 2712100864 5502 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662134 5502 1745 9 0 652835 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2648536

[startup+0.10026 s]
/proc/loadavg: 1.86 1.99 1.99 3/192 404
/proc/meminfo: memFree=26146620/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 4694 0 1 0 8 1 0 0 20 0 18 0 342408638 2712133632 6411 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662142 6411 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300161 s]
/proc/loadavg: 1.86 1.99 1.99 3/192 404
/proc/meminfo: memFree=26146620/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648568 CPUtime=0.42 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 5549 0 1 0 41 1 0 0 20 0 18 0 342408638 2712133632 7846 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662142 7846 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2648568

[startup+0.700157 s]
/proc/loadavg: 1.86 1.99 1.99 3/192 404
/proc/meminfo: memFree=26146620/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648568 CPUtime=0.98 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 6907 0 1 0 97 1 0 0 20 0 18 0 342408638 2712133632 10191 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662142 10191 2229 9 0 652835 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 2648568

[startup+1.50062 s]
/proc/loadavg: 1.86 1.99 1.99 4/210 422
/proc/meminfo: memFree=26110160/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648568 CPUtime=2.04 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 11825 0 1 0 202 2 0 0 20 0 18 0 342408638 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662142 14175 2237 9 0 652835 0
[pid=404/tid=406] ppid=402 vsize=2648568 CPUtime=1.46 cores=0,2,4,6
/proc/404/task/406/stat : 406 (java) R 402 404 31294 0 -1 4202560 2762 0 1 0 146 0 0 0 20 0 18 0 342408639 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591483645976 140591342138564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=404/tid=407] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/407/stat : 407 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591468096040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=408] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/408/stat : 408 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591467043240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=409] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/409/stat : 409 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591465990440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=410] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/410/stat : 410 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591464937640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=411] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/411/stat : 411 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591463885864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=412] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/412/stat : 412 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591462833064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=413] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/413/stat : 413 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591461780264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=414] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/414/stat : 414 (java) S 402 404 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591460727464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=415] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/415/stat : 415 (java) S 402 404 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342408641 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591330662888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=416] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/416/stat : 416 (java) S 402 404 31294 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342408642 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591329608952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=417] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342408642 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591328556040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2648568 CPUtime=0.12 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 818 0 0 0 12 0 0 0 20 0 18 0 342408644 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2648568 CPUtime=0.42 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7058 0 0 0 41 1 0 0 20 0 18 0 342408644 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 14175 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 2648568

[startup+3.10066 s]
/proc/loadavg: 1.86 1.99 1.99 3/210 422
/proc/meminfo: memFree=26093528/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648568 CPUtime=3.86 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 12395 0 1 0 384 2 0 0 20 0 18 0 342408638 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662142 16420 2238 9 0 652835 0
[pid=404/tid=406] ppid=402 vsize=2648568 CPUtime=3.05 cores=0,2,4,6
/proc/404/task/406/stat : 406 (java) R 402 404 31294 0 -1 4202560 2767 0 1 0 304 1 0 0 20 0 18 0 342408639 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591483644256 140591342453803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=404/tid=407] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/407/stat : 407 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591468096040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=408] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/408/stat : 408 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591467043240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=409] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/409/stat : 409 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591465990440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=410] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/410/stat : 410 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591464937640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=411] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/411/stat : 411 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591463885864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=412] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/412/stat : 412 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591462833064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=413] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/413/stat : 413 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591461780264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=414] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/414/stat : 414 (java) S 402 404 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591460727464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=415] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/415/stat : 415 (java) S 402 404 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342408641 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591330662888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=416] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/416/stat : 416 (java) S 402 404 31294 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342408642 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591329608952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=417] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342408642 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591328556040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 1366 0 0 0 24 0 0 0 20 0 18 0 342408644 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2648568 CPUtime=0.51 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7075 0 0 0 50 1 0 0 20 0 18 0 342408644 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 16420 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 2648568

[startup+6.30066 s]
/proc/loadavg: 1.87 1.99 1.99 3/210 422
/proc/meminfo: memFree=26080124/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2648568 CPUtime=7.07 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 12402 0 1 0 704 3 0 0 20 0 18 0 342408638 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 662142 18957 2239 9 0 652835 0
[pid=404/tid=406] ppid=402 vsize=2648568 CPUtime=6.25 cores=0,2,4,6
/proc/404/task/406/stat : 406 (java) R 402 404 31294 0 -1 4202560 2773 0 1 0 624 1 0 0 20 0 18 0 342408639 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591483637792 140591342453715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=404/tid=407] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/407/stat : 407 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591468096040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=408] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/408/stat : 408 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591467043240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=409] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/409/stat : 409 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591465990440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=410] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/410/stat : 410 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591464937640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=411] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/411/stat : 411 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591463885864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=412] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/412/stat : 412 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591462833064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=413] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/413/stat : 413 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591461780264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=414] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/414/stat : 414 (java) S 402 404 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342408640 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591460727464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=415] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/415/stat : 415 (java) S 402 404 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342408641 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591330662888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=416] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/416/stat : 416 (java) S 402 404 31294 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 342408642 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591329608952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=417] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342408642 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591328556040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 1366 0 0 0 24 0 0 0 20 0 18 0 342408644 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2648568 CPUtime=0.51 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7075 0 0 0 50 1 0 0 20 0 18 0 342408644 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 342408644 2712133632 18957 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.96 2.01 1.99 3/210 422
/proc/meminfo: memFree=26065348/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2715132 CPUtime=14.06 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 13903 0 1 0 1402 4 0 0 20 0 19 0 342408638 2780295168 39365 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 678783 39365 2260 9 0 669476 0
[pid=404/tid=406] ppid=402 vsize=2715132 CPUtime=12.63 cores=0,2,4,6

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

/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342408642 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140591328556040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342408644 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 2765 0 0 0 63 0 0 0 20 0 19 0 342408644 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2715132 CPUtime=0.84 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7118 0 0 0 83 1 0 0 20 0 19 0 342408644 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342408644 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 10 0 0 0 1 2 0 0 20 0 19 0 342408644 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=423] ppid=402 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/404/task/423/stat : 423 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342409858 2780295168 343179 33554432000 1073741824 1073778376 140735449011376 140590449669288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 157.27
Current children cumulated vsize (KiB) 2715132

[startup+154.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/212 424
/proc/meminfo: memFree=24764192/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2781696 CPUtime=158.07 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 15988 0 1 0 15700 107 0 0 20 0 20 0 342408638 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 695424 343192 2280 9 0 686117 0
[pid=404/tid=406] ppid=402 vsize=2781696 CPUtime=139.88 cores=0,2,4,6
/proc/404/task/406/stat : 406 (java) S 402 404 31294 0 -1 4202560 3006 0 1 0 13981 7 0 0 20 0 20 0 342408639 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591483647160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=407] ppid=402 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/404/task/407/stat : 407 (java) S 402 404 31294 0 -1 4202560 205 0 0 0 22 10 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591468096040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=408] ppid=402 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/404/task/408/stat : 408 (java) S 402 404 31294 0 -1 4202560 280 0 0 0 33 16 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591467043240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=409] ppid=402 vsize=2781696 CPUtime=0.4 cores=0,2,4,6
/proc/404/task/409/stat : 409 (java) S 402 404 31294 0 -1 4202560 250 0 0 0 26 14 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591465990440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=410] ppid=402 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/404/task/410/stat : 410 (java) S 402 404 31294 0 -1 4202560 208 0 0 0 21 11 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591464937640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=411] ppid=402 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/404/task/411/stat : 411 (java) S 402 404 31294 0 -1 4202560 181 0 0 0 20 9 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591463885864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=412] ppid=402 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/404/task/412/stat : 412 (java) S 402 404 31294 0 -1 4202560 238 0 0 0 36 11 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591462833064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=413] ppid=402 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/404/task/413/stat : 413 (java) S 402 404 31294 0 -1 4202560 272 0 0 0 28 15 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591461780264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=414] ppid=402 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/404/task/414/stat : 414 (java) S 402 404 31294 0 -1 4202560 167 0 0 0 15 9 0 0 20 0 20 0 342408640 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591460727464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=415] ppid=402 vsize=2781696 CPUtime=13.14 cores=0,2,4,6
/proc/404/task/415/stat : 415 (java) R 402 404 31294 0 -1 4202560 96 0 0 0 1312 2 0 0 20 0 20 0 342408641 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591330663048 140591490154618 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=404/tid=416] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/416/stat : 416 (java) S 402 404 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342408642 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591329608856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=417] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342408642 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591328553336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342408644 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 2765 0 0 0 63 0 0 0 20 0 20 0 342408644 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7118 0 0 0 83 1 0 0 20 0 20 0 342408644 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342408644 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2781696 CPUtime=0.03 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 10 0 0 0 1 2 0 0 20 0 20 0 342408644 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=423] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/423/stat : 423 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342409858 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140590449669288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=424] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/424/stat : 424 (java) S 402 404 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342424020 2848456704 343192 33554432000 1073741824 1073778376 140735449011376 140590448616088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 158.07
Current children cumulated vsize (KiB) 2781696

[startup+155.107 s]
/proc/loadavg: 2.06 2.02 2.00 3/212 424
/proc/meminfo: memFree=24764184/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2781696 CPUtime=158.87 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 15993 0 1 0 15780 107 0 0 20 0 20 0 342408638 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 695424 343193 2280 9 0 686117 0
[pid=404/tid=406] ppid=402 vsize=2781696 CPUtime=139.88 cores=0,2,4,6
/proc/404/task/406/stat : 406 (java) S 402 404 31294 0 -1 4202560 3006 0 1 0 13981 7 0 0 20 0 20 0 342408639 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591483647160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=407] ppid=402 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/404/task/407/stat : 407 (java) S 402 404 31294 0 -1 4202560 205 0 0 0 22 10 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591468096040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=408] ppid=402 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/404/task/408/stat : 408 (java) S 402 404 31294 0 -1 4202560 280 0 0 0 33 16 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591467043240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=409] ppid=402 vsize=2781696 CPUtime=0.4 cores=0,2,4,6
/proc/404/task/409/stat : 409 (java) S 402 404 31294 0 -1 4202560 250 0 0 0 26 14 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591465990440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=410] ppid=402 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/404/task/410/stat : 410 (java) S 402 404 31294 0 -1 4202560 208 0 0 0 21 11 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591464937640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=411] ppid=402 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/404/task/411/stat : 411 (java) S 402 404 31294 0 -1 4202560 181 0 0 0 20 9 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591463885864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=412] ppid=402 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/404/task/412/stat : 412 (java) S 402 404 31294 0 -1 4202560 238 0 0 0 36 11 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591462833064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=413] ppid=402 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/404/task/413/stat : 413 (java) S 402 404 31294 0 -1 4202560 272 0 0 0 28 15 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591461780264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=414] ppid=402 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/404/task/414/stat : 414 (java) S 402 404 31294 0 -1 4202560 167 0 0 0 15 9 0 0 20 0 20 0 342408640 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591460727464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=415] ppid=402 vsize=2781696 CPUtime=13.95 cores=0,2,4,6
/proc/404/task/415/stat : 415 (java) R 402 404 31294 0 -1 4202560 96 0 0 0 1393 2 0 0 20 0 20 0 342408641 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591330663048 140591487783368 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=404/tid=416] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/416/stat : 416 (java) S 402 404 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342408642 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591329608952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=417] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342408642 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591328556040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342408644 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 2765 0 0 0 63 0 0 0 20 0 20 0 342408644 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7118 0 0 0 83 1 0 0 20 0 20 0 342408644 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342408644 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2781696 CPUtime=0.03 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 10 0 0 0 1 2 0 0 20 0 20 0 342408644 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=423] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/423/stat : 423 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342409858 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140590449669288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=424] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/424/stat : 424 (java) S 402 404 31294 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342424020 2848456704 343193 33554432000 1073741824 1073778376 140735449011376 140590448614920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 158.87
Current children cumulated vsize (KiB) 2781696

[startup+155.501 s]
/proc/loadavg: 2.06 2.02 2.00 3/212 424
/proc/meminfo: memFree=24764184/32873624 swapFree=7112/7112
[pid=404] ppid=402 vsize=2781696 CPUtime=159.27 cores=0,2,4,6
/proc/404/stat : 404 (java) S 402 404 31294 0 -1 4202496 15996 0 1 0 15820 107 0 0 20 0 20 0 342408638 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140735449002512 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/404/statm: 695424 343195 2280 9 0 686117 0
[pid=404/tid=406] ppid=402 vsize=2781696 CPUtime=139.88 cores=0,2,4,6
/proc/404/task/406/stat : 406 (java) S 402 404 31294 0 -1 4202560 3006 0 1 0 13981 7 0 0 20 0 20 0 342408639 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591483647160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=407] ppid=402 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/404/task/407/stat : 407 (java) S 402 404 31294 0 -1 4202560 205 0 0 0 22 10 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591468096040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=408] ppid=402 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/404/task/408/stat : 408 (java) S 402 404 31294 0 -1 4202560 280 0 0 0 33 16 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591467043240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=409] ppid=402 vsize=2781696 CPUtime=0.4 cores=0,2,4,6
/proc/404/task/409/stat : 409 (java) S 402 404 31294 0 -1 4202560 250 0 0 0 26 14 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591465990440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=410] ppid=402 vsize=2781696 CPUtime=0.32 cores=0,2,4,6
/proc/404/task/410/stat : 410 (java) S 402 404 31294 0 -1 4202560 208 0 0 0 21 11 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591464937640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=411] ppid=402 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/404/task/411/stat : 411 (java) S 402 404 31294 0 -1 4202560 181 0 0 0 20 9 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591463885864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=412] ppid=402 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/404/task/412/stat : 412 (java) S 402 404 31294 0 -1 4202560 238 0 0 0 36 11 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591462833064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=413] ppid=402 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/404/task/413/stat : 413 (java) S 402 404 31294 0 -1 4202560 272 0 0 0 28 15 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591461780264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=414] ppid=402 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/404/task/414/stat : 414 (java) S 402 404 31294 0 -1 4202560 167 0 0 0 15 9 0 0 20 0 20 0 342408640 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591460727464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=415] ppid=402 vsize=2781696 CPUtime=14.34 cores=0,2,4,6
/proc/404/task/415/stat : 415 (java) R 402 404 31294 0 -1 4202560 98 0 0 0 1432 2 0 0 20 0 20 0 342408641 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591330663048 140591490502640 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=404/tid=416] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/416/stat : 416 (java) S 402 404 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342408642 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591329608952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=417] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/417/stat : 417 (java) S 402 404 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342408642 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591328556040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=418] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/418/stat : 418 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342408644 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591327504528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=419] ppid=402 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/404/task/419/stat : 419 (java) S 402 404 31294 0 -1 4202560 2765 0 0 0 63 0 0 0 20 0 20 0 342408644 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140591326452664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=404/tid=420] ppid=402 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/404/task/420/stat : 420 (java) S 402 404 31294 0 -1 4202560 7118 0 0 0 83 1 0 0 20 0 20 0 342408644 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140590452828984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=421] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/421/stat : 421 (java) S 402 404 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342408644 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140590451776376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=404/tid=422] ppid=402 vsize=2781696 CPUtime=0.03 cores=0,2,4,6
/proc/404/task/422/stat : 422 (java) S 402 404 31294 0 -1 4202560 10 0 0 0 1 2 0 0 20 0 20 0 342408644 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140590450723784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=404/tid=423] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/423/stat : 423 (java) S 402 404 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342409858 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140590449669288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=404/tid=424] ppid=402 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/404/task/424/stat : 424 (java) S 402 404 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 342424020 2848456704 343195 33554432000 1073741824 1073778376 140735449011376 140590448614760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 159.27
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 404 and gives
#  childrusage.ru_utime.tv_sec=157
#  childrusage.ru_utime.tv_usec=836005
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=202817
# CPU time returned by wait4() is 159.039
# while last known CPU time is 159.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 155.604
CPU time (s): 159.27
CPU user time (s): 158.2
CPU system time (s): 1.07
CPU usage (%): 102.356
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.836
system time used= 1.20282
maximum resident set size= 1372808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16007
page faults= 1
swaps= 0
block input operations= 8
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4142
involuntary context switches= 2600

runsolver used 0.229965 second user time and 0.636903 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-04 00:33:52
IDJOB=3737258
IDBENCH=48209
IDSOLVER=2322
FILE ID=node121/3737258-1338762832
RUNJOBID= node121-1338748504-31310
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/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737258-1338762832/watcher-3737258-1338762832 -o /tmp/evaluation-result-3737258-1338762832/solver-3737258-1338762832 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737258-1338762832.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=1692621231

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:        26146884 kB
Buffers:          663956 kB
Cached:          4521180 kB
SwapCached:            0 kB
Active:          2514120 kB
Inactive:        3314116 kB
Active(anon):     630572 kB
Inactive(anon):    10760 kB
Active(file):    1883548 kB
Inactive(file):  3303356 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               720 kB
Writeback:             0 kB
AnonPages:        664064 kB
Mapped:            22272 kB
Shmem:               200 kB
Slab:             743940 kB
SReclaimable:     187832 kB
SUnreclaim:       556108 kB
KernelStack:        1584 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1506408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 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:36:27