Trace number 3689193

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.08 1820.45

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.2.v20120418
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		501472288
0.08/0.09	c Max memory 		7480803328
0.08/0.09	c Total memory 		504102912
0.08/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689193-1337889869.opb
0.08/0.11	c reading problem ... 
1.35/21.36	c ... done. Wall clock time 21.252s.
1.35/21.36	c declared #vars     28798
1.35/21.36	c #constraints  83116
1.35/21.36	c constraints type 
1.35/21.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1.35/21.36	c ignored satisfied constraints => 16620
1.35/21.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1.35/21.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
1.35/21.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1.35/21.36	c 99736 constraints processed.
1.75/22.88	c cleaning 2493 clauses out of 5000 with flag 5000/5000
3.79/24.46	c cleaning 4248 clauses out of 8508 with flag 11001/11001
5.50/28.36	c cleaning 5626 clauses out of 11262 with flag 18003/18003
9.30/30.40	c cleaning 6810 clauses out of 13633 with flag 26000/26000
11.31/32.65	c cleaning 7911 clauses out of 15825 with flag 35002/35002
11.61/35.36	c cleaning 8952 clauses out of 17914 with flag 45002/45002
17.34/38.54	c cleaning 9969 clauses out of 19960 with flag 56000/56000
20.21/41.92	c cleaning 10979 clauses out of 21991 with flag 68000/68000
23.36/45.62	c cleaning 11998 clauses out of 24012 with flag 81000/81000
28.51/50.55	c cleaning 13002 clauses out of 26015 with flag 95001/95001
28.72/54.51	c cleaning 13999 clauses out of 28014 with flag 110002/110002
34.53/58.84	c cleaning 14994 clauses out of 30013 with flag 126000/126000
41.79/63.64	c cleaning 16006 clauses out of 32019 with flag 143001/143001
47.49/69.33	c cleaning 16971 clauses out of 34014 with flag 161003/161003
53.50/75.35	c cleaning 17984 clauses out of 36041 with flag 180001/180001
59.60/81.43	c cleaning 19008 clauses out of 38056 with flag 200000/200000
66.42/88.26	c cleaning 20017 clauses out of 40049 with flag 221001/221001
73.92/95.78	c cleaning 21002 clauses out of 42032 with flag 243001/243001
82.53/104.33	c cleaning 22009 clauses out of 44030 with flag 266001/266001
90.84/112.60	c cleaning 23003 clauses out of 46020 with flag 290000/290000
98.86/120.69	c cleaning 24003 clauses out of 48018 with flag 315001/315001
108.17/129.93	c cleaning 24999 clauses out of 50016 with flag 341002/341002
117.82/139.56	c cleaning 25996 clauses out of 52015 with flag 368000/368000
128.44/150.18	c cleaning 26992 clauses out of 54019 with flag 396000/396000
139.05/160.72	c cleaning 28002 clauses out of 56029 with flag 425002/425002
148.45/170.18	c cleaning 28994 clauses out of 58025 with flag 455000/455000
159.86/181.55	c cleaning 29994 clauses out of 60034 with flag 486003/486003
172.50/194.14	c cleaning 31005 clauses out of 62041 with flag 518004/518004
184.82/206.46	c cleaning 31998 clauses out of 64033 with flag 551001/551001
197.82/219.44	c cleaning 33004 clauses out of 66034 with flag 585000/585000
210.74/232.36	c cleaning 33995 clauses out of 68030 with flag 620000/620000
223.76/245.36	c cleaning 35008 clauses out of 70036 with flag 656001/656001
238.57/260.15	c cleaning 35995 clauses out of 72027 with flag 693000/693000
253.10/274.68	c cleaning 37010 clauses out of 74036 with flag 731004/731004
268.60/290.10	c cleaning 38004 clauses out of 76022 with flag 770000/770000
283.72/305.24	c cleaning 38983 clauses out of 78019 with flag 810001/810001
299.24/320.72	c cleaning 39996 clauses out of 80036 with flag 851001/851001
316.06/337.51	c cleaning 41002 clauses out of 82039 with flag 893000/893000
334.29/355.78	c cleaning 42004 clauses out of 84037 with flag 936000/936000
351.30/372.73	c cleaning 42989 clauses out of 86033 with flag 980000/980000
371.31/392.71	c cleaning 44015 clauses out of 88046 with flag 1025002/1025002
390.34/411.74	c cleaning 45001 clauses out of 90030 with flag 1071001/1071001
409.75/431.16	c cleaning 45996 clauses out of 92029 with flag 1118001/1118001
429.76/451.13	c cleaning 46997 clauses out of 94032 with flag 1166000/1166000
449.98/471.37	c cleaning 47999 clauses out of 96036 with flag 1215001/1215001
471.49/492.83	c cleaning 49010 clauses out of 98039 with flag 1265003/1265003
494.13/515.49	c cleaning 49998 clauses out of 100028 with flag 1316002/1316002
517.58/538.81	c cleaning 51011 clauses out of 102028 with flag 1368000/1368000
541.58/562.86	c cleaning 52005 clauses out of 104019 with flag 1421002/1421002
567.31/588.55	c cleaning 53002 clauses out of 106013 with flag 1475001/1475001
591.65/612.80	c cleaning 53992 clauses out of 108010 with flag 1530000/1530000
619.87/641.07	c cleaning 54999 clauses out of 110018 with flag 1586000/1586000
648.01/669.14	c cleaning 55994 clauses out of 112020 with flag 1643001/1643001
678.16/699.25	c cleaning 57006 clauses out of 114025 with flag 1701000/1701000
707.47/728.59	c cleaning 57998 clauses out of 116020 with flag 1760001/1760001
736.83/757.87	c cleaning 58999 clauses out of 118023 with flag 1820002/1820002
764.92/785.96	c cleaning 59982 clauses out of 120024 with flag 1881002/1881002
795.83/816.84	c cleaning 61011 clauses out of 122041 with flag 1943001/1943001
826.34/847.36	c cleaning 62001 clauses out of 124030 with flag 2006001/2006001
858.58/879.50	c cleaning 62998 clauses out of 126029 with flag 2070001/2070001
890.23/911.10	c cleaning 64000 clauses out of 128030 with flag 2135000/2135000
926.04/946.94	c cleaning 64995 clauses out of 130030 with flag 2201000/2201000
959.56/980.43	c cleaning 65994 clauses out of 132038 with flag 2268003/2268003
998.77/1019.66	c cleaning 67002 clauses out of 134041 with flag 2336000/2336000
1035.30/1056.11	c cleaning 68003 clauses out of 136041 with flag 2405003/2405003
1070.34/1091.17	c cleaning 68997 clauses out of 138038 with flag 2475003/2475003
1108.33/1129.13	c cleaning 69997 clauses out of 140038 with flag 2546000/2546000
1143.87/1164.69	c cleaning 70979 clauses out of 142042 with flag 2618001/2618001
1183.48/1204.28	c cleaning 72023 clauses out of 144062 with flag 2691000/2691000
1220.31/1241.08	c cleaning 72992 clauses out of 146041 with flag 2765002/2765002
1261.66/1282.38	c cleaning 74006 clauses out of 148050 with flag 2840003/2840003
1300.80/1321.46	c cleaning 75013 clauses out of 150041 with flag 2916000/2916000
1340.12/1360.78	c cleaning 76001 clauses out of 152029 with flag 2993001/2993001
1381.45/1402.09	c cleaning 76997 clauses out of 154030 with flag 3071003/3071003
1424.18/1444.75	c cleaning 77978 clauses out of 156031 with flag 3150001/3150001
1467.21/1487.75	c cleaning 79005 clauses out of 158053 with flag 3230001/3230001
1508.24/1528.77	c cleaning 80013 clauses out of 160047 with flag 3311000/3311000
1553.27/1573.70	c cleaning 81005 clauses out of 162034 with flag 3393000/3393000
1599.70/1620.18	c cleaning 81991 clauses out of 164029 with flag 3476000/3476000
1645.21/1665.66	c cleaning 83003 clauses out of 166039 with flag 3560001/3560001
1693.53/1713.90	c cleaning 84004 clauses out of 168035 with flag 3645000/3645000
1745.94/1766.40	c cleaning 84985 clauses out of 170031 with flag 3731000/3731000
1798.96/1819.32	c cleaning 86018 clauses out of 172048 with flag 3818002/3818002
1800.08/1820.42	c starts		: 252
1800.08/1820.42	c conflicts		: 3820787
1800.08/1820.42	c decisions		: 5314438
1800.08/1820.42	c propagations		: 2338110544
1800.08/1820.42	c inspects		: 18324199587
1800.08/1820.42	c shortcuts		: 0
1800.08/1820.42	c learnt literals	: 3
1800.08/1820.42	c learnt binary clauses	: 28
1800.08/1820.42	c learnt ternary clauses	: 1092
1800.08/1820.42	c learnt constraints	: 3820784
1800.08/1820.42	c ignored constraints	: 0
1800.08/1820.42	c root simplifications	: 0
1800.08/1820.42	c removed literals (reason simplification)	: 0
1800.08/1820.42	c reason swapping (by a shorter reason)	: 0
1800.08/1820.42	c Calls to reduceDB	: 83
1800.08/1820.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1820.42	c number of learned constraints concerned by reduction	: 0
1800.08/1820.42	c number of learning phase by resolution	: 0
1800.08/1820.42	c number of learning phase by cutting planes	: 0
1800.08/1820.42	c speed (assignments/second)	: 1299692.9718750487
1800.08/1820.42	c non guided choices	13
1800.08/1820.44	c learnt constraints type 
1800.08/1820.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.08/1820.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88838
1800.08/1820.44	c constraints type 
1800.08/1820.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1800.08/1820.44	c ignored satisfied constraints => 16620
1800.08/1820.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1800.08/1820.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
1800.08/1820.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1800.08/1820.44	c 99736 constraints processed.
1800.08/1820.44	s UNKNOWN
1800.08/1820.44	c Total wall clock time (in seconds): 1820.331

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

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

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


