Trace number 3709973

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 1791.36

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/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.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709973-1338188099.opb
0.10/0.12	c reading problem ... 
44.35/37.83	c ... done. Wall clock time 37.71s.
44.35/37.83	c declared #vars     248659
44.35/37.83	c #constraints  5556400
44.35/37.83	c constraints type 
44.35/37.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
44.35/37.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
44.35/37.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
44.35/37.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
44.35/37.83	c 5556400 constraints processed.
72.46/65.47	c cleaning 2437 clauses out of 5000 with flag 5000/5000
88.25/80.36	c cleaning 4277 clauses out of 8566 with flag 11003/11003
100.34/92.49	c cleaning 5641 clauses out of 11287 with flag 18001/18001
115.35/107.50	c cleaning 6821 clauses out of 13646 with flag 26001/26001
129.67/121.77	c cleaning 7908 clauses out of 15824 with flag 35000/35000
142.27/134.30	c cleaning 8948 clauses out of 17916 with flag 45000/45000
159.27/151.39	c cleaning 9980 clauses out of 19968 with flag 56000/56000
175.18/167.24	c cleaning 10994 clauses out of 21988 with flag 68000/68000
194.77/186.89	c cleaning 11995 clauses out of 23995 with flag 81001/81001
210.67/202.73	c cleaning 12994 clauses out of 26001 with flag 95002/95002
230.18/222.24	c cleaning 13996 clauses out of 28005 with flag 110000/110000
256.00/248.05	c cleaning 14999 clauses out of 30009 with flag 126000/126000
280.03/272.00	c cleaning 15995 clauses out of 32010 with flag 143000/143000
304.05/296.09	c cleaning 17004 clauses out of 34015 with flag 161000/161000
334.08/326.01	c cleaning 18001 clauses out of 36012 with flag 180001/180001
363.90/355.87	c cleaning 19006 clauses out of 38011 with flag 200001/200001
390.53/382.45	c cleaning 19996 clauses out of 40004 with flag 221000/221000
416.57/408.45	c cleaning 21001 clauses out of 42008 with flag 243000/243000
455.11/446.98	c cleaning 22002 clauses out of 44007 with flag 266000/266000
490.45/482.22	c cleaning 22997 clauses out of 46005 with flag 290000/290000
525.90/517.60	c cleaning 24000 clauses out of 48008 with flag 315000/315000
565.96/557.68	c cleaning 24996 clauses out of 50008 with flag 341000/341000
605.10/596.70	c cleaning 26004 clauses out of 52012 with flag 368000/368000
655.39/647.03	c cleaning 26997 clauses out of 54008 with flag 396000/396000
699.29/690.98	c cleaning 27999 clauses out of 56011 with flag 425000/425000
739.99/731.62	c cleaning 28996 clauses out of 58014 with flag 455002/455002
788.98/780.60	c cleaning 30001 clauses out of 60019 with flag 486003/486003
833.88/825.56	c cleaning 31001 clauses out of 62015 with flag 518000/518000
892.17/883.88	c cleaning 31999 clauses out of 64014 with flag 551000/551000
956.06/947.78	c cleaning 33003 clauses out of 66015 with flag 585000/585000
1017.95/1009.60	c cleaning 33993 clauses out of 68012 with flag 620000/620000
1073.24/1064.93	c cleaning 35001 clauses out of 70020 with flag 656001/656001
1137.04/1128.79	c cleaning 36007 clauses out of 72018 with flag 693000/693000
1205.24/1196.96	c cleaning 37000 clauses out of 74011 with flag 731000/731000
1288.92/1280.60	c cleaning 37987 clauses out of 76011 with flag 770000/770000
1351.72/1343.47	c cleaning 39002 clauses out of 78028 with flag 810004/810004
1418.91/1410.62	c cleaning 40006 clauses out of 80023 with flag 851001/851001
1493.70/1485.32	c cleaning 40996 clauses out of 82016 with flag 893000/893000
1563.17/1554.78	c cleaning 42006 clauses out of 84020 with flag 936000/936000
1638.84/1630.35	c cleaning 42998 clauses out of 86014 with flag 980000/980000
1716.29/1707.76	c cleaning 43999 clauses out of 88018 with flag 1025002/1025002
1782.48/1773.90	c cleaning 45002 clauses out of 90019 with flag 1071002/1071002
1800.00/1791.31	c starts		: 189
1800.00/1791.31	c conflicts		: 1084586
1800.00/1791.31	c decisions		: 2591104
1800.00/1791.31	c propagations		: 2809243096
1800.00/1791.31	c inspects		: 10881700763
1800.00/1791.31	c shortcuts		: 0
1800.00/1791.31	c learnt literals	: 0
1800.00/1791.31	c learnt binary clauses	: 8
1800.00/1791.31	c learnt ternary clauses	: 29
1800.00/1791.31	c learnt constraints	: 1084586
1800.00/1791.31	c ignored constraints	: 0
1800.00/1791.31	c root simplifications	: 189
1800.00/1791.31	c removed literals (reason simplification)	: 52170666
1800.00/1791.31	c reason swapping (by a shorter reason)	: 0
1800.00/1791.31	c Calls to reduceDB	: 42
1800.00/1791.31	c number of reductions to clauses (during analyze)	: 0
1800.00/1791.31	c number of learned constraints concerned by reduction	: 0
1800.00/1791.31	c number of learning phase by resolution	: 0
1800.00/1791.31	c number of learning phase by cutting planes	: 0
1800.00/1791.31	c speed (assignments/second)	: 1602138.831651965
1800.00/1791.31	c non guided choices	153568
1800.00/1791.34	c learnt constraints type 
1800.00/1791.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.00/1791.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58603
1800.00/1791.34	c constraints type 
1800.00/1791.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
1800.00/1791.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
1800.00/1791.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
1800.00/1791.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
1800.00/1791.34	c 5556400 constraints processed.
1800.00/1791.34	s UNKNOWN
1800.00/1791.34	c Total wall clock time (in seconds): 1791.222

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

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

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


