Trace number 3709884

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 1778.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5bedad9895f21a4b5e521b3abd33ba08
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.067989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709884-1338151519.opb
0.09/0.12	c reading problem ... 
0.26/0.26	c ... done. Wall clock time 0.134s.
0.26/0.26	c declared #vars     3660
0.26/0.26	c #constraints  121
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.26/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.26/0.26	c 121 constraints processed.
5.68/5.26	c cleaning 2498 clauses out of 5000 with flag 5000/5000
14.34/13.75	c cleaning 4252 clauses out of 8503 with flag 11001/11001
25.28/24.57	c cleaning 5627 clauses out of 11253 with flag 18003/18003
39.02/38.19	c cleaning 6831 clauses out of 13671 with flag 26048/26048
57.30/56.22	c cleaning 7896 clauses out of 15792 with flag 35000/35000
75.71/74.59	c cleaning 8951 clauses out of 17901 with flag 45005/45005
102.72/101.23	c cleaning 9973 clauses out of 19949 with flag 56004/56004
127.30/125.61	c cleaning 10989 clauses out of 21978 with flag 68006/68006
153.19/151.38	c cleaning 11996 clauses out of 23992 with flag 81009/81009
185.94/183.88	c cleaning 12994 clauses out of 25989 with flag 95002/95002
218.52/216.25	c cleaning 13994 clauses out of 27993 with flag 110000/110000
261.99/259.25	c cleaning 14999 clauses out of 29999 with flag 126000/126000
310.06/306.75	c cleaning 16015 clauses out of 32029 with flag 143029/143029
359.95/355.82	c cleaning 16993 clauses out of 33990 with flag 161005/161005
413.15/407.90	c cleaning 17994 clauses out of 35994 with flag 180002/180002
478.42/472.30	c cleaning 19013 clauses out of 38027 with flag 200029/200029
544.83/537.51	c cleaning 19981 clauses out of 39985 with flag 221000/221000
616.79/608.70	c cleaning 21009 clauses out of 42019 with flag 243015/243015
700.62/691.77	c cleaning 21998 clauses out of 43997 with flag 266002/266002
774.00/764.14	c cleaning 23000 clauses out of 46020 with flag 290023/290023
859.90/849.24	c cleaning 23976 clauses out of 47997 with flag 315000/315000
955.20/943.52	c cleaning 25004 clauses out of 50022 with flag 341001/341001
1038.72/1025.95	c cleaning 26005 clauses out of 52017 with flag 368000/368000
1160.19/1146.29	c cleaning 27003 clauses out of 54012 with flag 396000/396000
1238.06/1222.88	c cleaning 28008 clauses out of 56017 with flag 425008/425008
1347.36/1330.81	c cleaning 28990 clauses out of 58001 with flag 455000/455000
1473.33/1455.55	c cleaning 30000 clauses out of 60011 with flag 486000/486000
1604.73/1585.69	c cleaning 31002 clauses out of 62013 with flag 518002/518002
1727.85/1707.28	c cleaning 32002 clauses out of 64009 with flag 551000/551000
1800.04/1778.51	c starts		: 153
1800.04/1778.51	c conflicts		: 571548
1800.04/1778.51	c decisions		: 772769
1800.04/1778.51	c propagations		: 43905780
1800.04/1778.51	c inspects		: 1563667852
1800.04/1778.51	c shortcuts		: 0
1800.04/1778.51	c learnt literals	: 0
1800.04/1778.51	c learnt binary clauses	: 0
1800.04/1778.51	c learnt ternary clauses	: 0
1800.04/1778.51	c learnt constraints	: 571548
1800.04/1778.51	c ignored constraints	: 0
1800.04/1778.51	c root simplifications	: 153
1800.04/1778.51	c removed literals (reason simplification)	: 5669244
1800.04/1778.51	c reason swapping (by a shorter reason)	: 0
1800.04/1778.51	c Calls to reduceDB	: 29
1800.04/1778.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1778.51	c number of learned constraints concerned by reduction	: 0
1800.04/1778.51	c number of learning phase by resolution	: 0
1800.04/1778.51	c number of learning phase by cutting planes	: 0
1800.04/1778.51	c speed (assignments/second)	: 24690.540606655
1800.04/1778.51	c non guided choices	1771
1800.04/1778.53	c learnt constraints type 
1800.04/1778.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52557
1800.04/1778.53	c constraints type 
1800.04/1778.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
1800.04/1778.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.04/1778.53	c 121 constraints processed.
1800.04/1778.53	s UNKNOWN
1800.04/1778.53	c Total wall clock time (in seconds): 1778.411

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-3709884-1338151519/watcher-3709884-1338151519 -o /tmp/evaluation-result-3709884-1338151519/solver-3709884-1338151519 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709884-1338151519.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.10 2.08 2.03 4/194 26401
/proc/meminfo: memFree=31245704/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26401/stat : 26401 (java) R 26399 26401 22966 0 -1 4202496 781 0 0 0 0 0 0 0 20 0 1 0 281280414 23793664 508 33554432000 1073741824 1073778376 140736057365632 140736057354696 270109030977 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 5809 519 392 9 0 128 0

