Trace number 3710476

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.06 1795.34

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_7_mh_ic.opb
MD5SUM3eaa96d95c87970ffa908b3a1331e29d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6201610
Best CPU time to get the best result obtained on this benchmark1801.08
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 135796744
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69525451982
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 135796744
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69525451982
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.08	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@742808b3
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-3710476-1338249041.opb
0.10/0.11	c reading problem ... 
6.97/5.18	c ... done. Wall clock time 5.07s.
6.97/5.18	c declared #vars     370300
6.97/5.18	c #constraints  855312
6.97/5.18	c constraints type 
6.97/5.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.97/5.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.97/5.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.97/5.18	c ignored satisfied constraints => 4
6.97/5.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.97/5.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.97/5.18	c 855316 constraints processed.
122.00/119.54	c cleaning 2497 clauses out of 5000 with flag 5000/5000
312.59/309.26	c cleaning 4246 clauses out of 8503 with flag 11000/11000
396.15/392.80	c cleaning 5611 clauses out of 11257 with flag 18000/18000
452.74/449.21	c cleaning 6821 clauses out of 13647 with flag 26001/26001
874.47/870.44	c cleaning 7902 clauses out of 15825 with flag 35000/35000
966.74/962.56	c cleaning 8933 clauses out of 17925 with flag 45002/45002
1162.61/1158.11	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1621.80/1617.28	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1721.77/1717.11	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1800.06/1795.32	c starts		: 89
1800.06/1795.32	c conflicts		: 87093
1800.06/1795.32	c decisions		: 506875
1800.06/1795.32	c propagations		: 490703121
1800.06/1795.32	c inspects		: 5352447341
1800.06/1795.32	c shortcuts		: 0
1800.06/1795.32	c learnt literals	: 0
1800.06/1795.32	c learnt binary clauses	: 17
1800.06/1795.32	c learnt ternary clauses	: 16
1800.06/1795.32	c learnt constraints	: 87092
1800.06/1795.32	c ignored constraints	: 0
1800.06/1795.32	c root simplifications	: 89
1800.06/1795.32	c removed literals (reason simplification)	: 1428005
1800.06/1795.32	c reason swapping (by a shorter reason)	: 0
1800.06/1795.32	c Calls to reduceDB	: 9
1800.06/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.32	c number of learned constraints concerned by reduction	: 0
1800.06/1795.32	c number of learning phase by resolution	: 0
1800.06/1795.32	c number of learning phase by cutting planes	: 0
1800.06/1795.32	c speed (assignments/second)	: 274125.101811661
1800.06/1795.32	c non guided choices	1318
1800.06/1795.33	c learnt constraints type 
1800.06/1795.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.06/1795.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18105
1800.06/1795.33	c constraints type 
1800.06/1795.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.06/1795.33	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.06/1795.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.06/1795.33	c ignored satisfied constraints => 4
1800.06/1795.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.06/1795.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.06/1795.33	c 855316 constraints processed.
1800.06/1795.33	s UNKNOWN
1800.06/1795.33	c Total wall clock time (in seconds): 1795.214

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.08 1.24 1.81 3/194 30165
/proc/meminfo: memFree=31680500/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/30165/stat : 30165 (java) R 30163 30165 27775 0 -1 4202496 454 0 0 0 0 0 0 0 20 0 1 0 291032795 9547776 183 33554432000 1073741824 1073778376 140733608631232 140733608613960 249650038048 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2323 182 140 9 0 71 0

[startup+0.085264 s]
/proc/loadavg: 1.08 1.24 1.81 3/194 30165
/proc/meminfo: memFree=31680500/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 4120 0 1 0 7 1 0 0 20 0 18 0 291032795 9787842560 5326 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2389610 5326 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100267 s]
/proc/loadavg: 1.08 1.24 1.81 3/194 30165
/proc/meminfo: memFree=31680500/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 4325 0 1 0 9 1 0 0 20 0 18 0 291032795 9787842560 6042 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2389610 6046 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300247 s]
/proc/loadavg: 1.08 1.24 1.81 3/194 30165
/proc/meminfo: memFree=31680500/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 5433 0 1 0 44 2 0 0 20 0 18 0 291032795 9787842560 14834 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2389610 14834 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700303 s]
/proc/loadavg: 1.08 1.24 1.81 3/194 30165
/proc/meminfo: memFree=31680500/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9558440 CPUtime=1.18 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 6204 0 1 0 107 11 0 0 20 0 18 0 291032795 9787842560 52711 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2389610 52711 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558440

