Trace number 3456405

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
Sat4j CuttingPlanes 2.3.0? (TO) 1800.27 1792.99

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUMa5c62cef1e86c64304fd5ef232ab5991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456405-1307657500.opb
0.11/0.10	c reading problem ... 
1.35/1.03	c ... done. Wall clock time 0.93s.
1.35/1.03	c #vars     107808
1.35/1.03	c #constraints  43306
1.35/1.03	c constraints type 
1.35/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
38.68/36.32	c cleaning 0 clauses out of 5001 with flag 0/5001
115.80/112.22	c cleaning 0 clauses out of 11000 with flag 0/11000
313.42/309.49	c cleaning 0 clauses out of 18000 with flag 0/18000
691.00/686.29	c cleaning 0 clauses out of 26002 with flag 0/26002
1318.77/1312.68	c cleaning 0 clauses out of 35002 with flag 0/35002
1800.05/1792.81	c starts		: 64
1800.05/1792.81	c conflicts		: 40651
1800.05/1792.81	c decisions		: 1182851
1800.05/1792.81	c propagations		: 3152364
1800.05/1792.81	c inspects		: 1050291002
1800.05/1792.81	c shortcuts		: 0
1800.05/1792.81	c learnt literals	: 0
1800.05/1792.81	c learnt binary clauses	: 0
1800.05/1792.81	c learnt ternary clauses	: 0
1800.05/1792.81	c learnt constraints	: 40651
1800.05/1792.81	c ignored constraints	: 0
1800.05/1792.81	c root simplifications	: 0
1800.05/1792.81	c removed literals (reason simplification)	: 0
1800.05/1792.81	c reason swapping (by a shorter reason)	: 0
1800.05/1792.81	c Calls to reduceDB	: 5
1800.05/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.81	c number of learned constraints concerned by reduction	: 0
1800.05/1792.81	c number of learning phase by resolution	: 0
1800.05/1792.81	c number of learning phase by cutting planes	: 0
1800.05/1792.81	c speed (assignments/second)	: 1759.3525972848151
1800.05/1792.81	c non guided choices	0
1800.05/1792.83	c learnt constraints type 
1800.05/1792.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 28
1800.05/1792.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 40623
1800.05/1792.83	c constraints type 
1800.05/1792.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.05/1792.83	s UNKNOWN
1800.05/1792.83	c Total wall clock time (in seconds): 1792.731

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456405-1307657500/watcher-3456405-1307657500 -o /tmp/evaluation-result-3456405-1307657500/solver-3456405-1307657500 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456405-1307657500.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.12 2.53 4.75 4/194 22472
/proc/meminfo: memFree=32000340/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 1239 0 0 0 0 0 0 0 22 0 2 0 877351004 31272960 960 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 7634 963 736 9 0 385 0
[pid=22472/tid=22473] ppid=22470 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) S 22470 22472 21755 0 -1 4202560 130 0 0 0 0 0 0 0 24 0 2 0 877351005 31268864 963 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270608187015 0 2147483391 0 16784584 18446744071699199166 0 0 -1 1 0 0 0

[startup+0.0708571 s]
/proc/loadavg: 1.12 2.53 4.75 4/194 22472
/proc/meminfo: memFree=32000340/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 11902 0 1 0 5 1 0 0 22 0 18 0 877351004 10724442112 11600 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2618272 11602 1754 9 0 2609006 0
[pid=22472/tid=22473] ppid=22470 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 10731 0 1 0 5 1 0 0 25 0 18 0 877351005 10724442112 11602 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 47948610722915 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100879 s]
/proc/loadavg: 1.12 2.53 4.75 4/194 22472
/proc/meminfo: memFree=32000340/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10540164 CPUtime=0.11 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 13148 0 1 0 9 2 0 0 22 0 18 0 877351004 10793127936 12820 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2635041 12820 2093 9 0 2625775 0
[pid=22472/tid=22473] ppid=22470 vsize=10540164 CPUtime=0.08 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 11187 0 1 0 7 1 0 0 25 0 18 0 877351005 10793127936 12820 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 47948609627672 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540164

