Trace number 3709938

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.08 1795.35

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
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 benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709938-1338184463.opb
0.10/0.12	c reading problem ... 
1.54/0.91	c ... done. Wall clock time 0.785s.
1.54/0.91	c declared #vars     32186
1.54/0.91	c #constraints  93273
1.54/0.91	c constraints type 
1.54/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1.54/0.91	c ignored satisfied constraints => 13774
1.54/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1.54/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
1.54/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1.54/0.91	c 107047 constraints processed.
3.79/2.61	c cleaning 2497 clauses out of 5002 with flag 5002/5002
6.16/4.46	c cleaning 4245 clauses out of 8503 with flag 11000/11000
8.06/6.39	c cleaning 5625 clauses out of 11259 with flag 18001/18001
10.57/8.88	c cleaning 6814 clauses out of 13635 with flag 26002/26002
13.41/11.63	c cleaning 7906 clauses out of 15822 with flag 35003/35003
16.04/14.28	c cleaning 8951 clauses out of 17913 with flag 45000/45000
19.34/17.53	c cleaning 9972 clauses out of 19962 with flag 56000/56000
22.65/20.89	c cleaning 10988 clauses out of 21990 with flag 68000/68000
26.66/24.84	c cleaning 11992 clauses out of 24002 with flag 81000/81000
30.96/29.15	c cleaning 13003 clauses out of 26011 with flag 95001/95001
35.77/33.98	c cleaning 13974 clauses out of 28007 with flag 110000/110000
40.87/39.05	c cleaning 15002 clauses out of 30033 with flag 126000/126000
46.61/44.73	c cleaning 15991 clauses out of 32031 with flag 143000/143000
53.13/51.28	c cleaning 17004 clauses out of 34040 with flag 161000/161000
60.17/58.22	c cleaning 18003 clauses out of 36036 with flag 180000/180000
66.88/64.99	c cleaning 19003 clauses out of 38033 with flag 200000/200000
73.79/71.81	c cleaning 19997 clauses out of 40030 with flag 221000/221000
81.41/79.43	c cleaning 21003 clauses out of 42033 with flag 243000/243000
89.31/87.31	c cleaning 21996 clauses out of 44031 with flag 266001/266001
96.73/94.70	c cleaning 23004 clauses out of 46035 with flag 290001/290001
105.65/103.60	c cleaning 24003 clauses out of 48030 with flag 315000/315000
114.57/112.56	c cleaning 25001 clauses out of 50027 with flag 341000/341000
123.99/121.97	c cleaning 25996 clauses out of 52027 with flag 368001/368001
134.01/131.98	c cleaning 27011 clauses out of 54033 with flag 396003/396003
144.92/142.88	c cleaning 28001 clauses out of 56019 with flag 425000/425000
156.24/154.12	c cleaning 28984 clauses out of 58019 with flag 455001/455001
168.37/166.25	c cleaning 30016 clauses out of 60035 with flag 486001/486001
180.89/178.71	c cleaning 30994 clauses out of 62019 with flag 518001/518001
192.32/190.12	c cleaning 31991 clauses out of 64024 with flag 551000/551000
204.93/202.76	c cleaning 33003 clauses out of 66033 with flag 585000/585000
217.27/215.06	c cleaning 33996 clauses out of 68030 with flag 620000/620000
231.60/229.36	c cleaning 35004 clauses out of 70034 with flag 656000/656000
246.21/243.99	c cleaning 35989 clauses out of 72030 with flag 693000/693000
261.63/259.38	c cleaning 37004 clauses out of 74041 with flag 731000/731000
278.54/276.24	c cleaning 37994 clauses out of 76042 with flag 770005/770005
294.76/292.46	c cleaning 39008 clauses out of 78044 with flag 810001/810001
311.79/309.41	c cleaning 40007 clauses out of 80036 with flag 851001/851001
328.50/326.15	c cleaning 40998 clauses out of 82030 with flag 893002/893002
344.11/341.76	c cleaning 42009 clauses out of 84031 with flag 936001/936001
361.63/359.28	c cleaning 43001 clauses out of 86023 with flag 980002/980002
380.84/378.41	c cleaning 43984 clauses out of 88020 with flag 1025000/1025000
400.56/398.12	c cleaning 44983 clauses out of 90036 with flag 1071000/1071000
418.51/416.01	c cleaning 46007 clauses out of 92053 with flag 1118000/1118000
438.64/436.19	c cleaning 47011 clauses out of 94046 with flag 1166000/1166000
458.78/456.22	c cleaning 47998 clauses out of 96037 with flag 1215002/1215002
480.10/477.59	c cleaning 49001 clauses out of 98038 with flag 1265001/1265001
501.85/499.22	c cleaning 49996 clauses out of 100036 with flag 1316000/1316000
522.11/519.44	c cleaning 51012 clauses out of 102040 with flag 1368000/1368000
543.73/541.02	c cleaning 52001 clauses out of 104028 with flag 1421000/1421000
566.47/563.74	c cleaning 52999 clauses out of 106027 with flag 1475000/1475000
592.59/589.88	c cleaning 54000 clauses out of 108028 with flag 1530000/1530000
617.74/614.99	c cleaning 54993 clauses out of 110029 with flag 1586001/1586001
641.45/638.67	c cleaning 56012 clauses out of 112036 with flag 1643001/1643001
667.16/664.32	c cleaning 56988 clauses out of 114023 with flag 1701000/1701000
695.09/692.23	c cleaning 58003 clauses out of 116037 with flag 1760002/1760002
721.34/718.41	c cleaning 58986 clauses out of 118033 with flag 1820001/1820001
752.49/749.59	c cleaning 59992 clauses out of 120046 with flag 1881000/1881000
786.94/783.98	c cleaning 61015 clauses out of 122055 with flag 1943001/1943001
817.67/814.69	c cleaning 62006 clauses out of 124039 with flag 2006000/2006000
844.10/841.08	c cleaning 63003 clauses out of 126033 with flag 2070000/2070000
873.34/870.21	c cleaning 64003 clauses out of 128031 with flag 2135001/2135001
908.51/905.37	c cleaning 65004 clauses out of 130027 with flag 2201000/2201000
942.59/939.38	c cleaning 65998 clauses out of 132024 with flag 2268001/2268001
976.74/973.42	c cleaning 67008 clauses out of 134025 with flag 2336000/2336000
1009.68/1006.34	c cleaning 67977 clauses out of 136017 with flag 2405000/2405000
1038.24/1034.82	c cleaning 69002 clauses out of 138041 with flag 2475001/2475001
1070.78/1067.35	c cleaning 69993 clauses out of 140038 with flag 2546000/2546000
1104.34/1100.88	c cleaning 71007 clauses out of 142045 with flag 2618000/2618000
1136.10/1132.56	c cleaning 71999 clauses out of 144039 with flag 2691001/2691001
1173.17/1169.57	c cleaning 73005 clauses out of 146039 with flag 2765000/2765000
1215.04/1211.37	c cleaning 74003 clauses out of 148034 with flag 2840000/2840000
1262.91/1259.17	c cleaning 75007 clauses out of 150031 with flag 2916000/2916000
1306.58/1302.71	c cleaning 76002 clauses out of 152025 with flag 2993001/2993001
1340.93/1337.09	c cleaning 76995 clauses out of 154023 with flag 3071001/3071001
1378.69/1374.74	c cleaning 77999 clauses out of 156030 with flag 3150003/3150003
1417.84/1413.86	c cleaning 78989 clauses out of 158028 with flag 3230000/3230000
1461.93/1457.84	c cleaning 79992 clauses out of 160039 with flag 3311000/3311000
1510.18/1506.05	c cleaning 81004 clauses out of 162050 with flag 3393003/3393003
1551.63/1547.41	c cleaning 82008 clauses out of 164043 with flag 3476000/3476000
1595.73/1591.45	c cleaning 82993 clauses out of 166035 with flag 3560000/3560000
1642.95/1638.57	c cleaning 84004 clauses out of 168042 with flag 3645000/3645000
1684.41/1679.95	c cleaning 85001 clauses out of 170039 with flag 3731001/3731001
1734.62/1730.04	c cleaning 86008 clauses out of 172037 with flag 3818000/3818000
1786.64/1781.98	c cleaning 86982 clauses out of 174033 with flag 3906004/3906004
1800.08/1795.31	c starts		: 252
1800.08/1795.31	c conflicts		: 3932439
1800.08/1795.31	c decisions		: 5190668
1800.08/1795.31	c propagations		: 3562107558
1800.08/1795.31	c inspects		: 15114210085
1800.08/1795.31	c shortcuts		: 0
1800.08/1795.31	c learnt literals	: 0
1800.08/1795.31	c learnt binary clauses	: 17
1800.08/1795.31	c learnt ternary clauses	: 3476
1800.08/1795.31	c learnt constraints	: 3932439
1800.08/1795.31	c ignored constraints	: 0
1800.08/1795.31	c root simplifications	: 252
1800.08/1795.31	c removed literals (reason simplification)	: 94549918
1800.08/1795.31	c reason swapping (by a shorter reason)	: 0
1800.08/1795.31	c Calls to reduceDB	: 84
1800.08/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.31	c number of learned constraints concerned by reduction	: 0
1800.08/1795.31	c number of learning phase by resolution	: 0
1800.08/1795.31	c number of learning phase by cutting planes	: 0
1800.08/1795.31	c speed (assignments/second)	: 1985193.5755693743
1800.08/1795.31	c non guided choices	31
1800.08/1795.34	c learnt constraints type 
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113517
1800.08/1795.34	c constraints type 
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.08/1795.34	c ignored satisfied constraints => 13774
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.08/1795.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
1800.08/1795.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1800.08/1795.34	c 107047 constraints processed.
1800.08/1795.34	s UNKNOWN
1800.08/1795.34	c Total wall clock time (in seconds): 1795.218

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-3709938-1338184463/watcher-3709938-1338184463 -o /tmp/evaluation-result-3709938-1338184463/solver-3709938-1338184463 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709938-1338184463.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.94 1.98 1.99 3/192 18615
/proc/meminfo: memFree=29566052/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18615/stat : 18615 (java) R 18613 18615 15185 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 284571735 9515008 182 33554432000 1073741824 1073778376 140736778073904 140736778064936 252263087797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18615/statm: 2323 182 140 9 0 71 0

