Trace number 3709730

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.04 1793.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga25_25_sat_pb.cnf.cr.opb
MD5SUM67169e121732ee6d464f6ac82d33a699
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.026995
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables938
Total number of constraints700
Number of constraints which are clauses650
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=true
0.11/0.10	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3709730-1338128339.opb
0.11/0.11	c reading problem ... 
0.29/0.25	c ... done. Wall clock time 0.146s.
0.29/0.25	c declared #vars     938
0.29/0.25	c #constraints  700
0.29/0.25	c constraints type 
0.29/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 650
0.29/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.29/0.25	c 700 constraints processed.
1.67/1.15	c cleaning 2505 clauses out of 5012 with flag 5012/5012
2.96/2.26	c cleaning 4250 clauses out of 8501 with flag 11006/11006
4.60/3.88	c cleaning 5620 clauses out of 11245 with flag 18000/18000
6.63/5.89	c cleaning 6815 clauses out of 13630 with flag 26005/26005
9.01/8.15	c cleaning 7903 clauses out of 15816 with flag 35006/35006
11.24/10.39	c cleaning 8954 clauses out of 17917 with flag 45010/45010
13.96/13.10	c cleaning 9976 clauses out of 19958 with flag 56005/56005
17.02/16.05	c cleaning 10985 clauses out of 21979 with flag 68002/68002
21.05/20.00	c cleaning 11990 clauses out of 23992 with flag 81000/81000
24.68/23.65	c cleaning 13005 clauses out of 26013 with flag 95011/95011
29.42/28.37	c cleaning 14002 clauses out of 28003 with flag 110006/110006
34.26/33.13	c cleaning 14996 clauses out of 29995 with flag 126000/126000
39.81/38.68	c cleaning 15992 clauses out of 32000 with flag 143001/143001
45.75/44.54	c cleaning 16999 clauses out of 34008 with flag 161001/161001
52.28/51.09	c cleaning 18006 clauses out of 36014 with flag 180006/180006
59.08/57.70	c cleaning 19002 clauses out of 38007 with flag 200005/200005
67.54/66.11	c cleaning 19999 clauses out of 40009 with flag 221009/221009
77.09/75.63	c cleaning 21009 clauses out of 42017 with flag 243016/243016
87.85/86.33	c cleaning 21992 clauses out of 43993 with flag 266001/266001
96.22/94.65	c cleaning 22993 clauses out of 46005 with flag 290005/290005
108.38/106.74	c cleaning 24005 clauses out of 48011 with flag 315004/315004
119.44/117.77	c cleaning 24998 clauses out of 50002 with flag 341000/341000
134.50/132.76	c cleaning 26003 clauses out of 52009 with flag 368005/368005
146.98/145.18	c cleaning 26994 clauses out of 54002 with flag 396001/396001
160.46/158.58	c cleaning 28004 clauses out of 56009 with flag 425002/425002
177.09/175.18	c cleaning 28996 clauses out of 58005 with flag 455002/455002
192.57/190.58	c cleaning 30006 clauses out of 60013 with flag 486006/486006
207.42/205.30	c cleaning 30998 clauses out of 62002 with flag 518001/518001
223.58/221.48	c cleaning 32000 clauses out of 64004 with flag 551001/551001
241.73/239.54	c cleaning 32996 clauses out of 66003 with flag 585000/585000
259.82/257.55	c cleaning 33999 clauses out of 68007 with flag 620000/620000
274.81/272.44	c cleaning 35003 clauses out of 70009 with flag 656001/656001
291.87/289.47	c cleaning 35987 clauses out of 72006 with flag 693001/693001
309.82/307.39	c cleaning 37006 clauses out of 74022 with flag 731004/731004
335.49/332.90	c cleaning 38006 clauses out of 76012 with flag 770000/770000
355.72/353.05	c cleaning 38999 clauses out of 78007 with flag 810001/810001
376.00/373.20	c cleaning 40002 clauses out of 80009 with flag 851002/851002
399.30/396.40	c cleaning 40995 clauses out of 82012 with flag 893007/893007
421.62/418.63	c cleaning 41998 clauses out of 84010 with flag 936000/936000
445.71/442.64	c cleaning 43003 clauses out of 86013 with flag 980001/980001
477.09/473.94	c cleaning 43993 clauses out of 88010 with flag 1025001/1025001
507.77/504.58	c cleaning 45006 clauses out of 90016 with flag 1071000/1071000
533.37/530.10	c cleaning 45999 clauses out of 92012 with flag 1118002/1118002
563.08/559.64	c cleaning 46997 clauses out of 94011 with flag 1166000/1166000
592.87/589.36	c cleaning 48008 clauses out of 96017 with flag 1215003/1215003
631.27/627.69	c cleaning 48998 clauses out of 98006 with flag 1265000/1265000
672.44/668.71	c cleaning 50004 clauses out of 100017 with flag 1316009/1316009
706.37/702.57	c cleaning 51002 clauses out of 102006 with flag 1368002/1368002
738.45/734.54	c cleaning 51995 clauses out of 104002 with flag 1421000/1421000
768.95/764.99	c cleaning 52984 clauses out of 106007 with flag 1475000/1475000
808.64/804.55	c cleaning 54006 clauses out of 108024 with flag 1530001/1530001
858.33/854.15	c cleaning 55003 clauses out of 110017 with flag 1586000/1586000
896.16/891.88	c cleaning 56004 clauses out of 112015 with flag 1643001/1643001
940.25/935.82	c cleaning 56992 clauses out of 114010 with flag 1701000/1701000
992.19/987.69	c cleaning 58007 clauses out of 116019 with flag 1760001/1760001
1039.09/1034.43	c cleaning 59000 clauses out of 118012 with flag 1820001/1820001
1089.06/1084.38	c cleaning 60005 clauses out of 120012 with flag 1881001/1881001
1143.27/1138.41	c cleaning 60998 clauses out of 122008 with flag 1943002/1943002
1189.68/1184.76	c cleaning 61996 clauses out of 124009 with flag 2006001/2006001
1228.23/1223.12	c cleaning 63005 clauses out of 126022 with flag 2070010/2070010
1281.42/1276.23	c cleaning 64001 clauses out of 128008 with flag 2135001/2135001
1334.70/1329.48	c cleaning 64998 clauses out of 130007 with flag 2201001/2201001
1385.11/1379.79	c cleaning 65995 clauses out of 132009 with flag 2268001/2268001
1447.60/1441.96	c cleaning 67009 clauses out of 134023 with flag 2336010/2336010
1509.12/1503.44	c cleaning 68003 clauses out of 136007 with flag 2405003/2405003
1567.37/1561.52	c cleaning 68998 clauses out of 138004 with flag 2475003/2475003
1642.02/1635.94	c cleaning 69995 clauses out of 140003 with flag 2546000/2546000
1706.61/1700.30	c cleaning 71004 clauses out of 142016 with flag 2618008/2618008
1767.79/1761.36	c cleaning 72002 clauses out of 144013 with flag 2691009/2691009
1800.04/1793.51	c starts		: 231
1800.04/1793.51	c conflicts		: 2740194
1800.04/1793.51	c decisions		: 2955432
1800.04/1793.51	c propagations		: 77790695
1800.04/1793.51	c inspects		: 16563905573
1800.04/1793.51	c shortcuts		: 0
1800.04/1793.51	c learnt literals	: 0
1800.04/1793.51	c learnt binary clauses	: 0
1800.04/1793.51	c learnt ternary clauses	: 0
1800.04/1793.51	c learnt constraints	: 2740194
1800.04/1793.51	c ignored constraints	: 0
1800.04/1793.51	c root simplifications	: 231
1800.04/1793.51	c removed literals (reason simplification)	: 11446218
1800.04/1793.51	c reason swapping (by a shorter reason)	: 0
1800.04/1793.51	c Calls to reduceDB	: 69
1800.04/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.51	c number of learned constraints concerned by reduction	: 0
1800.04/1793.51	c number of learning phase by resolution	: 0
1800.04/1793.51	c number of learning phase by cutting planes	: 0
1800.04/1793.51	c speed (assignments/second)	: 43379.647835722106
1800.04/1793.51	c non guided choices	290
1800.04/1793.54	c learnt constraints type 
1800.04/1793.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121215
1800.04/1793.54	c constraints type 
1800.04/1793.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 650
1800.04/1793.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.04/1793.54	c 700 constraints processed.
1800.04/1793.54	s UNKNOWN
1800.04/1793.54	c Total wall clock time (in seconds): 1793.434

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-3709730-1338128339/watcher-3709730-1338128339 -o /tmp/evaluation-result-3709730-1338128339/solver-3709730-1338128339 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709730-1338128339.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.93 1.98 1.99 3/194 18237
/proc/meminfo: memFree=27498480/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 2 0 278959674 95129600 927 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 23225 927 703 9 0 16769 0
[pid=18237/tid=18238] ppid=18235 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 278959674 96370688 931 33554432000 1073741824 1073778376 140737414812224 139731174428200 270320889127 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0996609 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 18237
/proc/meminfo: memFree=27498480/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 4408 0 1 0 10 1 0 0 20 0 18 0 278959674 9787842560 6085 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2389610 6085 2138 9 0 2380296 0
[pid=18237/tid=18238] ppid=18235 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2479 0 1 0 8 0 0 0 20 0 18 0 278959674 9787842560 6085 33554432000 1073741824 1073778376 140737414812224 139731174417608 139731181861366 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.100252 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 18237
/proc/meminfo: memFree=27498480/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 4415 0 1 0 10 1 0 0 20 0 18 0 278959674 9787842560 6092 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2389610 6092 2145 9 0 2380296 0
[pid=18237/tid=18238] ppid=18235 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2479 0 1 0 8 0 0 0 20 0 18 0 278959674 9787842560 6092 33554432000 1073741824 1073778376 140737414812224 139731174417608 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.300198 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 18237
/proc/meminfo: memFree=27498480/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 6003 0 1 0 53 2 0 0 20 0 19 0 278959674 9856004096 9132 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 9132 2238 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2527 0 1 0 27 0 0 0 20 0 19 0 278959674 9856004096 9132 33554432000 1073741824 1073778376 140737414812224 139731174432648 139731006470152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700193 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 18237
/proc/meminfo: memFree=27498480/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 8546 0 1 0 120 3 0 0 20 0 19 0 278959674 9856004096 11019 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 11019 2252 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2529 0 1 0 66 1 0 0 20 0 19 0 278959674 9856004096 11019 33554432000 1073741824 1073778376 140737414812224 139731174432632 139731006987026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 18256
/proc/meminfo: memFree=27458940/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 13205 0 1 0 218 4 0 0 20 0 19 0 278959674 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 19430 2286 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2535 0 1 0 145 1 0 0 20 0 19 0 278959674 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731174433192 139731006836348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731135924648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731134872104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731133819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731132766504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731131714472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731130661928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731129608872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139731128556328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 16973 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730997963112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730996909432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730995856264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730994805008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 29 0 0 0 20 0 19 0 278959678 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6804 0 0 0 39 2 0 0 20 0 19 0 278959678 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139730991647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139729982975048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18256] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18256/stat : 18256 (java) S 18235 18237 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278959700 9856004096 19430 33554432000 1073741824 1073778376 140737414812224 139729981920296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 18256
/proc/meminfo: memFree=27382936/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 13242 0 1 0 384 6 0 0 20 0 19 0 278959674 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 24557 2286 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2537 0 1 0 301 1 0 0 20 0 19 0 278959674 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731174433072 139731006931072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731135924648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731134872104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731133819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731132766504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731131714472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731130661928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731129608872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139731128556328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 16973 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 278959676 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730997963112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730996909432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730995856264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730994805008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 31 0 0 0 20 0 19 0 278959678 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6804 0 0 0 41 2 0 0 20 0 19 0 278959678 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139730991647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139729982975048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18256] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18256/stat : 18256 (java) S 18235 18237 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278959700 9856004096 24557 33554432000 1073741824 1073778376 140737414812224 139729981920296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625004

