Trace number 3709886

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.04 1779.76

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
MD5SUMdab917560b0808668d6327532459772d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.092985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3709886-1338151361.opb
0.07/0.14	c reading problem ... 
0.23/0.29	c ... done. Wall clock time 0.154s.
0.23/0.29	c declared #vars     4970
0.23/0.29	c #constraints  141
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.23/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.23/0.29	c 141 constraints processed.
8.14/7.53	c cleaning 2515 clauses out of 5041 with flag 5041/5041
19.98/19.21	c cleaning 4240 clauses out of 8485 with flag 11000/11000
34.75/33.85	c cleaning 5643 clauses out of 11292 with flag 18047/18047
52.73/51.45	c cleaning 6801 clauses out of 13602 with flag 26000/26000
77.12/75.61	c cleaning 7903 clauses out of 15805 with flag 35004/35004
106.87/105.16	c cleaning 8967 clauses out of 17939 with flag 45041/45041
138.39/136.47	c cleaning 9974 clauses out of 19947 with flag 56016/56016
170.08/167.39	c cleaning 10979 clauses out of 21959 with flag 68002/68002
224.87/221.43	c cleaning 12008 clauses out of 24015 with flag 81037/81037
271.98/267.90	c cleaning 12982 clauses out of 25971 with flag 95001/95001
344.36/339.58	c cleaning 13990 clauses out of 27988 with flag 110000/110000
397.34/391.74	c cleaning 15007 clauses out of 30016 with flag 126018/126018
474.46/468.02	c cleaning 15994 clauses out of 31991 with flag 143000/143000
574.78/567.42	c cleaning 16996 clauses out of 33998 with flag 161001/161001
635.26/627.05	c cleaning 18011 clauses out of 36026 with flag 180025/180025
722.49/713.18	c cleaning 18994 clauses out of 37990 with flag 200000/200000
789.01/778.46	c cleaning 19994 clauses out of 39996 with flag 221000/221000
881.41/869.89	c cleaning 21001 clauses out of 42003 with flag 243001/243001
1009.77/996.92	c cleaning 22027 clauses out of 44057 with flag 266056/266056
1122.20/1107.92	c cleaning 22991 clauses out of 45999 with flag 290025/290025
1240.42/1224.62	c cleaning 23993 clauses out of 47992 with flag 315009/315009
1381.23/1363.73	c cleaning 24996 clauses out of 49999 with flag 341009/341009
1508.40/1489.40	c cleaning 25993 clauses out of 51994 with flag 368000/368000
1800.04/1779.72	c starts		: 136
1800.04/1779.72	c conflicts		: 391088
1800.04/1779.72	c decisions		: 578616
1800.04/1779.72	c propagations		: 35389703
1800.04/1779.72	c inspects		: 1213776610
1800.04/1779.72	c shortcuts		: 0
1800.04/1779.72	c learnt literals	: 0
1800.04/1779.72	c learnt binary clauses	: 0
1800.04/1779.72	c learnt ternary clauses	: 0
1800.04/1779.72	c learnt constraints	: 391088
1800.04/1779.72	c ignored constraints	: 0
1800.04/1779.72	c root simplifications	: 136
1800.04/1779.72	c removed literals (reason simplification)	: 6482077
1800.04/1779.72	c reason swapping (by a shorter reason)	: 0
1800.04/1779.72	c Calls to reduceDB	: 23
1800.04/1779.72	c number of reductions to clauses (during analyze)	: 0
1800.04/1779.72	c number of learned constraints concerned by reduction	: 0
1800.04/1779.72	c number of learning phase by resolution	: 0
1800.04/1779.72	c number of learning phase by cutting planes	: 0
1800.04/1779.72	c speed (assignments/second)	: 19888.38079459778
1800.04/1779.72	c non guided choices	2416
1800.04/1779.74	c learnt constraints type 
1800.04/1779.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49090
1800.04/1779.74	c constraints type 
1800.04/1779.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
1800.04/1779.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.04/1779.74	c 141 constraints processed.
1800.04/1779.74	s UNKNOWN
1800.04/1779.74	c Total wall clock time (in seconds): 1779.605

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24532
/proc/meminfo: memFree=30724900/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24532/stat : 24532 (java) D 24530 24532 19004 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 281260986 9515008 175 33554432000 1073741824 1073778376 140733774683632 140733774666360 240565175184 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/24532/statm: 2323 175 133 9 0 71 0

