Trace number 3709711

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.09 1794.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
MD5SUMddad6b8774f3cb7ea8e2d9ff3a650623
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.008997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
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 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/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@742808b3
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-3709711-1338128341.opb
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c declared #vars     750
0.11/0.16	c #constraints  80
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.16	c 80 constraints processed.
1.28/0.90	c cleaning 2503 clauses out of 5007 with flag 5007/5007
2.05/1.67	c cleaning 4246 clauses out of 8503 with flag 11006/11006
3.05/2.61	c cleaning 5621 clauses out of 11252 with flag 18001/18001
4.29/3.83	c cleaning 6811 clauses out of 13632 with flag 26002/26002
5.92/5.48	c cleaning 7902 clauses out of 15819 with flag 35000/35000
7.73/7.29	c cleaning 8957 clauses out of 17917 with flag 45000/45000
9.86/9.39	c cleaning 9977 clauses out of 19963 with flag 56003/56003
12.49/11.92	c cleaning 10991 clauses out of 21984 with flag 68001/68001
15.11/14.53	c cleaning 11994 clauses out of 23993 with flag 81001/81001
18.14/17.56	c cleaning 12998 clauses out of 25998 with flag 95000/95000
21.15/20.58	c cleaning 13999 clauses out of 28010 with flag 110010/110010
24.90/24.22	c cleaning 14995 clauses out of 30006 with flag 126005/126005
28.65/27.98	c cleaning 15995 clauses out of 32008 with flag 143002/143002
32.48/31.71	c cleaning 17001 clauses out of 34012 with flag 161001/161001
36.90/36.13	c cleaning 18002 clauses out of 36010 with flag 180000/180000
41.43/40.66	c cleaning 18998 clauses out of 38009 with flag 200001/200001
47.15/46.36	c cleaning 20004 clauses out of 40011 with flag 221001/221001
52.68/51.82	c cleaning 21000 clauses out of 42008 with flag 243002/243002
59.51/58.67	c cleaning 22001 clauses out of 44007 with flag 266001/266001
66.96/66.06	c cleaning 22992 clauses out of 46005 with flag 290000/290000
73.77/72.83	c cleaning 24001 clauses out of 48014 with flag 315001/315001
81.48/80.58	c cleaning 25011 clauses out of 50028 with flag 341016/341016
88.82/87.83	c cleaning 25994 clauses out of 52005 with flag 368004/368004
98.15/97.18	c cleaning 27003 clauses out of 54012 with flag 396005/396005
108.53/107.49	c cleaning 27998 clauses out of 56006 with flag 425002/425002
116.67/115.59	c cleaning 28994 clauses out of 58006 with flag 455000/455000
126.10/124.94	c cleaning 30002 clauses out of 60013 with flag 486001/486001
136.14/134.99	c cleaning 31008 clauses out of 62017 with flag 518007/518007
147.60/146.33	c cleaning 31995 clauses out of 64002 with flag 551000/551000
160.74/159.42	c cleaning 33001 clauses out of 66007 with flag 585000/585000
173.29/171.97	c cleaning 34006 clauses out of 68018 with flag 620012/620012
184.07/182.62	c cleaning 34993 clauses out of 70000 with flag 656000/656000
195.50/194.07	c cleaning 36002 clauses out of 72020 with flag 693013/693013
206.72/205.26	c cleaning 37000 clauses out of 74007 with flag 731002/731002
222.89/221.31	c cleaning 38000 clauses out of 76007 with flag 770002/770002
235.90/234.25	c cleaning 38998 clauses out of 78007 with flag 810002/810002
253.44/251.77	c cleaning 39998 clauses out of 80007 with flag 851000/851000
271.40/269.64	c cleaning 41005 clauses out of 82009 with flag 893000/893000
285.91/284.07	c cleaning 41993 clauses out of 84004 with flag 936000/936000
307.67/305.77	c cleaning 42996 clauses out of 86014 with flag 980003/980003
326.82/324.85	c cleaning 44004 clauses out of 88016 with flag 1025001/1025001
348.19/346.14	c cleaning 44997 clauses out of 90012 with flag 1071001/1071001
370.16/368.02	c cleaning 46002 clauses out of 92015 with flag 1118001/1118001
397.91/395.75	c cleaning 47006 clauses out of 94016 with flag 1166004/1166004
416.69/414.49	c cleaning 47989 clauses out of 96007 with flag 1215001/1215001
440.26/437.96	c cleaning 49007 clauses out of 98019 with flag 1265002/1265002
467.25/464.89	c cleaning 50000 clauses out of 100011 with flag 1316001/1316001
488.34/485.83	c cleaning 51004 clauses out of 102012 with flag 1368002/1368002
508.99/506.47	c cleaning 52003 clauses out of 104009 with flag 1421003/1421003
531.04/528.45	c cleaning 52995 clauses out of 106008 with flag 1475005/1475005
561.43/558.72	c cleaning 54000 clauses out of 108008 with flag 1530000/1530000
589.83/587.01	c cleaning 55001 clauses out of 110008 with flag 1586000/1586000
620.81/617.96	c cleaning 55998 clauses out of 112007 with flag 1643000/1643000
656.47/653.55	c cleaning 57001 clauses out of 114009 with flag 1701000/1701000
689.92/686.98	c cleaning 58000 clauses out of 116008 with flag 1760000/1760000
715.42/712.34	c cleaning 59007 clauses out of 118017 with flag 1820009/1820009
746.70/743.51	c cleaning 59995 clauses out of 120003 with flag 1881002/1881002
781.26/778.08	c cleaning 61005 clauses out of 122011 with flag 1943005/1943005
815.04/811.71	c cleaning 62001 clauses out of 124013 with flag 2006012/2006012
839.53/836.14	c cleaning 62986 clauses out of 126000 with flag 2070000/2070000
879.33/875.81	c cleaning 64001 clauses out of 128014 with flag 2135000/2135000
920.43/916.81	c cleaning 65003 clauses out of 130014 with flag 2201001/2201001
967.34/963.66	c cleaning 66001 clauses out of 132011 with flag 2268001/2268001
1006.04/1002.27	c cleaning 67001 clauses out of 134011 with flag 2336002/2336002
1042.61/1038.73	c cleaning 67995 clauses out of 136008 with flag 2405000/2405000
1079.25/1075.21	c cleaning 69007 clauses out of 138016 with flag 2475003/2475003
1143.09/1139.04	c cleaning 70006 clauses out of 140014 with flag 2546008/2546008
1186.92/1182.71	c cleaning 70984 clauses out of 142000 with flag 2618000/2618000
1226.81/1222.59	c cleaning 72007 clauses out of 144022 with flag 2691006/2691006
1279.08/1274.76	c cleaning 73002 clauses out of 146014 with flag 2765005/2765005
1330.98/1326.53	c cleaning 73997 clauses out of 148007 with flag 2840000/2840000
1388.21/1383.63	c cleaning 74996 clauses out of 150010 with flag 2916000/2916000
1446.34/1441.60	c cleaning 75995 clauses out of 152014 with flag 2993000/2993000
1486.75/1481.99	c cleaning 77004 clauses out of 154021 with flag 3071002/3071002
1530.72/1525.82	c cleaning 78002 clauses out of 156015 with flag 3150000/3150000
1579.37/1574.45	c cleaning 78995 clauses out of 158013 with flag 3230000/3230000
1624.87/1619.82	c cleaning 80001 clauses out of 160018 with flag 3311000/3311000
1689.65/1684.51	c cleaning 81006 clauses out of 162017 with flag 3393000/3393000
1733.40/1728.16	c cleaning 82004 clauses out of 164013 with flag 3476002/3476002
1800.09/1794.71	c starts		: 251
1800.09/1794.71	c conflicts		: 3555524
1800.09/1794.71	c decisions		: 3817594
1800.09/1794.71	c propagations		: 108026801
1800.09/1794.71	c inspects		: 18720602417
1800.09/1794.71	c shortcuts		: 0
1800.09/1794.71	c learnt literals	: 0
1800.09/1794.71	c learnt binary clauses	: 0
1800.09/1794.71	c learnt ternary clauses	: 0
1800.09/1794.71	c learnt constraints	: 3555524
1800.09/1794.71	c ignored constraints	: 0
1800.09/1794.71	c root simplifications	: 251
1800.09/1794.71	c removed literals (reason simplification)	: 12747199
1800.09/1794.71	c reason swapping (by a shorter reason)	: 0
1800.09/1794.71	c Calls to reduceDB	: 79
1800.09/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.71	c number of learned constraints concerned by reduction	: 0
1800.09/1794.71	c number of learning phase by resolution	: 0
1800.09/1794.71	c number of learning phase by cutting planes	: 0
1800.09/1794.71	c speed (assignments/second)	: 60197.38785863588
1800.09/1794.71	c non guided choices	106
1800.09/1794.74	c learnt constraints type 
1800.09/1794.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161539
1800.09/1794.74	c constraints type 
1800.09/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
1800.09/1794.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.09/1794.74	c 80 constraints processed.
1800.09/1794.74	s UNKNOWN
1800.09/1794.74	c Total wall clock time (in seconds): 1794.635

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-3709711-1338128341/watcher-3709711-1338128341 -o /tmp/evaluation-result-3709711-1338128341/solver-3709711-1338128341 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709711-1338128341.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.11 2.04 3/194 28959
/proc/meminfo: memFree=30864232/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=94176 CPUtime=0 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 1230 0 0 0 0 0 0 0 20 0 2 0 278958986 96436224 938 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 24081 942 714 9 0 16771 0
[pid=28959/tid=28960] ppid=28957 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 278958987 98635776 959 33554432000 1073741824 1073778376 140736779542768 140596412694056 213410429491 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.020241 s]
/proc/loadavg: 2.04 2.11 2.04 3/194 28959
/proc/meminfo: memFree=30864232/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 2780 0 1 0 0 0 0 0 20 0 10 0 278958986 9233014784 3478 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2254154 3478 1538 9 0 2244855 0
[pid=28959/tid=28960] ppid=28957 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 1622 0 1 0 0 0 0 0 20 0 10 0 278958987 9233014784 3478 33554432000 1073741824 1073778376 140736779542768 140596412695232 213423023373 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100224 s]
/proc/loadavg: 2.04 2.11 2.04 3/194 28959
/proc/meminfo: memFree=30864232/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 4382 0 1 0 9 2 0 0 20 0 18 0 278958986 9787842560 6099 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2389610 6099 2131 9 0 2380296 0
[pid=28959/tid=28960] ppid=28957 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2493 0 1 0 6 1 0 0 20 0 18 0 278958987 9787842560 6099 33554432000 1073741824 1073778376 140736779542768 140596412693008 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.30018 s]
/proc/loadavg: 2.04 2.11 2.04 3/194 28959
/proc/meminfo: memFree=30864232/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 7201 0 1 0 52 2 0 0 20 0 19 0 278958986 9856004096 8555 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 8555 2239 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2515 0 1 0 26 1 0 0 20 0 19 0 278958987 9856004096 8555 33554432000 1073741824 1073778376 140736779542768 140596412698472 140596241205025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700284 s]
/proc/loadavg: 2.04 2.11 2.04 3/194 28959
/proc/meminfo: memFree=30864232/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 7514 0 1 0 103 2 0 0 20 0 19 0 278958986 9856004096 9759 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 9759 2243 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2517 0 1 0 66 1 0 0 20 0 19 0 278958987 9856004096 9759 33554432000 1073741824 1073778376 140736779542768 140596412698472 140596241408096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 2.04 2.11 2.04 3/213 28978
/proc/meminfo: memFree=30813460/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 7592 0 1 0 188 3 0 0 20 0 19 0 278958986 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 13410 2275 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2522 0 1 0 145 2 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596412699048 140596241408360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28962] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28962/stat : 28962 (java) S 28957 28959 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596374190248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28963] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28963/stat : 28963 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596373137704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28964] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28964/stat : 28964 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596372085160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28965] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28965/stat : 28965 (java) S 28957 28959 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596371032616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28966] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28966/stat : 28966 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596369980072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28967] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28967/stat : 28967 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596368927528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28968] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28968/stat : 28968 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596367874984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28969] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28969/stat : 28969 (java) S 28957 28959 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596366822440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28970] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28970/stat : 28970 (java) S 28957 28959 28151 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 278958988 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596236757096 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28971] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28971/stat : 28971 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596235703416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28972] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28972/stat : 28972 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596234650760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28973] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28973/stat : 28973 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596233599504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 1787 0 0 0 18 0 0 0 20 0 19 0 278958991 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 21 0 0 0 20 0 19 0 278958991 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28976] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28976/stat : 28976 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596230441976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28977] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28977/stat : 28977 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596229389640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28978] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28978/stat : 28978 (java) S 28957 28959 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278959003 9856004096 13410 33554432000 1073741824 1073778376 140736779542768 140596228334376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625004

