Trace number 3709733

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.08 1779.76

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_34_sat_pb.cnf.cr.opb
MD5SUM0d2d0c8fcbbf85b522a59ecd3e43cd8e
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.015997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1785
Total number of constraints1293
Number of constraints which are clauses1224
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709733-1338130136.opb
0.09/0.12	c reading problem ... 
0.51/0.32	c ... done. Wall clock time 0.193s.
0.51/0.32	c declared #vars     1785
0.51/0.32	c #constraints  1293
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1224
0.51/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 69
0.51/0.32	c 1293 constraints processed.
2.70/2.02	c cleaning 2496 clauses out of 5001 with flag 5001/5001
4.92/4.16	c cleaning 4249 clauses out of 8505 with flag 11001/11001
6.97/6.13	c cleaning 5630 clauses out of 11262 with flag 18007/18007
10.02/9.16	c cleaning 6820 clauses out of 13640 with flag 26015/26015
14.96/13.95	c cleaning 7898 clauses out of 15806 with flag 35001/35001
19.41/18.37	c cleaning 8949 clauses out of 17907 with flag 45000/45000
24.77/23.62	c cleaning 9979 clauses out of 19959 with flag 56001/56001
31.43/30.20	c cleaning 10986 clauses out of 21979 with flag 68000/68000
39.71/38.42	c cleaning 11995 clauses out of 23994 with flag 81001/81001
48.16/46.84	c cleaning 13010 clauses out of 26021 with flag 95023/95023
57.77/56.38	c cleaning 13988 clauses out of 27988 with flag 110000/110000
66.42/64.91	c cleaning 14996 clauses out of 30000 with flag 126000/126000
78.84/77.24	c cleaning 16001 clauses out of 32005 with flag 143001/143001
89.52/87.80	c cleaning 16998 clauses out of 34003 with flag 161000/161000
104.22/102.44	c cleaning 17997 clauses out of 36012 with flag 180007/180007
116.83/114.92	c cleaning 19010 clauses out of 38022 with flag 200014/200014
133.37/131.47	c cleaning 19997 clauses out of 40002 with flag 221004/221004
152.76/150.79	c cleaning 21000 clauses out of 42001 with flag 243000/243000
171.56/169.48	c cleaning 21998 clauses out of 44002 with flag 266001/266001
191.79/189.51	c cleaning 22998 clauses out of 46003 with flag 290000/290000
206.88/204.55	c cleaning 23996 clauses out of 48005 with flag 315000/315000
231.38/228.99	c cleaning 25003 clauses out of 50009 with flag 341000/341000
258.11/255.54	c cleaning 26004 clauses out of 52017 with flag 368011/368011
289.66/286.97	c cleaning 27002 clauses out of 54010 with flag 396008/396008
310.67/307.74	c cleaning 27994 clauses out of 56000 with flag 425000/425000
334.51/331.40	c cleaning 29000 clauses out of 58007 with flag 455001/455001
370.75/367.37	c cleaning 30001 clauses out of 60008 with flag 486002/486002
401.17/397.72	c cleaning 30999 clauses out of 62006 with flag 518001/518001
432.47/428.72	c cleaning 31999 clauses out of 64013 with flag 551007/551007
464.57/460.64	c cleaning 33004 clauses out of 66014 with flag 585007/585007
495.89/491.76	c cleaning 33998 clauses out of 68003 with flag 620000/620000
522.53/517.69	c cleaning 34998 clauses out of 70006 with flag 656001/656001
562.76/557.27	c cleaning 35998 clauses out of 72008 with flag 693001/693001
595.05/589.07	c cleaning 37002 clauses out of 74009 with flag 731000/731000
677.64/671.08	c cleaning 38005 clauses out of 76010 with flag 770003/770003
720.56/713.23	c cleaning 38997 clauses out of 78003 with flag 810001/810001
781.72/773.74	c cleaning 40012 clauses out of 80024 with flag 851019/851019
836.10/827.39	c cleaning 40993 clauses out of 81993 with flag 893000/893000
870.73/861.11	c cleaning 41996 clauses out of 84000 with flag 936000/936000
912.53/902.35	c cleaning 42997 clauses out of 86004 with flag 980000/980000
986.09/975.24	c cleaning 43998 clauses out of 88013 with flag 1025006/1025006
1055.80/1044.29	c cleaning 44998 clauses out of 90009 with flag 1071000/1071000
1113.38/1101.11	c cleaning 46001 clauses out of 92012 with flag 1118001/1118001
1180.12/1167.25	c cleaning 46999 clauses out of 94012 with flag 1166002/1166002
1241.13/1227.49	c cleaning 48001 clauses out of 96012 with flag 1215001/1215001
1294.40/1279.93	c cleaning 49001 clauses out of 98012 with flag 1265002/1265002
1352.95/1337.79	c cleaning 50002 clauses out of 100010 with flag 1316001/1316001
1403.36/1387.24	c cleaning 50996 clauses out of 102007 with flag 1368000/1368000
1462.59/1445.75	c cleaning 52003 clauses out of 104011 with flag 1421000/1421000
1528.74/1511.21	c cleaning 53008 clauses out of 106024 with flag 1475016/1475016
1604.69/1586.53	c cleaning 53993 clauses out of 108001 with flag 1530001/1530001
1698.66/1679.74	c cleaning 55000 clauses out of 110007 with flag 1586000/1586000
1772.86/1752.93	c cleaning 56000 clauses out of 112007 with flag 1643000/1643000
1800.08/1779.72	c starts		: 209
1800.08/1779.72	c conflicts		: 1668655
1800.08/1779.72	c decisions		: 1757857
1800.08/1779.72	c propagations		: 74994126
1800.08/1779.72	c inspects		: 5840473970
1800.08/1779.72	c shortcuts		: 0
1800.08/1779.72	c learnt literals	: 0
1800.08/1779.72	c learnt binary clauses	: 0
1800.08/1779.72	c learnt ternary clauses	: 0
1800.08/1779.72	c learnt constraints	: 1668655
1800.08/1779.72	c ignored constraints	: 0
1800.08/1779.72	c root simplifications	: 209
1800.08/1779.72	c removed literals (reason simplification)	: 3597562
1800.08/1779.72	c reason swapping (by a shorter reason)	: 0
1800.08/1779.72	c Calls to reduceDB	: 53
1800.08/1779.72	c number of reductions to clauses (during analyze)	: 0
1800.08/1779.72	c number of learned constraints concerned by reduction	: 0
1800.08/1779.72	c number of learning phase by resolution	: 0
1800.08/1779.72	c number of learning phase by cutting planes	: 0
1800.08/1779.72	c speed (assignments/second)	: 42145.8117553306
1800.08/1779.72	c non guided choices	562
1800.08/1779.75	c learnt constraints type 
1800.08/1779.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81681
1800.08/1779.75	c constraints type 
1800.08/1779.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1224
1800.08/1779.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 69
1800.08/1779.75	c 1293 constraints processed.
1800.08/1779.75	s UNKNOWN
1800.08/1779.75	c Total wall clock time (in seconds): 1779.625

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-3709733-1338130136/watcher-3709733-1338130136 -o /tmp/evaluation-result-3709733-1338130136/solver-3709733-1338130136 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709733-1338130136.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.89 1.97 1.99 3/194 29033
/proc/meminfo: memFree=30497892/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29033/stat : 29033 (java) D 29031 29033 28151 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 279138451 9515008 183 33554432000 1073741824 1073778376 140737160442704 140737160433736 213419638453 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/29033/statm: 2323 183 140 9 0 71 0