[startup+0.300812 s]
/proc/loadavg: 1.12 2.53 4.75 4/194 22472
/proc/meminfo: memFree=32000340/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10541304 CPUtime=0.48 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 20457 0 1 0 45 3 0 0 22 0 18 0 877351004 10794295296 19479 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2635326 19481 2200 9 0 2626060 0
[pid=22472/tid=22473] ppid=22470 vsize=10541304 CPUtime=0.28 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 17216 0 1 0 26 2 0 0 18 0 18 0 877351005 10794295296 19482 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 47948607424136 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541304

[startup+0.700743 s]
/proc/loadavg: 1.12 2.53 4.75 4/194 22472
/proc/meminfo: memFree=32000340/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10542940 CPUtime=1.03 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 52705 0 1 0 97 6 0 0 22 0 18 0 877351004 10795970560 51006 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2635735 51009 2205 9 0 2626469 0
[pid=22472/tid=22473] ppid=22470 vsize=10542940 CPUtime=0.68 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 48354 0 1 0 63 5 0 0 18 0 18 0 877351005 10795970560 51011 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912505599480 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542940

[startup+1.50061 s]
/proc/loadavg: 1.27 2.54 4.74 3/213 22491
/proc/meminfo: memFree=31507204/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10543968 CPUtime=2.11 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 91991 0 1 0 201 10 0 0 22 0 19 0 877351004 10797023232 89436 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2635992 89437 2222 9 0 2626726 0
[pid=22472/tid=22473] ppid=22470 vsize=10543968 CPUtime=1.48 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 86542 0 1 0 139 9 0 0 18 0 19 0 877351005 10797023232 89437 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912505667751 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22472/tid=22475] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22475/stat : 22475 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89437 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22476] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22476/stat : 22476 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89438 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22477] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22477/stat : 22477 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89438 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22478] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22478/stat : 22478 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89438 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22479] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22479/stat : 22479 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89439 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22480] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22480/stat : 22480 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89439 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22481] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22481/stat : 22481 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89439 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22482] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22482/stat : 22482 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797023232 89440 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22483] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22483/stat : 22483 (java) S 22470 22472 21755 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 877351007 10797023232 89440 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 0 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22484] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22484/stat : 22484 (java) S 22470 22472 21755 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877351008 10797023232 89440 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22485] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877351008 10797023232 89441 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10797023232 89441 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10543968 CPUtime=0.32 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 1941 0 0 0 32 0 0 0 15 0 19 0 877351010 10797023232 89441 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10543968 CPUtime=0.29 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 2353 0 0 0 29 0 0 0 15 0 19 0 877351010 10797023232 89442 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10797023232 89442 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22490] ppid=22470 vsize=10543968 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22490/stat : 22490 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877351010 10797023232 89442 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10543968

[startup+3.10133 s]
/proc/loadavg: 1.27 2.54 4.74 3/214 22492
/proc/meminfo: memFree=31188392/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10544292 CPUtime=3.88 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 138732 0 1 0 371 17 0 0 22 0 19 0 877351004 10797355008 135886 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2636073 135888 2226 9 0 2626807 0
[pid=22472/tid=22473] ppid=22470 vsize=10544292 CPUtime=3.08 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 132403 0 1 0 293 15 0 0 19 0 19 0 877351005 10797355008 135889 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912505668085 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22472/tid=22475] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22475/stat : 22475 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135890 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22476] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22476/stat : 22476 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135891 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22477] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22477/stat : 22477 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135891 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22478] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22478/stat : 22478 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135892 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22479] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22479/stat : 22479 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135893 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22480] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22480/stat : 22480 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135893 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22481] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22481/stat : 22481 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135894 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22482] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22482/stat : 22482 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797355008 135894 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22483] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22483/stat : 22483 (java) S 22470 22472 21755 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877351007 10797355008 135895 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 0 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22484] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22484/stat : 22484 (java) S 22470 22472 21755 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877351008 10797355008 135896 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22485] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877351008 10797355008 135897 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10797355008 135897 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10544292 CPUtime=0.39 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 2179 0 0 0 39 0 0 0 15 0 19 0 877351010 10797355008 135898 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10544292 CPUtime=0.37 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 2993 0 0 0 37 0 0 0 16 0 19 0 877351010 10797355008 135899 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10797355008 135899 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22490] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22490/stat : 22490 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877351010 10797355008 135900 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
[pid=22472/tid=22492] ppid=22470 vsize=10544292 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22492/stat : 22492 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 877351121 10797355008 135901 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 10544292