[startup+0.0639401 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24532
/proc/meminfo: memFree=30724900/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 3076 0 1 0 2 1 0 0 20 0 13 0 281260986 9446973440 3773 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2306390 3773 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100237 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24532
/proc/meminfo: memFree=30724900/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 3667 0 1 0 6 1 0 0 20 0 18 0 281260986 9787842560 4875 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2389610 4878 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24532
/proc/meminfo: memFree=30724900/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 7219 0 1 0 49 2 0 0 20 0 18 0 281260986 9787842560 10900 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2389610 10900 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700191 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24532
/proc/meminfo: memFree=30724900/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 8528 0 1 0 126 2 0 0 20 0 19 0 281260986 9856004096 12132 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 12132 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625004

[startup+1.50084 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24551
/proc/meminfo: memFree=30678868/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 8539 0 1 0 206 2 0 0 20 0 19 0 281260986 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 15719 2245 9 0 2396937 0
[pid=24532/tid=24534] ppid=24530 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/24532/task/24534/stat : 24534 (java) R 24530 24532 19004 0 -1 4202560 2532 0 1 0 144 1 0 0 20 0 19 0 281260987 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867922184824 139867774752464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24535] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24535/stat : 24535 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867894639144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24536] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24536/stat : 24536 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867893586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24537] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24537/stat : 24537 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867763288360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24538] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24538/stat : 24538 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867762235560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24539] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24539/stat : 24539 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867761183784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24540] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24540/stat : 24540 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867760130984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24541] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24541/stat : 24541 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867759078184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24542] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24542/stat : 24542 (java) S 24530 24532 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867287710376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24543] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24543/stat : 24543 (java) S 24530 24532 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867275512296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24544] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24544/stat : 24544 (java) S 24530 24532 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867274458360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24545] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24545/stat : 24545 (java) S 24530 24532 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867273405448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24546] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24546/stat : 24546 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867272353936 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2341 0 0 0 30 0 0 0 20 0 19 0 281260993 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2466 0 0 0 29 0 0 0 20 0 19 0 281260993 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 15719 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24551
/proc/meminfo: memFree=30661856/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 8568 0 1 0 371 3 0 0 20 0 19 0 281260986 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 20846 2251 9 0 2396937 0
[pid=24532/tid=24534] ppid=24530 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/24532/task/24534/stat : 24534 (java) R 24530 24532 19004 0 -1 4202560 2543 0 1 0 304 1 0 0 20 0 19 0 281260987 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867922184408 139867774850816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24535] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24535/stat : 24535 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867894639144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24536] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24536/stat : 24536 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867893586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24537] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24537/stat : 24537 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867763288360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24538] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24538/stat : 24538 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867762235560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24539] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24539/stat : 24539 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867761183784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24540] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24540/stat : 24540 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867760130984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24541] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24541/stat : 24541 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867759078184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24542] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24542/stat : 24542 (java) S 24530 24532 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867287710376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24543] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24543/stat : 24543 (java) S 24530 24532 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867275512296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24544] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24544/stat : 24544 (java) S 24530 24532 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867274458360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24545] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24545/stat : 24545 (java) S 24530 24532 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867273405448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24546] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24546/stat : 24546 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867272353936 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2359 0 0 0 34 0 0 0 20 0 19 0 281260993 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2466 0 0 0 29 0 0 0 20 0 19 0 281260993 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 20846 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30087 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24551
/proc/meminfo: memFree=30627040/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=6.94 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 8583 0 1 0 690 4 0 0 20 0 19 0 281260986 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 27323 2252 9 0 2396937 0
[pid=24532/tid=24534] ppid=24530 vsize=9625004 CPUtime=6.24 cores=1,3,5,7
/proc/24532/task/24534/stat : 24534 (java) R 24530 24532 19004 0 -1 4202560 2557 0 1 0 622 2 0 0 20 0 19 0 281260987 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867922184752 139867774834558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24535] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24535/stat : 24535 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867894639144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24536] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24536/stat : 24536 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867893586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24537] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24537/stat : 24537 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867763288360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24538] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24538/stat : 24538 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867762235560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24539] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24539/stat : 24539 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867761183784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24540] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24540/stat : 24540 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867760130984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24541] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24541/stat : 24541 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867759078184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24542] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24542/stat : 24542 (java) S 24530 24532 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281260989 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867287710376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24543] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24543/stat : 24543 (java) S 24530 24532 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867275512296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24544] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24544/stat : 24544 (java) S 24530 24532 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867274458360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24545] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24545/stat : 24545 (java) S 24530 24532 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867273405448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24546] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24546/stat : 24546 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867272353936 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2359 0 0 0 34 0 0 0 20 0 19 0 281260993 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2466 0 0 0 29 0 0 0 20 0 19 0 281260993 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 27323 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625004

