Trace number 3741371

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.78 903.26

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-859770.opb
MD5SUMcbc412f006cacd8e2fcdc61d20cbc351
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark134.834
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.09	c version 2.2.0.v20100531
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		1349517296
0.04/0.09	c Max memory 		1356595200
0.04/0.09	c Total memory 		1356595200
0.04/0.09	c Number of processors 	8
0.04/0.12	c Pseudo Boolean Optimization
0.04/0.12	c ManyCore solver with 2 solvers running in parallel
0.04/0.12	c --- Begin Solver configuration ---
0.04/0.12	c Stops conflict analysis at the first Unique Implication Point
0.04/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.04/0.12	c Learn all clauses as in MiniSAT
0.04/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.12	c Expensive reason simplification
0.04/0.12	c Armin Biere (Picosat) restarts strategy
0.04/0.12	c Glucose learned constraints deletion strategy
0.04/0.12	c timeout=2147483s
0.04/0.12	c DB Simplification allowed=false
0.04/0.12	c --- End Solver configuration ---
0.04/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.12	c --- Begin Solver configuration ---
0.04/0.12	c Stops conflict analysis at the first Unique Implication Point
0.04/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.04/0.12	c Learn all clauses as in MiniSAT
0.04/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.12	c No reason simplification
0.04/0.12	c Armin Biere (Picosat) restarts strategy
0.04/0.12	c Glucose learned constraints deletion strategy
0.04/0.12	c timeout=2147483s
0.04/0.12	c DB Simplification allowed=false
0.04/0.12	c --- End Solver configuration ---
0.04/0.12	
0.04/0.12	c solving HOME/instance-3741371-1338763433.opb
0.04/0.12	c reading problem ... 
1.60/1.35	c ... done. Wall clock time 1.228s.
1.60/1.35	c #vars     2504
1.60/1.35	c #constraints  2084
1.60/1.35	c constraints type 
1.60/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1.60/1.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1.60/1.35	c constraints type 
1.60/1.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1.60/1.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
14.52/7.16	c cleaning 2495 clauses out of 5001 with flag 5001/5001
27.13/13.32	c cleaning 4251 clauses out of 8505 with flag 11000/11000
43.86/21.61	c cleaning 5624 clauses out of 11256 with flag 18002/18002
69.75/34.52	c cleaning 6809 clauses out of 13630 with flag 26000/26000
92.21/45.73	c cleaning 7896 clauses out of 15821 with flag 35000/35000
130.54/64.80	c cleaning 8960 clauses out of 17930 with flag 45005/45005
170.31/84.67	c cleaning 9474 clauses out of 18965 with flag 55000/55000
202.23/100.58	c cleaning 9718 clauses out of 19491 with flag 65000/65000
233.44/116.14	c cleaning 9875 clauses out of 19773 with flag 75000/75000
263.07/130.92	c cleaning 9940 clauses out of 19898 with flag 85000/85000
300.10/149.44	c cleaning 9949 clauses out of 19960 with flag 95002/95002
318.66/158.75	c cleaning 9993 clauses out of 20010 with flag 105001/105001
340.33/169.61	c cleaning 9988 clauses out of 20016 with flag 115000/115000
374.09/186.51	c cleaning 10007 clauses out of 20029 with flag 125001/125001
400.50/199.77	c cleaning 9999 clauses out of 20026 with flag 135005/135005
426.09/212.57	c cleaning 9975 clauses out of 20022 with flag 145000/145000
464.37/231.75	c cleaning 9981 clauses out of 20053 with flag 155006/155006
486.51/242.85	c cleaning 9955 clauses out of 20066 with flag 165000/165000
505.22/252.27	c cleaning 10053 clauses out of 20111 with flag 175000/175000
533.98/266.62	c cleaning 10017 clauses out of 20059 with flag 185001/185001
562.82/281.11	c cleaning 10011 clauses out of 20041 with flag 195000/195000
599.51/299.41	c cleaning 9992 clauses out of 20036 with flag 205006/205006
652.54/325.99	c cleaning 9963 clauses out of 20038 with flag 215000/215000
667.95/333.76	c cleaning 10015 clauses out of 20075 with flag 225000/225000
692.50/346.11	c cleaning 10031 clauses out of 20065 with flag 235005/235005
709.59/354.78	c cleaning 10008 clauses out of 20029 with flag 245000/245000
726.04/363.06	c cleaning 10004 clauses out of 20021 with flag 255000/255000
757.17/378.69	c cleaning 9804 clauses out of 20017 with flag 265000/265000
789.38/394.89	c cleaning 10095 clauses out of 20214 with flag 275001/275001
818.29/409.38	c cleaning 10051 clauses out of 20123 with flag 285005/285005
844.81/422.64	c cleaning 9952 clauses out of 20067 with flag 295000/295000
866.65/433.62	c cleaning 10028 clauses out of 20115 with flag 305000/305000
887.76/444.32	c cleaning 10033 clauses out of 20088 with flag 315001/315001
920.83/460.87	c cleaning 9789 clauses out of 20055 with flag 325001/325001
958.11/479.40	c cleaning 10129 clauses out of 20265 with flag 335000/335000
985.44/493.13	c cleaning 10029 clauses out of 20143 with flag 345007/345007
1008.59/504.87	c cleaning 9977 clauses out of 20107 with flag 355000/355000
1034.97/518.08	c cleaning 9981 clauses out of 20133 with flag 365003/365003
1059.33/530.24	c cleaning 9962 clauses out of 20149 with flag 375000/375000
1095.39/548.25	c cleaning 10042 clauses out of 20187 with flag 385000/385000
1126.98/564.16	c cleaning 10045 clauses out of 20145 with flag 395000/395000
1161.67/581.60	c cleaning 10003 clauses out of 20107 with flag 405007/405007
1190.23/595.94	c cleaning 10039 clauses out of 20103 with flag 415006/415006
1212.21/607.03	c cleaning 10014 clauses out of 20059 with flag 425001/425001
1239.38/620.87	c cleaning 9985 clauses out of 20044 with flag 435000/435000
1264.46/633.43	c cleaning 10001 clauses out of 20060 with flag 445001/445001
1308.74/655.56	c cleaning 10020 clauses out of 20061 with flag 455004/455004
1337.73/670.11	c cleaning 10014 clauses out of 20037 with flag 465000/465000
1385.00/693.96	c cleaning 10011 clauses out of 20023 with flag 475000/475000
1407.44/705.28	c cleaning 10004 clauses out of 20013 with flag 485001/485001
1434.39/718.83	c cleaning 9853 clauses out of 19999 with flag 495000/495000
1469.32/736.40	c cleaning 9934 clauses out of 20146 with flag 505000/505000
1494.39/749.21	c cleaning 10080 clauses out of 20214 with flag 515002/515002
1525.51/764.98	c cleaning 10054 clauses out of 20147 with flag 525015/525015
1559.68/782.11	c cleaning 10023 clauses out of 20079 with flag 535001/535001
1609.85/807.25	c cleaning 10024 clauses out of 20059 with flag 545004/545004
1665.14/835.07	c cleaning 10009 clauses out of 20032 with flag 555001/555001
1696.35/850.78	c cleaning 9984 clauses out of 20024 with flag 565003/565003
1723.52/864.41	c cleaning 9945 clauses out of 20036 with flag 575000/575000
1745.66/875.62	c cleaning 10026 clauses out of 20092 with flag 585001/585001
1760.97/883.68	c cleaning 10016 clauses out of 20066 with flag 595001/595001
1800.08/903.24	c starts		: 153
1800.08/903.24	c conflicts		: 603627
1800.08/903.24	c decisions		: 5227767
1800.08/903.24	c propagations		: 56904843
1800.08/903.24	c inspects		: 554506092
1800.08/903.24	c learnt literals	: 13
1800.08/903.24	c learnt binary clauses	: 628
1800.08/903.24	c learnt ternary clauses	: 584
1800.08/903.24	c learnt clauses	: 603614
1800.08/903.24	c ignored clauses	: 0
1800.08/903.24	c root simplifications	: 0
1800.08/903.24	c removed literals (reason simplification)	: 38219138
1800.08/903.24	c reason swapping (by a shorter reason)	: 0
1800.08/903.24	c Calls to reduceDB	: 61
1800.08/903.24	c number of reductions to clauses (during analyze)	: 0
1800.08/903.24	c number of learned constraints concerned by reduction	: 0
1800.08/903.24	c number of learning phase by resolution	: 0
1800.08/903.24	c number of learning phase by cutting planes	: 0
1800.08/903.24	c speed (assignments/second)	: 63095.01026730473
1800.08/903.24	c non guided choices	87
1800.08/903.25	c learnt constraints type 
1800.08/903.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18049
1800.08/903.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 628
1800.08/903.25	c constraints type 
1800.08/903.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1800.08/903.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1800.08/903.25	c constraints type 
1800.08/903.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1800.08/903.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
1800.08/903.25	s UNKNOWN
1800.08/903.25	c Total wall clock time (in seconds): 903.133

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-3741371-1338763433/watcher-3741371-1338763433 -o /tmp/evaluation-result-3741371-1338763433/solver-3741371-1338763433 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741371-1338763433.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: 3.75 3.75 3.80 4/197 22343
/proc/meminfo: memFree=26234052/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22343/stat : 22343 (java6) D 22341 22343 17435 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 342469326 2560000 46 33554432000 1073741824 1073778376 140735142671808 140735142668936 266426477863 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/22343/statm: 625 46 37 9 0 29 0