[startup+0.049474 s]
/proc/loadavg: 2.10 2.08 2.03 4/194 26401
/proc/meminfo: memFree=31245704/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 3062 0 1 0 3 0 0 0 20 0 13 0 281280414 9446973440 3759 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100324 s]
/proc/loadavg: 2.10 2.08 2.03 4/194 26401
/proc/meminfo: memFree=31245704/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 4254 0 1 0 9 0 0 0 20 0 18 0 281280414 9787842560 5461 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2389610 5464 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300186 s]
/proc/loadavg: 2.10 2.08 2.03 4/194 26401
/proc/meminfo: memFree=31245704/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 6060 0 1 0 46 1 0 0 20 0 19 0 281280414 9856004096 9222 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 9222 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625004

[startup+0.700236 s]
/proc/loadavg: 2.10 2.08 2.03 4/194 26401
/proc/meminfo: memFree=31245704/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 7790 0 1 0 112 2 0 0 20 0 19 0 281280414 9856004096 11007 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 11007 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625004

[startup+1.50082 s]
/proc/loadavg: 2.10 2.08 2.03 3/213 26420
/proc/meminfo: memFree=31205776/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=1.94 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 7798 0 1 0 192 2 0 0 20 0 19 0 281280414 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 14080 2243 9 0 2396937 0
[pid=26401/tid=26403] ppid=26399 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/26401/task/26403/stat : 26403 (java) R 26399 26401 22966 0 -1 4202560 2529 0 1 0 147 0 0 0 20 0 19 0 281280415 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179902130840 140179763874848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26404] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26404/stat : 26404 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179891194792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26405] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26405/stat : 26405 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179890142248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26406] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26406/stat : 26406 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179889089192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26407] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26407/stat : 26407 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179888036648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26408] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26408/stat : 26408 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179886983592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26409] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26409/stat : 26409 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179885931048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26410] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26410/stat : 26410 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179884877992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26411] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26411/stat : 26411 (java) S 26399 26401 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179883825448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26412] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26412/stat : 26412 (java) S 26399 26401 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179726314344 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26413] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26413/stat : 26413 (java) S 26399 26401 22966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179725260664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26414] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26414/stat : 26414 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179724207496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26415] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26415/stat : 26415 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179723156240 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 2125 0 0 0 21 0 0 0 20 0 19 0 281280420 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 1948 0 0 0 22 0 0 0 20 0 19 0 281280420 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 14080 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625004

[startup+3.10083 s]
/proc/loadavg: 2.10 2.08 2.03 3/213 26420
/proc/meminfo: memFree=31189268/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=3.58 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 8313 0 1 0 356 2 0 0 20 0 19 0 281280414 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 18184 2250 9 0 2396937 0
[pid=26401/tid=26403] ppid=26399 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/26401/task/26403/stat : 26403 (java) R 26399 26401 22966 0 -1 4202560 2538 0 1 0 305 1 0 0 20 0 19 0 281280415 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179902130720 140179763874155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26404] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26404/stat : 26404 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179891194792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26405] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26405/stat : 26405 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179890142248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26406] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26406/stat : 26406 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179889089192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26407] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26407/stat : 26407 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179888036648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26408] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26408/stat : 26408 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179886983592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26409] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26409/stat : 26409 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179885931048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26410] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26410/stat : 26410 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179884877992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26411] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26411/stat : 26411 (java) S 26399 26401 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179883825448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26412] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26412/stat : 26412 (java) S 26399 26401 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179726314344 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26413] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26413/stat : 26413 (java) S 26399 26401 22966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179725260664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26414] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26414/stat : 26414 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179724207496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26415] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26415/stat : 26415 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179723156240 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 2631 0 0 0 26 0 0 0 20 0 19 0 281280420 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 1948 0 0 0 22 0 0 0 20 0 19 0 281280420 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 18184 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625004

