Trace number 3710474

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_5_mh_ic.opb
MD5SUM14d236c4d30788af1b7d25ef928578c5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4811337
Best CPU time to get the best result obtained on this benchmark1800.56
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 61017523054
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 149721291
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 61017523054
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710474-1338250697.opb
0.09/0.12	c reading problem ... 
7.06/5.26	c ... done. Wall clock time 5.141s.
7.06/5.26	c declared #vars     370300
7.06/5.26	c #constraints  855312
7.06/5.26	c constraints type 
7.06/5.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
7.06/5.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
7.06/5.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.06/5.26	c ignored satisfied constraints => 4
7.06/5.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
7.06/5.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
7.06/5.26	c 855316 constraints processed.
121.38/118.92	c cleaning 2497 clauses out of 5000 with flag 5000/5000
316.84/313.77	c cleaning 4246 clauses out of 8503 with flag 11000/11000
402.47/399.23	c cleaning 5611 clauses out of 11257 with flag 18000/18000
462.50/459.10	c cleaning 6821 clauses out of 13647 with flag 26001/26001
881.71/877.96	c cleaning 7902 clauses out of 15825 with flag 35000/35000
979.97/976.08	c cleaning 8933 clauses out of 17925 with flag 45002/45002
1184.98/1180.89	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1646.67/1642.05	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1754.26/1749.49	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1800.08/1795.12	c starts		: 88
1800.08/1795.12	c conflicts		: 84153
1800.08/1795.12	c decisions		: 498156
1800.08/1795.12	c propagations		: 486348577
1800.08/1795.12	c inspects		: 5214991758
1800.08/1795.12	c shortcuts		: 0
1800.08/1795.12	c learnt literals	: 0
1800.08/1795.12	c learnt binary clauses	: 17
1800.08/1795.12	c learnt ternary clauses	: 16
1800.08/1795.12	c learnt constraints	: 84153
1800.08/1795.12	c ignored constraints	: 0
1800.08/1795.12	c root simplifications	: 88
1800.08/1795.12	c removed literals (reason simplification)	: 1412415
1800.08/1795.12	c reason swapping (by a shorter reason)	: 0
1800.08/1795.12	c Calls to reduceDB	: 9
1800.08/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.12	c number of learned constraints concerned by reduction	: 0
1800.08/1795.12	c number of learning phase by resolution	: 0
1800.08/1795.12	c number of learning phase by cutting planes	: 0
1800.08/1795.12	c speed (assignments/second)	: 271735.16487138986
1800.08/1795.12	c non guided choices	1314
1800.08/1795.12	c learnt constraints type 
1800.08/1795.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.08/1795.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15166
1800.08/1795.13	c constraints type 
1800.08/1795.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.08/1795.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.08/1795.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.08/1795.13	c ignored satisfied constraints => 4
1800.08/1795.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.08/1795.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.08/1795.13	c 855316 constraints processed.
1800.08/1795.13	s UNKNOWN
1800.08/1795.13	c Total wall clock time (in seconds): 1795.002

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 2/174 1438
/proc/meminfo: memFree=30458656/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/1438/stat : 1438 (java) D 1436 1438 31393 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 291198365 2560000 46 33554432000 1073741824 1073778376 140734577747840 140734577744968 247055084839 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1438/statm: 625 46 37 9 0 29 0