[startup+1.50074 s]
/proc/loadavg: 1.08 1.24 1.81 4/212 30183
/proc/meminfo: memFree=31451988/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9558440 CPUtime=2.56 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 12486 0 1 0 235 21 0 0 20 0 18 0 291032795 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2389610 95449 2266 9 0 2380296 0
[pid=30165/tid=30167] ppid=30163 vsize=9558440 CPUtime=1.32 cores=1,3,5,7
/proc/30165/task/30167/stat : 30167 (java) R 30163 30165 27775 0 -1 4202560 2629 0 1 0 126 6 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073949060280 249653421325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30168] ppid=30163 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/30165/task/30168/stat : 30168 (java) S 30163 30165 27775 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073921513896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30169] ppid=30163 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/30165/task/30169/stat : 30169 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073920461352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30170] ppid=30163 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/30165/task/30170/stat : 30170 (java) S 30163 30165 27775 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073919408296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30171] ppid=30163 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/30165/task/30171/stat : 30171 (java) S 30163 30165 27775 0 -1 4202560 129 0 0 0 6 3 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073918355752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30172] ppid=30163 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30165/task/30172/stat : 30172 (java) S 30163 30165 27775 0 -1 4202560 129 0 0 0 8 2 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073917303720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30173] ppid=30163 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/30165/task/30173/stat : 30173 (java) S 30163 30165 27775 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073787501608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30174] ppid=30163 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/30165/task/30174/stat : 30174 (java) S 30163 30165 27775 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073786448552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30175] ppid=30163 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/30165/task/30175/stat : 30175 (java) S 30163 30165 27775 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 291032796 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073785396008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30176] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30176/stat : 30176 (java) S 30163 30165 27775 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291032797 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073302448488 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30177] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30177/stat : 30177 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291032798 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073301394808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30178] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30178/stat : 30178 (java) S 30163 30165 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 291032798 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073300341640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30179] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30179/stat : 30179 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291032800 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073299290384 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30180] ppid=30163 vsize=9558440 CPUtime=0.33 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5056 0 0 0 33 0 0 0 20 0 18 0 291032800 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2832 0 0 0 32 0 0 0 20 0 18 0 291032800 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291032800 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291032800 9787842560 95449 33554432000 1073741824 1073778376 140733608631232 140073295080520 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.10075 s]
/proc/loadavg: 1.08 1.24 1.81 3/212 30183
/proc/meminfo: memFree=31254644/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9558440 CPUtime=4.64 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 13307 0 1 0 428 36 0 0 20 0 18 0 291032795 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2389610 168733 2266 9 0 2380296 0
[pid=30165/tid=30167] ppid=30163 vsize=9558440 CPUtime=2.78 cores=1,3,5,7
/proc/30165/task/30167/stat : 30167 (java) R 30163 30165 27775 0 -1 4202560 2912 0 1 0 268 10 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073949060376 249653421325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30168] ppid=30163 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30165/task/30168/stat : 30168 (java) S 30163 30165 27775 0 -1 4202560 155 0 0 0 7 3 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073921513896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30169] ppid=30163 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/30165/task/30169/stat : 30169 (java) S 30163 30165 27775 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073920461352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30170] ppid=30163 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/30165/task/30170/stat : 30170 (java) S 30163 30165 27775 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073919408296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30171] ppid=30163 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/30165/task/30171/stat : 30171 (java) S 30163 30165 27775 0 -1 4202560 164 0 0 0 14 5 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073918355752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30172] ppid=30163 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/30165/task/30172/stat : 30172 (java) S 30163 30165 27775 0 -1 4202560 185 0 0 0 18 5 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073917303720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30173] ppid=30163 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/30165/task/30173/stat : 30173 (java) S 30163 30165 27775 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073787501608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30174] ppid=30163 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/30165/task/30174/stat : 30174 (java) S 30163 30165 27775 0 -1 4202560 137 0 0 0 8 2 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073786448552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30175] ppid=30163 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/30165/task/30175/stat : 30175 (java) S 30163 30165 27775 0 -1 4202560 77 0 0 0 12 4 0 0 20 0 18 0 291032796 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073785396008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30176] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30176/stat : 30176 (java) S 30163 30165 27775 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 18 0 291032797 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073302448488 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30177] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30177/stat : 30177 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291032798 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073301394808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30178] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30178/stat : 30178 (java) S 30163 30165 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 291032798 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073300341640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30179] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30179/stat : 30179 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291032800 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073299290384 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30180] ppid=30163 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5084 0 0 0 37 0 0 0 20 0 18 0 291032800 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2835 0 0 0 37 0 0 0 20 0 18 0 291032800 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291032800 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291032800 9787842560 168733 33554432000 1073741824 1073778376 140733608631232 140073295080520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9558440

