Trace number 3710478

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.02 1794.54

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_9_mh_ic.opb
MD5SUM655cb5a16dbcae660ed90071e230a8ed
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4628317
Best CPU time to get the best result obtained on this benchmark1800.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 149721291
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 68872273970
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 149721291
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 68872273970
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710478-1338250840.opb
0.10/0.11	c reading problem ... 
7.00/5.19	c ... done. Wall clock time 5.084s.
7.00/5.19	c declared #vars     370300
7.00/5.19	c #constraints  855312
7.00/5.19	c constraints type 
7.00/5.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
7.00/5.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
7.00/5.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.00/5.19	c ignored satisfied constraints => 4
7.00/5.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
7.00/5.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
7.00/5.19	c 855316 constraints processed.
118.43/116.08	c cleaning 2497 clauses out of 5000 with flag 5000/5000
305.34/302.01	c cleaning 4246 clauses out of 8503 with flag 11000/11000
388.59/385.13	c cleaning 5611 clauses out of 11257 with flag 18000/18000
446.64/443.07	c cleaning 6821 clauses out of 13647 with flag 26001/26001
852.27/848.43	c cleaning 7902 clauses out of 15825 with flag 35000/35000
945.46/941.43	c cleaning 8933 clauses out of 17925 with flag 45002/45002
1140.19/1135.88	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1586.98/1581.96	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1688.48/1683.20	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1800.02/1794.51	c starts		: 90
1800.02/1794.51	c conflicts		: 92502
1800.02/1794.51	c decisions		: 530676
1800.02/1794.51	c propagations		: 493963604
1800.02/1794.51	c inspects		: 5489657125
1800.02/1794.51	c shortcuts		: 0
1800.02/1794.51	c learnt literals	: 0
1800.02/1794.51	c learnt binary clauses	: 17
1800.02/1794.51	c learnt ternary clauses	: 16
1800.02/1794.51	c learnt constraints	: 92502
1800.02/1794.51	c ignored constraints	: 0
1800.02/1794.51	c root simplifications	: 90
1800.02/1794.51	c removed literals (reason simplification)	: 1452040
1800.02/1794.51	c reason swapping (by a shorter reason)	: 0
1800.02/1794.51	c Calls to reduceDB	: 9
1800.02/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.51	c number of learned constraints concerned by reduction	: 0
1800.02/1794.51	c number of learning phase by resolution	: 0
1800.02/1794.51	c number of learning phase by cutting planes	: 0
1800.02/1794.51	c speed (assignments/second)	: 276072.8600962079
1800.02/1794.51	c non guided choices	1318
1800.02/1794.52	c learnt constraints type 
1800.02/1794.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.02/1794.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23514
1800.02/1794.52	c constraints type 
1800.02/1794.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.02/1794.52	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.02/1794.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.02/1794.52	c ignored satisfied constraints => 4
1800.02/1794.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.02/1794.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.02/1794.52	c 855316 constraints processed.
1800.02/1794.52	s UNKNOWN
1800.02/1794.52	c Total wall clock time (in seconds): 1794.412

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-3710478-1338250840/watcher-3710478-1338250840 -o /tmp/evaluation-result-3710478-1338250840/solver-3710478-1338250840 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710478-1338250840.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.02 2.02 1.93 3/195 30322
/proc/meminfo: memFree=31621072/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/30322/stat : 30322 (java) R 30320 30322 27775 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 291212656 23728128 857 33554432000 1073741824 1073778376 140733881854816 140733881843880 249640873815 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 5793 864 653 9 0 128 0
[pid=30322/tid=30323] ppid=30320 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 291212657 24780800 867 33554432000 1073741824 1073778376 140733881854816 140733881843880 249650092209 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.098403 s]
/proc/loadavg: 2.02 2.02 1.93 3/195 30322
/proc/meminfo: memFree=31621072/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 4311 0 1 0 9 1 0 0 20 0 18 0 291212656 9787842560 6030 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2389610 6033 2116 9 0 2380296 0
[pid=30322/tid=30323] ppid=30320 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 2448 0 1 0 6 1 0 0 20 0 18 0 291212657 9787842560 6033 33554432000 1073741824 1073778376 140733881854816 139680752770760 249649663819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.100273 s]
/proc/loadavg: 2.02 2.02 1.93 3/195 30322
/proc/meminfo: memFree=31621072/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 4355 0 1 0 9 1 0 0 20 0 18 0 291212656 9787842560 6074 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2389610 6074 2116 9 0 2380296 0
[pid=30322/tid=30323] ppid=30320 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 2489 0 1 0 6 1 0 0 20 0 18 0 291212657 9787842560 6074 33554432000 1073741824 1073778376 140733881854816 139680752770760 249649663819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300279 s]
/proc/loadavg: 2.02 2.02 1.93 3/195 30322
/proc/meminfo: memFree=31621072/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 5440 0 1 0 44 2 0 0 20 0 18 0 291212656 9787842560 14865 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2389610 14865 2223 9 0 2380296 0
[pid=30322/tid=30323] ppid=30320 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 2515 0 1 0 25 2 0 0 20 0 18 0 291212657 9787842560 14865 33554432000 1073741824 1073778376 140733881854816 139680752769336 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700325 s]
/proc/loadavg: 2.02 2.02 1.93 3/195 30322
/proc/meminfo: memFree=31621072/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9558440 CPUtime=1.17 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 6130 0 1 0 105 12 0 0 20 0 18 0 291212656 9787842560 52714 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2389610 52714 2244 9 0 2380296 0
[pid=30322/tid=30323] ppid=30320 vsize=9558440 CPUtime=0.6 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 2563 0 1 0 57 3 0 0 20 0 18 0 291212657 9787842560 52714 33554432000 1073741824 1073778376 140733881854816 139680752769528 249653421325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558440