[startup+0.0668499 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29033
/proc/meminfo: memFree=30497892/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 3247 0 1 0 3 1 0 0 20 0 18 0 279138451 9787842560 3943 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2389610 3943 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100311 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29033
/proc/meminfo: memFree=30497892/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 4289 0 1 0 8 1 0 0 20 0 18 0 279138451 9787842560 4984 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2389610 4986 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300291 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29033
/proc/meminfo: memFree=30497892/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 6093 0 1 0 49 2 0 0 20 0 18 0 279138451 9787842560 8915 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2389610 8915 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700304 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29033
/proc/meminfo: memFree=30497892/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 8697 0 1 0 133 3 0 0 20 0 19 0 279138451 9856004096 12755 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 12755 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.5008 s]
/proc/loadavg: 1.89 1.97 1.99 2/193 29055
/proc/meminfo: memFree=30861204/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 8704 0 1 0 213 4 0 0 20 0 19 0 279138451 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 15316 2256 9 0 2396937 0
[pid=29033/tid=29035] ppid=29031 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/29033/task/29035/stat : 29035 (java) R 29031 29033 28151 0 -1 4202560 2584 0 1 0 144 2 0 0 20 0 19 0 279138452 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645744159272 140645684418950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29036] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29036/stat : 29036 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645587958696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29037] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29037/stat : 29037 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645586906152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29038] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29038/stat : 29038 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645585853096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29039] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29039/stat : 29039 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645584800552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29040] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29040/stat : 29040 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645583747496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29041] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29041/stat : 29041 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645582694952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29042] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29042/stat : 29042 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645581641896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29043] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29043/stat : 29043 (java) S 29031 29033 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645580589352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29044] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29044/stat : 29044 (java) S 29031 29033 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279138454 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645568392040 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29045] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29045/stat : 29045 (java) S 29031 29033 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645567338360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29046] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29046/stat : 29046 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645566285192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29047] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29047/stat : 29047 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645565233936 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2186 0 0 0 34 0 0 0 20 0 19 0 279138457 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2737 0 0 0 32 0 0 0 20 0 19 0 279138457 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 15316 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 1.89 1.97 1.99 3/192 29065
/proc/meminfo: memFree=30826884/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 8881 0 1 0 383 6 0 0 20 0 19 0 279138451 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 24076 2287 9 0 2396937 0
[pid=29033/tid=29035] ppid=29031 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/29033/task/29035/stat : 29035 (java) R 29031 29033 28151 0 -1 4202560 2591 0 1 0 299 2 0 0 20 0 19 0 279138452 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645744161480 140645684542040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29036] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29036/stat : 29036 (java) S 29031 29033 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645587958696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29037] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29037/stat : 29037 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645586906152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29038] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29038/stat : 29038 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645585853096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29039] ppid=29031 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29033/task/29039/stat : 29039 (java) S 29031 29033 28151 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645584800552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29040] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29040/stat : 29040 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645583747496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29041] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29041/stat : 29041 (java) S 29031 29033 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645582694952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29042] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29042/stat : 29042 (java) S 29031 29033 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645581641896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29043] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29043/stat : 29043 (java) S 29031 29033 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645580589352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29044] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29044/stat : 29044 (java) S 29031 29033 28151 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 279138454 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645568392040 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29045] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29045/stat : 29045 (java) S 29031 29033 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645567338360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29046] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29046/stat : 29046 (java) S 29031 29033 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645566285192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29047] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29047/stat : 29047 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645565233936 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2188 0 0 0 35 0 0 0 20 0 19 0 279138457 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2835 0 0 0 37 0 0 0 20 0 19 0 279138457 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 24076 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625004