[startup+0.0780969 s]
/proc/loadavg: 3.75 3.75 3.80 4/197 22343
/proc/meminfo: memFree=26234052/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 3850 0 1 0 4 0 0 0 20 0 18 0 342469326 2764726272 5569 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 674982 5569 1759 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.230438 s]
/proc/loadavg: 3.75 3.75 3.80 4/197 22343
/proc/meminfo: memFree=26234052/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 6161 0 1 0 32 1 0 0 20 0 18 0 342469326 2764726272 8912 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 674982 8912 2213 9 0 665676 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 2699928

[startup+0.300222 s]
/proc/loadavg: 3.75 3.75 3.80 4/197 22343
/proc/meminfo: memFree=26234052/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 7554 0 1 0 52 1 0 0 20 0 18 0 342469326 2764726272 10724 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 674982 10724 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700182 s]
/proc/loadavg: 3.75 3.75 3.80 4/197 22343
/proc/meminfo: memFree=26234052/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2699928 CPUtime=0.99 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 7669 0 1 0 95 4 0 0 20 0 18 0 342469326 2764726272 51208 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 674982 51208 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.75 3.75 3.80 3/215 22361
/proc/meminfo: memFree=25856920/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2966184 CPUtime=2.18 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 8616 0 1 0 210 8 0 0 20 0 22 0 342469326 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 741546 96797 2257 9 0 732240 0
[pid=22343/tid=22345] ppid=22341 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/22343/task/22345/stat : 22345 (java) S 22341 22343 17435 0 -1 4202560 2964 0 1 0 123 7 0 0 20 0 22 0 342469328 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628930204824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628914485416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628913432872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628912380328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 17435 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628911327784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 17435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628910275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628909222696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628908170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22353] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22353/stat : 22353 (java) S 22341 22343 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628788767784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22354] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22354/stat : 22354 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628776568936 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22355] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22355/stat : 22355 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628775515256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22356] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22356/stat : 22356 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628774462600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22357] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22357/stat : 22357 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469333 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628773411344 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22358] ppid=22341 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/22343/task/22358/stat : 22358 (java) R 22341 22343 17435 0 -1 4202560 2619 0 0 0 28 0 0 0 20 0 22 0 342469333 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628033792568 140628933114012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22359] ppid=22341 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/22343/task/22359/stat : 22359 (java) R 22341 22343 17435 0 -1 4202560 1709 0 0 0 26 0 0 0 20 0 22 0 342469333 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628032740024 140628937009272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22360] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22360/stat : 22360 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628031687672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22361] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22361/stat : 22361 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 96797 33554432000 1073741824 1073778376 140735616117792 140628030635336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 2966184