[startup+6.30077 s]
/proc/loadavg: 1.27 2.54 4.74 3/214 22492
/proc/meminfo: memFree=30049328/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10544864 CPUtime=7.43 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 370746 0 1 0 702 41 0 0 22 0 19 0 877351004 10797940736 365006 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2636216 365006 2227 9 0 2626950 0
[pid=22472/tid=22473] ppid=22470 vsize=10544864 CPUtime=6.28 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 360677 0 1 0 589 39 0 0 25 0 19 0 877351005 10797940736 365006 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912505668085 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22472/tid=22475] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22475/stat : 22475 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365006 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22476] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22476/stat : 22476 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365007 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22477] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22477/stat : 22477 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365007 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22478] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22478/stat : 22478 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365008 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22479] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22479/stat : 22479 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365009 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22480] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22480/stat : 22480 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365009 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22481] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22481/stat : 22481 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365010 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22482] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22482/stat : 22482 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351006 10797940736 365011 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22483] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22483/stat : 22483 (java) S 22470 22472 21755 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877351007 10797940736 365012 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 0 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22484] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22484/stat : 22484 (java) S 22470 22472 21755 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877351008 10797940736 365013 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22485] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877351008 10797940736 365014 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10797940736 365014 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10544864 CPUtime=0.52 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 2460 0 0 0 52 0 0 0 15 0 19 0 877351010 10797940736 365015 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10544864 CPUtime=0.6 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 6449 0 0 0 60 0 0 0 15 0 19 0 877351010 10797940736 365016 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10797940736 365017 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0

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