[startup+0.043522 s]
/proc/loadavg: 1.94 1.98 1.99 3/192 18615
/proc/meminfo: memFree=29566052/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 3060 0 1 0 2 1 0 0 20 0 13 0 284571735 9446973440 3247 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2306390 3247 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100274 s]
/proc/loadavg: 1.94 1.98 1.99 3/192 18615
/proc/meminfo: memFree=29566052/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 4326 0 1 0 9 1 0 0 20 0 18 0 284571735 9787842560 5023 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2389610 5025 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300256 s]
/proc/loadavg: 1.94 1.98 1.99 3/192 18615
/proc/meminfo: memFree=29566052/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9558440 CPUtime=0.48 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 6088 0 1 0 46 2 0 0 20 0 18 0 284571735 9787842560 8419 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2389610 8422 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.70026 s]
/proc/loadavg: 1.94 1.98 1.99 3/192 18615
/proc/meminfo: memFree=29566052/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9558440 CPUtime=1.17 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 7208 0 1 0 112 5 0 0 20 0 18 0 284571735 9787842560 41069 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2389610 41069 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558440

[startup+1.50082 s]
/proc/loadavg: 1.94 1.98 1.99 5/211 18634
/proc/meminfo: memFree=29400460/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9625004 CPUtime=2.63 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 11875 0 1 0 257 6 0 0 20 0 19 0 284571735 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2406251 43698 2271 9 0 2396937 0
[pid=18615/tid=18617] ppid=18613 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/18615/task/18617/stat : 18617 (java) R 18613 18615 15185 0 -1 4202560 2641 0 1 0 140 3 0 0 20 0 19 0 284571736 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140524085277112 140523957081313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18618] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18618/stat : 18618 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523929393320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18619] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18619/stat : 18619 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523928340776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18620] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18620/stat : 18620 (java) S 18613 18615 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523927288232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18621] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18621/stat : 18621 (java) S 18613 18615 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523926235688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18622] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18622/stat : 18622 (java) S 18613 18615 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523925183144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18623] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18623/stat : 18623 (java) S 18613 18615 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523924130600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18624] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18624/stat : 18624 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523923078056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18625] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18625/stat : 18625 (java) S 18613 18615 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523922025512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18626] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18626/stat : 18626 (java) S 18613 18615 15185 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523909613672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18627] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18627/stat : 18627 (java) S 18613 18615 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523908559992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18628] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18628/stat : 18628 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523907507336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18629] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18629/stat : 18629 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523906456080 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) S 18613 18615 15185 0 -1 4202560 3800 0 0 0 53 0 0 0 20 0 19 0 284571741 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523905403448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4152 0 0 0 54 0 0 0 20 0 19 0 284571741 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 43698 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625004