[startup+3.10084 s]
/proc/loadavg: 3.93 3.79 3.81 5/219 22365
/proc/meminfo: memFree=25843868/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2966184 CPUtime=6.37 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 15955 0 1 0 626 11 0 0 20 0 22 0 342469326 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 741546 103935 2264 9 0 732240 0
[pid=22343/tid=22345] ppid=22341 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/22343/task/22345/stat : 22345 (java) S 22341 22343 17435 0 -1 4202560 2964 0 1 0 123 7 0 0 20 0 22 0 342469328 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628930204824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628914485416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628913432872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628912380328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 17435 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628911327784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 17435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628910275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 17435 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628909222696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628908170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22353] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22353/stat : 22353 (java) S 22341 22343 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628788767784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22354] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22354/stat : 22354 (java) S 22341 22343 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628776568936 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22355] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22355/stat : 22355 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628775515256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22356] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22356/stat : 22356 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628774462600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22357] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22357/stat : 22357 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469333 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628773411344 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22358] ppid=22341 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/22343/task/22358/stat : 22358 (java) S 22341 22343 17435 0 -1 4202560 6271 0 0 0 80 0 0 0 20 0 22 0 342469333 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628033792568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22359] ppid=22341 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/22343/task/22359/stat : 22359 (java) S 22341 22343 17435 0 -1 4202560 5353 0 0 0 71 2 0 0 20 0 22 0 342469333 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628032740024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22360] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22360/stat : 22360 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628031687672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22361] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22361/stat : 22361 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628030635336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22362] ppid=22341 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/22343/task/22362/stat : 22362 (java) R 22341 22343 17435 0 -1 4202560 26 0 0 0 171 0 0 0 20 0 22 0 342469462 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628029577120 140628789427883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22363] ppid=22341 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/22343/task/22363/stat : 22363 (java) R 22341 22343 17435 0 -1 4202560 66 0 0 0 172 0 0 0 20 0 22 0 342469462 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628028525304 140628789823826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22364] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22364/stat : 22364 (java) S 22341 22343 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628027474984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22365] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22365/stat : 22365 (java) S 22341 22343 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 103935 33554432000 1073741824 1073778376 140735616117792 140628026422440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 2966184