[startup+1.50075 s]
/proc/loadavg: 2.18 2.05 1.94 3/213 30340
/proc/meminfo: memFree=31384756/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9558440 CPUtime=2.56 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 12745 0 1 0 234 22 0 0 20 0 18 0 291212656 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2389610 95531 2266 9 0 2380296 0
[pid=30322/tid=30323] ppid=30320 vsize=9558440 CPUtime=1.33 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 2626 0 1 0 127 6 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680752762864 139680608078016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30325] ppid=30320 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/30322/task/30325/stat : 30325 (java) S 30320 30322 27775 0 -1 4202560 137 0 0 0 5 3 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680596667176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30326] ppid=30320 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/30322/task/30326/stat : 30326 (java) S 30320 30322 27775 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680595614376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30327] ppid=30320 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/30322/task/30327/stat : 30327 (java) S 30320 30322 27775 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680594562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30328] ppid=30320 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/30322/task/30328/stat : 30328 (java) S 30320 30322 27775 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680593509288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30329] ppid=30320 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/30322/task/30329/stat : 30329 (java) S 30320 30322 27775 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680592455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30330] ppid=30320 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/30322/task/30330/stat : 30330 (java) S 30320 30322 27775 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680255305896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30331] ppid=30320 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/30322/task/30331/stat : 30331 (java) S 30320 30322 27775 0 -1 4202560 101 0 0 0 2 1 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680254253608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30332] ppid=30320 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30322/task/30332/stat : 30332 (java) S 30320 30322 27775 0 -1 4202560 134 0 0 0 7 3 0 0 20 0 18 0 291212657 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680253200808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30333] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30333/stat : 30333 (java) S 30320 30322 27775 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291212658 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680241003240 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30334] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30334/stat : 30334 (java) S 30320 30322 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291212659 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680239949304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30335] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30335/stat : 30335 (java) S 30320 30322 27775 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291212659 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680238896904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30336] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30336/stat : 30336 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291212661 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680237845392 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30337] ppid=30320 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4905 0 0 0 31 1 0 0 20 0 18 0 291212661 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9558440 CPUtime=0.33 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3248 0 0 0 33 0 0 0 20 0 18 0 291212661 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291212661 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291212661 9787842560 95531 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9558440