[startup+0.056973 s]
/proc/loadavg: 1.93 1.99 1.99 2/174 1438
/proc/meminfo: memFree=30458656/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 3074 0 1 0 3 0 0 0 20 0 13 0 291198365 9446973440 3771 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100348 s]
/proc/loadavg: 1.93 1.99 1.99 2/174 1438
/proc/meminfo: memFree=30458656/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 4245 0 1 0 8 1 0 0 20 0 18 0 291198365 9787842560 5450 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2389610 5451 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300305 s]
/proc/loadavg: 1.93 1.99 1.99 2/174 1438
/proc/meminfo: memFree=30458656/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 5450 0 1 0 43 2 0 0 20 0 18 0 291198365 9787842560 13810 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2389610 13810 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700216 s]
/proc/loadavg: 1.93 1.99 1.99 2/174 1438
/proc/meminfo: memFree=30458656/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9558440 CPUtime=1.19 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 6278 0 1 0 105 14 0 0 20 0 18 0 291198365 9787842560 52716 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2389610 52716 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 1.93 1.99 1.99 2/192 1465
/proc/meminfo: memFree=30234276/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9558440 CPUtime=2.59 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 12953 0 1 0 235 24 0 0 20 0 18 0 291198365 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2389610 95660 2266 9 0 2380296 0
[pid=1438/tid=1440] ppid=1436 vsize=9558440 CPUtime=1.31 cores=1,3,5,7
/proc/1438/task/1440/stat : 1440 (java) R 1436 1438 31393 0 -1 4202560 2625 0 1 0 125 6 0 0 20 0 18 0 291198366 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124371771280 140124197713531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1441] ppid=1436 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/1438/task/1441/stat : 1441 (java) S 1436 1438 31393 0 -1 4202560 138 0 0 0 7 4 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124333271336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1442] ppid=1436 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1438/task/1442/stat : 1442 (java) S 1436 1438 31393 0 -1 4202560 105 0 0 0 1 2 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124332218536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1443] ppid=1436 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/1438/task/1443/stat : 1443 (java) S 1436 1438 31393 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124331166248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1452] ppid=1436 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1438/task/1452/stat : 1452 (java) S 1436 1438 31393 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124330113448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1453] ppid=1436 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1438/task/1453/stat : 1453 (java) S 1436 1438 31393 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124329061160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1454] ppid=1436 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1438/task/1454/stat : 1454 (java) S 1436 1438 31393 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124328008360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1455] ppid=1436 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1438/task/1455/stat : 1455 (java) S 1436 1438 31393 0 -1 4202560 141 0 0 0 7 3 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124326956072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1456] ppid=1436 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1438/task/1456/stat : 1456 (java) S 1436 1438 31393 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 291198367 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124325903272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1457] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1457/stat : 1457 (java) S 1436 1438 31393 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291198368 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124195113192 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1459] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1459/stat : 1459 (java) S 1436 1438 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291198369 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124194059256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1460] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1460/stat : 1460 (java) S 1436 1438 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291198369 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124193006856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1461] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1461/stat : 1461 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198371 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124191955344 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1462] ppid=1436 vsize=9558440 CPUtime=0.36 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5546 0 0 0 34 2 0 0 20 0 18 0 291198371 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 2800 0 0 0 31 0 0 0 20 0 18 0 291198371 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198371 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198371 9787842560 95660 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 1.93 1.99 1.99 9/211 1520
/proc/meminfo: memFree=29912708/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9558440 CPUtime=4.59 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 13489 0 1 0 421 38 0 0 20 0 18 0 291198365 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2389610 168161 2266 9 0 2380296 0
[pid=1438/tid=1440] ppid=1436 vsize=9558440 CPUtime=2.8 cores=1,3,5,7
/proc/1438/task/1440/stat : 1440 (java) S 1436 1438 31393 0 -1 4202560 2911 0 1 0 269 11 0 0 20 0 18 0 291198366 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124371778936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1441] ppid=1436 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1438/task/1441/stat : 1441 (java) R 1436 1438 31393 0 -1 4202560 149 0 0 0 10 4 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124333271216 140124374251251 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1442] ppid=1436 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1438/task/1442/stat : 1442 (java) R 1436 1438 31393 0 -1 4202560 192 0 0 0 10 3 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124332218536 140124375955631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1443] ppid=1436 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1438/task/1443/stat : 1443 (java) R 1436 1438 31393 0 -1 4202560 141 0 0 0 10 3 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124331166424 140124375955640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1452] ppid=1436 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1438/task/1452/stat : 1452 (java) R 1436 1438 31393 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124330113624 140124375941888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1453] ppid=1436 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1438/task/1453/stat : 1453 (java) R 1436 1438 31393 0 -1 4202560 47 0 0 0 7 3 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124329061160 140124375955631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1454] ppid=1436 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/1438/task/1454/stat : 1454 (java) R 1436 1438 31393 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124328008536 140124375955631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1455] ppid=1436 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1438/task/1455/stat : 1455 (java) R 1436 1438 31393 0 -1 4202560 153 0 0 0 9 4 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124326956248 140124374339755 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1456] ppid=1436 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/1438/task/1456/stat : 1456 (java) R 1436 1438 31393 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 18 0 291198367 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124325903448 140124375955631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1457] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1457/stat : 1457 (java) S 1436 1438 31393 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291198368 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124195112072 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1459] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1459/stat : 1459 (java) S 1436 1438 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291198369 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124194059256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1460] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1460/stat : 1460 (java) S 1436 1438 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291198369 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124193006856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1461] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1461/stat : 1461 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198371 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124191955344 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1462] ppid=1436 vsize=9558440 CPUtime=0.4 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5570 0 0 0 38 2 0 0 20 0 18 0 291198371 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9558440 CPUtime=0.35 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 2813 0 0 0 35 0 0 0 20 0 18 0 291198371 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198371 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198371 9787842560 168161 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9558440