[startup+0 s]
/proc/loadavg: 2.34 2.11 2.03 3/192 20045
/proc/meminfo: memFree=29158064/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/20045/stat : 20045 (java) R 20043 20045 15185 0 -1 4202496 1137 0 0 0 0 0 0 0 20 0 1 0 284935907 23793664 864 33554432000 1073741824 1073778376 140735436609008 140735436598072 140406281270032 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 5793 858 647 9 0 128 0
[pid=20045/tid=20046] ppid=20043 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 284935907 24780800 867 33554432000 1073741824 1073778376 140735436609008 140735436598072 252263143601 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.0627139 s]
/proc/loadavg: 2.34 2.11 2.03 3/192 20045
/proc/meminfo: memFree=29158064/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 3277 0 1 0 4 1 0 0 20 0 18 0 284935907 9787842560 4485 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 4485 1766 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 2067 0 1 0 2 2 0 0 20 0 18 0 284935907 9787842560 4485 33554432000 1073741824 1073778376 140735436609008 140406279715488 252266472717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100317 s]
/proc/loadavg: 2.34 2.11 2.03 3/192 20045
/proc/meminfo: memFree=29158064/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 4301 0 1 0 9 1 0 0 20 0 18 0 284935907 9787842560 6017 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 6020 2116 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 2434 0 1 0 6 2 0 0 20 0 18 0 284935907 9787842560 6021 33554432000 1073741824 1073778376 140735436609008 140406279696464 252262715211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300281 s]
/proc/loadavg: 2.34 2.11 2.03 3/192 20045
/proc/meminfo: memFree=29158064/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=0.44 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 5352 0 1 0 41 3 0 0 20 0 18 0 284935907 9787842560 15897 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 15897 2223 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 2518 0 1 0 24 3 0 0 20 0 18 0 284935907 9787842560 15897 33554432000 1073741824 1073778376 140735436609008 140406279697552 252266462264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700302 s]
/proc/loadavg: 2.34 2.11 2.03 3/192 20045
/proc/meminfo: memFree=29158064/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=1.2 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 6696 0 1 0 112 8 0 0 20 0 18 0 284935907 9787842560 50369 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 50369 2255 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=0.64 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 2579 0 1 0 57 7 0 0 20 0 18 0 284935907 9787842560 50369 33554432000 1073741824 1073778376 140735436609008 140406279704640 140406122113225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558440

