Trace number 3689450

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.08 921.562

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689450-1337882249.opb
0.08/0.13	c reading problem ... 
7.65/5.50	c ... done. Wall clock time 5.374s.
7.65/5.50	c declared #vars     33692
7.65/5.50	c #constraints  737581
7.65/5.50	c constraints type 
7.65/5.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
7.65/5.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
7.65/5.50	c ignored satisfied constraints => 4115
7.65/5.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
7.65/5.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
7.65/5.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
7.65/5.50	c 741696 constraints processed.
7.65/5.50	c constraints type 
7.65/5.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
7.65/5.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
7.65/5.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
7.65/5.50	c ignored satisfied constraints => 4115
7.65/5.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
7.65/5.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 263
7.65/5.50	c 741696 constraints processed.
15.43/9.04	c cleaning 0 clauses out of 5004 with flag 0/5004
25.67/14.22	c cleaning 0 clauses out of 11000 with flag 0/11000
27.20/15.31	c cleaning 2496 clauses out of 5001 with flag 5005/5005
36.64/20.08	c cleaning 0 clauses out of 18003 with flag 0/18003
37.88/20.98	c cleaning 4247 clauses out of 8498 with flag 11000/11000
49.12/26.78	c cleaning 5585 clauses out of 11247 with flag 18000/18000
51.83/28.36	c cleaning 0 clauses out of 26001 with flag 0/26001
63.34/34.39	c cleaning 6831 clauses out of 13661 with flag 26000/26000
69.67/37.80	c cleaning 0 clauses out of 35001 with flag 0/35001
78.19/42.37	c cleaning 7908 clauses out of 15829 with flag 35000/35000
90.51/48.75	c cleaning 0 clauses out of 45001 with flag 0/45001
99.24/53.32	c cleaning 8919 clauses out of 17920 with flag 45001/45001
111.90/60.00	c cleaning 9918 clauses out of 20000 with flag 56000/56000
120.40/64.52	c cleaning 0 clauses out of 56001 with flag 0/56001
127.89/68.60	c cleaning 11001 clauses out of 22081 with flag 68000/68000
141.01/75.34	c cleaning 12004 clauses out of 24081 with flag 81002/81002
150.47/80.42	c cleaning 0 clauses out of 68000 with flag 0/68000
161.36/86.16	c cleaning 12988 clauses out of 26074 with flag 95000/95000
183.29/97.37	c cleaning 13966 clauses out of 28083 with flag 110001/110001
192.37/102.11	c cleaning 0 clauses out of 81000 with flag 0/81000
205.02/108.89	c cleaning 15033 clauses out of 30116 with flag 126000/126000
225.10/119.18	c cleaning 15904 clauses out of 32082 with flag 143000/143000
236.00/124.89	c cleaning 0 clauses out of 95001 with flag 0/95001
252.71/133.47	c cleaning 17030 clauses out of 34181 with flag 161003/161003
271.32/143.19	c cleaning 18038 clauses out of 36147 with flag 180001/180001
287.85/151.67	c cleaning 0 clauses out of 110002 with flag 0/110002
294.75/155.33	c cleaning 19026 clauses out of 38105 with flag 200001/200001
314.43/165.43	c cleaning 20000 clauses out of 40078 with flag 221002/221002
348.32/182.70	c cleaning 20894 clauses out of 42074 with flag 243000/243000
358.20/188.00	c cleaning 0 clauses out of 126001 with flag 0/126001
385.09/201.66	c cleaning 22053 clauses out of 44180 with flag 266001/266001
406.77/212.72	c cleaning 23046 clauses out of 46125 with flag 290000/290000
425.81/222.60	c cleaning 0 clauses out of 143000 with flag 0/143000
432.07/226.06	c cleaning 23994 clauses out of 48057 with flag 315000/315000
457.51/239.04	c cleaning 24982 clauses out of 50057 with flag 341001/341001
482.36/251.72	c cleaning 26017 clauses out of 52076 with flag 368002/368002
520.79/271.37	c cleaning 27013 clauses out of 54057 with flag 396001/396001
522.27/272.36	c cleaning 0 clauses out of 161000 with flag 0/161000
554.30/288.67	c cleaning 28005 clauses out of 56043 with flag 425000/425000
581.18/302.34	c cleaning 29007 clauses out of 58035 with flag 455000/455000
615.76/320.01	c cleaning 29979 clauses out of 60029 with flag 486001/486001
625.97/325.44	c cleaning 0 clauses out of 180001 with flag 0/180001
658.21/341.85	c cleaning 31011 clauses out of 62052 with flag 518004/518004
699.10/363.03	c cleaning 31991 clauses out of 64039 with flag 551003/551003
735.32/381.44	c cleaning 33016 clauses out of 66046 with flag 585001/585001
743.59/385.88	c cleaning 0 clauses out of 200004 with flag 0/200004
772.85/400.73	c cleaning 34007 clauses out of 68029 with flag 620001/620001
813.45/421.44	c cleaning 35000 clauses out of 70021 with flag 656000/656000
854.71/442.33	c cleaning 35994 clauses out of 72018 with flag 693003/693003
868.18/449.39	c cleaning 0 clauses out of 221000 with flag 0/221000
904.83/467.98	c cleaning 37000 clauses out of 74022 with flag 731001/731001
972.01/501.96	c cleaning 37997 clauses out of 76023 with flag 770002/770002
1012.63/522.52	c cleaning 0 clauses out of 243001 with flag 0/243001
1050.04/541.55	c cleaning 38990 clauses out of 78024 with flag 810000/810000
1113.13/573.31	c cleaning 40013 clauses out of 80038 with flag 851004/851004
1176.41/605.32	c cleaning 41005 clauses out of 82021 with flag 893000/893000
1190.67/612.74	c cleaning 0 clauses out of 266001 with flag 0/266001
1241.63/638.51	c cleaning 42000 clauses out of 84019 with flag 936003/936003
1298.41/667.20	c cleaning 42993 clauses out of 86015 with flag 980001/980001
1363.67/700.34	c cleaning 43998 clauses out of 88028 with flag 1025007/1025007
1399.91/718.72	c cleaning 0 clauses out of 290003 with flag 0/290003
1421.31/729.72	c cleaning 44993 clauses out of 90021 with flag 1071002/1071002
1480.53/759.64	c cleaning 45974 clauses out of 92024 with flag 1118000/1118000
1557.46/798.56	c cleaning 47022 clauses out of 94053 with flag 1166003/1166003
1619.44/829.87	c cleaning 48009 clauses out of 96028 with flag 1215001/1215001
1631.04/835.91	c cleaning 0 clauses out of 315001 with flag 0/315001
1691.40/866.45	c cleaning 48992 clauses out of 98018 with flag 1265001/1265001
1782.28/912.35	c cleaning 50008 clauses out of 100025 with flag 1316000/1316000
1800.08/921.51	c starts		: 189
1800.08/921.51	c conflicts		: 1331110
1800.08/921.51	c decisions		: 15446464
1800.08/921.51	c propagations		: 1439754652
1800.08/921.51	c inspects		: 7580170846
1800.08/921.51	c shortcuts		: 0
1800.08/921.51	c learnt literals	: 86
1800.08/921.51	c learnt binary clauses	: 725
1800.08/921.51	c learnt ternary clauses	: 3709
1800.08/921.51	c learnt constraints	: 1331024
1800.08/921.51	c ignored constraints	: 0
1800.08/921.51	c root simplifications	: 0
1800.08/921.51	c removed literals (reason simplification)	: 14762469
1800.08/921.51	c reason swapping (by a shorter reason)	: 0
1800.08/921.51	c Calls to reduceDB	: 47
1800.08/921.51	c number of reductions to clauses (during analyze)	: 0
1800.08/921.51	c number of learned constraints concerned by reduction	: 0
1800.08/921.51	c number of learning phase by resolution	: 0
1800.08/921.51	c number of learning phase by cutting planes	: 0
1800.08/921.51	c speed (assignments/second)	: 1571817.1621463764
1800.08/921.51	c non guided choices	2492453
1800.08/921.54	c learnt constraints type 
1800.08/921.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 725
1800.08/921.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64446
1800.08/921.54	c constraints type 
1800.08/921.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
1800.08/921.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
1800.08/921.54	c ignored satisfied constraints => 4115
1800.08/921.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
1800.08/921.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
1800.08/921.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
1800.08/921.54	c 741696 constraints processed.
1800.08/921.54	c constraints type 
1800.08/921.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
1800.08/921.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
1800.08/921.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
1800.08/921.54	c ignored satisfied constraints => 4115
1800.08/921.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
1800.08/921.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 263
1800.08/921.54	c 741696 constraints processed.
1800.08/921.54	s UNKNOWN
1800.08/921.54	c Total wall clock time (in seconds): 921.413

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-3689450-1337882249/watcher-3689450-1337882249 -o /tmp/evaluation-result-3689450-1337882249/solver-3689450-1337882249 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689450-1337882249.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.96 3.77 3.41 4/195 4903
/proc/meminfo: memFree=27059084/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=132 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (java) R 4901 4903 718 0 -1 4194304 250 0 0 0 0 0 0 0 20 0 1 0 254350396 135168 1 33554432000 0 0 140736170460679 140737463608488 229355711927 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 67 5 0 0 0 24 0

