Trace number 3709734

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.05 1791.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_35_sat_pb.cnf.cr.opb
MD5SUM23ed8dbd20669d86dd929140e0f9c164
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.037993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1838
Total number of constraints1330
Number of constraints which are clauses1260
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.06	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3709734-1338130135.opb
0.11/0.11	c reading problem ... 
0.57/0.30	c ... done. Wall clock time 0.19s.
0.57/0.30	c declared #vars     1838
0.57/0.30	c #constraints  1330
0.57/0.30	c constraints type 
0.57/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1260
0.57/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.57/0.30	c 1330 constraints processed.
2.14/1.59	c cleaning 2499 clauses out of 5001 with flag 5001/5001
4.04/3.34	c cleaning 4259 clauses out of 8519 with flag 11018/11018
6.31/5.51	c cleaning 5621 clauses out of 11242 with flag 18000/18000
9.14/8.37	c cleaning 6810 clauses out of 13623 with flag 26002/26002
12.42/11.58	c cleaning 7895 clauses out of 15812 with flag 35001/35001
15.65/14.70	c cleaning 8951 clauses out of 17916 with flag 45000/45000
19.59/18.63	c cleaning 9978 clauses out of 19965 with flag 56000/56000
23.42/22.43	c cleaning 10985 clauses out of 21987 with flag 68000/68000
28.18/27.15	c cleaning 11998 clauses out of 24004 with flag 81002/81002
33.12/32.09	c cleaning 12994 clauses out of 26004 with flag 95000/95000
38.47/37.36	c cleaning 14000 clauses out of 28020 with flag 110010/110010
43.89/42.76	c cleaning 15000 clauses out of 30010 with flag 126000/126000
49.98/48.71	c cleaning 16005 clauses out of 32012 with flag 143002/143002
56.21/54.93	c cleaning 16998 clauses out of 34006 with flag 161001/161001
63.57/62.21	c cleaning 18000 clauses out of 36010 with flag 180003/180003
70.66/69.30	c cleaning 19005 clauses out of 38009 with flag 200002/200002
79.31/77.84	c cleaning 19997 clauses out of 40002 with flag 221000/221000
87.06/85.54	c cleaning 20998 clauses out of 42009 with flag 243004/243004
95.62/94.04	c cleaning 21997 clauses out of 44009 with flag 266002/266002
103.60/101.91	c cleaning 22999 clauses out of 46011 with flag 290001/290001
112.85/111.16	c cleaning 24001 clauses out of 48012 with flag 315001/315001
122.51/120.70	c cleaning 25002 clauses out of 50013 with flag 341003/341003
131.48/129.61	c cleaning 26001 clauses out of 52009 with flag 368001/368001
142.64/140.78	c cleaning 27006 clauses out of 54011 with flag 396004/396004
151.92/149.93	c cleaning 28000 clauses out of 56005 with flag 425004/425004
162.14/160.13	c cleaning 28999 clauses out of 58005 with flag 455004/455004
172.82/170.70	c cleaning 30000 clauses out of 60003 with flag 486001/486001
184.55/182.48	c cleaning 30998 clauses out of 62004 with flag 518002/518002
196.22/194.08	c cleaning 31997 clauses out of 64004 with flag 551000/551000
207.55/205.34	c cleaning 33001 clauses out of 66009 with flag 585002/585002
219.90/217.60	c cleaning 33998 clauses out of 68006 with flag 620000/620000
233.94/231.61	c cleaning 34998 clauses out of 70009 with flag 656001/656001
247.07/244.73	c cleaning 35999 clauses out of 72010 with flag 693000/693000
260.03/257.67	c cleaning 37003 clauses out of 74013 with flag 731002/731002
275.71/273.22	c cleaning 38001 clauses out of 76011 with flag 770003/770003
289.07/286.58	c cleaning 39001 clauses out of 78007 with flag 810000/810000
303.24/300.63	c cleaning 39997 clauses out of 80006 with flag 851000/851000
317.01/314.30	c cleaning 41000 clauses out of 82009 with flag 893000/893000
332.68/329.95	c cleaning 41998 clauses out of 84010 with flag 936001/936001
350.48/347.61	c cleaning 43003 clauses out of 86013 with flag 980002/980002
366.66/363.75	c cleaning 44004 clauses out of 88011 with flag 1025003/1025003
386.02/383.03	c cleaning 44997 clauses out of 90004 with flag 1071000/1071000
403.60/400.59	c cleaning 46000 clauses out of 92008 with flag 1118001/1118001
422.67/419.51	c cleaning 47000 clauses out of 94007 with flag 1166000/1166000
442.94/439.79	c cleaning 47994 clauses out of 96008 with flag 1215001/1215001
462.21/458.93	c cleaning 48998 clauses out of 98015 with flag 1265002/1265002
482.17/478.81	c cleaning 50001 clauses out of 100015 with flag 1316000/1316000
502.36/498.94	c cleaning 51000 clauses out of 102014 with flag 1368000/1368000
523.03/519.58	c cleaning 52004 clauses out of 104014 with flag 1421000/1421000
543.86/540.33	c cleaning 52995 clauses out of 106011 with flag 1475001/1475001
564.80/561.21	c cleaning 54010 clauses out of 108021 with flag 1530006/1530006
588.95/585.36	c cleaning 54998 clauses out of 110005 with flag 1586000/1586000
612.14/608.40	c cleaning 55998 clauses out of 112007 with flag 1643000/1643000
636.49/632.72	c cleaning 56996 clauses out of 114010 with flag 1701001/1701001
661.39/657.57	c cleaning 57992 clauses out of 116014 with flag 1760001/1760001
688.95/685.09	c cleaning 59007 clauses out of 118021 with flag 1820000/1820000
716.93/712.92	c cleaning 60007 clauses out of 120015 with flag 1881001/1881001
743.23/739.17	c cleaning 60998 clauses out of 122007 with flag 1943000/1943000
772.02/767.88	c cleaning 62003 clauses out of 124010 with flag 2006001/2006001
798.31/794.04	c cleaning 62998 clauses out of 126006 with flag 2070000/2070000
824.45/820.13	c cleaning 64000 clauses out of 128012 with flag 2135004/2135004
854.16/849.74	c cleaning 65002 clauses out of 130010 with flag 2201002/2201002
885.04/880.50	c cleaning 65995 clauses out of 132008 with flag 2268002/2268002
913.96/909.32	c cleaning 66996 clauses out of 134012 with flag 2336001/2336001
949.21/944.53	c cleaning 67998 clauses out of 136015 with flag 2405000/2405000
979.95/975.18	c cleaning 69001 clauses out of 138017 with flag 2475000/2475000
1017.22/1012.30	c cleaning 70006 clauses out of 140017 with flag 2546001/2546001
1058.36/1053.25	c cleaning 71003 clauses out of 142011 with flag 2618001/2618001
1091.76/1086.67	c cleaning 71996 clauses out of 144007 with flag 2691000/2691000
1127.23/1122.07	c cleaning 73001 clauses out of 146011 with flag 2765000/2765000
1159.81/1154.54	c cleaning 74003 clauses out of 148014 with flag 2840004/2840004
1204.73/1199.26	c cleaning 74993 clauses out of 150007 with flag 2916000/2916000
1251.91/1246.29	c cleaning 76001 clauses out of 152015 with flag 2993001/2993001
1288.03/1282.11	c cleaning 76998 clauses out of 154016 with flag 3071003/3071003
1326.29/1320.28	c cleaning 78002 clauses out of 156016 with flag 3150001/3150001
1371.34/1365.03	c cleaning 78999 clauses out of 158013 with flag 3230000/3230000
1410.32/1403.73	c cleaning 80006 clauses out of 160018 with flag 3311004/3311004
1454.24/1447.42	c cleaning 81002 clauses out of 162009 with flag 3393001/3393001
1495.47/1488.49	c cleaning 81998 clauses out of 164006 with flag 3476000/3476000
1544.06/1536.83	c cleaning 83000 clauses out of 166011 with flag 3560003/3560003
1600.80/1593.32	c cleaning 83999 clauses out of 168010 with flag 3645002/3645002
1646.75/1639.17	c cleaning 85001 clauses out of 170012 with flag 3731003/3731003
1699.55/1691.72	c cleaning 85999 clauses out of 172008 with flag 3818000/3818000
1753.07/1745.01	c cleaning 87001 clauses out of 174010 with flag 3906001/3906001
1798.73/1790.39	c cleaning 87996 clauses out of 176011 with flag 3995003/3995003
1800.05/1791.51	c starts		: 253
1800.05/1791.51	c conflicts		: 3997995
1800.05/1791.51	c decisions		: 4406174
1800.05/1791.51	c propagations		: 131624269
1800.05/1791.51	c inspects		: 19705531495
1800.05/1791.51	c shortcuts		: 0
1800.05/1791.51	c learnt literals	: 0
1800.05/1791.51	c learnt binary clauses	: 0
1800.05/1791.51	c learnt ternary clauses	: 0
1800.05/1791.51	c learnt constraints	: 3997995
1800.05/1791.51	c ignored constraints	: 0
1800.05/1791.51	c root simplifications	: 253
1800.05/1791.51	c removed literals (reason simplification)	: 3379156
1800.05/1791.51	c reason swapping (by a shorter reason)	: 0
1800.05/1791.51	c Calls to reduceDB	: 85
1800.05/1791.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.51	c number of learned constraints concerned by reduction	: 0
1800.05/1791.51	c number of learning phase by resolution	: 0
1800.05/1791.51	c number of learning phase by cutting planes	: 0
1800.05/1791.51	c speed (assignments/second)	: 73483.57448357448
1800.05/1791.51	c non guided choices	582
1800.05/1791.54	c learnt constraints type 
1800.05/1791.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91091
1800.05/1791.54	c constraints type 
1800.05/1791.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1260
1800.05/1791.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.05/1791.54	c 1330 constraints processed.
1800.05/1791.54	s UNKNOWN
1800.05/1791.54	c Total wall clock time (in seconds): 1791.432

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-3709734-1338130135/watcher-3709734-1338130135 -o /tmp/evaluation-result-3709734-1338130135/solver-3709734-1338130135 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709734-1338130135.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.99 1.99 3/194 18372
/proc/meminfo: memFree=27453852/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 2 0 279139249 95129600 927 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 23225 927 703 9 0 16769 0
[pid=18372/tid=18373] ppid=18370 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) D 18370 18372 16973 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 279139250 95129600 927 33554432000 1073741824 1073778376 140735039191296 140602644622888 270320889127 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.054778 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 18372
/proc/meminfo: memFree=27453852/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 3228 0 1 0 4 0 0 0 20 0 18 0 279139249 9787842560 4435 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2389610 4436 1765 9 0 2380296 0
[pid=18372/tid=18373] ppid=18370 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2023 0 1 0 3 0 0 0 20 0 18 0 279139250 9787842560 4441 33554432000 1073741824 1073778376 140735039191296 140602644630176 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100234 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 18372
/proc/meminfo: memFree=27453852/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 4414 0 1 0 10 1 0 0 20 0 18 0 279139249 9787842560 6131 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2389610 6131 2145 9 0 2380296 0
[pid=18372/tid=18373] ppid=18370 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2479 0 1 0 8 0 0 0 20 0 18 0 279139250 9787842560 6131 33554432000 1073741824 1073778376 140735039191296 140602644627144 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300197 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 18372
/proc/meminfo: memFree=27453852/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9558868 CPUtime=0.57 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 6459 0 1 0 55 2 0 0 20 0 18 0 279139249 9788280832 11611 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2389717 11611 2240 9 0 2380403 0
[pid=18372/tid=18373] ppid=18370 vsize=9558868 CPUtime=0.27 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2510 0 1 0 26 1 0 0 20 0 18 0 279139250 9788280832 11611 33554432000 1073741824 1073778376 140735039191296 140602644626744 270333436341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558868