[startup+6.30092 s]
/proc/loadavg: 3.93 3.79 3.81 5/219 22365
/proc/meminfo: memFree=25804908/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2966184 CPUtime=12.92 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 16070 0 1 0 1275 17 0 0 20 0 22 0 342469326 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 741546 117717 2265 9 0 732240 0
[pid=22343/tid=22345] ppid=22341 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/22343/task/22345/stat : 22345 (java) S 22341 22343 17435 0 -1 4202560 2964 0 1 0 123 7 0 0 20 0 22 0 342469328 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628930204824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 17435 0 -1 4202560 24 0 0 0 0 1 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628914485416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 17435 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628913432872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 17435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628912380328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 17435 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628911327784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 17435 0 -1 4202560 31 0 0 0 1 2 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628910275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 17435 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628909222696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 17435 0 -1 4202560 33 0 0 0 1 2 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628908170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22353] ppid=22341 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/22343/task/22353/stat : 22353 (java) S 22341 22343 17435 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 342469329 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628788767784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22354] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22354/stat : 22354 (java) S 22341 22343 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628776568936 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22355] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22355/stat : 22355 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628775515256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22356] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22356/stat : 22356 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628774462600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22357] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22357/stat : 22357 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469333 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628773411344 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22358] ppid=22341 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/22343/task/22358/stat : 22358 (java) S 22341 22343 17435 0 -1 4202560 6272 0 0 0 83 0 0 0 20 0 22 0 342469333 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628033792568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22359] ppid=22341 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/22343/task/22359/stat : 22359 (java) S 22341 22343 17435 0 -1 4202560 5354 0 0 0 73 2 0 0 20 0 22 0 342469333 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628032740024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22360] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22360/stat : 22360 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628031687672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22361] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22361/stat : 22361 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628030635336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22362] ppid=22341 vsize=2966184 CPUtime=4.84 cores=1,3,5,7
/proc/22343/task/22362/stat : 22362 (java) R 22341 22343 17435 0 -1 4202560 26 0 0 0 484 0 0 0 20 0 22 0 342469462 3037372416 117717 33554432000 1073741824 1073778376 140735616117792 140628029577648 140628789571363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=22343/tid=22363] ppid=22341 vsize=2966184 CPUtime=795.62 cores=1,3,5,7
/proc/22343/task/22363/stat : 22363 (java) R 22341 22343 17435 0 -1 4202560 288 0 0 0 79547 15 0 0 20 0 22 0 342469462 3037372416 231530 33554432000 1073741824 1073778376 140735616117792 140628028524592 140628789733003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22364] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22364/stat : 22364 (java) S 22341 22343 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 231530 33554432000 1073741824 1073778376 140735616117792 140628027474984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22365] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22365/stat : 22365 (java) S 22341 22343 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 231530 33554432000 1073741824 1073778376 140735616117792 140628026422440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1639.53
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.86 3.91 3.86 5/219 22437
/proc/meminfo: memFree=25312992/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2966184 CPUtime=1758.38 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 18061 0 1 0 175714 124 0 0 20 0 22 0 342469326 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 741546 233617 2278 9 0 732240 0
[pid=22343/tid=22345] ppid=22341 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/22343/task/22345/stat : 22345 (java) S 22341 22343 17435 0 -1 4202560 2979 0 1 0 125 7 0 0 20 0 22 0 342469328 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628930204824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 17435 0 -1 4202560 190 0 0 0 374 10 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628914485416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 17435 0 -1 4202560 163 0 0 0 356 9 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628913432872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=2966184 CPUtime=3.61 cores=1,3,5,7
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 17435 0 -1 4202560 142 0 0 0 354 7 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628912380328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 17435 0 -1 4202560 173 0 0 0 374 8 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628911327784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 17435 0 -1 4202560 172 0 0 0 360 7 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628910275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 17435 0 -1 4202560 145 0 0 0 357 6 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628909222696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 17435 0 -1 4202560 170 0 0 0 356 9 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628908170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22353] ppid=22341 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/22343/task/22353/stat : 22353 (java) S 22341 22343 17435 0 -1 4202560 170 0 0 0 388 8 0 0 20 0 22 0 342469329 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628788767784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22354] ppid=22341 vsize=2966184 CPUtime=19.38 cores=1,3,5,7
/proc/22343/task/22354/stat : 22354 (java) S 22341 22343 17435 0 -1 4202560 107 0 0 0 1914 24 0 0 20 0 22 0 342469331 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628776568936 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22355] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22355/stat : 22355 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628775515256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22356] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22356/stat : 22356 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628774462600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22357] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22357/stat : 22357 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469333 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628773411344 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22358] ppid=22341 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/22343/task/22358/stat : 22358 (java) S 22341 22343 17435 0 -1 4202560 6275 0 0 0 91 0 0 0 20 0 22 0 342469333 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628033792568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22359] ppid=22341 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/22343/task/22359/stat : 22359 (java) S 22341 22343 17435 0 -1 4202560 5375 0 0 0 124 2 0 0 20 0 22 0 342469333 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628032740024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22360] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22360/stat : 22360 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628031687672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22361] ppid=22341 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/22343/task/22361/stat : 22361 (java) S 22341 22343 17435 0 -1 4202560 51 0 0 0 11 21 0 0 20 0 22 0 342469334 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628030635336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22362] ppid=22341 vsize=2966184 CPUtime=852.74 cores=1,3,5,7
/proc/22343/task/22362/stat : 22362 (java) R 22341 22343 17435 0 -1 4202560 457 0 0 0 85258 16 0 0 20 0 22 0 342469462 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628029577552 140628789454480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22363] ppid=22341 vsize=2966184 CPUtime=852.88 cores=1,3,5,7
/proc/22343/task/22363/stat : 22363 (java) R 22341 22343 17435 0 -1 4202560 299 0 0 0 85272 16 0 0 20 0 22 0 342469462 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628028525408 140628789504359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22364] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22364/stat : 22364 (java) S 22341 22343 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628027474984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22365] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22365/stat : 22365 (java) S 22341 22343 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 233617 33554432000 1073741824 1073778376 140735616117792 140628026422440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1758.38
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.207 s]
/proc/loadavg: 3.90 3.92 3.87 5/219 22437
/proc/meminfo: memFree=25313120/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 18091 0 1 0 179882 126 0 0 20 0 22 0 342469326 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 741546 233630 2278 9 0 732240 0
[pid=22343/tid=22345] ppid=22341 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/22343/task/22345/stat : 22345 (java) S 22341 22343 17435 0 -1 4202560 2979 0 1 0 125 7 0 0 20 0 22 0 342469328 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628930204824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/22343/task/22346/stat : 22346 (java) R 22341 22343 17435 0 -1 4202560 193 0 0 0 382 10 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628914485416 140628936712627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 17435 0 -1 4202560 163 0 0 0 364 9 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628913432872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 17435 0 -1 4202560 143 0 0 0 366 7 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628912380328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 17435 0 -1 4202560 174 0 0 0 384 8 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628911327784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 17435 0 -1 4202560 172 0 0 0 369 8 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628910275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/22343/task/22351/stat : 22351 (java) R 22341 22343 17435 0 -1 4202560 149 0 0 0 369 6 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628909222696 266439013436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 17435 0 -1 4202560 171 0 0 0 366 9 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628908170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22353] ppid=22341 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/22343/task/22353/stat : 22353 (java) S 22341 22343 17435 0 -1 4202560 173 0 0 0 397 9 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628788767784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22354] ppid=22341 vsize=2966184 CPUtime=19.85 cores=1,3,5,7
/proc/22343/task/22354/stat : 22354 (java) S 22341 22343 17435 0 -1 4202560 109 0 0 0 1961 24 0 0 20 0 22 0 342469331 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628776567816 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22355] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22355/stat : 22355 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628775515256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22356] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22356/stat : 22356 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628774462600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22357] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22357/stat : 22357 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469333 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628773411344 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22358] ppid=22341 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/22343/task/22358/stat : 22358 (java) S 22341 22343 17435 0 -1 4202560 6275 0 0 0 91 0 0 0 20 0 22 0 342469333 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628033792568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22359] ppid=22341 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/22343/task/22359/stat : 22359 (java) S 22341 22343 17435 0 -1 4202560 5375 0 0 0 124 2 0 0 20 0 22 0 342469333 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628032740024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22360] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22360/stat : 22360 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628031687672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22361] ppid=22341 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/22343/task/22361/stat : 22361 (java) S 22341 22343 17435 0 -1 4202560 53 0 0 0 12 21 0 0 20 0 22 0 342469334 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628030635336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22362] ppid=22341 vsize=2966184 CPUtime=872.95 cores=1,3,5,7
/proc/22343/task/22362/stat : 22362 (java) S 22341 22343 17435 0 -1 4202560 465 0 0 0 87278 17 0 0 20 0 22 0 342469462 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628029578520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22363] ppid=22341 vsize=2966184 CPUtime=873.09 cores=1,3,5,7
/proc/22343/task/22363/stat : 22363 (java) S 22341 22343 17435 0 -1 4202560 304 0 0 0 87292 17 0 0 20 0 22 0 342469462 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628028524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22364] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22364/stat : 22364 (java) S 22341 22343 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628027474984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22365] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22365/stat : 22365 (java) S 22341 22343 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628026422440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

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

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

