Trace number 3709860

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.1 1796.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	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@2dcb25f1
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-3709860-1338131918.opb
0.09/0.12	c reading problem ... 
3.82/2.70	c ... done. Wall clock time 2.582s.
3.82/2.70	c declared #vars     168111
3.82/2.70	c #constraints  487525
3.82/2.70	c constraints type 
3.82/2.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
3.82/2.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.82/2.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
3.82/2.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
3.82/2.70	c 487525 constraints processed.
14.91/13.24	c cleaning 2478 clauses out of 4991 with flag 5001/5001
25.69/23.79	c cleaning 4165 clauses out of 8346 with flag 11000/11000
38.03/36.08	c cleaning 5575 clauses out of 11181 with flag 18000/18000
58.17/56.12	c cleaning 6793 clauses out of 13603 with flag 26000/26000
69.86/67.77	c cleaning 7895 clauses out of 15809 with flag 35002/35002
93.80/91.69	c cleaning 8927 clauses out of 17914 with flag 45002/45002
122.34/120.13	c cleaning 9962 clauses out of 19961 with flag 56001/56001
150.77/148.59	c cleaning 10986 clauses out of 21988 with flag 68000/68000
169.83/167.51	c cleaning 11960 clauses out of 24004 with flag 81002/81002
201.86/199.56	c cleaning 13002 clauses out of 26045 with flag 95003/95003
238.99/236.62	c cleaning 13992 clauses out of 28040 with flag 110000/110000
254.43/252.06	c cleaning 14979 clauses out of 30010 with flag 126001/126001
285.36/282.99	c cleaning 15987 clauses out of 32031 with flag 143003/143003
315.82/313.33	c cleaning 16972 clauses out of 34042 with flag 161001/161001
346.43/343.97	c cleaning 17998 clauses out of 36073 with flag 180007/180007
388.85/386.32	c cleaning 19003 clauses out of 38067 with flag 200000/200000
415.81/413.22	c cleaning 20012 clauses out of 40063 with flag 221000/221000
467.34/464.76	c cleaning 21015 clauses out of 42054 with flag 243005/243005
495.49/492.83	c cleaning 21985 clauses out of 44034 with flag 266000/266000
542.31/539.63	c cleaning 22595 clauses out of 45208 with flag 290002/290002
600.28/597.50	c cleaning 23796 clauses out of 47611 with flag 315000/315000
689.56/686.73	c cleaning 24892 clauses out of 49814 with flag 341000/341000
736.84/733.94	c cleaning 25945 clauses out of 51924 with flag 368003/368003
795.91/793.00	c cleaning 26943 clauses out of 53977 with flag 396002/396002
899.08/896.03	c cleaning 27993 clauses out of 56032 with flag 425000/425000
999.71/996.64	c cleaning 29014 clauses out of 58039 with flag 455000/455000
1092.03/1088.95	c cleaning 29988 clauses out of 60023 with flag 486001/486001
1185.48/1182.37	c cleaning 31010 clauses out of 62034 with flag 518000/518000
1289.70/1286.58	c cleaning 31992 clauses out of 64024 with flag 551000/551000
1394.57/1391.39	c cleaning 32996 clauses out of 66031 with flag 585000/585000
1490.98/1487.63	c cleaning 34000 clauses out of 68037 with flag 620002/620002
1615.10/1611.67	c cleaning 34989 clauses out of 70034 with flag 656000/656000
1719.47/1715.95	c cleaning 36011 clauses out of 72045 with flag 693000/693000
1800.10/1796.51	c starts		: 160
1800.10/1796.51	c conflicts		: 721093
1800.10/1796.51	c decisions		: 2084726
1800.10/1796.51	c propagations		: 3683617517
1800.10/1796.51	c inspects		: 8468924266
1800.10/1796.51	c shortcuts		: 0
1800.10/1796.51	c learnt literals	: 42
1800.10/1796.51	c learnt binary clauses	: 473
1800.10/1796.51	c learnt ternary clauses	: 792
1800.10/1796.51	c learnt constraints	: 721051
1800.10/1796.51	c ignored constraints	: 0
1800.10/1796.51	c root simplifications	: 202
1800.10/1796.51	c removed literals (reason simplification)	: 10901484
1800.10/1796.51	c reason swapping (by a shorter reason)	: 0
1800.10/1796.51	c Calls to reduceDB	: 33
1800.10/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.51	c number of learned constraints concerned by reduction	: 0
1800.10/1796.51	c number of learning phase by resolution	: 0
1800.10/1796.51	c number of learning phase by cutting planes	: 0
1800.10/1796.51	c speed (assignments/second)	: 2053584.8563066202
1800.10/1796.51	c non guided choices	40281
1800.10/1796.53	c learnt constraints type 
1800.10/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 451
1800.10/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63681
1800.10/1796.53	c constraints type 
1800.10/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
1800.10/1796.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.10/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
1800.10/1796.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
1800.10/1796.53	c 487525 constraints processed.
1800.10/1796.53	s UNKNOWN
1800.10/1796.54	c Total wall clock time (in seconds): 1796.414

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