[startup+0.014896 s]
/proc/loadavg: 3.96 3.77 3.41 4/195 4903
/proc/meminfo: memFree=27059084/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 1287 0 0 0 0 0 0 0 20 0 2 0 254350396 98578432 989 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 24067 989 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.10019 s]
/proc/loadavg: 3.96 3.77 3.41 4/195 4903
/proc/meminfo: memFree=27059084/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 4182 0 1 0 7 1 0 0 20 0 18 0 254350396 9787813888 5380 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2389603 5380 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300163 s]
/proc/loadavg: 3.96 3.77 3.41 4/195 4903
/proc/meminfo: memFree=27059084/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 5391 0 1 0 44 1 0 0 20 0 18 0 254350396 9787813888 9830 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2389603 9830 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700306 s]
/proc/loadavg: 3.96 3.77 3.41 4/195 4903
/proc/meminfo: memFree=27059084/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 10321 0 1 0 127 5 0 0 20 0 18 0 254350396 9787813888 42775 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2389603 42775 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 3.96 3.77 3.41 4/213 4921
/proc/meminfo: memFree=26840972/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9558412 CPUtime=2.57 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 11139 0 1 0 242 15 0 0 20 0 18 0 254350396 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2389603 91636 2247 9 0 2380296 0
[pid=4903/tid=4905] ppid=4901 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/4903/task/4905/stat : 4905 (java) R 4901 4903 718 0 -1 4202560 2570 0 1 0 131 5 0 0 20 0 18 0 254350398 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593571412760 229359281421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4906] ppid=4901 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/4903/task/4906/stat : 4906 (java) S 4901 4903 718 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593543866536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4907] ppid=4901 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/4903/task/4907/stat : 4907 (java) S 4901 4903 718 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593542813992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4908] ppid=4901 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/4903/task/4908/stat : 4908 (java) S 4901 4903 718 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593541761448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4909] ppid=4901 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/4903/task/4909/stat : 4909 (java) S 4901 4903 718 0 -1 4202560 42 0 0 0 2 1 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593411435048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4910] ppid=4901 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/4903/task/4910/stat : 4910 (java) S 4901 4903 718 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593410382504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4911] ppid=4901 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/4903/task/4911/stat : 4911 (java) S 4901 4903 718 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593409329960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4912] ppid=4901 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/4903/task/4912/stat : 4912 (java) S 4901 4903 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593408277416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4913] ppid=4901 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/4903/task/4913/stat : 4913 (java) S 4901 4903 718 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 254350399 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140593407224872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4914] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4914/stat : 4914 (java) S 4901 4903 718 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254350400 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592924711016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4915] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4915/stat : 4915 (java) S 4901 4903 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254350400 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592923657336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4916] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4916/stat : 4916 (java) S 4901 4903 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254350401 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592922604680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4917] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4917/stat : 4917 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254350403 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592921553424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4918] ppid=4901 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/4903/task/4918/stat : 4918 (java) S 4901 4903 718 0 -1 4202560 3775 0 0 0 40 0 0 0 20 0 18 0 254350403 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592920500792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4919] ppid=4901 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/4903/task/4919/stat : 4919 (java) S 4901 4903 718 0 -1 4202560 3188 0 0 0 40 0 0 0 20 0 18 0 254350403 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592919448248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4920] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4920/stat : 4920 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254350403 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592918395896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4921] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4921/stat : 4921 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254350403 9787813888 91636 33554432000 1073741824 1073778376 140736170454704 140592917343560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558412