[startup+903.207 s]
/proc/loadavg: 3.90 3.92 3.87 5/219 22437
/proc/meminfo: memFree=25313120/32873648 swapFree=6860/6860
[pid=22343] ppid=22341 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/22343/stat : 22343 (java) S 22341 22343 17435 0 -1 4202496 18091 0 1 0 179882 126 0 0 20 0 22 0 342469326 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140735616108928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 741546 233630 2278 9 0 732240 0
[pid=22343/tid=22345] ppid=22341 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/22343/task/22345/stat : 22345 (java) S 22341 22343 17435 0 -1 4202560 2979 0 1 0 125 7 0 0 20 0 22 0 342469328 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628930204824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/22343/task/22346/stat : 22346 (java) R 22341 22343 17435 0 -1 4202560 193 0 0 0 382 10 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628914485416 140628936712627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 17435 0 -1 4202560 163 0 0 0 364 9 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628913432872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=2966184 CPUtime=3.73 cores=1,3,5,7
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 17435 0 -1 4202560 143 0 0 0 366 7 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628912380328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 17435 0 -1 4202560 174 0 0 0 384 8 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628911327784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 17435 0 -1 4202560 172 0 0 0 369 8 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628910275240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/22343/task/22351/stat : 22351 (java) R 22341 22343 17435 0 -1 4202560 149 0 0 0 369 6 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628909222696 266439013436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 17435 0 -1 4202560 171 0 0 0 366 9 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628908170152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22353] ppid=22341 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/22343/task/22353/stat : 22353 (java) S 22341 22343 17435 0 -1 4202560 173 0 0 0 397 9 0 0 20 0 22 0 342469329 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628788767784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22354] ppid=22341 vsize=2966184 CPUtime=19.85 cores=1,3,5,7
/proc/22343/task/22354/stat : 22354 (java) S 22341 22343 17435 0 -1 4202560 109 0 0 0 1961 24 0 0 20 0 22 0 342469331 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628776567816 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22355] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22355/stat : 22355 (java) S 22341 22343 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628775515256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22356] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22356/stat : 22356 (java) S 22341 22343 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342469331 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628774462600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22357] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22357/stat : 22357 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469333 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628773411344 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22358] ppid=22341 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/22343/task/22358/stat : 22358 (java) S 22341 22343 17435 0 -1 4202560 6275 0 0 0 91 0 0 0 20 0 22 0 342469333 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628033792568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22343/tid=22359] ppid=22341 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/22343/task/22359/stat : 22359 (java) S 22341 22343 17435 0 -1 4202560 5375 0 0 0 124 2 0 0 20 0 22 0 342469333 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628032740024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22360] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22360/stat : 22360 (java) S 22341 22343 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342469334 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628031687672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22361] ppid=22341 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/22343/task/22361/stat : 22361 (java) S 22341 22343 17435 0 -1 4202560 53 0 0 0 12 21 0 0 20 0 22 0 342469334 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628030635336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22343/tid=22362] ppid=22341 vsize=2966184 CPUtime=872.95 cores=1,3,5,7
/proc/22343/task/22362/stat : 22362 (java) S 22341 22343 17435 0 -1 4202560 465 0 0 0 87278 17 0 0 20 0 22 0 342469462 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628029578520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22363] ppid=22341 vsize=2966184 CPUtime=873.09 cores=1,3,5,7
/proc/22343/task/22363/stat : 22363 (java) S 22341 22343 17435 0 -1 4202560 304 0 0 0 87292 17 0 0 20 0 22 0 342469462 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628028524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22343/tid=22364] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22364/stat : 22364 (java) S 22341 22343 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628027474984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22343/tid=22365] ppid=22341 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22343/task/22365/stat : 22365 (java) S 22341 22343 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342469469 3037372416 233630 33554432000 1073741824 1073778376 140735616117792 140628026422440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 903.26
CPU time (s): 1800.78
CPU user time (s): 1799.08
CPU system time (s): 1.70074
CPU usage (%): 199.364
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.70074
maximum resident set size= 936724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18134
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40011
involuntary context switches= 65514