[startup+3.10082 s]
/proc/loadavg: 1.94 1.98 1.99 3/211 18634
/proc/meminfo: memFree=29397164/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9625004 CPUtime=4.8 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 17148 0 1 0 471 9 0 0 20 0 19 0 284571735 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2406251 53936 2289 9 0 2396937 0
[pid=18615/tid=18617] ppid=18613 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/18615/task/18617/stat : 18617 (java) R 18613 18615 15185 0 -1 4202560 2643 0 1 0 293 3 0 0 20 0 19 0 284571736 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140524085277160 140523957793242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18618] ppid=18613 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18615/task/18618/stat : 18618 (java) S 18613 18615 15185 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523929393320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18619] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18619/stat : 18619 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523928340776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18620] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18620/stat : 18620 (java) S 18613 18615 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523927288232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18621] ppid=18613 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18615/task/18621/stat : 18621 (java) S 18613 18615 15185 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523926235688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18622] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18622/stat : 18622 (java) S 18613 18615 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523925183144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18623] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18623/stat : 18623 (java) S 18613 18615 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523924130600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18624] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18624/stat : 18624 (java) S 18613 18615 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523923078056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18625] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18625/stat : 18625 (java) S 18613 18615 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523922025512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18626] ppid=18613 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/18615/task/18626/stat : 18626 (java) S 18613 18615 15185 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 19 0 284571738 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523909613672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18627] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18627/stat : 18627 (java) S 18613 18615 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523908559992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18628] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18628/stat : 18628 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523907507336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18629] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18629/stat : 18629 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523906456080 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) R 18613 18615 15185 0 -1 4202560 9013 0 0 0 100 1 0 0 20 0 19 0 284571741 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523905390728 140524091875868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4153 0 0 0 57 0 0 0 20 0 19 0 284571741 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 53936 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.94 1.98 1.99 3/211 18634
/proc/meminfo: memFree=29357092/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9625004 CPUtime=8.06 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 17194 0 1 0 797 9 0 0 20 0 19 0 284571735 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2406251 53466 2289 9 0 2396937 0
[pid=18615/tid=18617] ppid=18613 vsize=9625004 CPUtime=6.11 cores=1,3,5,7
/proc/18615/task/18617/stat : 18617 (java) R 18613 18615 15185 0 -1 4202560 2644 0 1 0 608 3 0 0 20 0 19 0 284571736 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140524085276976 140523957781445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18618] ppid=18613 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18615/task/18618/stat : 18618 (java) S 18613 18615 15185 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523929393320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18619] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18619/stat : 18619 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523928340776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18620] ppid=18613 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18615/task/18620/stat : 18620 (java) S 18613 18615 15185 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523927288232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18621] ppid=18613 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18615/task/18621/stat : 18621 (java) S 18613 18615 15185 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523926235688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18622] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18622/stat : 18622 (java) S 18613 18615 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523925183144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18623] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18623/stat : 18623 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523924130600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18624] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18624/stat : 18624 (java) S 18613 18615 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523923078056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18625] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18625/stat : 18625 (java) S 18613 18615 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284571737 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523922025512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18626] ppid=18613 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/18615/task/18626/stat : 18626 (java) S 18613 18615 15185 0 -1 4202560 100 0 0 0 7 0 0 0 20 0 19 0 284571738 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523909613672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18627] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18627/stat : 18627 (java) S 18613 18615 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523908559992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18628] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18628/stat : 18628 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523907507336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18629] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18629/stat : 18629 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523906456080 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) S 18613 18615 15185 0 -1 4202560 9046 0 0 0 103 1 0 0 20 0 19 0 284571741 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523905403448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4155 0 0 0 60 0 0 0 20 0 19 0 284571741 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 53466 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) S 18613 18615 15185 0 -1 4202560 9052 0 0 0 106 2 0 0 20 0 19 0 284571741 9856004096 68402 33554432000 1073741824 1073778376 140736288699840 140523905403448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4171 0 0 0 65 0 0 0 20 0 19 0 284571741 9856004096 68402 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68402 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 99 0 0 0 39 26 0 0 20 0 19 0 284571741 9856004096 68402 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 68402 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.91
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 18731
/proc/meminfo: memFree=29176556/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9625004 CPUtime=1787.07 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 17967 0 1 0 178644 63 0 0 20 0 19 0 284571735 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2406251 68407 2290 9 0 2396937 0
[pid=18615/tid=18617] ppid=18613 vsize=9625004 CPUtime=1771.23 cores=1,3,5,7
/proc/18615/task/18617/stat : 18617 (java) R 18613 18615 15185 0 -1 4202560 2724 0 1 0 177093 30 0 0 20 0 19 0 284571736 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140524085277096 140523957861947 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18618] ppid=18613 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/18615/task/18618/stat : 18618 (java) S 18613 18615 15185 0 -1 4202560 52 0 0 0 41 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523929393320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18619] ppid=18613 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18615/task/18619/stat : 18619 (java) S 18613 18615 15185 0 -1 4202560 35 0 0 0 42 0 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523928340776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18620] ppid=18613 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/18615/task/18620/stat : 18620 (java) S 18613 18615 15185 0 -1 4202560 60 0 0 0 38 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523927288232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18621] ppid=18613 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18615/task/18621/stat : 18621 (java) S 18613 18615 15185 0 -1 4202560 49 0 0 0 39 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523926235688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18622] ppid=18613 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18615/task/18622/stat : 18622 (java) S 18613 18615 15185 0 -1 4202560 67 0 0 0 39 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523925183144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18623] ppid=18613 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/18615/task/18623/stat : 18623 (java) S 18613 18615 15185 0 -1 4202560 88 0 0 0 38 1 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523924130600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18624] ppid=18613 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18615/task/18624/stat : 18624 (java) S 18613 18615 15185 0 -1 4202560 47 0 0 0 36 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523923078056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18625] ppid=18613 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/18615/task/18625/stat : 18625 (java) S 18613 18615 15185 0 -1 4202560 96 0 0 0 35 1 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523922025512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18626] ppid=18613 vsize=9625004 CPUtime=5.35 cores=1,3,5,7
/proc/18615/task/18626/stat : 18626 (java) S 18613 18615 15185 0 -1 4202560 243 0 0 0 533 2 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523909613672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18627] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18627/stat : 18627 (java) S 18613 18615 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523908559992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18628] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18628/stat : 18628 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523907507336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18629] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18629/stat : 18629 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523906456080 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) S 18613 18615 15185 0 -1 4202560 9052 0 0 0 106 2 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523905403448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4171 0 0 0 65 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 103 0 0 0 40 28 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.07
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 18731
/proc/meminfo: memFree=29176556/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 17967 0 1 0 179945 63 0 0 20 0 19 0 284571735 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2406251 68407 2290 9 0 2396937 0
[pid=18615/tid=18617] ppid=18613 vsize=9625004 CPUtime=1784.2 cores=1,3,5,7
/proc/18615/task/18617/stat : 18617 (java) R 18613 18615 15185 0 -1 4202560 2724 0 1 0 178389 31 0 0 20 0 19 0 284571736 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140524085276976 140523957781311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18618] ppid=18613 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/18615/task/18618/stat : 18618 (java) S 18613 18615 15185 0 -1 4202560 52 0 0 0 41 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523929393320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18619] ppid=18613 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18615/task/18619/stat : 18619 (java) S 18613 18615 15185 0 -1 4202560 35 0 0 0 42 0 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523928340776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18620] ppid=18613 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/18615/task/18620/stat : 18620 (java) S 18613 18615 15185 0 -1 4202560 60 0 0 0 38 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523927288232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18621] ppid=18613 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18615/task/18621/stat : 18621 (java) S 18613 18615 15185 0 -1 4202560 49 0 0 0 39 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523926235688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18622] ppid=18613 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18615/task/18622/stat : 18622 (java) S 18613 18615 15185 0 -1 4202560 67 0 0 0 39 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523925183144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18623] ppid=18613 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/18615/task/18623/stat : 18623 (java) S 18613 18615 15185 0 -1 4202560 88 0 0 0 38 1 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523924130600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18624] ppid=18613 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18615/task/18624/stat : 18624 (java) S 18613 18615 15185 0 -1 4202560 47 0 0 0 36 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523923078056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18625] ppid=18613 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/18615/task/18625/stat : 18625 (java) S 18613 18615 15185 0 -1 4202560 96 0 0 0 35 1 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523922025512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18626] ppid=18613 vsize=9625004 CPUtime=5.35 cores=1,3,5,7
/proc/18615/task/18626/stat : 18626 (java) S 18613 18615 15185 0 -1 4202560 243 0 0 0 533 2 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523909613672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18627] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18627/stat : 18627 (java) S 18613 18615 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523908559992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18628] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18628/stat : 18628 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523907507336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18629] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18629/stat : 18629 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523906456080 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) S 18613 18615 15185 0 -1 4202560 9052 0 0 0 106 2 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523905403448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4171 0 0 0 65 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 103 0 0 0 40 29 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 18731
/proc/meminfo: memFree=29176556/32873852 swapFree=7624/7624
[pid=18615] ppid=18613 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/18615/stat : 18615 (java) S 18613 18615 15185 0 -1 4202496 17967 0 1 0 179945 63 0 0 20 0 19 0 284571735 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140736288690976 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18615/statm: 2406251 68407 2290 9 0 2396937 0
[pid=18615/tid=18617] ppid=18613 vsize=9625004 CPUtime=1784.2 cores=1,3,5,7
/proc/18615/task/18617/stat : 18617 (java) R 18613 18615 15185 0 -1 4202560 2724 0 1 0 178389 31 0 0 20 0 19 0 284571736 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140524085276976 140523957781311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18618] ppid=18613 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/18615/task/18618/stat : 18618 (java) S 18613 18615 15185 0 -1 4202560 52 0 0 0 41 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523929393320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18619] ppid=18613 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18615/task/18619/stat : 18619 (java) S 18613 18615 15185 0 -1 4202560 35 0 0 0 42 0 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523928340776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18620] ppid=18613 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/18615/task/18620/stat : 18620 (java) S 18613 18615 15185 0 -1 4202560 60 0 0 0 38 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523927288232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18621] ppid=18613 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18615/task/18621/stat : 18621 (java) S 18613 18615 15185 0 -1 4202560 49 0 0 0 39 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523926235688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18622] ppid=18613 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18615/task/18622/stat : 18622 (java) S 18613 18615 15185 0 -1 4202560 67 0 0 0 39 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523925183144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18623] ppid=18613 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/18615/task/18623/stat : 18623 (java) S 18613 18615 15185 0 -1 4202560 88 0 0 0 38 1 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523924130600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18624] ppid=18613 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18615/task/18624/stat : 18624 (java) S 18613 18615 15185 0 -1 4202560 47 0 0 0 36 2 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523923078056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18625] ppid=18613 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/18615/task/18625/stat : 18625 (java) S 18613 18615 15185 0 -1 4202560 96 0 0 0 35 1 0 0 20 0 19 0 284571737 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523922025512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18615/tid=18626] ppid=18613 vsize=9625004 CPUtime=5.35 cores=1,3,5,7
/proc/18615/task/18626/stat : 18626 (java) S 18613 18615 15185 0 -1 4202560 243 0 0 0 533 2 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523909613672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18627] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18627/stat : 18627 (java) S 18613 18615 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523908559992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18628] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18628/stat : 18628 (java) S 18613 18615 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284571738 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523907507336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18629] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18629/stat : 18629 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523906456080 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18615/tid=18630] ppid=18613 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/18615/task/18630/stat : 18630 (java) S 18613 18615 15185 0 -1 4202560 9052 0 0 0 106 2 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523905403448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18631] ppid=18613 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18615/task/18631/stat : 18631 (java) S 18613 18615 15185 0 -1 4202560 4171 0 0 0 65 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523904350904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18632] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18632/stat : 18632 (java) S 18613 18615 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523903298552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18615/tid=18633] ppid=18613 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18615/task/18633/stat : 18633 (java) S 18613 18615 15185 0 -1 4202560 103 0 0 0 40 29 0 0 20 0 19 0 284571741 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523902246216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18615/tid=18634] ppid=18613 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18615/task/18634/stat : 18634 (java) S 18613 18615 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284571832 9856004096 68407 33554432000 1073741824 1073778376 140736288699840 140523901129512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18615 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=620176
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=903862
# CPU time returned by wait4() is 1795.52
# 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): 1795.35
CPU time (s): 1800.08
CPU user time (s): 1799.45
CPU system time (s): 0.63
CPU usage (%): 100.264
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 0.903862
maximum resident set size= 273752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17999
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40237
involuntary context switches= 15425

runsolver used 6.78297 second user time and 15.4407 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 07:54:23
IDJOB=3709938
IDBENCH=73961
IDSOLVER=2289
FILE ID=node131/3709938-1338184463
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71724 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709938-1338184463/watcher-3709938-1338184463 -o /tmp/evaluation-result-3709938-1338184463/solver-3709938-1338184463 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709938-1338184463.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1357487250

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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:       32873852 kB
MemFree:        29566332 kB
Buffers:          348772 kB
Cached:          1827612 kB
SwapCached:         2172 kB
Active:           849840 kB
Inactive:        1622340 kB
Active(anon):     297476 kB
Inactive(anon):      816 kB
Active(file):     552364 kB
Inactive(file):  1621524 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:              3756 kB
Writeback:             0 kB
AnonPages:        302252 kB
Mapped:            22640 kB
Shmem:                 0 kB
Slab:             694148 kB
SReclaimable:     136396 kB
SUnreclaim:       557752 kB
KernelStack:        1584 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     827724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 71716 MiB
End job on node131 at 2012-05-28 08:24:20