[startup+6.30057 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 18256
/proc/meminfo: memFree=27352232/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=7.2 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 13297 0 1 0 713 7 0 0 20 0 19 0 278959674 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 28113 2286 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=6.16 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2540 0 1 0 615 1 0 0 20 0 19 0 278959674 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731174433072 139731007080775 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 16973 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731135924648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731134872104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731133819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731132766504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731131714472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731130661928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731129608872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278959675 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139731128556328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 16973 0 -1 4202560 49 0 0 0 4 0 0 0 20 0 19 0 278959676 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139730997963112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139730996909432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139730995856264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139730994805008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 31 0 0 0 20 0 19 0 278959678 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6808 0 0 0 47 2 0 0 20 0 19 0 278959678 9856004096 28113 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 31 0 0 0 20 0 19 0 278959678 9856004096 139509 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6810 0 0 0 49 2 0 0 20 0 19 0 278959678 9856004096 139509 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 139509 33554432000 1073741824 1073778376 140737414812224 139730991647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 16973 0 -1 4202560 99 0 0 0 31 37 0 0 20 0 19 0 278959678 9856004096 139509 33554432000 1073741824 1073778376 140737414812224 139729982975048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18256] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18256/stat : 18256 (java) S 18235 18237 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278959700 9856004096 139509 33554432000 1073741824 1073778376 140737414812224 139729981920296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.64
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 18332
/proc/meminfo: memFree=26947056/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=1788.83 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 16343 0 1 0 178795 88 0 0 20 0 19 0 278959674 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 140533 2287 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=1771.94 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2662 0 1 0 177164 30 0 0 20 0 19 0 278959674 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731174433072 139731007080405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 16973 0 -1 4202560 375 0 0 0 90 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731135924648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 16973 0 -1 4202560 316 0 0 0 80 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731134872104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 16973 0 -1 4202560 144 0 0 0 87 6 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731133819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 16973 0 -1 4202560 307 0 0 0 87 7 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731132766504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 16973 0 -1 4202560 366 0 0 0 87 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731131714472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 16973 0 -1 4202560 396 0 0 0 77 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731130661928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 16973 0 -1 4202560 438 0 0 0 85 6 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731129608872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 16973 0 -1 4202560 269 0 0 0 82 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731128556328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 16973 0 -1 4202560 358 0 0 0 373 2 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730997963112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730996909432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730995856264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730994805008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 31 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6810 0 0 0 49 2 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730991647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 16973 0 -1 4202560 103 0 0 0 32 38 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139729982975048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18256] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18256/stat : 18256 (java) S 18235 18237 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278959700 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139729981920296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.83
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 18332
/proc/meminfo: memFree=26898932/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 16343 0 1 0 179915 89 0 0 20 0 19 0 278959674 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 140533 2287 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=1783.11 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2662 0 1 0 178280 31 0 0 20 0 19 0 278959674 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731174433072 139731006931500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 16973 0 -1 4202560 375 0 0 0 90 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731135924648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 16973 0 -1 4202560 316 0 0 0 80 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731134872104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 16973 0 -1 4202560 144 0 0 0 87 6 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731133819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 16973 0 -1 4202560 307 0 0 0 87 7 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731132766504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 16973 0 -1 4202560 366 0 0 0 87 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731131714472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 16973 0 -1 4202560 396 0 0 0 77 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731130661928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 16973 0 -1 4202560 438 0 0 0 85 6 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731129608872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 16973 0 -1 4202560 269 0 0 0 82 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731128556328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 16973 0 -1 4202560 358 0 0 0 373 2 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730997963112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730996909432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730995856264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730994805008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 31 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6810 0 0 0 49 2 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730991647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 16973 0 -1 4202560 103 0 0 0 32 38 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139729982975048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18256] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18256/stat : 18256 (java) S 18235 18237 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278959700 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139729981920296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1793.5 s]
/proc/loadavg: 1.94 1.99 1.99 3/213 18332
/proc/meminfo: memFree=26898932/32873660 swapFree=7120/7120
[pid=18237] ppid=18235 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/18237/stat : 18237 (java) S 18235 18237 16973 0 -1 4202496 16343 0 1 0 179915 89 0 0 20 0 19 0 278959674 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 140737414803360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18237/statm: 2406251 140533 2287 9 0 2396937 0
[pid=18237/tid=18238] ppid=18235 vsize=9625004 CPUtime=1783.11 cores=1,3,5,7
/proc/18237/task/18238/stat : 18238 (java) R 18235 18237 16973 0 -1 4202560 2662 0 1 0 178280 31 0 0 20 0 19 0 278959674 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731174433072 139731006931500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18240] ppid=18235 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/18237/task/18240/stat : 18240 (java) S 18235 18237 16973 0 -1 4202560 375 0 0 0 90 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731135924648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18241] ppid=18235 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/18237/task/18241/stat : 18241 (java) S 18235 18237 16973 0 -1 4202560 316 0 0 0 80 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731134872104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18242] ppid=18235 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/18237/task/18242/stat : 18242 (java) S 18235 18237 16973 0 -1 4202560 144 0 0 0 87 6 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731133819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18243] ppid=18235 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/18237/task/18243/stat : 18243 (java) S 18235 18237 16973 0 -1 4202560 307 0 0 0 87 7 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731132766504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18244] ppid=18235 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/18237/task/18244/stat : 18244 (java) S 18235 18237 16973 0 -1 4202560 366 0 0 0 87 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731131714472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18245] ppid=18235 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/18237/task/18245/stat : 18245 (java) S 18235 18237 16973 0 -1 4202560 396 0 0 0 77 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731130661928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18246] ppid=18235 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/18237/task/18246/stat : 18246 (java) S 18235 18237 16973 0 -1 4202560 438 0 0 0 85 6 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731129608872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18247] ppid=18235 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/18237/task/18247/stat : 18247 (java) S 18235 18237 16973 0 -1 4202560 269 0 0 0 82 5 0 0 20 0 19 0 278959675 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139731128556328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18248] ppid=18235 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/18237/task/18248/stat : 18248 (java) S 18235 18237 16973 0 -1 4202560 358 0 0 0 373 2 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730997963112 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18237/tid=18249] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18249/stat : 18249 (java) S 18235 18237 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730996909432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18250] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18250/stat : 18250 (java) S 18235 18237 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278959676 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730995856264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18251] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18251/stat : 18251 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730994805008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18252] ppid=18235 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/18237/task/18252/stat : 18252 (java) S 18235 18237 16973 0 -1 4202560 2611 0 0 0 31 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730993752888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18253] ppid=18235 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/18237/task/18253/stat : 18253 (java) S 18235 18237 16973 0 -1 4202560 6810 0 0 0 49 2 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730992700344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18237/tid=18254] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18254/stat : 18254 (java) S 18235 18237 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139730991647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18237/tid=18255] ppid=18235 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/18237/task/18255/stat : 18255 (java) S 18235 18237 16973 0 -1 4202560 103 0 0 0 32 38 0 0 20 0 19 0 278959678 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139729982975048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18237/tid=18256] ppid=18235 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18237/task/18256/stat : 18256 (java) S 18235 18237 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278959700 9856004096 140533 33554432000 1073741824 1073778376 140737414812224 139729981920296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1793.55
CPU time (s): 1800.04
CPU user time (s): 1799.15
CPU system time (s): 0.89
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.3118
maximum resident set size= 562264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16381
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39974
involuntary context switches= 15443

runsolver used 5.2802 second user time and 15.8636 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 16:18:59
IDJOB=3709730
IDBENCH=1405
IDSOLVER=2289
FILE ID=node117/3709730-1338128339
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-fpga25_25_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-3709730-1338128339/watcher-3709730-1338128339 -o /tmp/evaluation-result-3709730-1338128339/solver-3709730-1338128339 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709730-1338128339.opb

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

MD5SUM BENCH= 67169e121732ee6d464f6ac82d33a699
RANDOM SEED=177068746

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:        27498744 kB
Buffers:          322956 kB
Cached:          4041244 kB
SwapCached:            0 kB
Active:          2301516 kB
Inactive:        2182732 kB
Active(anon):     111228 kB
Inactive(anon):    11356 kB
Active(file):    2190288 kB
Inactive(file):  2171376 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1872 kB
Writeback:             0 kB
AnonPages:        143520 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             735232 kB
SReclaimable:     179084 kB
SUnreclaim:       556148 kB
KernelStack:        1576 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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 16:48:55