Trace number 3690205

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 1794.35

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690205-1337897077.opb
0.10/0.11	c reading problem ... 
1.04/0.57	c ... done. Wall clock time 0.458s.
1.04/0.57	c declared #vars     15725
1.04/0.57	c #constraints  33136
1.04/0.57	c constraints type 
1.04/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.04/0.57	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.04/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.04/0.57	c ignored satisfied constraints => 3
1.04/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.04/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.04/0.57	c 33139 constraints processed.
1.04/0.57	c objective function length is 1825 literals
4.67/3.62	c cleaning 2495 clauses out of 5003 with flag 5003/5003
8.19/7.03	c cleaning 4241 clauses out of 8507 with flag 11002/11002
11.91/10.73	c cleaning 5631 clauses out of 11265 with flag 18001/18001
16.14/14.94	c cleaning 6796 clauses out of 13636 with flag 26003/26003
20.92/19.65	c cleaning 7914 clauses out of 15839 with flag 35002/35002
25.94/24.62	c cleaning 8929 clauses out of 17923 with flag 45000/45000
32.16/30.83	c cleaning 9979 clauses out of 19995 with flag 56001/56001
39.06/37.78	c cleaning 10997 clauses out of 22016 with flag 68001/68001
46.38/45.01	c cleaning 11984 clauses out of 24018 with flag 81000/81000
54.58/53.27	c cleaning 13013 clauses out of 26035 with flag 95001/95001
63.41/62.01	c cleaning 14002 clauses out of 28022 with flag 110001/110001
70.73/69.37	c cleaning 14987 clauses out of 30020 with flag 126001/126001
81.04/79.68	c cleaning 15988 clauses out of 32033 with flag 143001/143001
92.48/91.01	c cleaning 17006 clauses out of 34046 with flag 161002/161002
104.10/102.66	c cleaning 18014 clauses out of 36038 with flag 180000/180000
115.82/114.36	c cleaning 18999 clauses out of 38024 with flag 200000/200000
127.14/125.61	c cleaning 19983 clauses out of 40026 with flag 221001/221001
138.99/137.44	c cleaning 21011 clauses out of 42043 with flag 243001/243001
150.30/148.70	c cleaning 22014 clauses out of 44033 with flag 266002/266002
162.14/160.57	c cleaning 23007 clauses out of 46017 with flag 290000/290000
174.17/172.55	c cleaning 23999 clauses out of 48010 with flag 315000/315000
185.31/183.70	c cleaning 25000 clauses out of 50012 with flag 341001/341001
200.86/199.16	c cleaning 25996 clauses out of 52013 with flag 368002/368002
217.98/216.25	c cleaning 27003 clauses out of 54017 with flag 396002/396002
234.33/232.50	c cleaning 27994 clauses out of 56014 with flag 425002/425002
249.55/247.77	c cleaning 29003 clauses out of 58019 with flag 455001/455001
267.08/265.29	c cleaning 29985 clauses out of 60016 with flag 486001/486001
284.03/282.13	c cleaning 30994 clauses out of 62030 with flag 518000/518000
302.10/300.11	c cleaning 32008 clauses out of 64037 with flag 551001/551001
322.54/320.54	c cleaning 32999 clauses out of 66029 with flag 585001/585001
341.45/339.43	c cleaning 34015 clauses out of 68031 with flag 620002/620002
360.29/358.26	c cleaning 34980 clauses out of 70014 with flag 656000/656000
379.95/377.90	c cleaning 35996 clauses out of 72036 with flag 693002/693002
397.30/395.12	c cleaning 36988 clauses out of 74039 with flag 731001/731001
417.55/415.36	c cleaning 38020 clauses out of 76050 with flag 770000/770000
443.70/441.44	c cleaning 38992 clauses out of 78032 with flag 810002/810002
468.57/466.22	c cleaning 40011 clauses out of 80038 with flag 851000/851000
493.63/491.20	c cleaning 41011 clauses out of 82030 with flag 893003/893003
519.22/516.79	c cleaning 41972 clauses out of 84016 with flag 936000/936000
540.05/537.56	c cleaning 42984 clauses out of 86045 with flag 980001/980001
564.22/561.67	c cleaning 43999 clauses out of 88060 with flag 1025000/1025000
588.81/586.17	c cleaning 45021 clauses out of 90063 with flag 1071002/1071002
609.50/606.74	c cleaning 46001 clauses out of 92042 with flag 1118002/1118002
630.04/627.20	c cleaning 46992 clauses out of 94039 with flag 1166000/1166000
657.19/654.38	c cleaning 47993 clauses out of 96047 with flag 1215000/1215000
687.60/684.60	c cleaning 49015 clauses out of 98054 with flag 1265000/1265000
720.78/717.78	c cleaning 50001 clauses out of 100040 with flag 1316001/1316001
757.20/754.05	c cleaning 50998 clauses out of 102038 with flag 1368000/1368000
790.27/787.08	c cleaning 52010 clauses out of 104040 with flag 1421000/1421000
820.65/817.34	c cleaning 52998 clauses out of 106031 with flag 1475001/1475001
852.59/849.27	c cleaning 54001 clauses out of 108034 with flag 1530002/1530002
884.35/880.99	c cleaning 55000 clauses out of 110031 with flag 1586000/1586000
912.95/909.49	c cleaning 55978 clauses out of 112032 with flag 1643001/1643001
942.64/939.00	c cleaning 56979 clauses out of 114053 with flag 1701000/1701000
970.34/966.66	c cleaning 58027 clauses out of 116076 with flag 1760002/1760002
1001.93/998.19	c cleaning 58994 clauses out of 118048 with flag 1820001/1820001
1037.21/1033.38	c cleaning 59987 clauses out of 120053 with flag 1881000/1881000
1071.99/1068.08	c cleaning 61024 clauses out of 122068 with flag 1943002/1943002
1107.97/1103.98	c cleaning 62014 clauses out of 124042 with flag 2006000/2006000
1147.74/1143.61	c cleaning 62990 clauses out of 126028 with flag 2070000/2070000
1190.74/1186.56	c cleaning 64011 clauses out of 128040 with flag 2135002/2135002
1237.57/1233.26	c cleaning 64999 clauses out of 130028 with flag 2201001/2201001
1286.80/1282.38	c cleaning 65983 clauses out of 132028 with flag 2268000/2268000
1330.01/1325.40	c cleaning 67009 clauses out of 134045 with flag 2336000/2336000
1368.21/1363.55	c cleaning 68014 clauses out of 136037 with flag 2405001/2405001
1406.60/1401.84	c cleaning 68984 clauses out of 138023 with flag 2475001/2475001
1444.45/1439.63	c cleaning 70000 clauses out of 140041 with flag 2546003/2546003
1483.62/1478.70	c cleaning 71016 clauses out of 142039 with flag 2618001/2618001
1524.06/1519.04	c cleaning 71974 clauses out of 144022 with flag 2691000/2691000
1571.76/1566.66	c cleaning 73011 clauses out of 146048 with flag 2765000/2765000
1621.79/1616.55	c cleaning 73989 clauses out of 148037 with flag 2840000/2840000
1675.53/1670.19	c cleaning 74997 clauses out of 150048 with flag 2916000/2916000
1718.65/1713.19	c cleaning 76020 clauses out of 152051 with flag 2993000/2993000
1773.44/1767.87	c cleaning 76992 clauses out of 154032 with flag 3071001/3071001
1800.00/1794.31	c starts		: 247
1800.00/1794.31	c conflicts		: 3116440
1800.00/1794.31	c decisions		: 6378958
1800.00/1794.31	c propagations		: 2266967194
1800.00/1794.31	c inspects		: 16322989373
1800.00/1794.31	c shortcuts		: 0
1800.00/1794.31	c learnt literals	: 0
1800.00/1794.31	c learnt binary clauses	: 0
1800.00/1794.31	c learnt ternary clauses	: 2
1800.00/1794.31	c learnt constraints	: 3116440
1800.00/1794.31	c ignored constraints	: 0
1800.00/1794.31	c root simplifications	: 0
1800.00/1794.31	c removed literals (reason simplification)	: 0
1800.00/1794.31	c reason swapping (by a shorter reason)	: 0
1800.00/1794.31	c Calls to reduceDB	: 74
1800.00/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.00/1794.31	c number of learned constraints concerned by reduction	: 0
1800.00/1794.31	c number of learning phase by resolution	: 0
1800.00/1794.31	c number of learning phase by cutting planes	: 0
1800.00/1794.31	c speed (assignments/second)	: 1263837.1076166932
1800.00/1794.31	c non guided choices	40
1800.00/1794.34	c learnt constraints type 
1800.00/1794.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122513
1800.00/1794.34	c constraints type 
1800.00/1794.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.00/1794.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.00/1794.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.00/1794.34	c ignored satisfied constraints => 3
1800.00/1794.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.00/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.00/1794.34	c 33139 constraints processed.
1800.00/1794.34	s UNKNOWN
1800.00/1794.34	c Total wall clock time (in seconds): 1794.231

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

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

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