[startup+6.30082 s]
/proc/loadavg: 1.16 1.25 1.81 3/213 30184
/proc/meminfo: memFree=30894704/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9625004 CPUtime=8.58 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 14047 0 1 0 814 44 0 0 20 0 19 0 291032795 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2406251 189008 2275 9 0 2396937 0
[pid=30165/tid=30167] ppid=30163 vsize=9625004 CPUtime=5.87 cores=1,3,5,7
/proc/30165/task/30167/stat : 30167 (java) R 30163 30165 27775 0 -1 4202560 3366 0 1 0 576 11 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073949061688 140073799297420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30168] ppid=30163 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/30165/task/30168/stat : 30168 (java) S 30163 30165 27775 0 -1 4202560 166 0 0 0 10 4 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073921513896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30169] ppid=30163 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/30165/task/30169/stat : 30169 (java) S 30163 30165 27775 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073920461352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30170] ppid=30163 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/30165/task/30170/stat : 30170 (java) S 30163 30165 27775 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073919408296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30171] ppid=30163 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/30165/task/30171/stat : 30171 (java) S 30163 30165 27775 0 -1 4202560 171 0 0 0 16 6 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073918355752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30172] ppid=30163 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/30165/task/30172/stat : 30172 (java) S 30163 30165 27775 0 -1 4202560 325 0 0 0 23 6 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073917303720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30173] ppid=30163 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/30165/task/30173/stat : 30173 (java) S 30163 30165 27775 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073787501608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30174] ppid=30163 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/30165/task/30174/stat : 30174 (java) S 30163 30165 27775 0 -1 4202560 165 0 0 0 16 4 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073786448552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30175] ppid=30163 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/30165/task/30175/stat : 30175 (java) S 30163 30165 27775 0 -1 4202560 99 0 0 0 18 5 0 0 20 0 19 0 291032796 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073785396008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30176] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30176/stat : 30176 (java) S 30163 30165 27775 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 291032797 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073302448488 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30177] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30177/stat : 30177 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073301394808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30178] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30178/stat : 30178 (java) S 30163 30165 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073300341640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30179] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30179/stat : 30179 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073299290384 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30180] ppid=30163 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5105 0 0 0 64 0 0 0 20 0 19 0 291032800 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2839 0 0 0 55 0 0 0 20 0 19 0 291032800 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073295080520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30184] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30184/stat : 30184 (java) S 30163 30165 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291033320 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140073294025768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.22 1.26 1.81 3/213 30184
/proc/meminfo: memFree=30889268/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9625004 CPUtime=15 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 14048 0 1 0 1455 45 0 0 20 0 19 0 291032795 9856004096 189008 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