/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10548508 CPUtime=1.48 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 11366 0 0 0 147 1 0 0 15 0 19 0 877351010 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10548508 CPUtime=0.86 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 6705 0 0 0 86 0 0 0 15 0 19 0 877351010 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22490] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22490/stat : 22490 (java) S 22470 22472 21755 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 877351010 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22492] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22492/stat : 22492 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 877351121 10801672192 967706 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1669.25
Current children cumulated vsize (KiB) 10548508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.40 3/214 22538
/proc/meminfo: memFree=24390056/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10548508 CPUtime=1729.39 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 985562 0 1 0 172828 111 0 0 22 0 19 0 877351004 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2637127 969461 2256 9 0 2627861 0
[pid=22472/tid=22473] ppid=22470 vsize=10548508 CPUtime=1718.37 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 777958 0 1 0 171754 83 0 0 25 0 19 0 877351005 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912505814965 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22472/tid=22475] ppid=22470 vsize=10548508 CPUtime=0.7 cores=1,3,5,7
/proc/22472/task/22475/stat : 22475 (java) S 22470 22472 21755 0 -1 4202560 14346 0 0 0 69 1 0 0 16 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22476] ppid=22470 vsize=10548508 CPUtime=0.87 cores=1,3,5,7
/proc/22472/task/22476/stat : 22476 (java) S 22470 22472 21755 0 -1 4202560 23733 0 0 0 85 2 0 0 15 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22477] ppid=22470 vsize=10548508 CPUtime=0.73 cores=1,3,5,7
/proc/22472/task/22477/stat : 22477 (java) S 22470 22472 21755 0 -1 4202560 15177 0 0 0 72 1 0 0 16 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22478] ppid=22470 vsize=10548508 CPUtime=0.72 cores=1,3,5,7
/proc/22472/task/22478/stat : 22478 (java) S 22470 22472 21755 0 -1 4202560 20177 0 0 0 70 2 0 0 15 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
[pid=22472/tid=22479] ppid=22470 vsize=10548508 CPUtime=0.76 cores=1,3,5,7
/proc/22472/task/22479/stat : 22479 (java) S 22470 22472 21755 0 -1 4202560 30122 0 0 0 72 4 0 0 15 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22480] ppid=22470 vsize=10548508 CPUtime=0.7 cores=1,3,5,7
/proc/22472/task/22480/stat : 22480 (java) S 22470 22472 21755 0 -1 4202560 16146 0 0 0 69 1 0 0 15 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22481] ppid=22470 vsize=10548508 CPUtime=0.92 cores=1,3,5,7
/proc/22472/task/22481/stat : 22481 (java) S 22470 22472 21755 0 -1 4202560 21971 0 0 0 89 3 0 0 16 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22482] ppid=22470 vsize=10548508 CPUtime=0.9 cores=1,3,5,7
/proc/22472/task/22482/stat : 22482 (java) S 22470 22472 21755 0 -1 4202560 30841 0 0 0 86 4 0 0 16 0 19 0 877351006 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
[pid=22472/tid=22483] ppid=22470 vsize=10548508 CPUtime=2.26 cores=1,3,5,7
/proc/22472/task/22483/stat : 22483 (java) S 22470 22472 21755 0 -1 4202560 15771 0 0 0 224 2 0 0 15 0 19 0 877351007 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 0 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22484] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22484/stat : 22484 (java) S 22470 22472 21755 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22485] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10548508 CPUtime=1.48 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 11366 0 0 0 147 1 0 0 15 0 19 0 877351010 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10548508 CPUtime=0.86 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 6705 0 0 0 86 0 0 0 15 0 19 0 877351010 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22490] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22490/stat : 22490 (java) S 22470 22472 21755 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 877351010 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22492] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22492/stat : 22492 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 877351121 10801672192 969461 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1729.39
Current children cumulated vsize (KiB) 10548508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.37 3/214 22539
/proc/meminfo: memFree=24382076/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10548508 CPUtime=1789.54 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 987150 0 1 0 178843 111 0 0 22 0 19 0 877351004 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2637127 970950 2256 9 0 2627861 0
[pid=22472/tid=22473] ppid=22470 vsize=10548508 CPUtime=1778.32 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 777961 0 1 0 177749 83 0 0 25 0 19 0 877351005 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912506200451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22472/tid=22475] ppid=22470 vsize=10548508 CPUtime=0.74 cores=1,3,5,7
/proc/22472/task/22475/stat : 22475 (java) S 22470 22472 21755 0 -1 4202560 14766 0 0 0 73 1 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22476] ppid=22470 vsize=10548508 CPUtime=0.88 cores=1,3,5,7
/proc/22472/task/22476/stat : 22476 (java) S 22470 22472 21755 0 -1 4202560 23919 0 0 0 86 2 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22477] ppid=22470 vsize=10548508 CPUtime=0.75 cores=1,3,5,7
/proc/22472/task/22477/stat : 22477 (java) S 22470 22472 21755 0 -1 4202560 15468 0 0 0 74 1 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22478] ppid=22470 vsize=10548508 CPUtime=0.74 cores=1,3,5,7
/proc/22472/task/22478/stat : 22478 (java) S 22470 22472 21755 0 -1 4202560 20281 0 0 0 72 2 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22479] ppid=22470 vsize=10548508 CPUtime=0.8 cores=1,3,5,7
/proc/22472/task/22479/stat : 22479 (java) S 22470 22472 21755 0 -1 4202560 30297 0 0 0 76 4 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22480] ppid=22470 vsize=10548508 CPUtime=0.73 cores=1,3,5,7
/proc/22472/task/22480/stat : 22480 (java) S 22470 22472 21755 0 -1 4202560 16394 0 0 0 72 1 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22481] ppid=22470 vsize=10548508 CPUtime=0.95 cores=1,3,5,7
/proc/22472/task/22481/stat : 22481 (java) S 22470 22472 21755 0 -1 4202560 22126 0 0 0 92 3 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22482] ppid=22470 vsize=10548508 CPUtime=0.9 cores=1,3,5,7
/proc/22472/task/22482/stat : 22482 (java) S 22470 22472 21755 0 -1 4202560 30841 0 0 0 86 4 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22483] ppid=22470 vsize=10548508 CPUtime=2.26 cores=1,3,5,7
/proc/22472/task/22483/stat : 22483 (java) S 22470 22472 21755 0 -1 4202560 15775 0 0 0 224 2 0 0 15 0 19 0 877351007 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 0 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22484] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22484/stat : 22484 (java) S 22470 22472 21755 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22485] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10548508 CPUtime=1.48 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 11366 0 0 0 147 1 0 0 15 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10548508 CPUtime=0.86 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 6705 0 0 0 86 0 0 0 15 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22490] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22490/stat : 22490 (java) S 22470 22472 21755 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22492] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22492/stat : 22492 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 877351121 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 10548508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.00 2.00 2.37 3/214 22539
/proc/meminfo: memFree=24382064/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=10548508 CPUtime=1800.05 cores=1,3,5,7
/proc/22472/stat : 22472 (java) S 22470 22472 21755 0 -1 4202496 987152 0 1 0 179894 111 0 0 22 0 19 0 877351004 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 2637127 970950 2256 9 0 2627861 0
[pid=22472/tid=22473] ppid=22470 vsize=10548508 CPUtime=1788.82 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4202560 777961 0 1 0 178799 83 0 0 25 0 19 0 877351005 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 46912505758736 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22472/tid=22475] ppid=22470 vsize=10548508 CPUtime=0.74 cores=1,3,5,7
/proc/22472/task/22475/stat : 22475 (java) S 22470 22472 21755 0 -1 4202560 14766 0 0 0 73 1 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22476] ppid=22470 vsize=10548508 CPUtime=0.88 cores=1,3,5,7
/proc/22472/task/22476/stat : 22476 (java) S 22470 22472 21755 0 -1 4202560 23919 0 0 0 86 2 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22477] ppid=22470 vsize=10548508 CPUtime=0.75 cores=1,3,5,7
/proc/22472/task/22477/stat : 22477 (java) S 22470 22472 21755 0 -1 4202560 15468 0 0 0 74 1 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22478] ppid=22470 vsize=10548508 CPUtime=0.74 cores=1,3,5,7
/proc/22472/task/22478/stat : 22478 (java) S 22470 22472 21755 0 -1 4202560 20281 0 0 0 72 2 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22479] ppid=22470 vsize=10548508 CPUtime=0.8 cores=1,3,5,7
/proc/22472/task/22479/stat : 22479 (java) S 22470 22472 21755 0 -1 4202560 30297 0 0 0 76 4 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22480] ppid=22470 vsize=10548508 CPUtime=0.73 cores=1,3,5,7
/proc/22472/task/22480/stat : 22480 (java) S 22470 22472 21755 0 -1 4202560 16394 0 0 0 72 1 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22481] ppid=22470 vsize=10548508 CPUtime=0.95 cores=1,3,5,7
/proc/22472/task/22481/stat : 22481 (java) S 22470 22472 21755 0 -1 4202560 22126 0 0 0 92 3 0 0 16 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22482] ppid=22470 vsize=10548508 CPUtime=0.9 cores=1,3,5,7
/proc/22472/task/22482/stat : 22482 (java) S 22470 22472 21755 0 -1 4202560 30841 0 0 0 86 4 0 0 15 0 19 0 877351006 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22483] ppid=22470 vsize=10548508 CPUtime=2.26 cores=1,3,5,7
/proc/22472/task/22483/stat : 22483 (java) S 22470 22472 21755 0 -1 4202560 15775 0 0 0 224 2 0 0 15 0 19 0 877351007 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 0 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22484] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22484/stat : 22484 (java) S 22470 22472 21755 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22485] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22485/stat : 22485 (java) S 22470 22472 21755 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877351008 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22486] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22486/stat : 22486 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624934321 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22487] ppid=22470 vsize=10548508 CPUtime=1.48 cores=1,3,5,7
/proc/22472/task/22487/stat : 22487 (java) S 22470 22472 21755 0 -1 4202560 11366 0 0 0 147 1 0 0 15 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22488] ppid=22470 vsize=10548508 CPUtime=0.86 cores=1,3,5,7
/proc/22472/task/22488/stat : 22488 (java) S 22470 22472 21755 0 -1 4202560 6705 0 0 0 86 0 0 0 15 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 5 0 0 0
[pid=22472/tid=22489] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22489/stat : 22489 (java) S 22470 22472 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624926617 0 4 0 16800975 18446604469210225536 0 0 -1 3 0 0 0
[pid=22472/tid=22490] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22490/stat : 22490 (java) S 22470 22472 21755 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 877351010 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 1 0 0 0
[pid=22472/tid=22492] ppid=22470 vsize=10548508 CPUtime=0 cores=1,3,5,7
/proc/22472/task/22492/stat : 22492 (java) S 22470 22472 21755 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 877351121 10801672192 970950 33554432000 1073741824 1073778376 140736947114544 18446744073709551615 270624927232 0 4 0 16800975 18446604469210225536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10548508

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

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