[startup+0.700316 s]
/proc/loadavg: 1.94 1.99 1.99 3/194 18372
/proc/meminfo: memFree=27453852/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 8368 0 1 0 129 2 0 0 20 0 19 0 279139249 9856004096 13679 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 13679 2256 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2517 0 1 0 66 1 0 0 20 0 19 0 279139250 9856004096 13679 33554432000 1073741824 1073778376 140735039191296 140602644619576 140602482720296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 18391
/proc/meminfo: memFree=27401172/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 8390 0 1 0 212 2 0 0 20 0 19 0 279139249 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 16766 2262 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2524 0 1 0 146 1 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602644625688 140602482701067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18375] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18375/stat : 18375 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602606119464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18376] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18376/stat : 18376 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602605066664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18377] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18377/stat : 18377 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602604013864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18378] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18378/stat : 18378 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602602961064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18379] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18379/stat : 18379 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602601909288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18380] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18380/stat : 18380 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602600856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18381] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18381/stat : 18381 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602482092840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18382] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18382/stat : 18382 (java) S 18370 18372 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602481040040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18383] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18383/stat : 18383 (java) S 18370 18372 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279139251 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602468841960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18384] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18384/stat : 18384 (java) S 18370 18372 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602467788024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18385] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18385/stat : 18385 (java) S 18370 18372 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140602466735112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18386] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18386/stat : 18386 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140601727117456 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2232 0 0 0 28 0 0 0 20 0 19 0 279139254 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2432 0 0 0 34 0 0 0 20 0 19 0 279139254 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18389] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18389/stat : 18389 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140601723960184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18390] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18390/stat : 18390 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140601722907592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18391] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18391/stat : 18391 (java) S 18370 18372 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279139280 9856004096 16766 33554432000 1073741824 1073778376 140735039191296 140601721853096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 18391
/proc/meminfo: memFree=27370576/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=3.83 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 8459 0 1 0 380 3 0 0 20 0 19 0 279139249 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 22952 2287 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2528 0 1 0 304 2 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602644627848 140602482821448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18375] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18375/stat : 18375 (java) S 18370 18372 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602606119464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18376] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18376/stat : 18376 (java) S 18370 18372 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602605066664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18377] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18377/stat : 18377 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602604013864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18378] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18378/stat : 18378 (java) S 18370 18372 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602602961064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18379] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18379/stat : 18379 (java) S 18370 18372 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602601909288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18380] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18380/stat : 18380 (java) S 18370 18372 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602600856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18381] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18381/stat : 18381 (java) S 18370 18372 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602482092840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18382] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18382/stat : 18382 (java) S 18370 18372 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602481040040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18383] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18383/stat : 18383 (java) S 18370 18372 16973 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 279139251 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602468841960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18384] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18384/stat : 18384 (java) S 18370 18372 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602467788024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18385] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18385/stat : 18385 (java) S 18370 18372 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140602466735112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18386] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18386/stat : 18386 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140601727117456 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2234 0 0 0 30 0 0 0 20 0 19 0 279139254 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2436 0 0 0 38 0 0 0 20 0 19 0 279139254 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18389] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18389/stat : 18389 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140601723960184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18390] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18390/stat : 18390 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140601722907592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18391] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18391/stat : 18391 (java) S 18370 18372 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279139280 9856004096 22952 33554432000 1073741824 1073778376 140735039191296 140601721853096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 18391
/proc/meminfo: memFree=27343336/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=7.14 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 9005 0 1 0 706 8 0 0 20 0 19 0 279139249 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 34798 2287 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2530 0 1 0 616 2 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602644627976 140602482669375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18375] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18375/stat : 18375 (java) S 18370 18372 16973 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602606119464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18376] ppid=18370 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18372/task/18376/stat : 18376 (java) S 18370 18372 16973 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602605066664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18377] ppid=18370 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18372/task/18377/stat : 18377 (java) S 18370 18372 16973 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602604013864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18378] ppid=18370 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18372/task/18378/stat : 18378 (java) S 18370 18372 16973 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602602961064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18379] ppid=18370 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18372/task/18379/stat : 18379 (java) S 18370 18372 16973 0 -1 4202560 172 0 0 0 1 1 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602601909288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18380] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18380/stat : 18380 (java) S 18370 18372 16973 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602600856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18381] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18381/stat : 18381 (java) S 18370 18372 16973 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602482092840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18382] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18382/stat : 18382 (java) S 18370 18372 16973 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 19 0 279139250 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602481040040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18383] ppid=18370 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/18372/task/18383/stat : 18383 (java) S 18370 18372 16973 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 19 0 279139251 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602468841960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18384] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18384/stat : 18384 (java) S 18370 18372 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602467788024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18385] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18385/stat : 18385 (java) S 18370 18372 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140602466735112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18386] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18386/stat : 18386 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140601727117456 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2235 0 0 0 31 0 0 0 20 0 19 0 279139254 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2436 0 0 0 38 0 0 0 20 0 19 0 279139254 9856004096 34798 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2246 0 0 0 42 0 0 0 20 0 19 0 279139254 9856004096 213803 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2436 0 0 0 38 0 0 0 20 0 19 0 279139254 9856004096 213803 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18389] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18389/stat : 18389 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 213803 33554432000 1073741824 1073778376 140735039191296 140601723960184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18390] ppid=18370 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18372/task/18390/stat : 18390 (java) S 18370 18372 16973 0 -1 4202560 99 0 0 0 28 36 0 0 20 0 19 0 279139254 9856004096 213803 33554432000 1073741824 1073778376 140735039191296 140601722907592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18391] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18391/stat : 18391 (java) S 18370 18372 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279139280 9856004096 213803 33554432000 1073741824 1073778376 140735039191296 140601721853096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.36
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.97 2.05 2.01 3/213 18543
/proc/meminfo: memFree=26682240/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=1790.56 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 12236 0 1 0 178938 118 0 0 20 0 19 0 279139249 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 213367 2288 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=1770.34 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2670 0 1 0 177004 30 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602644626816 140602482660554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18375] ppid=18370 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/18372/task/18375/stat : 18375 (java) S 18370 18372 16973 0 -1 4202560 443 0 0 0 99 9 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602606119464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18376] ppid=18370 vsize=9625004 CPUtime=1.26 cores=1,3,5,7
/proc/18372/task/18376/stat : 18376 (java) S 18370 18372 16973 0 -1 4202560 376 0 0 0 116 10 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602605066664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18377] ppid=18370 vsize=9625004 CPUtime=1.27 cores=1,3,5,7
/proc/18372/task/18377/stat : 18377 (java) S 18370 18372 16973 0 -1 4202560 253 0 0 0 118 9 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602604013864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18378] ppid=18370 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/18372/task/18378/stat : 18378 (java) S 18370 18372 16973 0 -1 4202560 311 0 0 0 114 10 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602602961064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18379] ppid=18370 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/18372/task/18379/stat : 18379 (java) S 18370 18372 16973 0 -1 4202560 388 0 0 0 105 9 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602601909288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18380] ppid=18370 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/18372/task/18380/stat : 18380 (java) S 18370 18372 16973 0 -1 4202560 362 0 0 0 126 10 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602600856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18381] ppid=18370 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/18372/task/18381/stat : 18381 (java) S 18370 18372 16973 0 -1 4202560 442 0 0 0 104 7 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602482092840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18382] ppid=18370 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/18372/task/18382/stat : 18382 (java) S 18370 18372 16973 0 -1 4202560 419 0 0 0 118 12 0 0 20 0 19 0 279139250 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602481040040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18383] ppid=18370 vsize=9625004 CPUtime=4.53 cores=1,3,5,7
/proc/18372/task/18383/stat : 18383 (java) S 18370 18372 16973 0 -1 4202560 600 0 0 0 451 2 0 0 20 0 19 0 279139251 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602468841960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18384] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18384/stat : 18384 (java) S 18370 18372 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602467788024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18385] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18385/stat : 18385 (java) S 18370 18372 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140602466735112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18386] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18386/stat : 18386 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140601727117456 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2246 0 0 0 42 0 0 0 20 0 19 0 279139254 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2436 0 0 0 38 0 0 0 20 0 19 0 279139254 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18389] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18389/stat : 18389 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140601723960184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18390] ppid=18370 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/18372/task/18390/stat : 18390 (java) S 18370 18372 16973 0 -1 4202560 103 0 0 0 29 38 0 0 20 0 19 0 279139254 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140601722907592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18391] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18391/stat : 18391 (java) S 18370 18372 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279139280 9856004096 213367 33554432000 1073741824 1073778376 140735039191296 140601721853096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.56
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18543
/proc/meminfo: memFree=26663572/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 12264 0 1 0 179886 119 0 0 20 0 19 0 279139249 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 214409 2288 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=1779.35 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2672 0 1 0 177904 31 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602644627760 140602482660976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18375] ppid=18370 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/18372/task/18375/stat : 18375 (java) S 18370 18372 16973 0 -1 4202560 444 0 0 0 104 9 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602606119464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18376] ppid=18370 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/18372/task/18376/stat : 18376 (java) S 18370 18372 16973 0 -1 4202560 376 0 0 0 120 10 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602605066664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18377] ppid=18370 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/18372/task/18377/stat : 18377 (java) S 18370 18372 16973 0 -1 4202560 254 0 0 0 121 9 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602604013864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18378] ppid=18370 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/18372/task/18378/stat : 18378 (java) S 18370 18372 16973 0 -1 4202560 311 0 0 0 118 10 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602602961064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18379] ppid=18370 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/18372/task/18379/stat : 18379 (java) S 18370 18372 16973 0 -1 4202560 389 0 0 0 110 9 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602601909288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18380] ppid=18370 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/18372/task/18380/stat : 18380 (java) S 18370 18372 16973 0 -1 4202560 362 0 0 0 129 10 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602600856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18381] ppid=18370 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/18372/task/18381/stat : 18381 (java) S 18370 18372 16973 0 -1 4202560 444 0 0 0 111 7 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602482092840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18382] ppid=18370 vsize=9625004 CPUtime=1.38 cores=1,3,5,7
/proc/18372/task/18382/stat : 18382 (java) S 18370 18372 16973 0 -1 4202560 420 0 0 0 126 12 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602481040040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18383] ppid=18370 vsize=9625004 CPUtime=4.6 cores=1,3,5,7
/proc/18372/task/18383/stat : 18383 (java) S 18370 18372 16973 0 -1 4202560 620 0 0 0 458 2 0 0 20 0 19 0 279139251 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602468841960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18384] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18384/stat : 18384 (java) S 18370 18372 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602467788024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18385] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18385/stat : 18385 (java) S 18370 18372 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602466735112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18386] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18386/stat : 18386 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601727117456 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2246 0 0 0 42 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2436 0 0 0 38 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18389] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18389/stat : 18389 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601723960184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18390] ppid=18370 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/18372/task/18390/stat : 18390 (java) S 18370 18372 16973 0 -1 4202560 103 0 0 0 29 38 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601722907592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18391] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18391/stat : 18391 (java) S 18370 18372 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279139280 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601721853096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1791.5 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18543
/proc/meminfo: memFree=26663572/32873660 swapFree=7120/7120
[pid=18372] ppid=18370 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/18372/stat : 18372 (java) S 18370 18372 16973 0 -1 4202496 12264 0 1 0 179886 119 0 0 20 0 19 0 279139249 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140735039182432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18372/statm: 2406251 214409 2288 9 0 2396937 0
[pid=18372/tid=18373] ppid=18370 vsize=9625004 CPUtime=1779.35 cores=1,3,5,7
/proc/18372/task/18373/stat : 18373 (java) R 18370 18372 16973 0 -1 4202560 2672 0 1 0 177904 31 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602644627760 140602482660976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18375] ppid=18370 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/18372/task/18375/stat : 18375 (java) S 18370 18372 16973 0 -1 4202560 444 0 0 0 104 9 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602606119464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18376] ppid=18370 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/18372/task/18376/stat : 18376 (java) S 18370 18372 16973 0 -1 4202560 376 0 0 0 120 10 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602605066664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18377] ppid=18370 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/18372/task/18377/stat : 18377 (java) S 18370 18372 16973 0 -1 4202560 254 0 0 0 121 9 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602604013864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18378] ppid=18370 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/18372/task/18378/stat : 18378 (java) S 18370 18372 16973 0 -1 4202560 311 0 0 0 118 10 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602602961064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18379] ppid=18370 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/18372/task/18379/stat : 18379 (java) S 18370 18372 16973 0 -1 4202560 389 0 0 0 110 9 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602601909288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18380] ppid=18370 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/18372/task/18380/stat : 18380 (java) S 18370 18372 16973 0 -1 4202560 362 0 0 0 129 10 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602600856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18381] ppid=18370 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/18372/task/18381/stat : 18381 (java) S 18370 18372 16973 0 -1 4202560 444 0 0 0 111 7 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602482092840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18382] ppid=18370 vsize=9625004 CPUtime=1.38 cores=1,3,5,7
/proc/18372/task/18382/stat : 18382 (java) S 18370 18372 16973 0 -1 4202560 420 0 0 0 126 12 0 0 20 0 19 0 279139250 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602481040040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18383] ppid=18370 vsize=9625004 CPUtime=4.6 cores=1,3,5,7
/proc/18372/task/18383/stat : 18383 (java) S 18370 18372 16973 0 -1 4202560 620 0 0 0 458 2 0 0 20 0 19 0 279139251 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602468841960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18384] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18384/stat : 18384 (java) S 18370 18372 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602467788024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18385] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18385/stat : 18385 (java) S 18370 18372 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279139252 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140602466735112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18386] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18386/stat : 18386 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601727117456 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18372/tid=18387] ppid=18370 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18372/task/18387/stat : 18387 (java) S 18370 18372 16973 0 -1 4202560 2246 0 0 0 42 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601726065592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18372/tid=18388] ppid=18370 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18372/task/18388/stat : 18388 (java) S 18370 18372 16973 0 -1 4202560 2436 0 0 0 38 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601725012792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18389] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18389/stat : 18389 (java) S 18370 18372 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601723960184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18372/tid=18390] ppid=18370 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/18372/task/18390/stat : 18390 (java) S 18370 18372 16973 0 -1 4202560 103 0 0 0 29 38 0 0 20 0 19 0 279139254 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601722907592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18372/tid=18391] ppid=18370 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18372/task/18391/stat : 18391 (java) S 18370 18372 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279139280 9856004096 214409 33554432000 1073741824 1073778376 140735039191296 140601721853096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1791.55
CPU time (s): 1800.05
CPU user time (s): 1798.86
CPU system time (s): 1.19
CPU usage (%): 100.475
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.61275
maximum resident set size= 863408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40693
involuntary context switches= 21241

runsolver used 5.46017 second user time and 15.5336 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 16:48:55
IDJOB=3709734
IDBENCH=1420
IDSOLVER=2289
FILE ID=node117/3709734-1338130135
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga35_35_sat_pb.cnf.cr.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-3709734-1338130135/watcher-3709734-1338130135 -o /tmp/evaluation-result-3709734-1338130135/solver-3709734-1338130135 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709734-1338130135.opb

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

MD5SUM BENCH= 23ed8dbd20669d86dd929140e0f9c164
RANDOM SEED=197547868

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.148
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:       32873660 kB
MemFree:        27454008 kB
Buffers:          323720 kB
Cached:          4041888 kB
SwapCached:            0 kB
Active:          2357512 kB
Inactive:        2182744 kB
Active(anon):     166096 kB
Inactive(anon):    11356 kB
Active(file):    2191416 kB
Inactive(file):  2171388 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2124 kB
Writeback:             0 kB
AnonPages:        188288 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             734804 kB
SReclaimable:     179052 kB
SUnreclaim:       555752 kB
KernelStack:        1600 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 17:18:49