[pid=30165/tid=30180] ppid=30163 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5123 0 0 0 78 2 0 0 20 0 19 0 291032800 9856004096 240583 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2880 0 0 0 70 0 0 0 20 0 19 0 291032800 9856004096 240583 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240583 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 97 0 0 0 37 52 0 0 20 0 19 0 291032800 9856004096 240583 33554432000 1073741824 1073778376 140733608631232 140073295080520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30184] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30184/stat : 30184 (java) S 30163 30165 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291033320 9856004096 240583 33554432000 1073741824 1073778376 140733608631232 140073294025768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.97
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 1.93 3/213 30220
/proc/meminfo: memFree=30642112/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9625004 CPUtime=1727.05 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 15133 0 1 0 172551 154 0 0 20 0 19 0 291032795 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2406251 240581 2289 9 0 2396937 0
[pid=30165/tid=30167] ppid=30163 vsize=9625004 CPUtime=1711.41 cores=1,3,5,7
/proc/30165/task/30167/stat : 30167 (java) R 30163 30165 27775 0 -1 4202560 3389 0 1 0 171102 39 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073949061424 140073799391777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30168] ppid=30163 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/30165/task/30168/stat : 30168 (java) S 30163 30165 27775 0 -1 4202560 195 0 0 0 25 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073921513896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30169] ppid=30163 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/30165/task/30169/stat : 30169 (java) S 30163 30165 27775 0 -1 4202560 75 0 0 0 22 3 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073920461352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30170] ppid=30163 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/30165/task/30170/stat : 30170 (java) S 30163 30165 27775 0 -1 4202560 95 0 0 0 31 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073919408296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30171] ppid=30163 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/30165/task/30171/stat : 30171 (java) S 30163 30165 27775 0 -1 4202560 187 0 0 0 32 7 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073918355752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30172] ppid=30163 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/30165/task/30172/stat : 30172 (java) S 30163 30165 27775 0 -1 4202560 425 0 0 0 47 10 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073917303720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30173] ppid=30163 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/30165/task/30173/stat : 30173 (java) S 30163 30165 27775 0 -1 4202560 59 0 0 0 18 3 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073787501608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30174] ppid=30163 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/30165/task/30174/stat : 30174 (java) S 30163 30165 27775 0 -1 4202560 188 0 0 0 30 5 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073786448552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30175] ppid=30163 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/30165/task/30175/stat : 30175 (java) S 30163 30165 27775 0 -1 4202560 116 0 0 0 32 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073785396008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30176] ppid=30163 vsize=9625004 CPUtime=5.41 cores=1,3,5,7
/proc/30165/task/30176/stat : 30176 (java) S 30163 30165 27775 0 -1 4202560 1119 0 0 0 536 5 0 0 20 0 19 0 291032797 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073302448488 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30177] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30177/stat : 30177 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073301394808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30178] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30178/stat : 30178 (java) S 30163 30165 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073300341640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30179] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30179/stat : 30179 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073299290384 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30180] ppid=30163 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5123 0 0 0 78 2 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2880 0 0 0 70 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 99 0 0 0 37 54 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073295080520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30184] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30184/stat : 30184 (java) S 30163 30165 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291033320 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073294025768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.05
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.93 3/214 30223
/proc/meminfo: memFree=30640304/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9625004 CPUtime=1787.05 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 15137 0 1 0 178549 156 0 0 20 0 19 0 291032795 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2406251 240581 2289 9 0 2396937 0
[pid=30165/tid=30167] ppid=30163 vsize=9625004 CPUtime=1771.23 cores=1,3,5,7
/proc/30165/task/30167/stat : 30167 (java) R 30163 30165 27775 0 -1 4202560 3389 0 1 0 177084 39 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073949061424 140073799403372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30168] ppid=30163 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/30165/task/30168/stat : 30168 (java) S 30163 30165 27775 0 -1 4202560 195 0 0 0 25 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073921513896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30169] ppid=30163 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/30165/task/30169/stat : 30169 (java) S 30163 30165 27775 0 -1 4202560 75 0 0 0 22 3 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073920461352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30170] ppid=30163 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/30165/task/30170/stat : 30170 (java) S 30163 30165 27775 0 -1 4202560 95 0 0 0 31 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073919408296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30171] ppid=30163 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/30165/task/30171/stat : 30171 (java) S 30163 30165 27775 0 -1 4202560 187 0 0 0 32 7 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073918355752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30172] ppid=30163 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/30165/task/30172/stat : 30172 (java) S 30163 30165 27775 0 -1 4202560 425 0 0 0 47 10 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073917303720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30173] ppid=30163 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/30165/task/30173/stat : 30173 (java) S 30163 30165 27775 0 -1 4202560 59 0 0 0 18 3 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073787501608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30174] ppid=30163 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/30165/task/30174/stat : 30174 (java) S 30163 30165 27775 0 -1 4202560 188 0 0 0 30 5 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073786448552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30175] ppid=30163 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/30165/task/30175/stat : 30175 (java) S 30163 30165 27775 0 -1 4202560 116 0 0 0 32 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073785396008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30176] ppid=30163 vsize=9625004 CPUtime=5.41 cores=1,3,5,7
/proc/30165/task/30176/stat : 30176 (java) S 30163 30165 27775 0 -1 4202560 1119 0 0 0 536 5 0 0 20 0 19 0 291032797 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073302448488 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30177] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30177/stat : 30177 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073301394808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30178] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30178/stat : 30178 (java) S 30163 30165 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073300341640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30179] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30179/stat : 30179 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073299290384 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30180] ppid=30163 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5123 0 0 0 78 2 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2880 0 0 0 70 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 103 0 0 0 39 55 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073295080520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30184] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30184/stat : 30184 (java) S 30163 30165 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291033320 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073294025768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.05
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.02 2.02 1.93 5/214 30282
/proc/meminfo: memFree=30717200/32873844 swapFree=7116/7116
[pid=30165] ppid=30163 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/30165/stat : 30165 (java) S 30163 30165 27775 0 -1 4202496 15137 0 1 0 179850 156 0 0 20 0 19 0 291032795 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140733608622368 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30165/statm: 2406251 240581 2289 9 0 2396937 0
[pid=30165/tid=30167] ppid=30163 vsize=9625004 CPUtime=1784.2 cores=1,3,5,7
/proc/30165/task/30167/stat : 30167 (java) R 30163 30165 27775 0 -1 4202560 3389 0 1 0 178380 40 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073949061424 140073799308220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30168] ppid=30163 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/30165/task/30168/stat : 30168 (java) S 30163 30165 27775 0 -1 4202560 195 0 0 0 25 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073921513896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30169] ppid=30163 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/30165/task/30169/stat : 30169 (java) S 30163 30165 27775 0 -1 4202560 75 0 0 0 22 3 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073920461352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30170] ppid=30163 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/30165/task/30170/stat : 30170 (java) S 30163 30165 27775 0 -1 4202560 95 0 0 0 31 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073919408296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30171] ppid=30163 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/30165/task/30171/stat : 30171 (java) S 30163 30165 27775 0 -1 4202560 187 0 0 0 32 7 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073918355752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30172] ppid=30163 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/30165/task/30172/stat : 30172 (java) S 30163 30165 27775 0 -1 4202560 425 0 0 0 47 10 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073917303720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30173] ppid=30163 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/30165/task/30173/stat : 30173 (java) S 30163 30165 27775 0 -1 4202560 59 0 0 0 18 3 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073787501608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30174] ppid=30163 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/30165/task/30174/stat : 30174 (java) S 30163 30165 27775 0 -1 4202560 188 0 0 0 30 5 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073786448552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30175] ppid=30163 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/30165/task/30175/stat : 30175 (java) S 30163 30165 27775 0 -1 4202560 116 0 0 0 32 6 0 0 20 0 19 0 291032796 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073785396008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30176] ppid=30163 vsize=9625004 CPUtime=5.41 cores=1,3,5,7
/proc/30165/task/30176/stat : 30176 (java) S 30163 30165 27775 0 -1 4202560 1119 0 0 0 536 5 0 0 20 0 19 0 291032797 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073302448488 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30177] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30177/stat : 30177 (java) S 30163 30165 27775 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073301394808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30178] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30178/stat : 30178 (java) S 30163 30165 27775 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291032798 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073300341640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30165/tid=30179] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30179/stat : 30179 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073299290384 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30180] ppid=30163 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/30165/task/30180/stat : 30180 (java) S 30163 30165 27775 0 -1 4202560 5123 0 0 0 78 2 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073298238264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30181] ppid=30163 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/30165/task/30181/stat : 30181 (java) S 30163 30165 27775 0 -1 4202560 2880 0 0 0 70 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073297185720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30165/tid=30182] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30182/stat : 30182 (java) S 30163 30165 27775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073296132856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30165/tid=30183] ppid=30163 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/30165/task/30183/stat : 30183 (java) S 30163 30165 27775 0 -1 4202560 103 0 0 0 39 55 0 0 20 0 19 0 291032800 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073295080520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30165/tid=30184] ppid=30163 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/30165/task/30184/stat : 30184 (java) S 30163 30165 27775 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291033320 9856004096 240581 33554432000 1073741824 1073778376 140733608631232 140073294025768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30165 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=559337
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=621753
# CPU time returned by wait4() is 1795.18
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.34
CPU time (s): 1800.06
CPU user time (s): 1798.5
CPU system time (s): 1.56
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 1.62175
maximum resident set size= 962444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15171
page faults= 1
swaps= 0
block input operations= 120
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38472
involuntary context switches= 16565

runsolver used 6.27105 second user time and 16.3025 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-29 01:50:43
IDJOB=3710476
IDBENCH=92672
IDSOLVER=2289
FILE ID=node102/3710476-1338249041
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_7_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-3710476-1338249041/watcher-3710476-1338249041 -o /tmp/evaluation-result-3710476-1338249041/solver-3710476-1338249041 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710476-1338249041.opb

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

MD5SUM BENCH= 3eaa96d95c87970ffa908b3a1331e29d
RANDOM SEED=618322757

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:        31680880 kB
Buffers:          150808 kB
Cached:           120232 kB
SwapCached:            0 kB
Active:           320572 kB
Inactive:          40772 kB
Active(anon):      81128 kB
Inactive(anon):    11864 kB
Active(file):     239444 kB
Inactive(file):    28908 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40004 kB
Writeback:             0 kB
AnonPages:         99760 kB
Mapped:            18260 kB
Shmem:               200 kB
Slab:             689192 kB
SReclaimable:     130772 kB
SUnreclaim:       558420 kB
KernelStack:        1592 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     693060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71484 MiB
End job on node102 at 2012-05-29 02:20:40