[startup+3.10076 s]
/proc/loadavg: 2.04 2.11 2.04 3/213 28978
/proc/meminfo: memFree=30798628/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 7620 0 1 0 354 3 0 0 20 0 19 0 278958986 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 17514 2275 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2523 0 1 0 301 2 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596412699176 140596241449482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28962] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28962/stat : 28962 (java) S 28957 28959 28151 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596374190248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28963] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28963/stat : 28963 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596373137704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28964] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28964/stat : 28964 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596372085160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28965] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28965/stat : 28965 (java) S 28957 28959 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596371032616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28966] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28966/stat : 28966 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596369980072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28967] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28967/stat : 28967 (java) S 28957 28959 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596368927528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28968] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28968/stat : 28968 (java) S 28957 28959 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596367874984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28969] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28969/stat : 28969 (java) S 28957 28959 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596366822440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28970] ppid=28957 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/28959/task/28970/stat : 28970 (java) S 28957 28959 28151 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 278958988 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596236757096 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28971] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28971/stat : 28971 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596235703416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28972] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28972/stat : 28972 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596234650760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28973] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28973/stat : 28973 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596233599504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 1788 0 0 0 21 0 0 0 20 0 19 0 278958991 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 23 0 0 0 20 0 19 0 278958991 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28976] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28976/stat : 28976 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596230441976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28977] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28977/stat : 28977 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596229389640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28978] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28978/stat : 28978 (java) S 28957 28959 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278959003 9856004096 17514 33554432000 1073741824 1073778376 140736779542768 140596228334376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.04 2.11 2.04 3/213 28978
/proc/meminfo: memFree=30784168/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=6.83 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 7665 0 1 0 679 4 0 0 20 0 19 0 278958986 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 20449 2276 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2526 0 1 0 616 2 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596412698928 140596241408414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28962] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28962/stat : 28962 (java) S 28957 28959 28151 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596374190248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28963] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28963/stat : 28963 (java) S 28957 28959 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596373137704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28964] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28964/stat : 28964 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596372085160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28965] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28965/stat : 28965 (java) S 28957 28959 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596371032616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28966] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28966/stat : 28966 (java) S 28957 28959 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596369980072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28967] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28967/stat : 28967 (java) S 28957 28959 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596368927528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28968] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28968/stat : 28968 (java) S 28957 28959 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596367874984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28969] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28969/stat : 28969 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958987 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596366822440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28970] ppid=28957 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/28959/task/28970/stat : 28970 (java) S 28957 28959 28151 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 19 0 278958988 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596236757096 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28971] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28971/stat : 28971 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596235703416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28972] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28972/stat : 28972 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596234650760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28973] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28973/stat : 28973 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596233599504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 1790 0 0 0 24 0 0 0 20 0 19 0 278958991 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 23 0 0 0 20 0 19 0 278958991 9856004096 20449 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 2111 0 0 0 28 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 23 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28976] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28976/stat : 28976 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596230441976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28977] ppid=28957 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/28959/task/28977/stat : 28977 (java) S 28957 28959 28151 0 -1 4202560 99 0 0 0 36 31 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596229389640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28978] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28978/stat : 28978 (java) S 28957 28959 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278959003 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596228334376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.59
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 28993
/proc/meminfo: memFree=30181492/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=1787.69 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 10518 0 1 0 178726 43 0 0 20 0 19 0 278958986 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 106723 2277 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=1771.74 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2642 0 1 0 177145 29 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596412698928 140596241553046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28962] ppid=28957 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/28959/task/28962/stat : 28962 (java) S 28957 28959 28151 0 -1 4202560 531 0 0 0 80 4 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596374190248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28963] ppid=28957 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/28959/task/28963/stat : 28963 (java) S 28957 28959 28151 0 -1 4202560 194 0 0 0 92 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596373137704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28964] ppid=28957 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/28959/task/28964/stat : 28964 (java) S 28957 28959 28151 0 -1 4202560 259 0 0 0 78 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596372085160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28965] ppid=28957 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/28959/task/28965/stat : 28965 (java) S 28957 28959 28151 0 -1 4202560 257 0 0 0 76 4 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596371032616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28966] ppid=28957 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/28959/task/28966/stat : 28966 (java) S 28957 28959 28151 0 -1 4202560 302 0 0 0 75 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596369980072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28967] ppid=28957 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/28959/task/28967/stat : 28967 (java) S 28957 28959 28151 0 -1 4202560 353 0 0 0 80 5 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596368927528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28968] ppid=28957 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/28959/task/28968/stat : 28968 (java) S 28957 28959 28151 0 -1 4202560 221 0 0 0 78 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596367874984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28969] ppid=28957 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/28959/task/28969/stat : 28969 (java) S 28957 28959 28151 0 -1 4202560 183 0 0 0 73 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596366822440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28970] ppid=28957 vsize=9625004 CPUtime=4.19 cores=0,2,4,6
/proc/28959/task/28970/stat : 28970 (java) S 28957 28959 28151 0 -1 4202560 137 0 0 0 416 3 0 0 20 0 19 0 278958988 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596236757096 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28971] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28971/stat : 28971 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596235703416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28972] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28972/stat : 28972 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596234650760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28973] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28973/stat : 28973 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596233599504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 2111 0 0 0 28 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 23 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28976] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28976/stat : 28976 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596230441976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28977] ppid=28957 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/28959/task/28977/stat : 28977 (java) S 28957 28959 28151 0 -1 4202560 103 0 0 0 38 32 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596229389640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28978] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28978/stat : 28978 (java) S 28957 28959 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278959003 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596228334376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.89 1.97 1.99 2/207 29046
/proc/meminfo: memFree=30491376/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 10518 0 1 0 179966 43 0 0 20 0 19 0 278958986 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 106723 2277 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=1784.12 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2642 0 1 0 178382 30 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596412698928 140596241553046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28962] ppid=28957 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/28959/task/28962/stat : 28962 (java) S 28957 28959 28151 0 -1 4202560 531 0 0 0 80 4 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596374190248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28963] ppid=28957 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/28959/task/28963/stat : 28963 (java) S 28957 28959 28151 0 -1 4202560 194 0 0 0 92 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596373137704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28964] ppid=28957 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/28959/task/28964/stat : 28964 (java) S 28957 28959 28151 0 -1 4202560 259 0 0 0 78 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596372085160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28965] ppid=28957 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/28959/task/28965/stat : 28965 (java) S 28957 28959 28151 0 -1 4202560 257 0 0 0 76 4 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596371032616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28966] ppid=28957 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/28959/task/28966/stat : 28966 (java) S 28957 28959 28151 0 -1 4202560 302 0 0 0 75 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596369980072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28967] ppid=28957 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/28959/task/28967/stat : 28967 (java) S 28957 28959 28151 0 -1 4202560 353 0 0 0 80 5 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596368927528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28968] ppid=28957 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/28959/task/28968/stat : 28968 (java) S 28957 28959 28151 0 -1 4202560 221 0 0 0 78 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596367874984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28969] ppid=28957 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/28959/task/28969/stat : 28969 (java) S 28957 28959 28151 0 -1 4202560 183 0 0 0 73 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596366822440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28970] ppid=28957 vsize=9625004 CPUtime=4.19 cores=0,2,4,6
/proc/28959/task/28970/stat : 28970 (java) S 28957 28959 28151 0 -1 4202560 137 0 0 0 416 3 0 0 20 0 19 0 278958988 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596236757096 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28971] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28971/stat : 28971 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596235703416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28972] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28972/stat : 28972 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596234650760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28973] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28973/stat : 28973 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596233599504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 2111 0 0 0 28 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 23 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28976] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28976/stat : 28976 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596230441976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28977] ppid=28957 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/28959/task/28977/stat : 28977 (java) S 28957 28959 28151 0 -1 4202560 103 0 0 0 38 32 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596229389640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28978] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28978/stat : 28978 (java) S 28957 28959 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278959003 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596228334376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1794.7 s]
/proc/loadavg: 1.89 1.97 1.99 2/207 29046
/proc/meminfo: memFree=30491376/32873844 swapFree=6600/6600
[pid=28959] ppid=28957 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28957 28959 28151 0 -1 4202496 10518 0 1 0 179966 43 0 0 20 0 19 0 278958986 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140736779533904 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28959/statm: 2406251 106723 2277 9 0 2396937 0
[pid=28959/tid=28960] ppid=28957 vsize=9625004 CPUtime=1784.12 cores=0,2,4,6
/proc/28959/task/28960/stat : 28960 (java) R 28957 28959 28151 0 -1 4202560 2642 0 1 0 178382 30 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596412698928 140596241553046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28962] ppid=28957 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/28959/task/28962/stat : 28962 (java) S 28957 28959 28151 0 -1 4202560 531 0 0 0 80 4 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596374190248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28963] ppid=28957 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/28959/task/28963/stat : 28963 (java) S 28957 28959 28151 0 -1 4202560 194 0 0 0 92 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596373137704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28964] ppid=28957 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/28959/task/28964/stat : 28964 (java) S 28957 28959 28151 0 -1 4202560 259 0 0 0 78 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596372085160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28965] ppid=28957 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/28959/task/28965/stat : 28965 (java) S 28957 28959 28151 0 -1 4202560 257 0 0 0 76 4 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596371032616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28966] ppid=28957 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/28959/task/28966/stat : 28966 (java) S 28957 28959 28151 0 -1 4202560 302 0 0 0 75 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596369980072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28967] ppid=28957 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/28959/task/28967/stat : 28967 (java) S 28957 28959 28151 0 -1 4202560 353 0 0 0 80 5 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596368927528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28968] ppid=28957 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/28959/task/28968/stat : 28968 (java) S 28957 28959 28151 0 -1 4202560 221 0 0 0 78 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596367874984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28959/tid=28969] ppid=28957 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/28959/task/28969/stat : 28969 (java) S 28957 28959 28151 0 -1 4202560 183 0 0 0 73 3 0 0 20 0 19 0 278958987 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596366822440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28970] ppid=28957 vsize=9625004 CPUtime=4.19 cores=0,2,4,6
/proc/28959/task/28970/stat : 28970 (java) S 28957 28959 28151 0 -1 4202560 137 0 0 0 416 3 0 0 20 0 19 0 278958988 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596236757096 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28971] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28971/stat : 28971 (java) S 28957 28959 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596235703416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28972] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28972/stat : 28972 (java) S 28957 28959 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958989 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596234650760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28973] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28973/stat : 28973 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596233599504 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28959/tid=28974] ppid=28957 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/28959/task/28974/stat : 28974 (java) S 28957 28959 28151 0 -1 4202560 2111 0 0 0 28 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596232546872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28975] ppid=28957 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/28975/stat : 28975 (java) S 28957 28959 28151 0 -1 4202560 2043 0 0 0 23 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596231494328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28976] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28976/stat : 28976 (java) S 28957 28959 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596230441976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28959/tid=28977] ppid=28957 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/28959/task/28977/stat : 28977 (java) S 28957 28959 28151 0 -1 4202560 103 0 0 0 38 32 0 0 20 0 19 0 278958991 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596229389640 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28959/tid=28978] ppid=28957 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28959/task/28978/stat : 28978 (java) S 28957 28959 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278959003 9856004096 106723 33554432000 1073741824 1073778376 140736779542768 140596228334376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.75
CPU time (s): 1800.09
CPU user time (s): 1799.66
CPU system time (s): 0.43
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.42
system time used= 1.07084
maximum resident set size= 427052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10562
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40090
involuntary context switches= 10627

runsolver used 5.53016 second user time and 15.3247 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 16:19:01
IDJOB=3709711
IDBENCH=1407
IDSOLVER=2289
FILE ID=node140/3709711-1338128341
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71336 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-chnl15_25_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-3709711-1338128341/watcher-3709711-1338128341 -o /tmp/evaluation-result-3709711-1338128341/solver-3709711-1338128341 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709711-1338128341.opb

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

MD5SUM BENCH= ddad6b8774f3cb7ea8e2d9ff3a650623
RANDOM SEED=761528864

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30864660 kB
Buffers:          380128 kB
Cached:           703788 kB
SwapCached:         1492 kB
Active:           886844 kB
Inactive:         244404 kB
Active(anon):      39380 kB
Inactive(anon):     8612 kB
Active(file):     847464 kB
Inactive(file):   235792 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              1736 kB
Writeback:             8 kB
AnonPages:         69372 kB
Mapped:            19848 kB
Shmem:                 8 kB
Slab:             718792 kB
SReclaimable:     160572 kB
SUnreclaim:       558220 kB
KernelStack:        1584 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 71332 MiB
End job on node140 at 2012-05-27 16:48:58