[startup+6.3008 s]
/proc/loadavg: 1.90 1.97 1.99 3/213 29111
/proc/meminfo: memFree=30765568/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=7.22 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 9409 0 1 0 711 11 0 0 20 0 19 0 279138451 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 35928 2287 9 0 2396937 0
[pid=29033/tid=29035] ppid=29031 vsize=9625004 CPUtime=6.13 cores=1,3,5,7
/proc/29033/task/29035/stat : 29035 (java) R 29031 29033 28151 0 -1 4202560 2594 0 1 0 611 2 0 0 20 0 19 0 279138452 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645744161320 140645684468697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29036] ppid=29031 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29033/task/29036/stat : 29036 (java) S 29031 29033 28151 0 -1 4202560 134 0 0 0 0 1 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645587958696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29037] ppid=29031 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/29033/task/29037/stat : 29037 (java) S 29031 29033 28151 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645586906152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29038] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29038/stat : 29038 (java) S 29031 29033 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645585853096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29039] ppid=29031 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/29033/task/29039/stat : 29039 (java) S 29031 29033 28151 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645584800552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29040] ppid=29031 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29033/task/29040/stat : 29040 (java) S 29031 29033 28151 0 -1 4202560 149 0 0 0 1 0 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645583747496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29041] ppid=29031 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/29033/task/29041/stat : 29041 (java) S 29031 29033 28151 0 -1 4202560 91 0 0 0 1 1 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645582694952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29042] ppid=29031 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/29033/task/29042/stat : 29042 (java) S 29031 29033 28151 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645581641896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29043] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29043/stat : 29043 (java) S 29031 29033 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138453 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645580589352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29044] ppid=29031 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/29033/task/29044/stat : 29044 (java) S 29031 29033 28151 0 -1 4202560 44 0 0 0 4 0 0 0 20 0 19 0 279138454 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645568392040 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29045] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29045/stat : 29045 (java) S 29031 29033 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645567338360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29046] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29046/stat : 29046 (java) S 29031 29033 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645566285192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29047] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29047/stat : 29047 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645565233936 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2191 0 0 0 37 0 0 0 20 0 19 0 279138457 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2839 0 0 0 39 0 0 0 20 0 19 0 279138457 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 35928 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625004