[startup+6.30083 s]
/proc/loadavg: 2.09 2.08 2.03 3/213 26420
/proc/meminfo: memFree=31105620/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=6.91 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 9011 0 1 0 683 8 0 0 20 0 19 0 281280414 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 34879 2275 9 0 2396937 0
[pid=26401/tid=26403] ppid=26399 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/26401/task/26403/stat : 26403 (java) R 26399 26401 22966 0 -1 4202560 2552 0 1 0 620 1 0 0 20 0 19 0 281280415 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179902132616 140179763889619 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26404] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26404/stat : 26404 (java) S 26399 26401 22966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179891194792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26405] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26405/stat : 26405 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179890142248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26406] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26406/stat : 26406 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179889089192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26407] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26407/stat : 26407 (java) S 26399 26401 22966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179888036648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26408] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26408/stat : 26408 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179886983592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26409] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26409/stat : 26409 (java) S 26399 26401 22966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179885931048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26410] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26410/stat : 26410 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179884877992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26411] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26411/stat : 26411 (java) S 26399 26401 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281280416 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179883825448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26412] ppid=26399 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26401/task/26412/stat : 26412 (java) S 26399 26401 22966 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 281280417 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179726314344 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26413] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26413/stat : 26413 (java) S 26399 26401 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179725260664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26414] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26414/stat : 26414 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179724207496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26415] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26415/stat : 26415 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179723156240 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 2637 0 0 0 27 0 0 0 20 0 19 0 281280420 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 2505 0 0 0 26 0 0 0 20 0 19 0 281280420 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 34879 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 3392 0 0 0 35 0 0 0 20 0 19 0 281280420 9856004096 231854 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 2593 0 0 0 33 0 0 0 20 0 19 0 281280420 9856004096 231854 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 231854 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 97 0 0 0 50 43 0 0 20 0 19 0 281280420 9856004096 231854 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 231854 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1682.49
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 26458
/proc/meminfo: memFree=30018964/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=1743.34 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 18090 0 1 0 174063 271 0 0 20 0 19 0 281280414 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 237270 2276 9 0 2396937 0
[pid=26401/tid=26403] ppid=26399 vsize=9625004 CPUtime=1707.6 cores=1,3,5,7
/proc/26401/task/26403/stat : 26403 (java) R 26399 26401 22966 0 -1 4202560 2820 0 1 0 170731 29 0 0 20 0 19 0 281280415 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179902131584 140179763874114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26404] ppid=26399 vsize=9625004 CPUtime=3.48 cores=1,3,5,7
/proc/26401/task/26404/stat : 26404 (java) S 26399 26401 22966 0 -1 4202560 869 0 0 0 318 30 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179891194792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26405] ppid=26399 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/26401/task/26405/stat : 26405 (java) S 26399 26401 22966 0 -1 4202560 880 0 0 0 291 21 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179890142248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26406] ppid=26399 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/26401/task/26406/stat : 26406 (java) S 26399 26401 22966 0 -1 4202560 638 0 0 0 301 16 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179889089192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26407] ppid=26399 vsize=9625004 CPUtime=3.32 cores=1,3,5,7
/proc/26401/task/26407/stat : 26407 (java) S 26399 26401 22966 0 -1 4202560 744 0 0 0 306 26 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179888036648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26408] ppid=26399 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/26401/task/26408/stat : 26408 (java) S 26399 26401 22966 0 -1 4202560 867 0 0 0 314 24 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179886983592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26409] ppid=26399 vsize=9625004 CPUtime=3.29 cores=1,3,5,7
/proc/26401/task/26409/stat : 26409 (java) S 26399 26401 22966 0 -1 4202560 1161 0 0 0 301 28 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179885931048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26410] ppid=26399 vsize=9625004 CPUtime=3.21 cores=1,3,5,7
/proc/26401/task/26410/stat : 26410 (java) S 26399 26401 22966 0 -1 4202560 753 0 0 0 299 22 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179884877992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26411] ppid=26399 vsize=9625004 CPUtime=3.31 cores=1,3,5,7
/proc/26401/task/26411/stat : 26411 (java) S 26399 26401 22966 0 -1 4202560 570 0 0 0 307 24 0 0 20 0 19 0 281280416 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179883825448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26412] ppid=26399 vsize=9625004 CPUtime=2.86 cores=1,3,5,7
/proc/26401/task/26412/stat : 26412 (java) S 26399 26401 22966 0 -1 4202560 1523 0 0 0 279 7 0 0 20 0 19 0 281280417 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179726314344 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26413] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26413/stat : 26413 (java) S 26399 26401 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179725260664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26414] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26414/stat : 26414 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179724207496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26415] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26415/stat : 26415 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179723156240 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 3392 0 0 0 35 0 0 0 20 0 19 0 281280420 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 2593 0 0 0 33 0 0 0 20 0 19 0 281280420 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 99 0 0 0 52 44 0 0 20 0 19 0 281280420 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 237270 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1743.34
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26517
/proc/meminfo: memFree=30349220/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 18461 0 1 0 179729 275 0 0 20 0 19 0 281280414 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 240168 2276 9 0 2396937 0
[pid=26401/tid=26403] ppid=26399 vsize=9625004 CPUtime=1763.49 cores=1,3,5,7
/proc/26401/task/26403/stat : 26403 (java) R 26399 26401 22966 0 -1 4202560 2826 0 1 0 176319 30 0 0 20 0 19 0 281280415 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179902131584 140179763874108 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26404] ppid=26399 vsize=9625004 CPUtime=3.56 cores=1,3,5,7
/proc/26401/task/26404/stat : 26404 (java) S 26399 26401 22966 0 -1 4202560 870 0 0 0 326 30 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179891194792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26405] ppid=26399 vsize=9625004 CPUtime=3.19 cores=1,3,5,7
/proc/26401/task/26405/stat : 26405 (java) S 26399 26401 22966 0 -1 4202560 991 0 0 0 297 22 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179890142248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26406] ppid=26399 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/26401/task/26406/stat : 26406 (java) S 26399 26401 22966 0 -1 4202560 764 0 0 0 309 16 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179889089192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26407] ppid=26399 vsize=9625004 CPUtime=3.42 cores=1,3,5,7
/proc/26401/task/26407/stat : 26407 (java) S 26399 26401 22966 0 -1 4202560 748 0 0 0 316 26 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179888036648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26408] ppid=26399 vsize=9625004 CPUtime=3.45 cores=1,3,5,7
/proc/26401/task/26408/stat : 26408 (java) S 26399 26401 22966 0 -1 4202560 868 0 0 0 321 24 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179886983592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26409] ppid=26399 vsize=9625004 CPUtime=3.37 cores=1,3,5,7
/proc/26401/task/26409/stat : 26409 (java) S 26399 26401 22966 0 -1 4202560 1164 0 0 0 308 29 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179885931048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26410] ppid=26399 vsize=9625004 CPUtime=3.29 cores=1,3,5,7
/proc/26401/task/26410/stat : 26410 (java) S 26399 26401 22966 0 -1 4202560 858 0 0 0 307 22 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179884877992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26411] ppid=26399 vsize=9625004 CPUtime=3.4 cores=1,3,5,7
/proc/26401/task/26411/stat : 26411 (java) S 26399 26401 22966 0 -1 4202560 573 0 0 0 315 25 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179883825448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26412] ppid=26399 vsize=9625004 CPUtime=2.87 cores=1,3,5,7
/proc/26401/task/26412/stat : 26412 (java) S 26399 26401 22966 0 -1 4202560 1530 0 0 0 280 7 0 0 20 0 19 0 281280417 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179726314344 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26413] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26413/stat : 26413 (java) S 26399 26401 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179725260664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26414] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26414/stat : 26414 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179724207496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26415] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26415/stat : 26415 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179723156240 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 3392 0 0 0 35 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 2593 0 0 0 33 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 103 0 0 0 54 46 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 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+1778.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26517
/proc/meminfo: memFree=30349220/32873844 swapFree=6872/6872
[pid=26401] ppid=26399 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/26401/stat : 26401 (java) S 26399 26401 22966 0 -1 4202496 18461 0 1 0 179729 275 0 0 20 0 19 0 281280414 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140736057356768 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26401/statm: 2406251 240168 2276 9 0 2396937 0
[pid=26401/tid=26403] ppid=26399 vsize=9625004 CPUtime=1763.49 cores=1,3,5,7
/proc/26401/task/26403/stat : 26403 (java) R 26399 26401 22966 0 -1 4202560 2826 0 1 0 176319 30 0 0 20 0 19 0 281280415 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179902131584 140179763874108 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26404] ppid=26399 vsize=9625004 CPUtime=3.56 cores=1,3,5,7
/proc/26401/task/26404/stat : 26404 (java) S 26399 26401 22966 0 -1 4202560 870 0 0 0 326 30 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179891194792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26405] ppid=26399 vsize=9625004 CPUtime=3.19 cores=1,3,5,7
/proc/26401/task/26405/stat : 26405 (java) S 26399 26401 22966 0 -1 4202560 991 0 0 0 297 22 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179890142248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26406] ppid=26399 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/26401/task/26406/stat : 26406 (java) S 26399 26401 22966 0 -1 4202560 764 0 0 0 309 16 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179889089192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26407] ppid=26399 vsize=9625004 CPUtime=3.42 cores=1,3,5,7
/proc/26401/task/26407/stat : 26407 (java) S 26399 26401 22966 0 -1 4202560 748 0 0 0 316 26 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179888036648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26408] ppid=26399 vsize=9625004 CPUtime=3.45 cores=1,3,5,7
/proc/26401/task/26408/stat : 26408 (java) S 26399 26401 22966 0 -1 4202560 868 0 0 0 321 24 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179886983592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26409] ppid=26399 vsize=9625004 CPUtime=3.37 cores=1,3,5,7
/proc/26401/task/26409/stat : 26409 (java) S 26399 26401 22966 0 -1 4202560 1164 0 0 0 308 29 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179885931048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26410] ppid=26399 vsize=9625004 CPUtime=3.29 cores=1,3,5,7
/proc/26401/task/26410/stat : 26410 (java) S 26399 26401 22966 0 -1 4202560 858 0 0 0 307 22 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179884877992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26411] ppid=26399 vsize=9625004 CPUtime=3.4 cores=1,3,5,7
/proc/26401/task/26411/stat : 26411 (java) S 26399 26401 22966 0 -1 4202560 573 0 0 0 315 25 0 0 20 0 19 0 281280416 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179883825448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26401/tid=26412] ppid=26399 vsize=9625004 CPUtime=2.87 cores=1,3,5,7
/proc/26401/task/26412/stat : 26412 (java) S 26399 26401 22966 0 -1 4202560 1530 0 0 0 280 7 0 0 20 0 19 0 281280417 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179726314344 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26413] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26413/stat : 26413 (java) S 26399 26401 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179725260664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26414] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26414/stat : 26414 (java) S 26399 26401 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281280417 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179724207496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26415] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26415/stat : 26415 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179723156240 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26416] ppid=26399 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26401/task/26416/stat : 26416 (java) S 26399 26401 22966 0 -1 4202560 3392 0 0 0 35 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179722103096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26401/tid=26417] ppid=26399 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26401/task/26417/stat : 26417 (java) S 26399 26401 22966 0 -1 4202560 2593 0 0 0 33 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179721050552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26418] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26418/stat : 26418 (java) S 26399 26401 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179719997688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26401/tid=26419] ppid=26399 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/26401/task/26419/stat : 26419 (java) S 26399 26401 22966 0 -1 4202560 103 0 0 0 54 46 0 0 20 0 19 0 281280420 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179718945352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26401/tid=26420] ppid=26399 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26401/task/26420/stat : 26420 (java) S 26399 26401 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281280441 9856004096 240168 33554432000 1073741824 1073778376 140736057365632 140179717891624 270121613225 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 26401 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=389515
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=909557
# CPU time returned by wait4() is 1795.3
# 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): 1778.56
CPU time (s): 1800.04
CPU user time (s): 1797.29
CPU system time (s): 2.75
CPU usage (%): 101.208
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.39
system time used= 2.90956
maximum resident set size= 1147592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18500
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45058
involuntary context switches= 38877

runsolver used 7.07992 second user time and 16.0226 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 22:45:19
IDJOB=3709884
IDBENCH=2599
IDSOLVER=2289
FILE ID=node106/3709884-1338151519
RUNJOBID= node106-1338138950-25295
PBS_JOBID= 14624504
Free space on /tmp= 71336 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-61-60.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-3709884-1338151519/watcher-3709884-1338151519 -o /tmp/evaluation-result-3709884-1338151519/solver-3709884-1338151519 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709884-1338151519.opb

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

MD5SUM BENCH= 5bedad9895f21a4b5e521b3abd33ba08
RANDOM SEED=777200070

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31246232 kB
Buffers:          170080 kB
Cached:           507772 kB
SwapCached:            0 kB
Active:           688592 kB
Inactive:          87520 kB
Active(anon):      88584 kB
Inactive(anon):    12004 kB
Active(file):     600008 kB
Inactive(file):    75516 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:        114912 kB
Mapped:            18656 kB
Shmem:               200 kB
Slab:             696920 kB
SReclaimable:     138968 kB
SUnreclaim:       557952 kB
KernelStack:        1600 kB
PageTables:         4416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71332 MiB
End job on node106 at 2012-05-27 23:15:00