[startup+1792.91 s]
/proc/loadavg: 2.00 2.00 2.37 3/198 22542
/proc/meminfo: memFree=26058916/32951124 swapFree=67052292/67111528
[pid=22472] ppid=22470 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/22472/stat : 22472 (java) Z 22470 22472 21755 0 -1 4203548 987194 0 1 0 179901 118 0 0 17 0 2 0 877351004 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22472/statm: 0 0 0 0 0 0 0
[pid=22472/tid=22473] ppid=22470 vsize=0 CPUtime=1788.93 cores=1,3,5,7
/proc/22472/task/22473/stat : 22473 (java) R 22470 22472 21755 0 -1 4203588 777961 0 1 0 178803 90 0 0 25 0 2 0 877351005 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.99
CPU time (s): 1800.27
CPU user time (s): 1799.01
CPU system time (s): 1.25481
CPU usage (%): 100.406
Max. virtual memory (cumulated for all children) (KiB): 10565732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.25481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 987194
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39144
involuntary context switches= 23835

runsolver used 2.92755 second user time and 6.86596 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-10 00:11:41
IDJOB=3456405
IDBENCH=2372
IDSOLVER=1951
FILE ID=node108/3456405-1307657500
RUNJOBID= node108-1307657500-22428
PBS_JOBID= 13549416
Free space on /tmp= 74080 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456405-1307657500/watcher-3456405-1307657500 -o /tmp/evaluation-result-3456405-1307657500/solver-3456405-1307657500 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456405-1307657500.opb

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

MD5SUM BENCH= a5c62cef1e86c64304fd5ef232ab5991
RANDOM SEED=326455823

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32002752 kB
Buffers:        230792 kB
Cached:         433532 kB
SwapCached:      25900 kB
Active:         433020 kB
Inactive:       303284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32002752 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:            7412 kB
Writeback:           0 kB
AnonPages:       67120 kB
Mapped:          15708 kB
Slab:           147868 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10536100 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74076 MiB
End job on node108 at 2011-06-10 00:41:35