[startup+3.10081 s]
/proc/loadavg: 2.18 2.05 1.94 3/213 30340
/proc/meminfo: memFree=31209184/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9558440 CPUtime=4.63 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 13589 0 1 0 426 37 0 0 20 0 18 0 291212656 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2389610 168837 2266 9 0 2380296 0
[pid=30322/tid=30323] ppid=30320 vsize=9558440 CPUtime=2.8 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 2913 0 1 0 270 10 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680752770328 139680608052000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30325] ppid=30320 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/30322/task/30325/stat : 30325 (java) S 30320 30322 27775 0 -1 4202560 153 0 0 0 8 4 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680596667176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30326] ppid=30320 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/30322/task/30326/stat : 30326 (java) S 30320 30322 27775 0 -1 4202560 66 0 0 0 6 2 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680595614376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30327] ppid=30320 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/30322/task/30327/stat : 30327 (java) S 30320 30322 27775 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680594562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30328] ppid=30320 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30322/task/30328/stat : 30328 (java) S 30320 30322 27775 0 -1 4202560 52 0 0 0 7 3 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680593509288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30329] ppid=30320 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/30322/task/30329/stat : 30329 (java) S 30320 30322 27775 0 -1 4202560 147 0 0 0 11 4 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680592455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30330] ppid=30320 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/30322/task/30330/stat : 30330 (java) S 30320 30322 27775 0 -1 4202560 44 0 0 0 5 3 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680255305896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30331] ppid=30320 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/30322/task/30331/stat : 30331 (java) S 30320 30322 27775 0 -1 4202560 140 0 0 0 7 2 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680254253608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30332] ppid=30320 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/30322/task/30332/stat : 30332 (java) S 30320 30322 27775 0 -1 4202560 188 0 0 0 17 6 0 0 20 0 18 0 291212657 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680253200808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30333] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30333/stat : 30333 (java) S 30320 30322 27775 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 18 0 291212658 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680241003240 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30334] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30334/stat : 30334 (java) S 30320 30322 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291212659 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680239949304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30335] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30335/stat : 30335 (java) S 30320 30322 27775 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291212659 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680238896904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30336] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30336/stat : 30336 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291212661 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680237845392 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30337] ppid=30320 vsize=9558440 CPUtime=0.36 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4931 0 0 0 35 1 0 0 20 0 18 0 291212661 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3265 0 0 0 38 0 0 0 20 0 18 0 291212661 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291212661 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291212661 9787842560 168837 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9558440