[startup+12.7009 s]

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

[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2191 0 0 0 37 0 0 0 20 0 19 0 279138457 9856004096 160405 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2854 0 0 0 45 0 0 0 20 0 19 0 279138457 9856004096 160405 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 160405 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 95 0 0 0 40 42 0 0 20 0 19 0 279138457 9856004096 160405 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 160405 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1681.14
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29205
/proc/meminfo: memFree=29682588/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=1741.81 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 18812 0 1 0 174002 179 0 0 20 0 19 0 279138451 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 164561 2287 9 0 2396937 0
[pid=29033/tid=29035] ppid=29031 vsize=9625004 CPUtime=1706.46 cores=1,3,5,7
/proc/29033/task/29035/stat : 29035 (java) R 29031 29033 28151 0 -1 4202560 2922 0 1 0 170614 32 0 0 20 0 19 0 279138452 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645744160128 140645684418925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29036] ppid=29031 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/29033/task/29036/stat : 29036 (java) S 29031 29033 28151 0 -1 4202560 1494 0 0 0 287 12 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645587958696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29037] ppid=29031 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/29033/task/29037/stat : 29037 (java) S 29031 29033 28151 0 -1 4202560 1064 0 0 0 304 13 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645586906152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29038] ppid=29031 vsize=9625004 CPUtime=2.82 cores=1,3,5,7
/proc/29033/task/29038/stat : 29038 (java) S 29031 29033 28151 0 -1 4202560 869 0 0 0 272 10 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645585853096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29039] ppid=29031 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/29033/task/29039/stat : 29039 (java) S 29031 29033 28151 0 -1 4202560 600 0 0 0 294 11 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645584800552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29040] ppid=29031 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/29033/task/29040/stat : 29040 (java) S 29031 29033 28151 0 -1 4202560 1369 0 0 0 288 12 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645583747496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29041] ppid=29031 vsize=9625004 CPUtime=3.28 cores=1,3,5,7
/proc/29033/task/29041/stat : 29041 (java) S 29031 29033 28151 0 -1 4202560 934 0 0 0 314 14 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645582694952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29042] ppid=29031 vsize=9625004 CPUtime=3.22 cores=1,3,5,7
/proc/29033/task/29042/stat : 29042 (java) S 29031 29033 28151 0 -1 4202560 1225 0 0 0 307 15 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645581641896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29043] ppid=29031 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/29033/task/29043/stat : 29043 (java) S 29031 29033 28151 0 -1 4202560 1243 0 0 0 293 13 0 0 20 0 19 0 279138453 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645580589352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29044] ppid=29031 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/29033/task/29044/stat : 29044 (java) S 29031 29033 28151 0 -1 4202560 766 0 0 0 424 7 0 0 20 0 19 0 279138454 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645568392040 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29045] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29045/stat : 29045 (java) S 29031 29033 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645567338360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29046] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29046/stat : 29046 (java) S 29031 29033 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645566285192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29047] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29047/stat : 29047 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645565233936 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2191 0 0 0 37 0 0 0 20 0 19 0 279138457 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2854 0 0 0 45 0 0 0 20 0 19 0 279138457 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 99 0 0 0 42 44 0 0 20 0 19 0 279138457 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 164561 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1741.81
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29205
/proc/meminfo: memFree=29652732/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 18890 0 1 0 179822 186 0 0 20 0 19 0 279138451 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 170534 2287 9 0 2396937 0
[pid=29033/tid=29035] ppid=29031 vsize=9625004 CPUtime=1763.28 cores=1,3,5,7
/proc/29033/task/29035/stat : 29035 (java) R 29031 29033 28151 0 -1 4202560 2937 0 1 0 176295 33 0 0 20 0 19 0 279138452 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645744160128 140645684418875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29036] ppid=29031 vsize=9625004 CPUtime=3.14 cores=1,3,5,7
/proc/29033/task/29036/stat : 29036 (java) S 29031 29033 28151 0 -1 4202560 1514 0 0 0 301 13 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645587958696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29037] ppid=29031 vsize=9625004 CPUtime=3.3 cores=1,3,5,7
/proc/29033/task/29037/stat : 29037 (java) S 29031 29033 28151 0 -1 4202560 1072 0 0 0 317 13 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645586906152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29038] ppid=29031 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/29033/task/29038/stat : 29038 (java) S 29031 29033 28151 0 -1 4202560 872 0 0 0 286 10 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645585853096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29039] ppid=29031 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/29033/task/29039/stat : 29039 (java) S 29031 29033 28151 0 -1 4202560 606 0 0 0 309 11 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645584800552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29040] ppid=29031 vsize=9625004 CPUtime=3.11 cores=1,3,5,7
/proc/29033/task/29040/stat : 29040 (java) S 29031 29033 28151 0 -1 4202560 1375 0 0 0 299 12 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645583747496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29041] ppid=29031 vsize=9625004 CPUtime=3.44 cores=1,3,5,7
/proc/29033/task/29041/stat : 29041 (java) S 29031 29033 28151 0 -1 4202560 937 0 0 0 330 14 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645582694952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29042] ppid=29031 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/29033/task/29042/stat : 29042 (java) S 29031 29033 28151 0 -1 4202560 1229 0 0 0 318 16 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645581641896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29043] ppid=29031 vsize=9625004 CPUtime=3.19 cores=1,3,5,7
/proc/29033/task/29043/stat : 29043 (java) S 29031 29033 28151 0 -1 4202560 1247 0 0 0 306 13 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645580589352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29044] ppid=29031 vsize=9625004 CPUtime=4.45 cores=1,3,5,7
/proc/29033/task/29044/stat : 29044 (java) S 29031 29033 28151 0 -1 4202560 771 0 0 0 437 8 0 0 20 0 19 0 279138454 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645568392040 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29045] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29045/stat : 29045 (java) S 29031 29033 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645567338360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29046] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29046/stat : 29046 (java) S 29031 29033 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645566285192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29047] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29047/stat : 29047 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645565233936 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2191 0 0 0 37 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2854 0 0 0 45 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 103 0 0 0 42 46 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1779.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29205
/proc/meminfo: memFree=29652732/32873844 swapFree=6600/6600
[pid=29033] ppid=29031 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/29033/stat : 29033 (java) S 29031 29033 28151 0 -1 4202496 18890 0 1 0 179822 186 0 0 20 0 19 0 279138451 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140735097487232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29033/statm: 2406251 170534 2287 9 0 2396937 0
[pid=29033/tid=29035] ppid=29031 vsize=9625004 CPUtime=1763.28 cores=1,3,5,7
/proc/29033/task/29035/stat : 29035 (java) R 29031 29033 28151 0 -1 4202560 2937 0 1 0 176295 33 0 0 20 0 19 0 279138452 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645744160128 140645684418875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29036] ppid=29031 vsize=9625004 CPUtime=3.14 cores=1,3,5,7
/proc/29033/task/29036/stat : 29036 (java) S 29031 29033 28151 0 -1 4202560 1514 0 0 0 301 13 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645587958696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29037] ppid=29031 vsize=9625004 CPUtime=3.3 cores=1,3,5,7
/proc/29033/task/29037/stat : 29037 (java) S 29031 29033 28151 0 -1 4202560 1072 0 0 0 317 13 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645586906152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29038] ppid=29031 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/29033/task/29038/stat : 29038 (java) S 29031 29033 28151 0 -1 4202560 872 0 0 0 286 10 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645585853096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29039] ppid=29031 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/29033/task/29039/stat : 29039 (java) S 29031 29033 28151 0 -1 4202560 606 0 0 0 309 11 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645584800552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29040] ppid=29031 vsize=9625004 CPUtime=3.11 cores=1,3,5,7
/proc/29033/task/29040/stat : 29040 (java) S 29031 29033 28151 0 -1 4202560 1375 0 0 0 299 12 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645583747496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29041] ppid=29031 vsize=9625004 CPUtime=3.44 cores=1,3,5,7
/proc/29033/task/29041/stat : 29041 (java) S 29031 29033 28151 0 -1 4202560 937 0 0 0 330 14 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645582694952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29042] ppid=29031 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/29033/task/29042/stat : 29042 (java) S 29031 29033 28151 0 -1 4202560 1229 0 0 0 318 16 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645581641896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29033/tid=29043] ppid=29031 vsize=9625004 CPUtime=3.19 cores=1,3,5,7
/proc/29033/task/29043/stat : 29043 (java) S 29031 29033 28151 0 -1 4202560 1247 0 0 0 306 13 0 0 20 0 19 0 279138453 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645580589352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29044] ppid=29031 vsize=9625004 CPUtime=4.45 cores=1,3,5,7
/proc/29033/task/29044/stat : 29044 (java) S 29031 29033 28151 0 -1 4202560 771 0 0 0 437 8 0 0 20 0 19 0 279138454 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645568392040 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29045] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29045/stat : 29045 (java) S 29031 29033 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645567338360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29046] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29046/stat : 29046 (java) S 29031 29033 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138455 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645566285192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29047] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29047/stat : 29047 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645565233936 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29048] ppid=29031 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29033/task/29048/stat : 29048 (java) S 29031 29033 28151 0 -1 4202560 2191 0 0 0 37 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645564180792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29033/tid=29049] ppid=29031 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/29033/task/29049/stat : 29049 (java) S 29031 29033 28151 0 -1 4202560 2854 0 0 0 45 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645563128248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29050] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29050/stat : 29050 (java) S 29031 29033 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645562075384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29033/tid=29051] ppid=29031 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/29033/task/29051/stat : 29051 (java) S 29031 29033 28151 0 -1 4202560 103 0 0 0 42 46 0 0 20 0 19 0 279138457 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645561023048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29033/tid=29055] ppid=29031 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29033/task/29055/stat : 29055 (java) S 29031 29033 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138483 9856004096 170534 33554432000 1073741824 1073778376 140735097496096 140645559969320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29033 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=418358
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=33690
# CPU time returned by wait4() is 1795.45
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.76
CPU time (s): 1800.08
CPU user time (s): 1798.22
CPU system time (s): 1.86
CPU usage (%): 101.142
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.42
system time used= 2.03369
maximum resident set size= 683908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18924
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47090
involuntary context switches= 50440

runsolver used 7.78082 second user time and 14.8237 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 16:48:56
IDJOB=3709733
IDBENCH=1422
IDSOLVER=2289
FILE ID=node140/3709733-1338130136
RUNJOBID= node140-1338124688-28168
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-fpga35_34_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-3709733-1338130136/watcher-3709733-1338130136 -o /tmp/evaluation-result-3709733-1338130136/solver-3709733-1338130136 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709733-1338130136.opb

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

MD5SUM BENCH= 0d2d0c8fcbbf85b522a59ecd3e43cd8e
RANDOM SEED=1879804949

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:        30497892 kB
Buffers:          381240 kB
Cached:           704236 kB
SwapCached:         1492 kB
Active:          1252448 kB
Inactive:         245596 kB
Active(anon):     404748 kB
Inactive(anon):     8612 kB
Active(file):     847700 kB
Inactive(file):   236984 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        435068 kB
Mapped:            19852 kB
Shmem:                 8 kB
Slab:             718440 kB
SReclaimable:     160524 kB
SUnreclaim:       557916 kB
KernelStack:        1608 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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 17:18:38