Trace number 3687183

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 Resolution 2.3.2 Snapshot? (TO) 1800.72 1798.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.11437
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.36	c See www.sat4j.org for details.
0.05/0.37	c version 2.3.2.v20120418
0.05/0.37	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.37	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.37	c java.vm.version	19.1-b02
0.05/0.37	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.37	c sun.arch.data.model	64
0.05/0.37	c java.version		1.6.0_24
0.05/0.37	c os.name		Linux
0.05/0.37	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.37	c os.arch		amd64
0.05/0.37	c Free memory 		501472288
0.05/0.37	c Max memory 		7480803328
0.05/0.37	c Total memory 		504102912
0.05/0.37	c Number of processors 	8
0.09/0.46	c Pseudo Boolean Optimization by upper bound
0.09/0.46	c --- Begin Solver configuration ---
0.09/0.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.46	c Learn all clauses as in MiniSAT
0.09/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.46	c No reason simplification
0.09/0.46	c Armin Biere (Picosat) restarts strategy
0.09/0.46	c Glucose learned constraints deletion strategy
0.09/0.46	c timeout=2147483s
0.09/0.46	c DB Simplification allowed=false
0.09/0.46	c c --- End Solver configuration ---
0.09/0.46	c solving HOME/instance-3687183-1337871882.opb
0.09/0.46	c reading problem ... 
0.15/0.59	c ... done. Wall clock time 0.131s.
0.15/0.59	c declared #vars     370
0.15/0.59	c #constraints  809
0.15/0.59	c constraints type 
0.31/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.31/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.31/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.31/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.31/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.31/0.61	c 809 constraints processed.
1.12/1.15	c cleaning 2500 clauses out of 5000 with flag 5002/5002
1.70/1.69	c cleaning 4249 clauses out of 8498 with flag 11000/11000
2.51/2.40	c cleaning 5624 clauses out of 11248 with flag 18000/18000
3.32/3.24	c cleaning 6812 clauses out of 13624 with flag 26001/26001
4.56/4.44	c cleaning 7906 clauses out of 15812 with flag 35001/35001
6.15/6.04	c cleaning 8953 clauses out of 17905 with flag 45000/45000
7.95/7.87	c cleaning 9970 clauses out of 19953 with flag 56001/56001
9.87/9.77	c cleaning 10981 clauses out of 21983 with flag 68001/68001
12.68/12.58	c cleaning 11994 clauses out of 24001 with flag 81000/81000
16.19/16.02	c cleaning 13003 clauses out of 26007 with flag 95000/95000
19.91/19.72	c cleaning 14001 clauses out of 28004 with flag 110000/110000
23.02/22.88	c cleaning 14993 clauses out of 30003 with flag 126000/126000
26.72/26.53	c cleaning 15996 clauses out of 32010 with flag 143000/143000
30.24/30.06	c cleaning 17001 clauses out of 34016 with flag 161002/161002
33.84/33.63	c cleaning 18003 clauses out of 36013 with flag 180000/180000
38.35/38.11	c cleaning 19002 clauses out of 38010 with flag 200000/200000
42.67/42.45	c cleaning 19996 clauses out of 40008 with flag 221000/221000
47.70/47.43	c cleaning 20999 clauses out of 42013 with flag 243001/243001
52.91/52.67	c cleaning 22003 clauses out of 44013 with flag 266000/266000
59.12/58.86	c cleaning 22999 clauses out of 46011 with flag 290001/290001
64.93/64.63	c cleaning 24002 clauses out of 48013 with flag 315002/315002
71.67/71.40	c cleaning 25004 clauses out of 50013 with flag 341004/341004
78.59/78.22	c cleaning 26002 clauses out of 52009 with flag 368004/368004
86.63/86.28	c cleaning 26995 clauses out of 54003 with flag 396000/396000
94.74/94.33	c cleaning 28001 clauses out of 56009 with flag 425001/425001
102.96/102.52	c cleaning 28999 clauses out of 58008 with flag 455001/455001
112.59/112.18	c cleaning 29999 clauses out of 60010 with flag 486002/486002
123.50/123.09	c cleaning 30993 clauses out of 62010 with flag 518001/518001
135.33/134.86	c cleaning 32007 clauses out of 64017 with flag 551001/551001
146.36/145.87	c cleaning 32997 clauses out of 66009 with flag 585000/585000
157.88/157.30	c cleaning 34000 clauses out of 68012 with flag 620001/620001
172.09/171.58	c cleaning 34997 clauses out of 70011 with flag 656000/656000
185.71/185.15	c cleaning 36002 clauses out of 72014 with flag 693000/693000
199.22/198.69	c cleaning 37002 clauses out of 74013 with flag 731001/731001
212.04/211.43	c cleaning 37993 clauses out of 76010 with flag 770000/770000
228.36/227.78	c cleaning 39003 clauses out of 78017 with flag 810000/810000
244.99/244.34	c cleaning 40001 clauses out of 80014 with flag 851000/851000
265.41/264.76	c cleaning 41002 clauses out of 82015 with flag 893002/893002
283.95/283.22	c cleaning 41997 clauses out of 84011 with flag 936000/936000
302.48/301.72	c cleaning 43004 clauses out of 86013 with flag 980000/980000
321.62/320.89	c cleaning 44002 clauses out of 88011 with flag 1025002/1025002
345.66/344.88	c cleaning 44997 clauses out of 90009 with flag 1071002/1071002
368.19/367.32	c cleaning 46000 clauses out of 92010 with flag 1118000/1118000
391.82/390.91	c cleaning 47000 clauses out of 94011 with flag 1166001/1166001
419.44/418.57	c cleaning 47994 clauses out of 96010 with flag 1215000/1215000
447.50/446.55	c cleaning 49005 clauses out of 98019 with flag 1265003/1265003
478.42/477.42	c cleaning 49990 clauses out of 100012 with flag 1316001/1316001
510.58/509.58	c cleaning 51001 clauses out of 102021 with flag 1368001/1368001
540.59/539.50	c cleaning 52004 clauses out of 104022 with flag 1421003/1421003
571.61/570.59	c cleaning 53005 clauses out of 106015 with flag 1475000/1475000
604.43/603.33	c cleaning 54001 clauses out of 108013 with flag 1530003/1530003
638.85/637.78	c cleaning 54999 clauses out of 110009 with flag 1586000/1586000
674.76/673.69	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
712.60/711.42	c cleaning 56998 clauses out of 114010 with flag 1701001/1701001
750.42/749.28	c cleaning 57996 clauses out of 116012 with flag 1760001/1760001
788.25/787.04	c cleaning 59003 clauses out of 118016 with flag 1820001/1820001
827.76/826.57	c cleaning 60000 clauses out of 120012 with flag 1881000/1881000
866.61/865.36	c cleaning 60997 clauses out of 122012 with flag 1943000/1943000
909.03/907.75	c cleaning 62002 clauses out of 124017 with flag 2006002/2006002
961.84/960.53	c cleaning 62999 clauses out of 126016 with flag 2070003/2070003
1013.20/1011.86	c cleaning 63997 clauses out of 128014 with flag 2135000/2135000
1062.75/1061.32	c cleaning 65004 clauses out of 130019 with flag 2201002/2201002
1109.77/1108.39	c cleaning 66001 clauses out of 132014 with flag 2268001/2268001
1155.33/1153.88	c cleaning 66996 clauses out of 134012 with flag 2336000/2336000
1220.17/1218.68	c cleaning 67994 clauses out of 136016 with flag 2405000/2405000
1275.94/1274.32	c cleaning 69005 clauses out of 138022 with flag 2475000/2475000
1340.76/1339.19	c cleaning 69994 clauses out of 140018 with flag 2546001/2546001
1405.91/1404.29	c cleaning 70999 clauses out of 142025 with flag 2618002/2618002
1475.66/1473.99	c cleaning 72001 clauses out of 144027 with flag 2691003/2691003
1552.00/1550.21	c cleaning 73005 clauses out of 146023 with flag 2765000/2765000
1623.52/1621.70	c cleaning 74004 clauses out of 148019 with flag 2840001/2840001
1695.69/1693.85	c cleaning 74996 clauses out of 150014 with flag 2916000/2916000
1757.12/1755.26	c cleaning 76003 clauses out of 152018 with flag 2993000/2993000
1800.07/1798.11	c starts		: 245
1800.07/1798.11	c conflicts		: 3045238
1800.07/1798.11	c decisions		: 3546612
1800.07/1798.11	c propagations		: 101705778
1800.07/1798.11	c inspects		: 25587369020
1800.07/1798.11	c shortcuts		: 0
1800.07/1798.11	c learnt literals	: 7
1800.07/1798.11	c learnt binary clauses	: 61
1800.07/1798.11	c learnt ternary clauses	: 77
1800.07/1798.11	c learnt constraints	: 3045231
1800.07/1798.11	c ignored constraints	: 0
1800.07/1798.11	c root simplifications	: 0
1800.07/1798.11	c removed literals (reason simplification)	: 0
1800.07/1798.11	c reason swapping (by a shorter reason)	: 0
1800.07/1798.11	c Calls to reduceDB	: 73
1800.07/1798.11	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.11	c number of learned constraints concerned by reduction	: 0
1800.07/1798.11	c number of learning phase by resolution	: 0
1800.07/1798.11	c number of learning phase by cutting planes	: 0
1800.07/1798.11	c speed (assignments/second)	: 56582.11060979477
1800.07/1798.11	c non guided choices	30
1800.07/1798.14	c learnt constraints type 
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128201
1800.07/1798.14	c constraints type 
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
1800.07/1798.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
1800.07/1798.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
1800.07/1798.14	c 809 constraints processed.
1800.07/1798.14	s UNKNOWN
1800.07/1798.14	c Total wall clock time (in seconds): 1797.684

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-3687183-1337871882/watcher-3687183-1337871882 -o /tmp/evaluation-result-3687183-1337871882/solver-3687183-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687183-1337871882.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: 0.00 0.00 0.00 2/186 27483
/proc/meminfo: memFree=30007152/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27483/stat : 27483 (java) D 27481 27483 27428 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 253314102 9515008 185 33554432000 1073741824 1073778376 140735636350576 140735636339640 242158234919 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2323 185 143 9 0 71 0