[startup+6.3008 s]
/proc/loadavg: 2.18 2.05 1.94 3/214 30341
/proc/meminfo: memFree=30883508/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9625004 CPUtime=8.63 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 14449 0 1 0 816 47 0 0 20 0 19 0 291212656 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2406251 188605 2275 9 0 2396937 0
[pid=30322/tid=30323] ppid=30320 vsize=9625004 CPUtime=5.86 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 3371 0 1 0 574 12 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680752771592 139680608467212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30325] ppid=30320 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/30322/task/30325/stat : 30325 (java) S 30320 30322 27775 0 -1 4202560 217 0 0 0 18 5 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680596667176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30326] ppid=30320 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/30322/task/30326/stat : 30326 (java) S 30320 30322 27775 0 -1 4202560 122 0 0 0 11 3 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680595614376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30327] ppid=30320 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/30322/task/30327/stat : 30327 (java) S 30320 30322 27775 0 -1 4202560 57 0 0 0 11 3 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680594562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30328] ppid=30320 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/30322/task/30328/stat : 30328 (java) S 30320 30322 27775 0 -1 4202560 61 0 0 0 10 3 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680593509288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30329] ppid=30320 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/30322/task/30329/stat : 30329 (java) S 30320 30322 27775 0 -1 4202560 166 0 0 0 17 5 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680592455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30330] ppid=30320 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/30322/task/30330/stat : 30330 (java) S 30320 30322 27775 0 -1 4202560 53 0 0 0 9 3 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680255305896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30331] ppid=30320 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/30322/task/30331/stat : 30331 (java) S 30320 30322 27775 0 -1 4202560 272 0 0 0 11 3 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680254253608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30332] ppid=30320 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/30322/task/30332/stat : 30332 (java) S 30320 30322 27775 0 -1 4202560 233 0 0 0 22 7 0 0 20 0 19 0 291212657 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680253200808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30333] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30333/stat : 30333 (java) S 30320 30322 27775 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 291212658 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680241003240 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30334] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30334/stat : 30334 (java) S 30320 30322 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680239949304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30335] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30335/stat : 30335 (java) S 30320 30322 27775 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680238896904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30336] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30336/stat : 30336 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680237845392 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30337] ppid=30320 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4959 0 0 0 53 2 0 0 20 0 19 0 291212661 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3271 0 0 0 65 0 0 0 20 0 19 0 291212661 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 188605 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=30322/tid=30337] ppid=30320 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4980 0 0 0 62 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3772 0 0 0 83 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 99 0 0 0 34 62 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30341] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30341/stat : 30341 (java) S 30320 30322 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291213182 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680232519080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.71
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 1.99 3/214 30357
/proc/meminfo: memFree=30613152/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9625004 CPUtime=1787.8 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 15949 0 1 0 178587 193 0 0 20 0 19 0 291212656 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2406251 242553 2289 9 0 2396937 0
[pid=30322/tid=30323] ppid=30320 vsize=9625004 CPUtime=1771.24 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 3396 0 1 0 177085 39 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680752771376 139680608471977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30325] ppid=30320 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/30322/task/30325/stat : 30325 (java) S 30320 30322 27775 0 -1 4202560 231 0 0 0 33 6 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680596667176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30326] ppid=30320 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/30322/task/30326/stat : 30326 (java) S 30320 30322 27775 0 -1 4202560 146 0 0 0 32 5 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680595614376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30327] ppid=30320 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/30322/task/30327/stat : 30327 (java) S 30320 30322 27775 0 -1 4202560 187 0 0 0 25 4 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680594562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30328] ppid=30320 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/30322/task/30328/stat : 30328 (java) S 30320 30322 27775 0 -1 4202560 89 0 0 0 26 6 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680593509288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30329] ppid=30320 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/30322/task/30329/stat : 30329 (java) S 30320 30322 27775 0 -1 4202560 189 0 0 0 36 7 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680592455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30330] ppid=30320 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/30322/task/30330/stat : 30330 (java) S 30320 30322 27775 0 -1 4202560 77 0 0 0 25 5 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680255305896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30331] ppid=30320 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/30322/task/30331/stat : 30331 (java) S 30320 30322 27775 0 -1 4202560 320 0 0 0 34 7 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680254253608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30332] ppid=30320 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/30322/task/30332/stat : 30332 (java) S 30320 30322 27775 0 -1 4202560 256 0 0 0 41 8 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680253200808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30333] ppid=30320 vsize=9625004 CPUtime=5.5 cores=1,3,5,7
/proc/30322/task/30333/stat : 30333 (java) S 30320 30322 27775 0 -1 4202560 1023 0 0 0 544 6 0 0 20 0 19 0 291212658 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680241003240 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30334] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30334/stat : 30334 (java) S 30320 30322 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680239949304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30335] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30335/stat : 30335 (java) S 30320 30322 27775 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680238896904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30336] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30336/stat : 30336 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680237845392 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30337] ppid=30320 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4980 0 0 0 62 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3772 0 0 0 83 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 103 0 0 0 35 65 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30341] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30341/stat : 30341 (java) S 30320 30322 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291213182 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680232519080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.8
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.20 2.05 2.00 3/214 30416
/proc/meminfo: memFree=30612584/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 15949 0 1 0 179808 194 0 0 20 0 19 0 291212656 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2406251 242553 2289 9 0 2396937 0
[pid=30322/tid=30323] ppid=30320 vsize=9625004 CPUtime=1783.41 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 3396 0 1 0 178301 40 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680752771376 139680608512776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30325] ppid=30320 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/30322/task/30325/stat : 30325 (java) S 30320 30322 27775 0 -1 4202560 231 0 0 0 33 6 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680596667176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30326] ppid=30320 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/30322/task/30326/stat : 30326 (java) S 30320 30322 27775 0 -1 4202560 146 0 0 0 32 5 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680595614376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30327] ppid=30320 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/30322/task/30327/stat : 30327 (java) S 30320 30322 27775 0 -1 4202560 187 0 0 0 25 4 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680594562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30328] ppid=30320 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/30322/task/30328/stat : 30328 (java) S 30320 30322 27775 0 -1 4202560 89 0 0 0 26 6 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680593509288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30329] ppid=30320 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/30322/task/30329/stat : 30329 (java) S 30320 30322 27775 0 -1 4202560 189 0 0 0 36 7 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680592455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30330] ppid=30320 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/30322/task/30330/stat : 30330 (java) S 30320 30322 27775 0 -1 4202560 77 0 0 0 25 5 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680255305896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30331] ppid=30320 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/30322/task/30331/stat : 30331 (java) S 30320 30322 27775 0 -1 4202560 320 0 0 0 34 7 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680254253608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30332] ppid=30320 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/30322/task/30332/stat : 30332 (java) S 30320 30322 27775 0 -1 4202560 256 0 0 0 41 8 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680253200808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30333] ppid=30320 vsize=9625004 CPUtime=5.5 cores=1,3,5,7
/proc/30322/task/30333/stat : 30333 (java) S 30320 30322 27775 0 -1 4202560 1023 0 0 0 544 6 0 0 20 0 19 0 291212658 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680241003240 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30334] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30334/stat : 30334 (java) S 30320 30322 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680239949304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30335] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30335/stat : 30335 (java) S 30320 30322 27775 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680238896904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30336] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30336/stat : 30336 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680237845392 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30337] ppid=30320 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4980 0 0 0 62 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3772 0 0 0 83 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 103 0 0 0 36 65 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30341] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30341/stat : 30341 (java) S 30320 30322 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291213182 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680232519080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.5 s]
/proc/loadavg: 2.20 2.05 2.00 3/214 30416
/proc/meminfo: memFree=30612584/32873844 swapFree=7116/7116
[pid=30322] ppid=30320 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/30322/stat : 30322 (java) S 30320 30322 27775 0 -1 4202496 15949 0 1 0 179808 194 0 0 20 0 19 0 291212656 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 140733881845952 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30322/statm: 2406251 242553 2289 9 0 2396937 0
[pid=30322/tid=30323] ppid=30320 vsize=9625004 CPUtime=1783.41 cores=1,3,5,7
/proc/30322/task/30323/stat : 30323 (java) R 30320 30322 27775 0 -1 4202560 3396 0 1 0 178301 40 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680752771376 139680608512776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30325] ppid=30320 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/30322/task/30325/stat : 30325 (java) S 30320 30322 27775 0 -1 4202560 231 0 0 0 33 6 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680596667176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30326] ppid=30320 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/30322/task/30326/stat : 30326 (java) S 30320 30322 27775 0 -1 4202560 146 0 0 0 32 5 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680595614376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30327] ppid=30320 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/30322/task/30327/stat : 30327 (java) S 30320 30322 27775 0 -1 4202560 187 0 0 0 25 4 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680594562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30328] ppid=30320 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/30322/task/30328/stat : 30328 (java) S 30320 30322 27775 0 -1 4202560 89 0 0 0 26 6 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680593509288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30329] ppid=30320 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/30322/task/30329/stat : 30329 (java) S 30320 30322 27775 0 -1 4202560 189 0 0 0 36 7 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680592455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30330] ppid=30320 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/30322/task/30330/stat : 30330 (java) S 30320 30322 27775 0 -1 4202560 77 0 0 0 25 5 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680255305896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30331] ppid=30320 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/30322/task/30331/stat : 30331 (java) S 30320 30322 27775 0 -1 4202560 320 0 0 0 34 7 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680254253608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30322/tid=30332] ppid=30320 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/30322/task/30332/stat : 30332 (java) S 30320 30322 27775 0 -1 4202560 256 0 0 0 41 8 0 0 20 0 19 0 291212657 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680253200808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30333] ppid=30320 vsize=9625004 CPUtime=5.5 cores=1,3,5,7
/proc/30322/task/30333/stat : 30333 (java) S 30320 30322 27775 0 -1 4202560 1023 0 0 0 544 6 0 0 20 0 19 0 291212658 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680241003240 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30334] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30334/stat : 30334 (java) S 30320 30322 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680239949304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30335] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30335/stat : 30335 (java) S 30320 30322 27775 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291212659 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680238896904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30336] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30336/stat : 30336 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680237845392 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30337] ppid=30320 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/30322/task/30337/stat : 30337 (java) S 30320 30322 27775 0 -1 4202560 4980 0 0 0 62 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680236791992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30322/tid=30338] ppid=30320 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/30322/task/30338/stat : 30338 (java) S 30320 30322 27775 0 -1 4202560 3772 0 0 0 83 2 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680235739192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30339] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30339/stat : 30339 (java) S 30320 30322 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680234687096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30322/tid=30340] ppid=30320 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/30322/task/30340/stat : 30340 (java) S 30320 30322 27775 0 -1 4202560 103 0 0 0 36 65 0 0 20 0 19 0 291212661 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680233634504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30322/tid=30341] ppid=30320 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30322/task/30341/stat : 30341 (java) S 30320 30322 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291213182 9856004096 242553 33554432000 1073741824 1073778376 140733881854816 139680232519080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30322 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=950430
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=770730
# CPU time returned by wait4() is 1794.72
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.54
CPU time (s): 1800.02
CPU user time (s): 1798.08
CPU system time (s): 1.94
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.95
system time used= 1.77073
maximum resident set size= 970328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15982
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38400
involuntary context switches= 9582

runsolver used 12.6601 second user time and 9.61354 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-29 02:20:41
IDJOB=3710478
IDBENCH=92691
IDSOLVER=2289
FILE ID=node102/3710478-1338250840
RUNJOBID= node102-1338249041-30120
PBS_JOBID= 14624651
Free space on /tmp= 71484 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_9_mh_ic.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-3710478-1338250840/watcher-3710478-1338250840 -o /tmp/evaluation-result-3710478-1338250840/solver-3710478-1338250840 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710478-1338250840.opb

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

MD5SUM BENCH= 655cb5a16dbcae660ed90071e230a8ed
RANDOM SEED=1357287996

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:        31621212 kB
Buffers:          153340 kB
Cached:           127788 kB
SwapCached:            0 kB
Active:           369240 kB
Inactive:          40564 kB
Active(anon):     119672 kB
Inactive(anon):    11808 kB
Active(file):     249568 kB
Inactive(file):    28756 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40028 kB
Writeback:             0 kB
AnonPages:        150824 kB
Mapped:            18624 kB
Shmem:               200 kB
Slab:             689424 kB
SReclaimable:     130872 kB
SUnreclaim:       558552 kB
KernelStack:        1600 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     694972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71480 MiB
End job on node102 at 2012-05-29 02:50:38