[startup+0.090356 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29245
/proc/meminfo: memFree=30310500/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 3711 0 1 0 6 1 0 0 20 0 18 0 279316693 9787842560 4918 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2389610 4920 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29245
/proc/meminfo: memFree=30310500/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 4280 0 1 0 8 1 0 0 20 0 18 0 279316693 9787842560 5486 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2389610 5486 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29245
/proc/meminfo: memFree=30310500/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9558440 CPUtime=0.49 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 5613 0 1 0 47 2 0 0 20 0 18 0 279316693 9787842560 9394 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2389610 9397 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700266 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29245
/proc/meminfo: memFree=30310500/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9558440 CPUtime=1.15 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 7493 0 1 0 109 6 0 0 20 0 18 0 279316693 9787842560 42501 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2389610 42501 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29263
/proc/meminfo: memFree=30128648/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9558440 CPUtime=2.11 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 7785 0 1 0 197 14 0 0 20 0 18 0 279316693 9787842560 80556 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2389610 80556 2253 9 0 2380296 0
[pid=29245/tid=29247] ppid=29243 vsize=9558440 CPUtime=1.38 cores=1,3,5,7
/proc/29245/task/29247/stat : 29247 (java) S 29243 29245 28151 0 -1 4202560 2609 0 1 0 132 6 0 0 20 0 18 0 279316694 9787842560 80556 33554432000 1073741824 1073778376 140737326656160 140386403597544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29248] ppid=29243 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/29245/task/29248/stat : 29248 (java) R 29243 29245 28151 0 -1 4202560 61 0 0 0 3 1 0 0 20 0 18 0 279316695 9787842560 80556 33554432000 1073741824 1073778376 140737326656160 140386376051288 140386407774383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29249] ppid=29243 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/29245/task/29249/stat : 29249 (java) R 29243 29245 28151 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140386246371880 140386406069945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29250] ppid=29243 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/29245/task/29250/stat : 29250 (java) R 29243 29245 28151 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140386245319000 140386410494907 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29251] ppid=29243 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/29245/task/29251/stat : 29251 (java) R 29243 29245 28151 0 -1 4202560 46 0 0 0 2 0 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140386244266280 140386406069961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29252] ppid=29243 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/29245/task/29252/stat : 29252 (java) R 29243 29245 28151 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140386243214424 140386406069953 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29253] ppid=29243 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/29245/task/29253/stat : 29253 (java) R 29243 29245 28151 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140386242161880 140386407774383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29254] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29254/stat : 29254 (java) R 29243 29245 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385905011368 213423010876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29255] ppid=29243 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/29245/task/29255/stat : 29255 (java) R 29243 29245 28151 0 -1 4202560 66 0 0 0 3 2 0 0 20 0 18 0 279316695 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385903958824 140386406069961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29256] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29256/stat : 29256 (java) S 29243 29245 28151 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 279316697 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385891759368 213423010876 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29257] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29257/stat : 29257 (java) S 29243 29245 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 279316697 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385890706808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29258] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29258/stat : 29258 (java) S 29243 29245 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 279316697 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385889653640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29259] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29259/stat : 29259 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 279316699 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385888602384 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29260] ppid=29243 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) S 29243 29245 28151 0 -1 4202560 1967 0 0 0 19 0 0 0 20 0 18 0 279316699 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385887550264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) S 29243 29245 28151 0 -1 4202560 1679 0 0 0 18 0 0 0 20 0 18 0 279316699 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385886497720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 279316699 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 279316699 9787842560 81068 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9558440

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 10/212 29263
/proc/meminfo: memFree=29946936/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9625004 CPUtime=4.66 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 10290 0 1 0 441 25 0 0 20 0 19 0 279316693 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2406251 97808 2270 9 0 2396937 0
[pid=29245/tid=29247] ppid=29243 vsize=9625004 CPUtime=2.87 cores=1,3,5,7
/proc/29245/task/29247/stat : 29247 (java) R 29243 29245 28151 0 -1 4202560 2623 0 1 0 281 6 0 0 20 0 19 0 279316694 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386403598904 140386258133970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29248] ppid=29243 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/29245/task/29248/stat : 29248 (java) S 29243 29245 28151 0 -1 4202560 83 0 0 0 6 3 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386376051112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29249] ppid=29243 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/29245/task/29249/stat : 29249 (java) S 29243 29245 28151 0 -1 4202560 74 0 0 0 9 4 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386246371880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29250] ppid=29243 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/29245/task/29250/stat : 29250 (java) S 29243 29245 28151 0 -1 4202560 53 0 0 0 3 1 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386245318824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29251] ppid=29243 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/29245/task/29251/stat : 29251 (java) S 29243 29245 28151 0 -1 4202560 56 0 0 0 3 2 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386244266280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29252] ppid=29243 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/29245/task/29252/stat : 29252 (java) S 29243 29245 28151 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386243214248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29253] ppid=29243 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/29245/task/29253/stat : 29253 (java) S 29243 29245 28151 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140386242161704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29254] ppid=29243 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/29245/task/29254/stat : 29254 (java) S 29243 29245 28151 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385905011368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29255] ppid=29243 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/29245/task/29255/stat : 29255 (java) S 29243 29245 28151 0 -1 4202560 103 0 0 0 7 3 0 0 20 0 19 0 279316695 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385903958824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29256] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29256/stat : 29256 (java) S 29243 29245 28151 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385891760488 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29257] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29257/stat : 29257 (java) S 29243 29245 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385890706808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29258] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29258/stat : 29258 (java) S 29243 29245 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385889653640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29259] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29259/stat : 29259 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385888602384 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29260] ppid=29243 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) R 29243 29245 28151 0 -1 4202560 3289 0 0 0 55 0 0 0 20 0 19 0 279316699 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385887550264 140386410585647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) R 29243 29245 28151 0 -1 4202560 2493 0 0 0 47 0 0 0 20 0 19 0 279316699 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385886497720 140386409556189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 97808 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29264
/proc/meminfo: memFree=29926640/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9625004 CPUtime=7.99 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 10302 0 1 0 774 25 0 0 20 0 19 0 279316693 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2406251 97668 2275 9 0 2396937 0
[pid=29245/tid=29247] ppid=29243 vsize=9625004 CPUtime=6.06 cores=1,3,5,7
/proc/29245/task/29247/stat : 29247 (java) R 29243 29245 28151 0 -1 4202560 2624 0 1 0 600 6 0 0 20 0 19 0 279316694 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386403598840 140386258104632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29248] ppid=29243 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/29245/task/29248/stat : 29248 (java) S 29243 29245 28151 0 -1 4202560 83 0 0 0 6 3 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386376051112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29249] ppid=29243 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/29245/task/29249/stat : 29249 (java) S 29243 29245 28151 0 -1 4202560 74 0 0 0 9 4 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386246371880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29250] ppid=29243 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/29245/task/29250/stat : 29250 (java) S 29243 29245 28151 0 -1 4202560 53 0 0 0 3 1 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386245318824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29251] ppid=29243 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/29245/task/29251/stat : 29251 (java) S 29243 29245 28151 0 -1 4202560 56 0 0 0 3 2 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386244266280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29252] ppid=29243 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/29245/task/29252/stat : 29252 (java) S 29243 29245 28151 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386243214248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29253] ppid=29243 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/29245/task/29253/stat : 29253 (java) S 29243 29245 28151 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140386242161704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29254] ppid=29243 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/29245/task/29254/stat : 29254 (java) S 29243 29245 28151 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385905011368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29255] ppid=29243 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/29245/task/29255/stat : 29255 (java) S 29243 29245 28151 0 -1 4202560 103 0 0 0 7 3 0 0 20 0 19 0 279316695 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385903958824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29256] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29256/stat : 29256 (java) S 29243 29245 28151 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385891760488 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29257] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29257/stat : 29257 (java) S 29243 29245 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385890706808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29258] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29258/stat : 29258 (java) S 29243 29245 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385889653640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29259] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29259/stat : 29259 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385888602384 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29260] ppid=29243 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) S 29243 29245 28151 0 -1 4202560 3292 0 0 0 59 0 0 0 20 0 19 0 279316699 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385887550264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) S 29243 29245 28151 0 -1 4202560 2500 0 0 0 57 0 0 0 20 0 19 0 279316699 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385886497720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29264] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29264/stat : 29264 (java) S 29243 29245 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279316970 9856004096 97668 33554432000 1073741824 1073778376 140737326656160 140385883337768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29264
/proc/meminfo: memFree=29928324/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9625004 CPUtime=14.4 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 10304 0 1 0 1414 26 0 0 20 0 19 0 279316693 9856004096 97419 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=29245/tid=29260] ppid=29243 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) S 29243 29245 28151 0 -1 4202560 3295 0 0 0 62 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385887550264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) S 29243 29245 28151 0 -1 4202560 2531 0 0 0 71 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385886497720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 100 0 0 0 41 41 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29264] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29264/stat : 29264 (java) S 29243 29245 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279316970 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385883337768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.89
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29679
/proc/meminfo: memFree=30090272/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9625004 CPUtime=1785.9 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 10845 0 1 0 178518 72 0 0 20 0 19 0 279316693 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2406251 116005 2287 9 0 2396937 0
[pid=29245/tid=29247] ppid=29243 vsize=9625004 CPUtime=1768.03 cores=1,3,5,7
/proc/29245/task/29247/stat : 29247 (java) R 29243 29245 28151 0 -1 4202560 2662 0 1 0 176769 34 0 0 20 0 19 0 279316694 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386403598640 140386258167038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29248] ppid=29243 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29245/task/29248/stat : 29248 (java) S 29243 29245 28151 0 -1 4202560 116 0 0 0 33 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386376051112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29249] ppid=29243 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/29245/task/29249/stat : 29249 (java) S 29243 29245 28151 0 -1 4202560 94 0 0 0 31 5 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386246371880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29250] ppid=29243 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29245/task/29250/stat : 29250 (java) S 29243 29245 28151 0 -1 4202560 85 0 0 0 30 2 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386245318824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29251] ppid=29243 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/29245/task/29251/stat : 29251 (java) S 29243 29245 28151 0 -1 4202560 91 0 0 0 26 2 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386244266280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29252] ppid=29243 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/29245/task/29252/stat : 29252 (java) S 29243 29245 28151 0 -1 4202560 82 0 0 0 36 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386243214248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29253] ppid=29243 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29245/task/29253/stat : 29253 (java) S 29243 29245 28151 0 -1 4202560 70 0 0 0 29 3 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386242161704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29254] ppid=29243 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/29245/task/29254/stat : 29254 (java) S 29243 29245 28151 0 -1 4202560 87 0 0 0 27 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385905011368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29255] ppid=29243 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/29245/task/29255/stat : 29255 (java) S 29243 29245 28151 0 -1 4202560 132 0 0 0 32 3 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385903958824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29256] ppid=29243 vsize=9625004 CPUtime=8.55 cores=1,3,5,7
/proc/29245/task/29256/stat : 29256 (java) S 29243 29245 28151 0 -1 4202560 308 0 0 0 853 2 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385891760488 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29257] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29257/stat : 29257 (java) S 29243 29245 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385890706808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29258] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29258/stat : 29258 (java) S 29243 29245 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385889653640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29259] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29259/stat : 29259 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385888602384 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29260] ppid=29243 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) S 29243 29245 28151 0 -1 4202560 3295 0 0 0 62 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385887550264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) S 29243 29245 28151 0 -1 4202560 2531 0 0 0 71 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385886497720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 104 0 0 0 42 43 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29264] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29264/stat : 29264 (java) S 29243 29245 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279316970 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385883337768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.9
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29679
/proc/meminfo: memFree=30090148/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 10845 0 1 0 179938 72 0 0 20 0 19 0 279316693 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2406251 116005 2287 9 0 2396937 0
[pid=29245/tid=29247] ppid=29243 vsize=9625004 CPUtime=1782.2 cores=1,3,5,7
/proc/29245/task/29247/stat : 29247 (java) R 29243 29245 28151 0 -1 4202560 2662 0 1 0 178185 35 0 0 20 0 19 0 279316694 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386403598640 140386258164211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29248] ppid=29243 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29245/task/29248/stat : 29248 (java) S 29243 29245 28151 0 -1 4202560 116 0 0 0 33 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386376051112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29249] ppid=29243 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/29245/task/29249/stat : 29249 (java) S 29243 29245 28151 0 -1 4202560 94 0 0 0 31 5 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386246371880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29250] ppid=29243 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29245/task/29250/stat : 29250 (java) S 29243 29245 28151 0 -1 4202560 85 0 0 0 30 2 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386245318824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29251] ppid=29243 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/29245/task/29251/stat : 29251 (java) S 29243 29245 28151 0 -1 4202560 91 0 0 0 26 2 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386244266280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29252] ppid=29243 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/29245/task/29252/stat : 29252 (java) S 29243 29245 28151 0 -1 4202560 82 0 0 0 36 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386243214248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29253] ppid=29243 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29245/task/29253/stat : 29253 (java) S 29243 29245 28151 0 -1 4202560 70 0 0 0 29 3 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386242161704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29254] ppid=29243 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/29245/task/29254/stat : 29254 (java) S 29243 29245 28151 0 -1 4202560 87 0 0 0 27 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385905011368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29255] ppid=29243 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/29245/task/29255/stat : 29255 (java) S 29243 29245 28151 0 -1 4202560 132 0 0 0 32 3 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385903958824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29256] ppid=29243 vsize=9625004 CPUtime=8.55 cores=1,3,5,7
/proc/29245/task/29256/stat : 29256 (java) S 29243 29245 28151 0 -1 4202560 308 0 0 0 853 2 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385891760488 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29257] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29257/stat : 29257 (java) S 29243 29245 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385890706808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29258] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29258/stat : 29258 (java) S 29243 29245 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385889653640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29259] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29259/stat : 29259 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385888602384 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29260] ppid=29243 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) S 29243 29245 28151 0 -1 4202560 3295 0 0 0 62 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385887550264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) S 29243 29245 28151 0 -1 4202560 2531 0 0 0 71 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385886497720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 104 0 0 0 43 43 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29264] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29264/stat : 29264 (java) S 29243 29245 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279316970 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385883337768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+1796.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 29679
/proc/meminfo: memFree=30090148/32873844 swapFree=6600/6600
[pid=29245] ppid=29243 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/29245/stat : 29245 (java) S 29243 29245 28151 0 -1 4202496 10845 0 1 0 179938 72 0 0 20 0 19 0 279316693 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140737326647296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29245/statm: 2406251 116005 2287 9 0 2396937 0
[pid=29245/tid=29247] ppid=29243 vsize=9625004 CPUtime=1782.2 cores=1,3,5,7
/proc/29245/task/29247/stat : 29247 (java) R 29243 29245 28151 0 -1 4202560 2662 0 1 0 178185 35 0 0 20 0 19 0 279316694 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386403598640 140386258164211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29248] ppid=29243 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/29245/task/29248/stat : 29248 (java) S 29243 29245 28151 0 -1 4202560 116 0 0 0 33 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386376051112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29249] ppid=29243 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/29245/task/29249/stat : 29249 (java) S 29243 29245 28151 0 -1 4202560 94 0 0 0 31 5 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386246371880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29250] ppid=29243 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29245/task/29250/stat : 29250 (java) S 29243 29245 28151 0 -1 4202560 85 0 0 0 30 2 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386245318824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29251] ppid=29243 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/29245/task/29251/stat : 29251 (java) S 29243 29245 28151 0 -1 4202560 91 0 0 0 26 2 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386244266280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29252] ppid=29243 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/29245/task/29252/stat : 29252 (java) S 29243 29245 28151 0 -1 4202560 82 0 0 0 36 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386243214248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29253] ppid=29243 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/29245/task/29253/stat : 29253 (java) S 29243 29245 28151 0 -1 4202560 70 0 0 0 29 3 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140386242161704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29254] ppid=29243 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/29245/task/29254/stat : 29254 (java) S 29243 29245 28151 0 -1 4202560 87 0 0 0 27 4 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385905011368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29245/tid=29255] ppid=29243 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/29245/task/29255/stat : 29255 (java) S 29243 29245 28151 0 -1 4202560 132 0 0 0 32 3 0 0 20 0 19 0 279316695 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385903958824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29256] ppid=29243 vsize=9625004 CPUtime=8.55 cores=1,3,5,7
/proc/29245/task/29256/stat : 29256 (java) S 29243 29245 28151 0 -1 4202560 308 0 0 0 853 2 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385891760488 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29257] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29257/stat : 29257 (java) S 29243 29245 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385890706808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29258] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29258/stat : 29258 (java) S 29243 29245 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279316697 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385889653640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29259] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29259/stat : 29259 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385888602384 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29260] ppid=29243 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/29245/task/29260/stat : 29260 (java) S 29243 29245 28151 0 -1 4202560 3295 0 0 0 62 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385887550264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29261] ppid=29243 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/29245/task/29261/stat : 29261 (java) S 29243 29245 28151 0 -1 4202560 2531 0 0 0 71 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385886497720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29245/tid=29262] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29262/stat : 29262 (java) S 29243 29245 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385885444856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29245/tid=29263] ppid=29243 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/29245/task/29263/stat : 29263 (java) S 29243 29245 28151 0 -1 4202560 104 0 0 0 43 43 0 0 20 0 19 0 279316699 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385884392520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29245/tid=29264] ppid=29243 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29245/task/29264/stat : 29264 (java) S 29243 29245 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279316970 9856004096 116005 33554432000 1073741824 1073778376 140737326656160 140385883337768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.54
CPU time (s): 1800.1
CPU user time (s): 1799.38
CPU system time (s): 0.72
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.21281
maximum resident set size= 464140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10877
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39081
involuntary context switches= 22940

runsolver used 6.73298 second user time and 15.9896 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 17:18:38
IDJOB=3709860
IDBENCH=1447
IDSOLVER=2289
FILE ID=node140/3709860-1338131918
RUNJOBID= node140-1338124688-28168
PBS_JOBID= 14624514
Free space on /tmp= 71320 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.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-3709860-1338131918/watcher-3709860-1338131918 -o /tmp/evaluation-result-3709860-1338131918/solver-3709860-1338131918 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709860-1338131918.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=723560091

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:        30311020 kB
Buffers:          382488 kB
Cached:           722980 kB
SwapCached:         1492 kB
Active:          1451972 kB
Inactive:         249372 kB
Active(anon):     587780 kB
Inactive(anon):     8612 kB
Active(file):     864192 kB
Inactive(file):   240760 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:             17512 kB
Writeback:             0 kB
AnonPages:        601680 kB
Mapped:            19904 kB
Shmem:                 8 kB
Slab:             719024 kB
SReclaimable:     160852 kB
SUnreclaim:       558172 kB
KernelStack:        1600 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     787696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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= 71308 MiB
End job on node140 at 2012-05-27 17:48:37