runsolver used 3.34149 second user time and 8.42372 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-04 00:43:53
IDJOB=3741371
IDBENCH=89844
IDSOLVER=2324
FILE ID=node116/3741371-1338763433
RUNJOBID= node116-1338748331-17452
PBS_JOBID= 14636786
Free space on /tmp= 71028 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-859770.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741371-1338763433/watcher-3741371-1338763433 -o /tmp/evaluation-result-3741371-1338763433/solver-3741371-1338763433 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741371-1338763433.opb

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

MD5SUM BENCH= cbc412f006cacd8e2fcdc61d20cbc351
RANDOM SEED=1901988663

node116.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		: 2666.556
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	: 5333.11
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		: 2666.556
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		: 2666.556
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	: 5438.54
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		: 2666.556
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		: 2666.556
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.92
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		: 2666.556
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.92
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		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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		: 2666.556
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:       32873648 kB
MemFree:        26234316 kB
Buffers:          558736 kB
Cached:          4123040 kB
SwapCached:         3028 kB
Active:          3277488 kB
Inactive:        2439892 kB
Active(anon):    1024956 kB
Inactive(anon):     8500 kB
Active(file):    2252532 kB
Inactive(file):  2431392 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:              7440 kB
Writeback:             0 kB
AnonPages:       1042224 kB
Mapped:            20088 kB
Shmem:                68 kB
Slab:             775752 kB
SReclaimable:     219860 kB
SUnreclaim:       555892 kB
KernelStack:        1632 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1574032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 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= 71016 MiB
End job on node116 at 2012-06-04 00:58:58