[startup+1.50077 s]
/proc/loadavg: 2.39 2.12 2.03 8/210 20063
/proc/meminfo: memFree=28838376/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=2.26 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 8779 0 1 0 203 23 0 0 20 0 18 0 284935907 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 145643 2255 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=1.37 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 2742 0 1 0 122 15 0 0 20 0 18 0 284935907 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406279712200 140406121974868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20048] ppid=20043 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20045 15185 0 -1 4202560 35 0 0 0 2 3 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406241204648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=20045/tid=20049] ppid=20043 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20045 15185 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406240152104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20050] ppid=20043 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20045 15185 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406121556136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20051] ppid=20043 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20045 15185 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406120503592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20052] ppid=20043 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20045 15185 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406119451560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20053] ppid=20043 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20045 15185 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406118399016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20054] ppid=20043 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20045 15185 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406117345960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20055] ppid=20043 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20045 15185 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 284935908 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140406116293416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20056] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20045 15185 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405633964392 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20057] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20045 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405632910712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20058] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20045 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405631857544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20059] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405630806288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20060] ppid=20043 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 1510 0 0 0 26 0 0 0 20 0 18 0 284935912 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 2775 0 0 0 26 1 0 0 20 0 18 0 284935912 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 145643 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558440

[startup+3.10076 s]
/proc/loadavg: 2.39 2.12 2.03 3/210 20063
/proc/meminfo: memFree=28557744/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=4.13 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 10082 0 1 0 368 45 0 0 20 0 18 0 284935907 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 277702 2255 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=2.88 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 2975 0 1 0 259 29 0 0 20 0 18 0 284935907 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406279711544 140406121969448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20048] ppid=20043 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20045 15185 0 -1 4202560 133 0 0 0 4 3 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406241204648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=20045/tid=20049] ppid=20043 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20045 15185 0 -1 4202560 143 0 0 0 6 2 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406240152104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20050] ppid=20043 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20045 15185 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406121556136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20051] ppid=20043 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20045 15185 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406120503592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20052] ppid=20043 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20045 15185 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406119451560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20053] ppid=20043 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20045 15185 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406118399016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20054] ppid=20043 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20045 15185 0 -1 4202560 166 0 0 0 7 3 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406117345960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20055] ppid=20043 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20045 15185 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 284935908 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140406116293416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20056] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20045 15185 0 -1 4202560 949 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405633964392 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20057] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20045 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405632910712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20058] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20045 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405631857544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20059] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405630806288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20060] ppid=20043 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 1510 0 0 0 26 0 0 0 20 0 18 0 284935912 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 2815 0 0 0 30 1 0 0 20 0 18 0 284935912 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 277702 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9558440