[startup+3.10075 s]
/proc/loadavg: 3.96 3.77 3.41 4/213 4921
/proc/meminfo: memFree=26478540/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9558412 CPUtime=4.58 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 11755 0 1 0 429 29 0 0 20 0 18 0 254350396 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2389603 169800 2247 9 0 2380296 0
[pid=4903/tid=4905] ppid=4901 vsize=9558412 CPUtime=2.81 cores=0,2,4,6
/proc/4903/task/4905/stat : 4905 (java) R 4901 4903 718 0 -1 4202560 2681 0 1 0 272 9 0 0 20 0 18 0 254350398 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593571413384 229359281421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4906] ppid=4901 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/4903/task/4906/stat : 4906 (java) S 4901 4903 718 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593543866536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4907] ppid=4901 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/4903/task/4907/stat : 4907 (java) S 4901 4903 718 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593542813992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4908] ppid=4901 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/4903/task/4908/stat : 4908 (java) S 4901 4903 718 0 -1 4202560 43 0 0 0 5 3 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593541761448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4909] ppid=4901 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/4903/task/4909/stat : 4909 (java) S 4901 4903 718 0 -1 4202560 71 0 0 0 8 2 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593411435048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4910] ppid=4901 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/4903/task/4910/stat : 4910 (java) S 4901 4903 718 0 -1 4202560 48 0 0 0 4 2 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593410382504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4911] ppid=4901 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/4903/task/4911/stat : 4911 (java) S 4901 4903 718 0 -1 4202560 77 0 0 0 11 3 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593409329960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4912] ppid=4901 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/4903/task/4912/stat : 4912 (java) S 4901 4903 718 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593408277416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4913] ppid=4901 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/4903/task/4913/stat : 4913 (java) S 4901 4903 718 0 -1 4202560 73 0 0 0 11 3 0 0 20 0 18 0 254350399 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140593407224872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4914] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4914/stat : 4914 (java) S 4901 4903 718 0 -1 4202560 483 0 0 0 0 0 0 0 20 0 18 0 254350400 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592924711016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4915] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4915/stat : 4915 (java) S 4901 4903 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254350400 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592923657336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4916] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4916/stat : 4916 (java) S 4901 4903 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254350401 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592922604680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4917] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4917/stat : 4917 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254350403 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592921553424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4918] ppid=4901 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/4903/task/4918/stat : 4918 (java) S 4901 4903 718 0 -1 4202560 3775 0 0 0 42 0 0 0 20 0 18 0 254350403 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592920500792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4919] ppid=4901 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/4903/task/4919/stat : 4919 (java) S 4901 4903 718 0 -1 4202560 3188 0 0 0 40 0 0 0 20 0 18 0 254350403 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592919448248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4920] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4920/stat : 4920 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254350403 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592918395896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4921] ppid=4901 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4921/stat : 4921 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254350403 9787813888 169800 33554432000 1073741824 1073778376 140736170454704 140592917343560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9558412