[startup+0.0954809 s]
/proc/loadavg: 0.00 0.00 0.00 2/186 27483
/proc/meminfo: memFree=30007152/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 3106 0 1 0 2 0 0 0 20 0 13 0 253314102 9446973440 3292 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2306390 3292 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10019 s]
/proc/loadavg: 0.00 0.00 0.00 2/186 27483
/proc/meminfo: memFree=30007152/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 3108 0 1 0 3 0 0 0 20 0 13 0 253314102 9446973440 3294 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2306390 3294 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.30022 s]
/proc/loadavg: 0.00 0.00 0.00 2/186 27483
/proc/meminfo: memFree=30007152/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 3266 0 1 0 4 1 0 0 20 0 18 0 253314102 9787813888 3963 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2389603 3963 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.700163 s]
/proc/loadavg: 0.00 0.00 0.00 2/186 27483
/proc/meminfo: memFree=30007152/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 6754 0 3 0 50 2 0 0 20 0 19 0 253314102 9855975424 7669 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 7669 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 0.16 0.03 0.01 4/192 27518
/proc/meminfo: memFree=29987120/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=1.57 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 7621 0 3 0 154 3 0 0 20 0 19 0 253314102 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 10265 2269 9 0 2396937 0
[pid=27483/tid=27485] ppid=27481 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/27483/task/27485/stat : 27485 (java) R 27481 27483 27428 0 -1 4202560 2505 0 1 0 105 1 0 0 20 0 19 0 253314103 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347861627256 140347734123200 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0
[pid=27483/tid=27486] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27486/stat : 27486 (java) S 27481 27483 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347705215656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27487] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27487/stat : 27487 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347704163112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27488] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27488/stat : 27488 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347703110568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27489] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27489/stat : 27489 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347702058024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27490] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27490/stat : 27490 (java) S 27481 27483 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347701004456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1349 0 1 0 22 0 0 0 20 0 19 0 253314119 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2528 0 1 0 22 0 0 0 20 0 19 0 253314119 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 10265 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9624976