[startup+12.7009 s]

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

[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2364 0 0 0 38 0 0 0 20 0 19 0 281260993 9856004096 251989 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2662 0 0 0 36 0 0 0 20 0 19 0 281260993 9856004096 251989 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 251989 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 98 0 0 0 57 39 0 0 20 0 19 0 281260993 9856004096 251989 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 251989 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1682.19
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 24762
/proc/meminfo: memFree=29670932/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=1742.39 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 22080 0 1 0 174040 199 0 0 20 0 19 0 281260986 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 251259 2278 9 0 2396937 0
[pid=24532/tid=24534] ppid=24530 vsize=9625004 CPUtime=1708.16 cores=1,3,5,7
/proc/24532/task/24534/stat : 24534 (java) R 24530 24532 19004 0 -1 4202560 2923 0 1 0 170786 30 0 0 20 0 19 0 281260987 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867922185584 139867774850949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24535] ppid=24530 vsize=9625004 CPUtime=3.22 cores=1,3,5,7
/proc/24532/task/24535/stat : 24535 (java) S 24530 24532 19004 0 -1 4202560 1545 0 0 0 304 18 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867894639144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24536] ppid=24530 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/24532/task/24536/stat : 24536 (java) S 24530 24532 19004 0 -1 4202560 1550 0 0 0 302 18 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867893586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24537] ppid=24530 vsize=9625004 CPUtime=3.29 cores=1,3,5,7
/proc/24532/task/24537/stat : 24537 (java) S 24530 24532 19004 0 -1 4202560 998 0 0 0 310 19 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867763288360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24538] ppid=24530 vsize=9625004 CPUtime=3.36 cores=1,3,5,7
/proc/24532/task/24538/stat : 24538 (java) S 24530 24532 19004 0 -1 4202560 1369 0 0 0 318 18 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867762235560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24539] ppid=24530 vsize=9625004 CPUtime=3.35 cores=1,3,5,7
/proc/24532/task/24539/stat : 24539 (java) S 24530 24532 19004 0 -1 4202560 1829 0 0 0 316 19 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867761183784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24540] ppid=24530 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/24532/task/24540/stat : 24540 (java) S 24530 24532 19004 0 -1 4202560 844 0 0 0 302 15 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867760130984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24541] ppid=24530 vsize=9625004 CPUtime=3.22 cores=1,3,5,7
/proc/24532/task/24541/stat : 24541 (java) S 24530 24532 19004 0 -1 4202560 1206 0 0 0 303 19 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867759078184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24542] ppid=24530 vsize=9625004 CPUtime=3.16 cores=1,3,5,7
/proc/24532/task/24542/stat : 24542 (java) S 24530 24532 19004 0 -1 4202560 1649 0 0 0 301 15 0 0 20 0 19 0 281260989 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867287710376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24543] ppid=24530 vsize=9625004 CPUtime=2.04 cores=1,3,5,7
/proc/24532/task/24543/stat : 24543 (java) S 24530 24532 19004 0 -1 4202560 1855 0 0 0 199 5 0 0 20 0 19 0 281260990 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867275512296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24544] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24544/stat : 24544 (java) S 24530 24532 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867274458360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24545] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24545/stat : 24545 (java) S 24530 24532 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867273405448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24546] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24546/stat : 24546 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867272353936 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2364 0 0 0 38 0 0 0 20 0 19 0 281260993 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2662 0 0 0 36 0 0 0 20 0 19 0 281260993 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 100 0 0 0 59 40 0 0 20 0 19 0 281260993 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 251259 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1742.39
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.7 s]
/proc/loadavg: 2.08 2.06 2.01 4/213 24763
/proc/meminfo: memFree=29672544/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 22094 0 1 0 179803 201 0 0 20 0 19 0 281260986 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 250781 2278 9 0 2396937 0
[pid=24532/tid=24534] ppid=24530 vsize=9625004 CPUtime=1765.34 cores=1,3,5,7
/proc/24532/task/24534/stat : 24534 (java) R 24530 24532 19004 0 -1 4202560 2926 0 1 0 176503 31 0 0 20 0 19 0 281260987 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867922185584 139867774851440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24535] ppid=24530 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/24532/task/24535/stat : 24535 (java) S 24530 24532 19004 0 -1 4202560 1545 0 0 0 307 18 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867894639144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24536] ppid=24530 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/24532/task/24536/stat : 24536 (java) S 24530 24532 19004 0 -1 4202560 1550 0 0 0 307 18 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867893586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24537] ppid=24530 vsize=9625004 CPUtime=3.32 cores=1,3,5,7
/proc/24532/task/24537/stat : 24537 (java) S 24530 24532 19004 0 -1 4202560 998 0 0 0 313 19 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867763288360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24538] ppid=24530 vsize=9625004 CPUtime=3.39 cores=1,3,5,7
/proc/24532/task/24538/stat : 24538 (java) S 24530 24532 19004 0 -1 4202560 1370 0 0 0 321 18 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867762235560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24539] ppid=24530 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/24532/task/24539/stat : 24539 (java) S 24530 24532 19004 0 -1 4202560 1831 0 0 0 319 19 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867761183784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24540] ppid=24530 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/24532/task/24540/stat : 24540 (java) S 24530 24532 19004 0 -1 4202560 844 0 0 0 305 15 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867760130984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24541] ppid=24530 vsize=9625004 CPUtime=3.26 cores=1,3,5,7
/proc/24532/task/24541/stat : 24541 (java) S 24530 24532 19004 0 -1 4202560 1206 0 0 0 307 19 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867759078184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24542] ppid=24530 vsize=9625004 CPUtime=3.23 cores=1,3,5,7
/proc/24532/task/24542/stat : 24542 (java) S 24530 24532 19004 0 -1 4202560 1649 0 0 0 308 15 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867287710376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24543] ppid=24530 vsize=9625004 CPUtime=2.04 cores=1,3,5,7
/proc/24532/task/24543/stat : 24543 (java) S 24530 24532 19004 0 -1 4202560 1859 0 0 0 199 5 0 0 20 0 19 0 281260990 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867275512296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24544] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24544/stat : 24544 (java) S 24530 24532 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867274458360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24545] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24545/stat : 24545 (java) S 24530 24532 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867273405448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24546] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24546/stat : 24546 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867272353936 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2364 0 0 0 38 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2662 0 0 0 36 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 104 0 0 0 60 43 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1779.7 s]
/proc/loadavg: 2.08 2.06 2.01 4/213 24763
/proc/meminfo: memFree=29672544/32873844 swapFree=7116/7116
[pid=24532] ppid=24530 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/24532/stat : 24532 (java) S 24530 24532 19004 0 -1 4202496 22094 0 1 0 179803 201 0 0 20 0 19 0 281260986 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 140735222167536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24532/statm: 2406251 250781 2278 9 0 2396937 0
[pid=24532/tid=24534] ppid=24530 vsize=9625004 CPUtime=1765.34 cores=1,3,5,7
/proc/24532/task/24534/stat : 24534 (java) R 24530 24532 19004 0 -1 4202560 2926 0 1 0 176503 31 0 0 20 0 19 0 281260987 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867922185584 139867774851440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24535] ppid=24530 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/24532/task/24535/stat : 24535 (java) S 24530 24532 19004 0 -1 4202560 1545 0 0 0 307 18 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867894639144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24536] ppid=24530 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/24532/task/24536/stat : 24536 (java) S 24530 24532 19004 0 -1 4202560 1550 0 0 0 307 18 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867893586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24537] ppid=24530 vsize=9625004 CPUtime=3.32 cores=1,3,5,7
/proc/24532/task/24537/stat : 24537 (java) S 24530 24532 19004 0 -1 4202560 998 0 0 0 313 19 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867763288360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24532/tid=24538] ppid=24530 vsize=9625004 CPUtime=3.39 cores=1,3,5,7
/proc/24532/task/24538/stat : 24538 (java) S 24530 24532 19004 0 -1 4202560 1370 0 0 0 321 18 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867762235560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24539] ppid=24530 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/24532/task/24539/stat : 24539 (java) S 24530 24532 19004 0 -1 4202560 1831 0 0 0 319 19 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867761183784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24540] ppid=24530 vsize=9625004 CPUtime=3.2 cores=1,3,5,7
/proc/24532/task/24540/stat : 24540 (java) S 24530 24532 19004 0 -1 4202560 844 0 0 0 305 15 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867760130984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24541] ppid=24530 vsize=9625004 CPUtime=3.26 cores=1,3,5,7
/proc/24532/task/24541/stat : 24541 (java) S 24530 24532 19004 0 -1 4202560 1206 0 0 0 307 19 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867759078184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24542] ppid=24530 vsize=9625004 CPUtime=3.23 cores=1,3,5,7
/proc/24532/task/24542/stat : 24542 (java) S 24530 24532 19004 0 -1 4202560 1649 0 0 0 308 15 0 0 20 0 19 0 281260989 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867287710376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24543] ppid=24530 vsize=9625004 CPUtime=2.04 cores=1,3,5,7
/proc/24532/task/24543/stat : 24543 (java) S 24530 24532 19004 0 -1 4202560 1859 0 0 0 199 5 0 0 20 0 19 0 281260990 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867275512296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24544] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24544/stat : 24544 (java) S 24530 24532 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867274458360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24545] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24545/stat : 24545 (java) S 24530 24532 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281260990 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867273405448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24546] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24546/stat : 24546 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867272353936 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24547] ppid=24530 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/24532/task/24547/stat : 24547 (java) S 24530 24532 19004 0 -1 4202560 2364 0 0 0 38 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867271302072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24532/tid=24548] ppid=24530 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/24532/task/24548/stat : 24548 (java) S 24530 24532 19004 0 -1 4202560 2662 0 0 0 36 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867270249272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24532/tid=24549] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24549/stat : 24549 (java) S 24530 24532 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867269196664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24550] ppid=24530 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/24532/task/24550/stat : 24550 (java) S 24530 24532 19004 0 -1 4202560 104 0 0 0 60 43 0 0 20 0 19 0 281260993 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867268144072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24532/tid=24551] ppid=24530 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24532/task/24551/stat : 24551 (java) S 24530 24532 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281261017 9856004096 250781 33554432000 1073741824 1073778376 140735222176400 139867267028136 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24532 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=419358
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=341644
# CPU time returned by wait4() is 1795.76
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.76
CPU time (s): 1800.04
CPU user time (s): 1798.03
CPU system time (s): 2.01
CPU usage (%): 101.139
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.42
system time used= 2.34164
maximum resident set size= 1013456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22135
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48678
involuntary context switches= 49458

runsolver used 5.22121 second user time and 18.1332 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 22:42:41
IDJOB=3709886
IDBENCH=2589
IDSOLVER=2289
FILE ID=node146/3709886-1338151361
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.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-3709886-1338151361/watcher-3709886-1338151361 -o /tmp/evaluation-result-3709886-1338151361/solver-3709886-1338151361 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709886-1338151361.opb

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

MD5SUM BENCH= dab917560b0808668d6327532459772d
RANDOM SEED=1659436369

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30725272 kB
Buffers:          322412 kB
Cached:           759220 kB
SwapCached:         2184 kB
Active:          1120540 kB
Inactive:         185196 kB
Active(anon):     223092 kB
Inactive(anon):     2668 kB
Active(file):     897448 kB
Inactive(file):   182528 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               808 kB
Writeback:             8 kB
AnonPages:        239548 kB
Mapped:            17484 kB
Shmem:                 0 kB
Slab:             691504 kB
SReclaimable:     132812 kB
SUnreclaim:       558692 kB
KernelStack:        1608 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71176 MiB
End job on node146 at 2012-05-27 23:12:22