[startup+6.30071 s]
/proc/loadavg: 2.39 2.12 2.03 3/210 20063
/proc/meminfo: memFree=27007436/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9558440 CPUtime=7.79 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 11537 0 1 0 704 75 0 0 20 0 18 0 284935907 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2389610 548252 2255 9 0 2380296 0
[pid=20045/tid=20046] ppid=20043 vsize=9558440 CPUtime=5.92 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) S 20043 20045 15185 0 -1 4202560 3540 0 1 0 544 48 0 0 20 0 18 0 284935907 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406279711544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20048] ppid=20043 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) R 20043 20045 15185 0 -1 4202560 182 0 0 0 8 4 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406241204648 140406282184435 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0
[pid=20045/tid=20049] ppid=20043 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) R 20043 20045 15185 0 -1 4202560 257 0 0 0 14 4 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406240152104 140406282184385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20050] ppid=20043 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) R 20043 20045 15185 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406121556312 140406286609071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20051] ppid=20043 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) R 20043 20045 15185 0 -1 4202560 167 0 0 0 10 3 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406120503768 140406286609324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20052] ppid=20043 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) R 20043 20045 15185 0 -1 4202560 150 0 0 0 13 4 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406119451736 140406286611504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20053] ppid=20043 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) R 20043 20045 15185 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406118399016 140406283469964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20054] ppid=20043 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) R 20043 20045 15185 0 -1 4202560 270 0 0 0 13 4 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406117346136 140406286609324 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20055] ppid=20043 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) R 20043 20045 15185 0 -1 4202560 104 0 0 0 10 2 0 0 20 0 18 0 284935908 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140406116293416 252266460220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20056] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20045 15185 0 -1 4202560 1260 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405633963272 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20057] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20045 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405632910712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20058] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20045 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 284935909 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405631857544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20059] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405630806288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20060] ppid=20043 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 1510 0 0 0 26 0 0 0 20 0 18 0 284935912 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 2819 0 0 0 31 1 0 0 20 0 18 0 284935912 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284935912 9787842560 548252 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=20045/tid=20060] ppid=20043 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 9168 0 0 0 105 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 3434 0 0 0 64 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 99 0 0 0 46 37 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20064] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20064/stat : 20064 (java) S 20043 20045 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284939695 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405625541672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1730.89
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.01 1.41 1.75 2/187 20129
/proc/meminfo: memFree=26213784/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9625004 CPUtime=1790.98 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 23915 0 1 0 178887 211 0 0 20 0 19 0 284935907 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2406251 839601 2289 9 0 2396937 0
[pid=20045/tid=20046] ppid=20043 vsize=9625004 CPUtime=1698.85 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 4314 0 1 0 169790 95 0 0 20 0 19 0 284935907 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406279713072 140406122376480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20048] ppid=20043 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20045 15185 0 -1 4202560 563 0 0 0 89 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406241204648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 1 0 0
[pid=20045/tid=20049] ppid=20043 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20045 15185 0 -1 4202560 564 0 0 0 87 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406240152104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20050] ppid=20043 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20045 15185 0 -1 4202560 443 0 0 0 85 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406121556136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20051] ppid=20043 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20045 15185 0 -1 4202560 497 0 0 0 84 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406120503592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20052] ppid=20043 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20045 15185 0 -1 4202560 448 0 0 0 105 12 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406119451560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20053] ppid=20043 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20045 15185 0 -1 4202560 549 0 0 0 115 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406118399016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20054] ppid=20043 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20045 15185 0 -1 4202560 565 0 0 0 102 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406117345960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20055] ppid=20043 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20045 15185 0 -1 4202560 430 0 0 0 89 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406116293416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20056] ppid=20043 vsize=9625004 CPUtime=76.21 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20045 15185 0 -1 4202560 1655 0 0 0 7615 6 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405633964392 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20057] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20045 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405632910712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20058] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20045 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405631857544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20059] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405630806288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20060] ppid=20043 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 9168 0 0 0 105 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 3434 0 0 0 64 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 103 0 0 0 49 38 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20064] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20064/stat : 20064 (java) S 20043 20045 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284939695 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405625541672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1790.98
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.01 1.40 1.74 2/186 20129
/proc/meminfo: memFree=26214032/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9625004 CPUtime=1800 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 23915 0 1 0 179789 211 0 0 20 0 19 0 284935907 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2406251 839601 2289 9 0 2396937 0
[pid=20045/tid=20046] ppid=20043 vsize=9625004 CPUtime=1707.83 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 4314 0 1 0 170688 95 0 0 20 0 19 0 284935907 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406279713072 140406122483308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20048] ppid=20043 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20045 15185 0 -1 4202560 563 0 0 0 89 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406241204648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 1 0 0
[pid=20045/tid=20049] ppid=20043 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20045 15185 0 -1 4202560 564 0 0 0 87 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406240152104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20050] ppid=20043 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20045 15185 0 -1 4202560 443 0 0 0 85 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406121556136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20051] ppid=20043 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20045 15185 0 -1 4202560 497 0 0 0 84 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406120503592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20052] ppid=20043 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20045 15185 0 -1 4202560 448 0 0 0 105 12 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406119451560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20053] ppid=20043 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20045 15185 0 -1 4202560 549 0 0 0 115 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406118399016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20054] ppid=20043 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20045 15185 0 -1 4202560 565 0 0 0 102 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406117345960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20055] ppid=20043 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20045 15185 0 -1 4202560 430 0 0 0 89 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406116293416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20056] ppid=20043 vsize=9625004 CPUtime=76.21 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20045 15185 0 -1 4202560 1655 0 0 0 7615 6 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405633964392 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20057] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20045 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405632910712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20058] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20045 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405631857544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20059] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405630806288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20060] ppid=20043 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 9168 0 0 0 105 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 3434 0 0 0 64 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 103 0 0 0 49 38 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20064] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20064/stat : 20064 (java) S 20043 20045 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284939695 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405625541672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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+1791.3 s]
/proc/loadavg: 1.01 1.40 1.74 2/186 20129
/proc/meminfo: memFree=26214032/32873852 swapFree=7624/7624
[pid=20045] ppid=20043 vsize=9625004 CPUtime=1800 cores=1,3,5,7
/proc/20045/stat : 20045 (java) S 20043 20045 15185 0 -1 4202496 23915 0 1 0 179789 211 0 0 20 0 19 0 284935907 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140735436600144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20045/statm: 2406251 839601 2289 9 0 2396937 0
[pid=20045/tid=20046] ppid=20043 vsize=9625004 CPUtime=1707.83 cores=1,3,5,7
/proc/20045/task/20046/stat : 20046 (java) R 20043 20045 15185 0 -1 4202560 4314 0 1 0 170688 95 0 0 20 0 19 0 284935907 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406279713072 140406122483308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20048] ppid=20043 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/20045/task/20048/stat : 20048 (java) S 20043 20045 15185 0 -1 4202560 563 0 0 0 89 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406241204648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 1 0 0
[pid=20045/tid=20049] ppid=20043 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/20045/task/20049/stat : 20049 (java) S 20043 20045 15185 0 -1 4202560 564 0 0 0 87 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406240152104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20050] ppid=20043 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/20045/task/20050/stat : 20050 (java) S 20043 20045 15185 0 -1 4202560 443 0 0 0 85 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406121556136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20051] ppid=20043 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/20045/task/20051/stat : 20051 (java) S 20043 20045 15185 0 -1 4202560 497 0 0 0 84 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406120503592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20052] ppid=20043 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/20045/task/20052/stat : 20052 (java) S 20043 20045 15185 0 -1 4202560 448 0 0 0 105 12 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406119451560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20053] ppid=20043 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/20045/task/20053/stat : 20053 (java) S 20043 20045 15185 0 -1 4202560 549 0 0 0 115 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406118399016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20054] ppid=20043 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/20045/task/20054/stat : 20054 (java) S 20043 20045 15185 0 -1 4202560 565 0 0 0 102 10 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406117345960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20055] ppid=20043 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/20045/task/20055/stat : 20055 (java) S 20043 20045 15185 0 -1 4202560 430 0 0 0 89 9 0 0 20 0 19 0 284935908 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140406116293416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20056] ppid=20043 vsize=9625004 CPUtime=76.21 cores=1,3,5,7
/proc/20045/task/20056/stat : 20056 (java) S 20043 20045 15185 0 -1 4202560 1655 0 0 0 7615 6 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405633964392 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20057] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20057/stat : 20057 (java) S 20043 20045 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405632910712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20058] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20058/stat : 20058 (java) S 20043 20045 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284935909 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405631857544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20059] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20059/stat : 20059 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405630806288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20045/tid=20060] ppid=20043 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/20045/task/20060/stat : 20060 (java) S 20043 20045 15185 0 -1 4202560 9168 0 0 0 105 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405629754168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20045/tid=20061] ppid=20043 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/20045/task/20061/stat : 20061 (java) S 20043 20045 15185 0 -1 4202560 3434 0 0 0 64 2 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405628701624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20062] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20062/stat : 20062 (java) S 20043 20045 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405627648760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20045/tid=20063] ppid=20043 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/20045/task/20063/stat : 20063 (java) S 20043 20045 15185 0 -1 4202560 103 0 0 0 49 38 0 0 20 0 19 0 284935912 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405626596424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20045/tid=20064] ppid=20043 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20045/task/20064/stat : 20064 (java) S 20043 20045 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284939695 9856004096 839601 33554432000 1073741824 1073778376 140735436609008 140405625541672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20045 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=970427
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=380638
# CPU time returned by wait4() is 1795.35
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.36
CPU time (s): 1800
CPU user time (s): 1797.89
CPU system time (s): 2.11
CPU usage (%): 100.482
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.97
system time used= 2.38064
maximum resident set size= 3368172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23952
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39003
involuntary context switches= 31056

runsolver used 6.04008 second user time and 16.6635 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 08:55:04
IDJOB=3709973
IDBENCH=89632
IDSOLVER=2289
FILE ID=node131/3709973-1338188099
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.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-3709973-1338188099/watcher-3709973-1338188099 -o /tmp/evaluation-result-3709973-1338188099/solver-3709973-1338188099 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709973-1338188099.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=296462606

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29158328 kB
Buffers:          350516 kB
Cached:          2117808 kB
SwapCached:         2172 kB
Active:          1215352 kB
Inactive:        1646820 kB
Active(anon):     395652 kB
Inactive(anon):      816 kB
Active(file):     819700 kB
Inactive(file):  1646004 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:            265720 kB
Writeback:             0 kB
AnonPages:        407304 kB
Mapped:            22516 kB
Shmem:                 0 kB
Slab:             705712 kB
SReclaimable:     143324 kB
SUnreclaim:       562388 kB
KernelStack:        1560 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1086908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71472 MiB
End job on node131 at 2012-05-28 09:24:58