[startup+3.1006 s]
/proc/loadavg: 0.16 0.03 0.01 2/190 27535
/proc/meminfo: memFree=29974508/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=3.22 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 7643 0 3 0 319 3 0 0 20 0 19 0 253314102 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 12326 2269 9 0 2396937 0
[pid=27483/tid=27485] ppid=27481 vsize=9624976 CPUtime=2.65 cores=0,2,4,6
/proc/27483/task/27485/stat : 27485 (java) R 27481 27483 27428 0 -1 4202560 2505 0 1 0 263 2 0 0 20 0 19 0 253314103 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347861627384 140347734079543 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0
[pid=27483/tid=27486] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27486/stat : 27486 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347705215656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27487] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27487/stat : 27487 (java) S 27481 27483 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347704163112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27488] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27488/stat : 27488 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347703110568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27489] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27489/stat : 27489 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347702058024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27490] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27490/stat : 27490 (java) S 27481 27483 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347701004456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253314105 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1354 0 1 0 25 0 0 0 20 0 19 0 253314119 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2532 0 1 0 24 0 0 0 20 0 19 0 253314119 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 12326 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 0.16 0.03 0.01 2/190 27535
/proc/meminfo: memFree=29966276/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=6.45 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 7673 0 3 0 642 3 0 0 20 0 19 0 253314102 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 13614 2269 9 0 2396937 0
[pid=27483/tid=27485] ppid=27481 vsize=9624976 CPUtime=5.8 cores=0,2,4,6
/proc/27483/task/27485/stat : 27485 (java) R 27481 27483 27428 0 -1 4202560 2508 0 1 0 578 2 0 0 20 0 19 0 253314103 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347861627168 140347734054706 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0
[pid=27483/tid=27486] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27486/stat : 27486 (java) S 27481 27483 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347705215656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27487] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27487/stat : 27487 (java) S 27481 27483 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347704163112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27488] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27488/stat : 27488 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347703110568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27489] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27489/stat : 27489 (java) S 27481 27483 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347702058024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27490] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27490/stat : 27490 (java) S 27481 27483 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347701004456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314104 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 253314105 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1355 0 1 0 25 0 0 0 20 0 19 0 253314119 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2540 0 1 0 27 0 0 0 20 0 19 0 253314119 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 13614 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 149 0 0 0 28 0 0 0 20 0 19 0 253314104 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 180 0 0 0 27 2 0 0 20 0 19 0 253314104 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 231 0 0 0 32 1 0 0 20 0 19 0 253314104 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=1.91 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 123 0 0 0 188 3 0 0 20 0 19 0 253314105 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1355 0 1 0 25 0 0 0 20 0 19 0 253314119 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2570 0 1 0 32 1 0 0 20 0 19 0 253314119 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 99 0 0 0 30 32 0 0 20 0 19 0 253314119 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 43554 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.22
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/213 27753
/proc/meminfo: memFree=29655580/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=1784.26 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 9008 0 3 0 178386 40 0 0 20 0 19 0 253314102 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 44375 2270 9 0 2396937 0
[pid=27483/tid=27485] ppid=27481 vsize=9624976 CPUtime=1779.08 cores=0,2,4,6
/proc/27483/task/27485/stat : 27485 (java) R 27481 27483 27428 0 -1 4202560 2593 0 1 0 177877 31 0 0 20 0 19 0 253314103 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347861627168 140347734054763 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0
[pid=27483/tid=27486] ppid=27481 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/27483/task/27486/stat : 27486 (java) S 27481 27483 27428 0 -1 4202560 40 0 0 0 29 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347705215656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27487] ppid=27481 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27483/task/27487/stat : 27487 (java) S 27481 27483 27428 0 -1 4202560 41 0 0 0 26 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347704163112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27488] ppid=27481 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27483/task/27488/stat : 27488 (java) S 27481 27483 27428 0 -1 4202560 205 0 0 0 27 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347703110568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27489] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27489/stat : 27489 (java) S 27481 27483 27428 0 -1 4202560 177 0 0 0 26 2 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347702058024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27490] ppid=27481 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27483/task/27490/stat : 27490 (java) S 27481 27483 27428 0 -1 4202560 58 0 0 0 25 1 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347701004456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 149 0 0 0 28 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 180 0 0 0 29 2 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 231 0 0 0 32 1 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 125 0 0 0 192 3 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1355 0 1 0 25 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2570 0 1 0 32 1 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.26
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.08 1.99 1.68 3/213 27753
/proc/meminfo: memFree=29655460/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 9008 0 3 0 179967 40 0 0 20 0 19 0 253314102 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 44375 2270 9 0 2396937 0
[pid=27483/tid=27485] ppid=27481 vsize=9624976 CPUtime=1794.89 cores=0,2,4,6
/proc/27483/task/27485/stat : 27485 (java) R 27481 27483 27428 0 -1 4202560 2593 0 1 0 179458 31 0 0 20 0 19 0 253314103 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347861627168 140347734098871 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0
[pid=27483/tid=27486] ppid=27481 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/27483/task/27486/stat : 27486 (java) S 27481 27483 27428 0 -1 4202560 40 0 0 0 29 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347705215656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27487] ppid=27481 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27483/task/27487/stat : 27487 (java) S 27481 27483 27428 0 -1 4202560 41 0 0 0 26 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347704163112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27488] ppid=27481 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27483/task/27488/stat : 27488 (java) S 27481 27483 27428 0 -1 4202560 205 0 0 0 27 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347703110568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27489] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27489/stat : 27489 (java) S 27481 27483 27428 0 -1 4202560 177 0 0 0 26 2 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347702058024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27490] ppid=27481 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27483/task/27490/stat : 27490 (java) S 27481 27483 27428 0 -1 4202560 58 0 0 0 25 1 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347701004456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 149 0 0 0 28 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 180 0 0 0 29 2 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 231 0 0 0 32 1 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 125 0 0 0 192 3 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1355 0 1 0 25 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2570 0 1 0 32 1 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 103 0 0 0 33 33 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1798.1 s]
/proc/loadavg: 2.08 1.99 1.68 3/213 27753
/proc/meminfo: memFree=29655460/32873648 swapFree=7112/7112
[pid=27483] ppid=27481 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/27483/stat : 27483 (java) S 27481 27483 27428 0 -1 4202496 9008 0 3 0 179967 40 0 0 20 0 19 0 253314102 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140735636341712 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27483/statm: 2406244 44375 2270 9 0 2396937 0
[pid=27483/tid=27485] ppid=27481 vsize=9624976 CPUtime=1794.89 cores=0,2,4,6
/proc/27483/task/27485/stat : 27485 (java) R 27481 27483 27428 0 -1 4202560 2593 0 1 0 179458 31 0 0 20 0 19 0 253314103 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347861627168 140347734098871 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0
[pid=27483/tid=27486] ppid=27481 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/27483/task/27486/stat : 27486 (java) S 27481 27483 27428 0 -1 4202560 40 0 0 0 29 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347705215656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27487] ppid=27481 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27483/task/27487/stat : 27487 (java) S 27481 27483 27428 0 -1 4202560 41 0 0 0 26 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347704163112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27488] ppid=27481 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27483/task/27488/stat : 27488 (java) S 27481 27483 27428 0 -1 4202560 205 0 0 0 27 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347703110568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27489] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27489/stat : 27489 (java) S 27481 27483 27428 0 -1 4202560 177 0 0 0 26 2 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347702058024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27490] ppid=27481 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27483/task/27490/stat : 27490 (java) S 27481 27483 27428 0 -1 4202560 58 0 0 0 25 1 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347701004456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27491] ppid=27481 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27483/task/27491/stat : 27491 (java) S 27481 27483 27428 0 -1 4202560 149 0 0 0 28 0 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347699951912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27492] ppid=27481 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/27483/task/27492/stat : 27492 (java) S 27481 27483 27428 0 -1 4202560 180 0 0 0 29 2 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347698899368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27493] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27493/stat : 27493 (java) S 27481 27483 27428 0 -1 4202560 231 0 0 0 32 1 0 0 20 0 19 0 253314104 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347697846824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27483/tid=27496] ppid=27481 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/27483/task/27496/stat : 27496 (java) S 27481 27483 27428 0 -1 4202560 125 0 0 0 192 3 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347685649000 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27497] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27497/stat : 27497 (java) S 27481 27483 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347684595320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27498] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27498/stat : 27498 (java) S 27481 27483 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314105 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347683542664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27500] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27500/stat : 27500 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347682491408 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27483/tid=27501] ppid=27481 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27483/task/27501/stat : 27501 (java) S 27481 27483 27428 0 -1 4202560 1355 0 1 0 25 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347681437752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27503] ppid=27481 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/27483/task/27503/stat : 27503 (java) S 27481 27483 27428 0 -1 4202560 2570 0 1 0 32 1 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347680385208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27504] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27504/stat : 27504 (java) S 27481 27483 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347679332856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27483/tid=27507] ppid=27481 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/27483/task/27507/stat : 27507 (java) S 27481 27483 27428 0 -1 4202560 103 0 0 0 33 33 0 0 20 0 19 0 253314119 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347678280520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27483/tid=27509] ppid=27481 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27483/task/27509/stat : 27509 (java) S 27481 27483 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314165 9855975424 44375 33554432000 1073741824 1073778376 140735636350576 140347677226280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1798.15
CPU time (s): 1800.72
CPU user time (s): 1799.84
CPU system time (s): 0.882865
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.882865
maximum resident set size= 177644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9075
page faults= 3
swaps= 0
block input operations= 2968
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40098
involuntary context switches= 17618

runsolver used 6.15106 second user time and 14.8427 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 17:04:42
IDJOB=3687183
IDBENCH=1158
IDSOLVER=2269
FILE ID=node126/3687183-1337871882
RUNJOBID= node126-1337871880-27445
PBS_JOBID= 14620078
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687183-1337871882/watcher-3687183-1337871882 -o /tmp/evaluation-result-3687183-1337871882/solver-3687183-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687183-1337871882.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1716278231

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30008192 kB
Buffers:          225504 kB
Cached:          1854628 kB
SwapCached:        17768 kB
Active:           380916 kB
Inactive:        1727668 kB
Active(anon):      11024 kB
Inactive(anon):    19404 kB
Active(file):     369892 kB
Inactive(file):  1708264 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:         14636 kB
Mapped:            15084 kB
Shmem:                 0 kB
Slab:             621464 kB
SReclaimable:      66100 kB
SUnreclaim:       555364 kB
KernelStack:        1416 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     676644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71684 MiB
End job on node126 at 2012-05-24 17:34:42