[startup+6.3007 s]
/proc/loadavg: 3.88 3.76 3.41 4/213 4921
/proc/meminfo: memFree=25731892/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9824668 CPUtime=10.02 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 14344 0 1 0 945 57 0 0 20 0 22 0 254350396 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2456167 335483 2269 9 0 2446860 0
[pid=4903/tid=4905] ppid=4901 vsize=9824668 CPUtime=4.96 cores=0,2,4,6
/proc/4903/task/4905/stat : 4905 (java) S 4901 4903 718 0 -1 4202560 3392 0 1 0 479 17 0 0 20 0 22 0 254350398 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593571415032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4906] ppid=4901 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/4903/task/4906/stat : 4906 (java) S 4901 4903 718 0 -1 4202560 179 0 0 0 25 6 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593543866536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4907] ppid=4901 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/4903/task/4907/stat : 4907 (java) S 4901 4903 718 0 -1 4202560 177 0 0 0 18 4 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593542813992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4908] ppid=4901 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/4903/task/4908/stat : 4908 (java) S 4901 4903 718 0 -1 4202560 174 0 0 0 11 4 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593541761448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4909] ppid=4901 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/4903/task/4909/stat : 4909 (java) S 4901 4903 718 0 -1 4202560 178 0 0 0 16 4 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593411435048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4910] ppid=4901 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/4903/task/4910/stat : 4910 (java) S 4901 4903 718 0 -1 4202560 159 0 0 0 11 3 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593410382504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4911] ppid=4901 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/4903/task/4911/stat : 4911 (java) S 4901 4903 718 0 -1 4202560 117 0 0 0 20 5 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593409329960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4912] ppid=4901 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/4903/task/4912/stat : 4912 (java) S 4901 4903 718 0 -1 4202560 194 0 0 0 25 5 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593408277416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4913] ppid=4901 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/4903/task/4913/stat : 4913 (java) S 4901 4903 718 0 -1 4202560 147 0 0 0 16 5 0 0 20 0 22 0 254350399 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140593407224872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4914] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4914/stat : 4914 (java) S 4901 4903 718 0 -1 4202560 1031 0 0 0 0 0 0 0 20 0 22 0 254350400 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592924711016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4915] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4915/stat : 4915 (java) S 4901 4903 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350400 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592923657336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4916] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4916/stat : 4916 (java) S 4901 4903 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350401 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592922604680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4917] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4917/stat : 4917 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592921553424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4918] ppid=4901 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/4903/task/4918/stat : 4918 (java) S 4901 4903 718 0 -1 4202560 3793 0 0 0 84 0 0 0 20 0 22 0 254350403 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592920500792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4919] ppid=4901 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/4903/task/4919/stat : 4919 (java) S 4901 4903 718 0 -1 4202560 3509 0 0 0 68 0 0 0 20 0 22 0 254350403 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592919448248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4920] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4920/stat : 4920 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592918395896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4921] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4921/stat : 4921 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 335483 33554432000 1073741824 1073778376 140736170454704 140592917343560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 9824668