[startup+6.30082 s]
/proc/loadavg: 1.85 1.97 1.99 3/213 1522
/proc/meminfo: memFree=29359008/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9625004 CPUtime=8.59 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 14540 0 1 0 812 47 0 0 20 0 19 0 291198365 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2406251 189060 2275 9 0 2396937 0
[pid=1438/tid=1440] ppid=1436 vsize=9625004 CPUtime=5.86 cores=1,3,5,7
/proc/1438/task/1440/stat : 1440 (java) R 1436 1438 31393 0 -1 4202560 3358 0 1 0 574 12 0 0 20 0 19 0 291198366 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124371780104 140124198070996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1441] ppid=1436 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/1438/task/1441/stat : 1441 (java) S 1436 1438 31393 0 -1 4202560 170 0 0 0 16 5 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124333271336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1442] ppid=1436 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/1438/task/1442/stat : 1442 (java) S 1436 1438 31393 0 -1 4202560 227 0 0 0 20 6 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124332218536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1443] ppid=1436 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1438/task/1443/stat : 1443 (java) S 1436 1438 31393 0 -1 4202560 152 0 0 0 13 4 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124331166248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1452] ppid=1436 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/1438/task/1452/stat : 1452 (java) S 1436 1438 31393 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124330113448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1453] ppid=1436 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/1438/task/1453/stat : 1453 (java) S 1436 1438 31393 0 -1 4202560 78 0 0 0 12 3 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124329061160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1454] ppid=1436 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1438/task/1454/stat : 1454 (java) S 1436 1438 31393 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124328008360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1455] ppid=1436 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1438/task/1455/stat : 1455 (java) S 1436 1438 31393 0 -1 4202560 283 0 0 0 12 5 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124326956072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1456] ppid=1436 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1438/task/1456/stat : 1456 (java) S 1436 1438 31393 0 -1 4202560 86 0 0 0 13 4 0 0 20 0 19 0 291198367 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124325903272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1457] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1457/stat : 1457 (java) S 1436 1438 31393 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 291198368 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124195113192 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1459/stat : 1459 (java) S 1436 1438 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124194059256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1460/stat : 1460 (java) S 1436 1438 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124193006856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1461/stat : 1461 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124191955344 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5592 0 0 0 54 2 0 0 20 0 19 0 291198371 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 2820 0 0 0 64 0 0 0 20 0 19 0 291198371 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1522] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1522/stat : 1522 (java) S 1436 1438 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198898 9856004096 189060 33554432000 1073741824 1073778376 140735410353712 140124186690472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.86 1.97 1.99 3/213 1522
/proc/meminfo: memFree=29347956/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9625004 CPUtime=15 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 14541 0 1 0 1453 47 0 0 20 0 19 0 291198365 9856004096 188925 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=1438/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5598 0 0 0 63 2 0 0 20 0 19 0 291198371 9856004096 239305 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 3166 0 0 0 84 1 0 0 20 0 19 0 291198371 9856004096 239305 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239305 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 99 0 0 0 44 51 0 0 20 0 19 0 291198371 9856004096 239305 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1522] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1522/stat : 1522 (java) S 1436 1438 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198898 9856004096 239305 33554432000 1073741824 1073778376 140735410353712 140124186690472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.13
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1539
/proc/meminfo: memFree=29024592/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9625004 CPUtime=1787.25 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 15942 0 1 0 178580 145 0 0 20 0 19 0 291198365 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2406251 239303 2289 9 0 2396937 0
[pid=1438/tid=1440] ppid=1436 vsize=9625004 CPUtime=1775.94 cores=1,3,5,7
/proc/1438/task/1440/stat : 1440 (java) R 1436 1438 31393 0 -1 4202560 3383 0 1 0 177554 40 0 0 20 0 19 0 291198366 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124371779872 140124198166401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1441] ppid=1436 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/1438/task/1441/stat : 1441 (java) S 1436 1438 31393 0 -1 4202560 196 0 0 0 36 8 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124333271336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1442] ppid=1436 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1438/task/1442/stat : 1442 (java) S 1436 1438 31393 0 -1 4202560 247 0 0 0 38 7 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124332218536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1443] ppid=1436 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/1438/task/1443/stat : 1443 (java) S 1436 1438 31393 0 -1 4202560 175 0 0 0 31 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124331166248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1452] ppid=1436 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1438/task/1452/stat : 1452 (java) S 1436 1438 31393 0 -1 4202560 99 0 0 0 29 6 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124330113448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1453] ppid=1436 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1438/task/1453/stat : 1453 (java) S 1436 1438 31393 0 -1 4202560 112 0 0 0 32 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124329061160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1454] ppid=1436 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/1438/task/1454/stat : 1454 (java) S 1436 1438 31393 0 -1 4202560 66 0 0 0 23 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124328008360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1455] ppid=1436 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/1438/task/1455/stat : 1455 (java) S 1436 1438 31393 0 -1 4202560 416 0 0 0 33 7 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124326956072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1456] ppid=1436 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1438/task/1456/stat : 1456 (java) S 1436 1438 31393 0 -1 4202560 112 0 0 0 31 6 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124325903272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1457] ppid=1436 vsize=9625004 CPUtime=5.4 cores=1,3,5,7
/proc/1438/task/1457/stat : 1457 (java) S 1436 1438 31393 0 -1 4202560 1088 0 0 0 535 5 0 0 20 0 19 0 291198368 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124195113192 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1459/stat : 1459 (java) S 1436 1438 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124194059256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1460/stat : 1460 (java) S 1436 1438 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124193006856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1461/stat : 1461 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124191955344 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5598 0 0 0 63 2 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 3166 0 0 0 84 1 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 103 0 0 0 46 53 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1522] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1522/stat : 1522 (java) S 1436 1438 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198898 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124186690472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.25
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1539
/proc/meminfo: memFree=29024592/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 15942 0 1 0 179862 146 0 0 20 0 19 0 291198365 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2406251 239303 2289 9 0 2396937 0
[pid=1438/tid=1440] ppid=1436 vsize=9625004 CPUtime=1788.75 cores=1,3,5,7
/proc/1438/task/1440/stat : 1440 (java) R 1436 1438 31393 0 -1 4202560 3383 0 1 0 178834 41 0 0 20 0 19 0 291198366 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124371779872 140124198111752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1441] ppid=1436 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/1438/task/1441/stat : 1441 (java) S 1436 1438 31393 0 -1 4202560 196 0 0 0 36 8 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124333271336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1442] ppid=1436 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1438/task/1442/stat : 1442 (java) S 1436 1438 31393 0 -1 4202560 247 0 0 0 38 7 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124332218536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1443] ppid=1436 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/1438/task/1443/stat : 1443 (java) S 1436 1438 31393 0 -1 4202560 175 0 0 0 31 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124331166248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1452] ppid=1436 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1438/task/1452/stat : 1452 (java) S 1436 1438 31393 0 -1 4202560 99 0 0 0 29 6 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124330113448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1453] ppid=1436 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1438/task/1453/stat : 1453 (java) S 1436 1438 31393 0 -1 4202560 112 0 0 0 32 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124329061160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1454] ppid=1436 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/1438/task/1454/stat : 1454 (java) S 1436 1438 31393 0 -1 4202560 66 0 0 0 23 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124328008360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1455] ppid=1436 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/1438/task/1455/stat : 1455 (java) S 1436 1438 31393 0 -1 4202560 416 0 0 0 33 7 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124326956072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1456] ppid=1436 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1438/task/1456/stat : 1456 (java) S 1436 1438 31393 0 -1 4202560 112 0 0 0 31 6 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124325903272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1457] ppid=1436 vsize=9625004 CPUtime=5.4 cores=1,3,5,7
/proc/1438/task/1457/stat : 1457 (java) S 1436 1438 31393 0 -1 4202560 1088 0 0 0 535 5 0 0 20 0 19 0 291198368 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124195113192 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1459/stat : 1459 (java) S 1436 1438 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124194059256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1460/stat : 1460 (java) S 1436 1438 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124193006856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1461/stat : 1461 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124191955344 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5598 0 0 0 63 2 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 3166 0 0 0 84 1 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 103 0 0 0 47 53 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1522] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1522/stat : 1522 (java) S 1436 1438 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198898 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124186690472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1539
/proc/meminfo: memFree=29024592/32873844 swapFree=7108/7108
[pid=1438] ppid=1436 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/1438/stat : 1438 (java) S 1436 1438 31393 0 -1 4202496 15942 0 1 0 179862 146 0 0 20 0 19 0 291198365 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140735410344848 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1438/statm: 2406251 239303 2289 9 0 2396937 0
[pid=1438/tid=1440] ppid=1436 vsize=9625004 CPUtime=1788.75 cores=1,3,5,7
/proc/1438/task/1440/stat : 1440 (java) R 1436 1438 31393 0 -1 4202560 3383 0 1 0 178834 41 0 0 20 0 19 0 291198366 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124371779872 140124198111752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1441] ppid=1436 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/1438/task/1441/stat : 1441 (java) S 1436 1438 31393 0 -1 4202560 196 0 0 0 36 8 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124333271336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1442] ppid=1436 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1438/task/1442/stat : 1442 (java) S 1436 1438 31393 0 -1 4202560 247 0 0 0 38 7 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124332218536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1443] ppid=1436 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/1438/task/1443/stat : 1443 (java) S 1436 1438 31393 0 -1 4202560 175 0 0 0 31 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124331166248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1452] ppid=1436 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1438/task/1452/stat : 1452 (java) S 1436 1438 31393 0 -1 4202560 99 0 0 0 29 6 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124330113448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1453] ppid=1436 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1438/task/1453/stat : 1453 (java) S 1436 1438 31393 0 -1 4202560 112 0 0 0 32 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124329061160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1454] ppid=1436 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/1438/task/1454/stat : 1454 (java) S 1436 1438 31393 0 -1 4202560 66 0 0 0 23 5 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124328008360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1455] ppid=1436 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/1438/task/1455/stat : 1455 (java) S 1436 1438 31393 0 -1 4202560 416 0 0 0 33 7 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124326956072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1456] ppid=1436 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1438/task/1456/stat : 1456 (java) S 1436 1438 31393 0 -1 4202560 112 0 0 0 31 6 0 0 20 0 19 0 291198367 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124325903272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1438/tid=1457] ppid=1436 vsize=9625004 CPUtime=5.4 cores=1,3,5,7
/proc/1438/task/1457/stat : 1457 (java) S 1436 1438 31393 0 -1 4202560 1088 0 0 0 535 5 0 0 20 0 19 0 291198368 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124195113192 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1459/stat : 1459 (java) S 1436 1438 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124194059256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1460/stat : 1460 (java) S 1436 1438 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198369 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124193006856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1461/stat : 1461 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124191955344 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1438/task/1462/stat : 1462 (java) S 1436 1438 31393 0 -1 4202560 5598 0 0 0 63 2 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124190902968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1438/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1438/task/1463/stat : 1463 (java) S 1436 1438 31393 0 -1 4202560 3166 0 0 0 84 1 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124189850168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1464/stat : 1464 (java) S 1436 1438 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124188798072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1438/tid=1465] ppid=1436 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/1438/task/1465/stat : 1465 (java) S 1436 1438 31393 0 -1 4202560 103 0 0 0 47 53 0 0 20 0 19 0 291198371 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124187745480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1438/tid=1522] ppid=1436 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1438/task/1522/stat : 1522 (java) S 1436 1438 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198898 9856004096 239303 33554432000 1073741824 1073778376 140735410353712 140124186690472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1438 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=307615
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=642750
# CPU time returned by wait4() is 1799.95
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.14
CPU time (s): 1800.08
CPU user time (s): 1798.62
CPU system time (s): 1.46
CPU usage (%): 100.275
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.64275
maximum resident set size= 957348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15979
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38417
involuntary context switches= 8568