[startup+0 s]
/proc/loadavg: 3.41 2.33 2.11 2/194 22857
/proc/meminfo: memFree=27891032/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22857/stat : 22857 (java) D 22855 22857 20833 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255115434 9515008 183 33554432000 1073741824 1073778376 140736102704192 140736102695224 249650036405 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/22857/statm: 2323 183 140 9 0 71 0

[startup+0.0859199 s]
/proc/loadavg: 3.41 2.33 2.11 2/194 22857
/proc/meminfo: memFree=27891032/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 3548 0 1 0 5 3 0 0 20 0 18 0 255115434 9787813888 4756 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 4757 1874 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.156439 s]
/proc/loadavg: 3.41 2.33 2.11 2/194 22857
/proc/meminfo: memFree=27891032/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 4502 0 1 0 16 4 0 0 20 0 18 0 255115434 9787813888 6162 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 6162 2177 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558412

[startup+0.300157 s]
/proc/loadavg: 3.41 2.33 2.11 2/194 22857
/proc/meminfo: memFree=27891032/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 6212 0 1 0 47 7 0 0 20 0 18 0 255115434 9787813888 8841 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 8841 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.703838 s]
/proc/loadavg: 3.41 2.33 2.11 2/194 22857
/proc/meminfo: memFree=27891032/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 9535 0 1 0 122 10 0 0 20 0 18 0 255115434 9787813888 41538 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 41538 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+21.2187 s]
/proc/loadavg: 3.41 2.33 2.11 2/194 22857
/proc/meminfo: memFree=27891032/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=1.35 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 9535 0 1 0 125 10 0 0 20 0 18 0 255115434 9787813888 41538 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 41538 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558412
heavy processes:

[startup+21.3887 s]
/proc/loadavg: 5.48 2.87 2.29 11/212 22875
/proc/meminfo: memFree=27732928/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=1.68 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 13019 0 1 0 156 12 0 0 20 0 18 0 255115434 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 42911 2255 9 0 2380296 0
[pid=22857/tid=22859] ppid=22855 vsize=9558412 CPUtime=0.81 cores=0,2,4,6
/proc/22857/task/22859/stat : 22859 (java) R 22855 22857 20833 0 -1 4202560 2514 0 1 0 78 3 0 0 20 0 18 0 255115435 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590675402624 140590536844301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22860] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22860/stat : 22860 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590664473512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22861] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22861/stat : 22861 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590663420968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22862] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22862/stat : 22862 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590662367912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22863] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22863/stat : 22863 (java) S 22855 22857 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590661315368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22864] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22864/stat : 22864 (java) S 22855 22857 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590660262312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22865] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22865/stat : 22865 (java) S 22855 22857 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590659209768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22866] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22866/stat : 22866 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590658156712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22867] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22867/stat : 22867 (java) S 22855 22857 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590657104168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22868] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22868/stat : 22868 (java) S 22855 22857 20833 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 255115437 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590499670888 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22869] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22869/stat : 22869 (java) S 22855 22857 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255115437 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590498617208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22870] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22870/stat : 22870 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255115437 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590497564040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22871] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22871/stat : 22871 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115440 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590496512784 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22872] ppid=22855 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) R 22855 22857 20833 0 -1 4202560 5551 0 0 0 34 3 0 0 20 0 18 0 255115440 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590495446768 140590678018137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) R 22855 22857 20833 0 -1 4202560 3681 0 0 0 29 2 0 0 20 0 18 0 255115440 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590494406664 140590678479439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115440 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22875] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22875/stat : 22875 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115440 9787813888 42911 33554432000 1073741824 1073778376 140734285971936 140590492301896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558412
heavy processes:

[startup+21.4072 s]
/proc/loadavg: 5.48 2.87 2.29 5/212 22875
/proc/meminfo: memFree=27727380/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9558412 CPUtime=1.75 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 13023 0 1 0 163 12 0 0 20 0 18 0 255115434 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2389603 42915 2255 9 0 2380296 0
[pid=22857/tid=22859] ppid=22855 vsize=9558412 CPUtime=0.84 cores=0,2,4,6
/proc/22857/task/22859/stat : 22859 (java) R 22855 22857 20833 0 -1 4202560 2514 0 1 0 81 3 0 0 20 0 18 0 255115435 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590675402624 140590536783268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22860] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22860/stat : 22860 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590664473512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22861] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22861/stat : 22861 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590663420968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22862] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22862/stat : 22862 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590662367912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22863] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22863/stat : 22863 (java) S 22855 22857 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590661315368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22864] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22864/stat : 22864 (java) S 22855 22857 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590660262312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22865] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22865/stat : 22865 (java) S 22855 22857 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590659209768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22866] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22866/stat : 22866 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590658156712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22867] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22867/stat : 22867 (java) S 22855 22857 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 255115436 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590657104168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22868] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22868/stat : 22868 (java) S 22855 22857 20833 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 255115437 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590499670888 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22869] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22869/stat : 22869 (java) S 22855 22857 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255115437 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590498617208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22870] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22870/stat : 22870 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255115437 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590497564040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22871] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22871/stat : 22871 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115440 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590496512784 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22872] ppid=22855 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) R 22855 22857 20833 0 -1 4202560 5555 0 0 0 36 3 0 0 20 0 18 0 255115440 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590495446768 140590679527632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) R 22855 22857 20833 0 -1 4202560 3681 0 0 0 31 2 0 0 20 0 18 0 255115440 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590494406664 140590679500258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115440 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22875] ppid=22855 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22875/stat : 22875 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255115440 9787813888 42915 33554432000 1073741824 1073778376 140734285971936 140590492301896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9558412
heavy processes:

[startup+22.8941 s]
/proc/loadavg: 5.48 2.87 2.29 5/212 22875
/proc/meminfo: memFree=27727380/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9624976 CPUtime=3.72 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 16094 0 1 0 359 13 0 0 20 0 19 0 255115434 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2406244 43514 2273 9 0 2396937 0
[pid=22857/tid=22859] ppid=22855 vsize=9624976 CPUtime=2.33 cores=0,2,4,6
/proc/22857/task/22859/stat : 22859 (java) S 22855 22857 20833 0 -1 4202560 2520 0 1 0 229 4 0 0 20 0 19 0 255115435 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140590675411032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22860] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22860/stat : 22860 (java) R 22855 22857 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140590664473688 140590678689671 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22861] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22861/stat : 22861 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140590663420968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22862] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22862/stat : 22862 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140590662367912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22863] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22863/stat : 22863 (java) R 22855 22857 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140590661315368 249653408828 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22864] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22864/stat : 22864 (java) S 22855 22857 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43514 33554432000 1073741824 1073778376 140734285971936 140590660262312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22865] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22865/stat : 22865 (java) S 22855 22857 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43490 33554432000 1073741824 1073778376 140734285971936 140590659209768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22866] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22866/stat : 22866 (java) R 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43491 33554432000 1073741824 1073778376 140734285971936 140590658156712 140590679586991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22867] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22867/stat : 22867 (java) S 22855 22857 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255115436 9855975424 43498 33554432000 1073741824 1073778376 140734285971936 140590657104168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22868] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22868/stat : 22868 (java) S 22855 22857 20833 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590499669864 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22869] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22869/stat : 22869 (java) S 22855 22857 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590498617208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22870] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22870/stat : 22870 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590497564040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22871] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22871/stat : 22871 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590496512784 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22872] ppid=22855 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) R 22855 22857 20833 0 -1 4202560 6892 0 0 0 57 3 0 0 20 0 19 0 255115440 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590495459640 140590679527888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) S 22855 22857 20833 0 -1 4202560 5400 0 0 0 57 3 0 0 20 0 19 0 255115440 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590494407096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 43504 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=22857/tid=22872] ppid=22855 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) S 22855 22857 20833 0 -1 4202560 7179 0 0 0 66 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590495459640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) S 22855 22857 20833 0 -1 4202560 5400 0 0 0 65 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590494407096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22875] ppid=22855 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/22857/task/22875/stat : 22875 (java) S 22855 22857 20833 0 -1 4202560 99 0 0 0 20 33 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590492301896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22876] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22876/stat : 22876 (java) S 22855 22857 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255117578 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590491248168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1701.95
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/213 23008
/proc/meminfo: memFree=29009752/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9624976 CPUtime=1761.96 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 17447 0 1 0 176141 55 0 0 20 0 19 0 255115434 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2406244 66141 2282 9 0 2396937 0
[pid=22857/tid=22859] ppid=22855 vsize=9624976 CPUtime=1749.18 cores=0,2,4,6
/proc/22857/task/22859/stat : 22859 (java) R 22855 22857 20833 0 -1 4202560 2602 0 1 0 174886 32 0 0 20 0 19 0 255115435 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590675411232 140590537541971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22860] ppid=22855 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22857/task/22860/stat : 22860 (java) S 22855 22857 20833 0 -1 4202560 128 0 0 0 26 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590664473512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22861] ppid=22855 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/22857/task/22861/stat : 22861 (java) S 22855 22857 20833 0 -1 4202560 132 0 0 0 26 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590663420968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22862] ppid=22855 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22862/stat : 22862 (java) S 22855 22857 20833 0 -1 4202560 128 0 0 0 29 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590662367912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22863] ppid=22855 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22863/stat : 22863 (java) S 22855 22857 20833 0 -1 4202560 161 0 0 0 30 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590661315368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22864] ppid=22855 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22857/task/22864/stat : 22864 (java) S 22855 22857 20833 0 -1 4202560 81 0 0 0 31 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590660262312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22865] ppid=22855 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22857/task/22865/stat : 22865 (java) S 22855 22857 20833 0 -1 4202560 43 0 0 0 32 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590659209768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22866] ppid=22855 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22857/task/22866/stat : 22866 (java) S 22855 22857 20833 0 -1 4202560 57 0 0 0 27 3 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590658156712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22867] ppid=22855 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22857/task/22867/stat : 22867 (java) S 22855 22857 20833 0 -1 4202560 50 0 0 0 28 0 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590657104168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22868] ppid=22855 vsize=9624976 CPUtime=4.22 cores=0,2,4,6
/proc/22857/task/22868/stat : 22868 (java) S 22855 22857 20833 0 -1 4202560 198 0 0 0 417 5 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590499670888 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22869] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22869/stat : 22869 (java) S 22855 22857 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590498617208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22870] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22870/stat : 22870 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590497564040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22871] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22871/stat : 22871 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590496512784 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22872] ppid=22855 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) S 22855 22857 20833 0 -1 4202560 7179 0 0 0 66 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590495459640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) S 22855 22857 20833 0 -1 4202560 5400 0 0 0 65 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590494407096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22875] ppid=22855 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/22857/task/22875/stat : 22875 (java) S 22855 22857 20833 0 -1 4202560 103 0 0 0 21 33 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590492301896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22876] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22876/stat : 22876 (java) S 22855 22857 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255117578 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590491248168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1761.96
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.41 s]
/proc/loadavg: 2.00 2.01 2.04 3/213 23008
/proc/meminfo: memFree=29009752/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 17452 0 1 0 179952 56 0 0 20 0 19 0 255115434 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2406244 66141 2282 9 0 2396937 0
[pid=22857/tid=22859] ppid=22855 vsize=9624976 CPUtime=1787.12 cores=0,2,4,6
/proc/22857/task/22859/stat : 22859 (java) R 22855 22857 20833 0 -1 4202560 2603 0 1 0 178679 33 0 0 20 0 19 0 255115435 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590675411232 140590537564278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22860] ppid=22855 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22857/task/22860/stat : 22860 (java) S 22855 22857 20833 0 -1 4202560 128 0 0 0 26 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590664473512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22861] ppid=22855 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/22857/task/22861/stat : 22861 (java) S 22855 22857 20833 0 -1 4202560 132 0 0 0 26 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590663420968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22862] ppid=22855 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22857/task/22862/stat : 22862 (java) S 22855 22857 20833 0 -1 4202560 128 0 0 0 30 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590662367912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22863] ppid=22855 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22863/stat : 22863 (java) S 22855 22857 20833 0 -1 4202560 161 0 0 0 30 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590661315368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22864] ppid=22855 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/22857/task/22864/stat : 22864 (java) S 22855 22857 20833 0 -1 4202560 81 0 0 0 32 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590660262312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22865] ppid=22855 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22857/task/22865/stat : 22865 (java) S 22855 22857 20833 0 -1 4202560 43 0 0 0 32 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590659209768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22866] ppid=22855 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22866/stat : 22866 (java) S 22855 22857 20833 0 -1 4202560 57 0 0 0 28 3 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590658156712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22867] ppid=22855 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22857/task/22867/stat : 22867 (java) S 22855 22857 20833 0 -1 4202560 50 0 0 0 28 0 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590657104168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22868] ppid=22855 vsize=9624976 CPUtime=4.28 cores=0,2,4,6
/proc/22857/task/22868/stat : 22868 (java) S 22855 22857 20833 0 -1 4202560 200 0 0 0 423 5 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590499670888 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22869] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22869/stat : 22869 (java) S 22855 22857 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590498617208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22870] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22870/stat : 22870 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590497564040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22871] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22871/stat : 22871 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590496512784 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22872] ppid=22855 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) S 22855 22857 20833 0 -1 4202560 7179 0 0 0 66 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590495459640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) S 22855 22857 20833 0 -1 4202560 5400 0 0 0 65 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590494407096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22875] ppid=22855 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22857/task/22875/stat : 22875 (java) S 22855 22857 20833 0 -1 4202560 105 0 0 0 21 34 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590492301896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22876] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22876/stat : 22876 (java) S 22855 22857 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255117578 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590491248168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1820.41 s]
/proc/loadavg: 2.00 2.01 2.04 3/213 23008
/proc/meminfo: memFree=29009752/32873844 swapFree=7100/7100
[pid=22857] ppid=22855 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/22857/stat : 22857 (java) S 22855 22857 20833 0 -1 4202496 17452 0 1 0 179952 56 0 0 20 0 19 0 255115434 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140734285963072 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22857/statm: 2406244 66141 2282 9 0 2396937 0
[pid=22857/tid=22859] ppid=22855 vsize=9624976 CPUtime=1787.12 cores=0,2,4,6
/proc/22857/task/22859/stat : 22859 (java) R 22855 22857 20833 0 -1 4202560 2603 0 1 0 178679 33 0 0 20 0 19 0 255115435 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590675411232 140590537564278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22860] ppid=22855 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22857/task/22860/stat : 22860 (java) S 22855 22857 20833 0 -1 4202560 128 0 0 0 26 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590664473512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22861] ppid=22855 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/22857/task/22861/stat : 22861 (java) S 22855 22857 20833 0 -1 4202560 132 0 0 0 26 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590663420968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22862] ppid=22855 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22857/task/22862/stat : 22862 (java) S 22855 22857 20833 0 -1 4202560 128 0 0 0 30 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590662367912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22863] ppid=22855 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22863/stat : 22863 (java) S 22855 22857 20833 0 -1 4202560 161 0 0 0 30 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590661315368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22864] ppid=22855 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/22857/task/22864/stat : 22864 (java) S 22855 22857 20833 0 -1 4202560 81 0 0 0 32 2 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590660262312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22865] ppid=22855 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22857/task/22865/stat : 22865 (java) S 22855 22857 20833 0 -1 4202560 43 0 0 0 32 1 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590659209768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22866] ppid=22855 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22857/task/22866/stat : 22866 (java) S 22855 22857 20833 0 -1 4202560 57 0 0 0 28 3 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590658156712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22867] ppid=22855 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22857/task/22867/stat : 22867 (java) S 22855 22857 20833 0 -1 4202560 50 0 0 0 28 0 0 0 20 0 19 0 255115436 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590657104168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22868] ppid=22855 vsize=9624976 CPUtime=4.28 cores=0,2,4,6
/proc/22857/task/22868/stat : 22868 (java) S 22855 22857 20833 0 -1 4202560 200 0 0 0 423 5 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590499670888 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22869] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22869/stat : 22869 (java) S 22855 22857 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590498617208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22870] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22870/stat : 22870 (java) S 22855 22857 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255115437 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590497564040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22871] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22871/stat : 22871 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590496512784 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22857/tid=22872] ppid=22855 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22857/task/22872/stat : 22872 (java) S 22855 22857 20833 0 -1 4202560 7179 0 0 0 66 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590495459640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22857/tid=22873] ppid=22855 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22857/task/22873/stat : 22873 (java) S 22855 22857 20833 0 -1 4202560 5400 0 0 0 65 3 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590494407096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22874] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22874/stat : 22874 (java) S 22855 22857 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590493354232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22857/tid=22875] ppid=22855 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22857/task/22875/stat : 22875 (java) S 22855 22857 20833 0 -1 4202560 105 0 0 0 21 34 0 0 20 0 19 0 255115440 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590492301896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22857/tid=22876] ppid=22855 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22857/task/22876/stat : 22876 (java) S 22855 22857 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255117578 9855975424 66141 33554432000 1073741824 1073778376 140734285971936 140590491248168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1820.45
CPU time (s): 1800.08
CPU user time (s): 1799.52
CPU system time (s): 0.56
CPU usage (%): 98.8811
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 1.04884
maximum resident set size= 264684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17483
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40179
involuntary context switches= 24831

runsolver used 6.16106 second user time and 13.9369 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 22:04:29
IDJOB=3689193
IDBENCH=73869
IDSOLVER=2269
FILE ID=node102/3689193-1337889869
RUNJOBID= node102-1337871881-20849
PBS_JOBID= 14620102
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689193-1337889869/watcher-3689193-1337889869 -o /tmp/evaluation-result-3689193-1337889869/solver-3689193-1337889869 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689193-1337889869.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=362561466

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27891892 kB
Buffers:          209384 kB
Cached:          1955040 kB
SwapCached:            0 kB
Active:          2692128 kB
Inactive:        1524260 kB
Active(anon):    2054668 kB
Inactive(anon):        0 kB
Active(file):     637460 kB
Inactive(file):  1524260 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:       2058948 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             623300 kB
SReclaimable:      65764 kB
SUnreclaim:       557536 kB
KernelStack:        1784 kB
PageTables:         8216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2874880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1994752 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= 71728 MiB
End job on node102 at 2012-05-24 22:34:51