[startup+0 s]
/proc/loadavg: 1.40 1.86 1.95 4/193 28259
/proc/meminfo: memFree=29015940/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 1162 0 0 0 0 0 0 0 20 0 2 0 255836275 91889664 884 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 22435 886 670 9 0 16770 0
[pid=28259/tid=28260] ppid=28257 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 255836276 91889664 894 33554432000 1073741824 1073778376 140733720927024 140733720916088 245285088551 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.022022 s]
/proc/loadavg: 1.40 1.86 1.95 4/193 28259
/proc/meminfo: memFree=29015940/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 2777 0 1 0 1 0 0 0 20 0 10 0 255836275 9233014784 3477 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2254154 3477 1538 9 0 2244855 0
[pid=28259/tid=28260] ppid=28257 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 1621 0 1 0 0 0 0 0 20 0 10 0 255836276 9233014784 3477 33554432000 1073741824 1073778376 140733720927024 139917579420352 245297636621 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100307 s]
/proc/loadavg: 1.40 1.86 1.95 4/193 28259
/proc/meminfo: memFree=29015940/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 4360 0 1 0 9 1 0 0 20 0 18 0 255836275 9787813888 5568 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2389603 5568 2108 9 0 2380296 0
[pid=28259/tid=28260] ppid=28257 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2418 0 1 0 6 1 0 0 20 0 18 0 255836276 9787813888 5568 33554432000 1073741824 1073778376 140733720927024 139917579422640 245297636621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300231 s]
/proc/loadavg: 1.40 1.86 1.95 4/193 28259
/proc/meminfo: memFree=29015940/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 5660 0 1 0 52 2 0 0 20 0 18 0 255836275 9787813888 9342 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2389603 9342 2219 9 0 2380296 0
[pid=28259/tid=28260] ppid=28257 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2443 0 1 0 26 1 0 0 20 0 18 0 255836276 9787813888 9342 33554432000 1073741824 1073778376 140733720927024 139917579422640 139917434837335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700232 s]
/proc/loadavg: 1.40 1.86 1.95 4/193 28259
/proc/meminfo: memFree=29015940/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 11739 0 1 0 149 5 0 0 20 0 19 0 255836275 9855975424 32975 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 32975 2249 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2495 0 1 0 64 3 0 0 20 0 19 0 255836276 9855975424 32975 33554432000 1073741824 1073778376 140733720927024 139917579415864 139917435583077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 1.40 1.86 1.95 3/213 28279
/proc/meminfo: memFree=28784460/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=2.53 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 12923 0 1 0 248 5 0 0 20 0 19 0 255836275 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 33421 2251 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2496 0 1 0 144 3 0 0 20 0 19 0 255836276 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917579424168 139917435572570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917557525160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917556472616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917555420072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917554367528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917553313960 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917082487080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28268] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917081434536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917080381992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28198 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917067971176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28271] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28271/stat : 28271 (java) S 28257 28259 28198 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917066917496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28272] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28272/stat : 28272 (java) S 28257 28259 28198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917065864840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28273] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28273/stat : 28273 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917064813584 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3864 0 0 0 45 0 0 0 20 0 19 0 255836281 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5364 0 0 0 55 2 0 0 20 0 19 0 255836281 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917061655032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28277] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28277/stat : 28277 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917060602696 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836335 9855975424 33421 33554432000 1073741824 1073778376 140733720927024 139917059515688 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.40 1.86 1.95 4/213 28279
/proc/meminfo: memFree=28779620/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=4.17 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 13074 0 1 0 412 5 0 0 20 0 19 0 255836275 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 33940 2257 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=3.07 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2499 0 1 0 304 3 0 0 20 0 19 0 255836276 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917579424240 139917435561473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917557525160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917556472616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917555420072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917554367528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917553313960 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917082487080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28268] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917081434536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917080381992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28198 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917067971176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28271] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28271/stat : 28271 (java) S 28257 28259 28198 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917066917496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28272] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28272/stat : 28272 (java) S 28257 28259 28198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917065864840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28273] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28273/stat : 28273 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917064813584 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3864 0 0 0 45 0 0 0 20 0 19 0 255836281 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5511 0 0 0 58 2 0 0 20 0 19 0 255836281 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917061655032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28277] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28277/stat : 28277 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917060602696 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836335 9855975424 33940 33554432000 1073741824 1073778376 140733720927024 139917059515688 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.45 1.86 1.95 3/213 28279
/proc/meminfo: memFree=28730592/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=7.46 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 13146 0 1 0 739 7 0 0 20 0 19 0 255836275 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 39402 2282 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2504 0 1 0 617 3 0 0 20 0 19 0 255836276 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917579424360 139917435624396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28198 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917557525160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28198 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917556472616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917555420072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28198 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917554367528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917553313960 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28198 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917082487080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28268] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917081434536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255836277 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917080381992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28198 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255836278 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917067971176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28271] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28271/stat : 28271 (java) S 28257 28259 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917066917496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28272] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28272/stat : 28272 (java) S 28257 28259 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917065864840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28273] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28273/stat : 28273 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917064813584 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3868 0 0 0 48 0 0 0 20 0 19 0 255836281 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5513 0 0 0 60 2 0 0 20 0 19 0 255836281 9855975424 39402 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3886 0 0 0 56 0 0 0 20 0 19 0 255836281 9855975424 75993 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5523 0 0 0 61 2 0 0 20 0 19 0 255836281 9855975424 75993 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 75993 33554432000 1073741824 1073778376 140733720927024 139917061655032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28277] ppid=28257 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28259/task/28277/stat : 28277 (java) S 28257 28259 28198 0 -1 4202560 99 0 0 0 42 31 0 0 20 0 19 0 255836281 9855975424 75993 33554432000 1073741824 1073778376 140733720927024 139917060602696 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836335 9855975424 75993 33554432000 1073741824 1073778376 140733720927024 139917059515688 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.94
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/213 28294
/proc/meminfo: memFree=28461892/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=1787.99 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 14711 0 1 0 178728 71 0 0 20 0 19 0 255836275 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 76003 2283 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=1771.99 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2575 0 1 0 177170 29 0 0 20 0 19 0 255836276 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917579424032 139917435572188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28198 0 -1 4202560 136 0 0 0 61 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917557525160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28198 0 -1 4202560 131 0 0 0 69 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917556472616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28198 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917555420072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28198 0 -1 4202560 181 0 0 0 56 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917554367528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28198 0 -1 4202560 80 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917553313960 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28198 0 -1 4202560 284 0 0 0 65 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917082487080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28268] ppid=28257 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28198 0 -1 4202560 198 0 0 0 58 2 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917081434536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28198 0 -1 4202560 164 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917080381992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28198 0 -1 4202560 159 0 0 0 424 2 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917067971176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28271] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28271/stat : 28271 (java) S 28257 28259 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917066917496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28272] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28272/stat : 28272 (java) S 28257 28259 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917065864840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28273] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28273/stat : 28273 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917064813584 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3886 0 0 0 56 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5523 0 0 0 61 2 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917061655032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28277] ppid=28257 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/28259/task/28277/stat : 28277 (java) S 28257 28259 28198 0 -1 4202560 103 0 0 0 43 32 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917060602696 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836335 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917059515688 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.99
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/213 28294
/proc/meminfo: memFree=28455748/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 14711 0 1 0 179929 71 0 0 20 0 19 0 255836275 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 76003 2283 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=1783.96 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2575 0 1 0 178366 30 0 0 20 0 19 0 255836276 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917579424032 139917435583032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28198 0 -1 4202560 136 0 0 0 61 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917557525160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28198 0 -1 4202560 131 0 0 0 69 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917556472616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28198 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917555420072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28198 0 -1 4202560 181 0 0 0 56 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917554367528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28198 0 -1 4202560 80 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917553313960 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28198 0 -1 4202560 284 0 0 0 65 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917082487080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28268] ppid=28257 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28198 0 -1 4202560 198 0 0 0 58 2 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917081434536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28198 0 -1 4202560 164 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917080381992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28198 0 -1 4202560 159 0 0 0 424 2 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917067971176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28271] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28271/stat : 28271 (java) S 28257 28259 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917066917496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28272] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28272/stat : 28272 (java) S 28257 28259 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917065864840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28273] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28273/stat : 28273 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917064813584 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3886 0 0 0 56 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5523 0 0 0 61 2 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917061655032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28277] ppid=28257 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/28259/task/28277/stat : 28277 (java) S 28257 28259 28198 0 -1 4202560 103 0 0 0 43 33 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917060602696 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836335 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917059515688 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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+1794.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/213 28294
/proc/meminfo: memFree=28455748/32873844 swapFree=7356/7356
[pid=28259] ppid=28257 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/28259/stat : 28259 (java) S 28257 28259 28198 0 -1 4202496 14711 0 1 0 179929 71 0 0 20 0 19 0 255836275 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 140733720918160 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28259/statm: 2406244 76003 2283 9 0 2396937 0
[pid=28259/tid=28260] ppid=28257 vsize=9624976 CPUtime=1783.96 cores=1,3,5,7
/proc/28259/task/28260/stat : 28260 (java) R 28257 28259 28198 0 -1 4202560 2575 0 1 0 178366 30 0 0 20 0 19 0 255836276 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917579424032 139917435583032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28262] ppid=28257 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/28259/task/28262/stat : 28262 (java) S 28257 28259 28198 0 -1 4202560 136 0 0 0 61 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917557525160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28263] ppid=28257 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/28259/task/28263/stat : 28263 (java) S 28257 28259 28198 0 -1 4202560 131 0 0 0 69 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917556472616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28264] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28264/stat : 28264 (java) S 28257 28259 28198 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917555420072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28265] ppid=28257 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28259/task/28265/stat : 28265 (java) S 28257 28259 28198 0 -1 4202560 181 0 0 0 56 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917554367528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28266] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28266/stat : 28266 (java) S 28257 28259 28198 0 -1 4202560 80 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917553313960 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28267] ppid=28257 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/28259/task/28267/stat : 28267 (java) S 28257 28259 28198 0 -1 4202560 284 0 0 0 65 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917082487080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28259/tid=28268] ppid=28257 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/28259/task/28268/stat : 28268 (java) S 28257 28259 28198 0 -1 4202560 198 0 0 0 58 2 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917081434536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28259/tid=28269] ppid=28257 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28259/task/28269/stat : 28269 (java) S 28257 28259 28198 0 -1 4202560 164 0 0 0 59 3 0 0 20 0 19 0 255836277 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917080381992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28270] ppid=28257 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/28259/task/28270/stat : 28270 (java) S 28257 28259 28198 0 -1 4202560 159 0 0 0 424 2 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917067971176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28271] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28271/stat : 28271 (java) S 28257 28259 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917066917496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28272] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28272/stat : 28272 (java) S 28257 28259 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836278 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917065864840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28273] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28273/stat : 28273 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917064813584 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28274] ppid=28257 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/28259/task/28274/stat : 28274 (java) S 28257 28259 28198 0 -1 4202560 3886 0 0 0 56 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917063759928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28275] ppid=28257 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/28259/task/28275/stat : 28275 (java) S 28257 28259 28198 0 -1 4202560 5523 0 0 0 61 2 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917062707384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28259/tid=28276] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28276/stat : 28276 (java) S 28257 28259 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917061655032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28277] ppid=28257 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/28259/task/28277/stat : 28277 (java) S 28257 28259 28198 0 -1 4202560 103 0 0 0 43 33 0 0 20 0 19 0 255836281 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917060602696 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28259/tid=28279] ppid=28257 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28259/task/28279/stat : 28279 (java) S 28257 28259 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836335 9855975424 76003 33554432000 1073741824 1073778376 140733720927024 139917059515688 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28259 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=580182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=41841
# CPU time returned by wait4() is 1795.62
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.35
CPU time (s): 1800
CPU user time (s): 1799.29
CPU system time (s): 0.71
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.04184
maximum resident set size= 304136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14746
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39951
involuntary context switches= 11679

runsolver used 6.70098 second user time and 15.5436 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-25 00:04:37
IDJOB=3690205
IDBENCH=92764
IDSOLVER=2269
FILE ID=node109/3690205-1337897077
RUNJOBID= node109-1337897077-28215
PBS_JOBID= 14620111
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690205-1337897077/watcher-3690205-1337897077 -o /tmp/evaluation-result-3690205-1337897077/solver-3690205-1337897077 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690205-1337897077.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=65739412

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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:       32873844 kB
MemFree:        29032624 kB
Buffers:          220064 kB
Cached:          2844824 kB
SwapCached:            0 kB
Active:           389396 kB
Inactive:        2686184 kB
Active(anon):      13496 kB
Inactive(anon):        0 kB
Active(file):     375900 kB
Inactive(file):  2686184 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3140 kB
Writeback:             0 kB
AnonPages:         18132 kB
Mapped:            13944 kB
Shmem:               200 kB
Slab:             628072 kB
SReclaimable:      70500 kB
SUnreclaim:       557572 kB
KernelStack:        1376 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     114344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71676 MiB
End job on node109 at 2012-05-25 00:34:33