[startup+12.7008 s]
/proc/loadavg: 3.81 3.74 3.41 5/217 4925
/proc/meminfo: memFree=24761632/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9824668 CPUtime=22.57 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 15052 0 1 0 2176 81 0 0 20 0 22 0 254350396 10060460032 578793 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2456167 578793 2281 9 0 2446860 0
[pid=4903/tid=4905] ppid=4901 vsize=9824668 CPUtime=4.96 cores=0,2,4,6

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

/proc/4903/statm: 2456167 799655 2283 9 0 2446860 0
[pid=4903/tid=4905] ppid=4901 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/4903/task/4905/stat : 4905 (java) S 4901 4903 718 0 -1 4202560 3444 0 1 0 481 19 0 0 20 0 22 0 254350398 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593571415032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4906] ppid=4901 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/4903/task/4906/stat : 4906 (java) S 4901 4903 718 0 -1 4202560 232 0 0 0 82 10 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593543866536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4907] ppid=4901 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/4903/task/4907/stat : 4907 (java) S 4901 4903 718 0 -1 4202560 258 0 0 0 68 6 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593542813992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4908] ppid=4901 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/4903/task/4908/stat : 4908 (java) S 4901 4903 718 0 -1 4202560 199 0 0 0 63 5 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593541761448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4909] ppid=4901 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/4903/task/4909/stat : 4909 (java) S 4901 4903 718 0 -1 4202560 239 0 0 0 67 6 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593411435048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4910] ppid=4901 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/4903/task/4910/stat : 4910 (java) S 4901 4903 718 0 -1 4202560 217 0 0 0 65 5 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593410382504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4911] ppid=4901 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/4903/task/4911/stat : 4911 (java) S 4901 4903 718 0 -1 4202560 186 0 0 0 81 9 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593409329960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4912] ppid=4901 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/4903/task/4912/stat : 4912 (java) S 4901 4903 718 0 -1 4202560 238 0 0 0 74 6 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593408277416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4913] ppid=4901 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/4903/task/4913/stat : 4913 (java) S 4901 4903 718 0 -1 4202560 194 0 0 0 66 7 0 0 20 0 22 0 254350399 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140593407224872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4914] ppid=4901 vsize=9824668 CPUtime=42.72 cores=0,2,4,6
/proc/4903/task/4914/stat : 4914 (java) S 4901 4903 718 0 -1 4202560 2101 0 0 0 4261 11 0 0 20 0 22 0 254350400 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592924711016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4915] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4915/stat : 4915 (java) S 4901 4903 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350400 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592923657336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4916] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4916/stat : 4916 (java) S 4901 4903 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350401 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592922604680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4917] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4917/stat : 4917 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592921553424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4918] ppid=4901 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/4903/task/4918/stat : 4918 (java) S 4901 4903 718 0 -1 4202560 7373 0 0 0 128 2 0 0 20 0 22 0 254350403 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592920500792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4919] ppid=4901 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/4903/task/4919/stat : 4919 (java) S 4901 4903 718 0 -1 4202560 8109 0 0 0 111 2 0 0 20 0 22 0 254350403 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592919448248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4920] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4920/stat : 4920 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592918395896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4921] ppid=4901 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/4903/task/4921/stat : 4921 (java) S 4901 4903 718 0 -1 4202560 51 0 0 0 21 14 0 0 20 0 22 0 254350403 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592917343560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4922] ppid=4901 vsize=9824668 CPUtime=830.35 cores=0,2,4,6
/proc/4903/task/4922/stat : 4922 (java) R 4901 4903 718 0 -1 4202560 49 0 0 0 83022 13 0 0 20 0 22 0 254350947 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592916287584 140593422882494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4923] ppid=4901 vsize=9824668 CPUtime=830.5 cores=0,2,4,6
/proc/4903/task/4923/stat : 4923 (java) R 4901 4903 718 0 -1 4202560 1230 0 0 0 83016 34 0 0 20 0 22 0 254350947 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592915233280 140593423258876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4924] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4924/stat : 4924 (java) S 4901 4903 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350950 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592914183208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4925] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4925/stat : 4925 (java) S 4901 4903 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350950 10060460032 799655 33554432000 1073741824 1073778376 140736170454704 140592913130664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.24
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.501 s]
/proc/loadavg: 4.01 3.97 3.74 5/217 5019
/proc/meminfo: memFree=24978912/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 25391 0 1 0 179868 140 0 0 20 0 22 0 254350396 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2456167 803308 2283 9 0 2446860 0
[pid=4903/tid=4905] ppid=4901 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/4903/task/4905/stat : 4905 (java) S 4901 4903 718 0 -1 4202560 3445 0 1 0 481 19 0 0 20 0 22 0 254350398 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593571415032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4906] ppid=4901 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/4903/task/4906/stat : 4906 (java) S 4901 4903 718 0 -1 4202560 241 0 0 0 85 10 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593543866536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4907] ppid=4901 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/4903/task/4907/stat : 4907 (java) S 4901 4903 718 0 -1 4202560 260 0 0 0 71 6 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593542813992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4908] ppid=4901 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/4903/task/4908/stat : 4908 (java) S 4901 4903 718 0 -1 4202560 199 0 0 0 65 5 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593541761448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4909] ppid=4901 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/4903/task/4909/stat : 4909 (java) S 4901 4903 718 0 -1 4202560 243 0 0 0 72 6 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593411435048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4910] ppid=4901 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/4903/task/4910/stat : 4910 (java) S 4901 4903 718 0 -1 4202560 217 0 0 0 67 5 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593410382504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4911] ppid=4901 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/4903/task/4911/stat : 4911 (java) S 4901 4903 718 0 -1 4202560 244 0 0 0 84 9 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593409329960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4912] ppid=4901 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/4903/task/4912/stat : 4912 (java) S 4901 4903 718 0 -1 4202560 239 0 0 0 75 7 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593408277416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4913] ppid=4901 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/4903/task/4913/stat : 4913 (java) S 4901 4903 718 0 -1 4202560 194 0 0 0 68 7 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593407224872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4914] ppid=4901 vsize=9824668 CPUtime=43.38 cores=0,2,4,6
/proc/4903/task/4914/stat : 4914 (java) S 4901 4903 718 0 -1 4202560 2108 0 0 0 4327 11 0 0 20 0 22 0 254350400 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592924711016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4915] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4915/stat : 4915 (java) S 4901 4903 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350400 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592923657336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4916] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4916/stat : 4916 (java) S 4901 4903 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350401 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592922604680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4917] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4917/stat : 4917 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592921553424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4918] ppid=4901 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/4903/task/4918/stat : 4918 (java) S 4901 4903 718 0 -1 4202560 7373 0 0 0 128 2 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592920500792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4919] ppid=4901 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/4903/task/4919/stat : 4919 (java) S 4901 4903 718 0 -1 4202560 8109 0 0 0 111 2 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592919448248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4920] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4920/stat : 4920 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592918395896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4921] ppid=4901 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/4903/task/4921/stat : 4921 (java) S 4901 4903 718 0 -1 4202560 53 0 0 0 22 15 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592917343560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4922] ppid=4901 vsize=9824668 CPUtime=868.73 cores=0,2,4,6
/proc/4903/task/4922/stat : 4922 (java) R 4901 4903 718 0 -1 4202560 49 0 0 0 86859 14 0 0 20 0 22 0 254350947 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592916287584 140593423386124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4923] ppid=4901 vsize=9824668 CPUtime=868.89 cores=0,2,4,6
/proc/4903/task/4923/stat : 4923 (java) R 4901 4903 718 0 -1 4202560 1231 0 0 0 86854 35 0 0 20 0 22 0 254350947 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592915233280 140593423367072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4924] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4924/stat : 4924 (java) S 4901 4903 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350950 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592914183208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4925] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4925/stat : 4925 (java) S 4901 4903 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350950 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592913130664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

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

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