runsolver used 6.65099 second user time and 16.1235 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-29 02:18:18
IDJOB=3710474
IDBENCH=92688
IDSOLVER=2289
FILE ID=node103/3710474-1338250697
RUNJOBID= node103-1338248899-1285
PBS_JOBID= 14624635
Free space on /tmp= 71480 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_5_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-3710474-1338250697/watcher-3710474-1338250697 -o /tmp/evaluation-result-3710474-1338250697/solver-3710474-1338250697 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710474-1338250697.opb

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

MD5SUM BENCH= 14d236c4d30788af1b7d25ef928578c5
RANDOM SEED=2097674224

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.92
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		: 2666.189
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		: 2666.189
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		: 2666.189
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	: 5411.36
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		: 2666.189
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		: 2666.189
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:        30459036 kB
Buffers:          746996 kB
Cached:           738652 kB
SwapCached:         4492 kB
Active:          1117648 kB
Inactive:         385340 kB
Active(anon):       4940 kB
Inactive(anon):     6216 kB
Active(file):    1112708 kB
Inactive(file):   379124 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             38524 kB
Writeback:             0 kB
AnonPages:         12556 kB
Mapped:            11644 kB
Shmem:                 8 kB
Slab:             771612 kB
SReclaimable:     213524 kB
SUnreclaim:       558088 kB
KernelStack:        1616 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71504 MiB
End job on node103 at 2012-05-29 02:48:15