[startup+921.501 s]
/proc/loadavg: 4.01 3.97 3.74 5/217 5019
/proc/meminfo: memFree=24978912/32873852 swapFree=6848/6848
[pid=4903] ppid=4901 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/4903/stat : 4903 (java) S 4901 4903 718 0 -1 4202496 25391 0 1 0 179868 140 0 0 20 0 22 0 254350396 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140736170445840 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4903/statm: 2456167 803308 2283 9 0 2446860 0
[pid=4903/tid=4905] ppid=4901 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/4903/task/4905/stat : 4905 (java) S 4901 4903 718 0 -1 4202560 3445 0 1 0 481 19 0 0 20 0 22 0 254350398 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593571415032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4906] ppid=4901 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/4903/task/4906/stat : 4906 (java) S 4901 4903 718 0 -1 4202560 241 0 0 0 85 10 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593543866536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4907] ppid=4901 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/4903/task/4907/stat : 4907 (java) S 4901 4903 718 0 -1 4202560 260 0 0 0 71 6 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593542813992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4908] ppid=4901 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/4903/task/4908/stat : 4908 (java) S 4901 4903 718 0 -1 4202560 199 0 0 0 65 5 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593541761448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4909] ppid=4901 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/4903/task/4909/stat : 4909 (java) S 4901 4903 718 0 -1 4202560 243 0 0 0 72 6 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593411435048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4910] ppid=4901 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/4903/task/4910/stat : 4910 (java) S 4901 4903 718 0 -1 4202560 217 0 0 0 67 5 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593410382504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4911] ppid=4901 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/4903/task/4911/stat : 4911 (java) S 4901 4903 718 0 -1 4202560 244 0 0 0 84 9 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593409329960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4912] ppid=4901 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/4903/task/4912/stat : 4912 (java) S 4901 4903 718 0 -1 4202560 239 0 0 0 75 7 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593408277416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4913] ppid=4901 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/4903/task/4913/stat : 4913 (java) S 4901 4903 718 0 -1 4202560 194 0 0 0 68 7 0 0 20 0 22 0 254350399 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140593407224872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4914] ppid=4901 vsize=9824668 CPUtime=43.38 cores=0,2,4,6
/proc/4903/task/4914/stat : 4914 (java) S 4901 4903 718 0 -1 4202560 2108 0 0 0 4327 11 0 0 20 0 22 0 254350400 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592924711016 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4915] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4915/stat : 4915 (java) S 4901 4903 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254350400 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592923657336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4916] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4916/stat : 4916 (java) S 4901 4903 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254350401 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592922604680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4917] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4917/stat : 4917 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592921553424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4918] ppid=4901 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/4903/task/4918/stat : 4918 (java) S 4901 4903 718 0 -1 4202560 7373 0 0 0 128 2 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592920500792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4919] ppid=4901 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/4903/task/4919/stat : 4919 (java) S 4901 4903 718 0 -1 4202560 8109 0 0 0 111 2 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592919448248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4920] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4920/stat : 4920 (java) S 4901 4903 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592918395896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4903/tid=4921] ppid=4901 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/4903/task/4921/stat : 4921 (java) S 4901 4903 718 0 -1 4202560 53 0 0 0 22 15 0 0 20 0 22 0 254350403 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592917343560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4922] ppid=4901 vsize=9824668 CPUtime=868.73 cores=0,2,4,6
/proc/4903/task/4922/stat : 4922 (java) R 4901 4903 718 0 -1 4202560 49 0 0 0 86859 14 0 0 20 0 22 0 254350947 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592916287584 140593423386124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4903/tid=4923] ppid=4901 vsize=9824668 CPUtime=868.89 cores=0,2,4,6
/proc/4903/task/4923/stat : 4923 (java) R 4901 4903 718 0 -1 4202560 1231 0 0 0 86854 35 0 0 20 0 22 0 254350947 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592915233280 140593423367072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4903/tid=4924] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4924/stat : 4924 (java) S 4901 4903 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350950 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592914183208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4903/tid=4925] ppid=4901 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4903/task/4925/stat : 4925 (java) S 4901 4903 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254350950 10060460032 803308 33554432000 1073741824 1073778376 140736170454704 140592913130664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4903 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=939279
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=712739
# CPU time returned by wait4() is 1795.65
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.562
CPU time (s): 1800.08
CPU user time (s): 1798.68
CPU system time (s): 1.4
CPU usage (%): 195.329
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.94
system time used= 1.71274
maximum resident set size= 3213352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25422
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24094
involuntary context switches= 20273

runsolver used 3.39048 second user time and 8.38573 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 19:57:29
IDJOB=3689450
IDBENCH=89805
IDSOLVER=2268
FILE ID=node129/3689450-1337882249
RUNJOBID= node129-1337871881-735
PBS_JOBID= 14620075
Free space on /tmp= 71600 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689450-1337882249/watcher-3689450-1337882249 -o /tmp/evaluation-result-3689450-1337882249/solver-3689450-1337882249 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689450-1337882249.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=1950177806

node129.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.957
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.91
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.957
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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.957
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.957
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.90
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.957
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.957
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27058976 kB
Buffers:          222936 kB
Cached:          2213180 kB
SwapCached:            0 kB
Active:          3191164 kB
Inactive:        1852164 kB
Active(anon):    2610000 kB
Inactive(anon):        0 kB
Active(file):     581164 kB
Inactive(file):  1852164 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33196 kB
Writeback:            28 kB
AnonPages:       2614300 kB
Mapped:            22472 kB
Shmem:               204 kB
Slab:             628308 kB
SReclaimable:      70516 kB
SUnreclaim:       557792 kB
KernelStack:        1608 kB
PageTables:         9416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2899424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2553856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71596 MiB
End job on node129 at 2012-05-24 20:12:53