Trace number 3739646

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.12 907.753

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3739646-1338729548.opb
0.10/0.10	c reading problem ... 
2.18/1.13	c ... done. Wall clock time 1.029s.
2.18/1.13	c #vars     32186
2.18/1.13	c #constraints  93273
2.18/1.13	c constraints type 
2.18/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
2.18/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
2.18/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
2.18/1.13	c constraints type 
2.18/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
2.18/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
2.18/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
7.74/3.34	c cleaning 2490 clauses out of 5000 with flag 5000/5000
12.45/5.45	c cleaning 4249 clauses out of 8510 with flag 11000/11000
17.19/7.88	c cleaning 5621 clauses out of 11262 with flag 18001/18001
23.33/10.95	c cleaning 6807 clauses out of 13640 with flag 26000/26000
30.22/14.45	c cleaning 7916 clauses out of 15835 with flag 35002/35002
37.53/18.16	c cleaning 8937 clauses out of 17919 with flag 45002/45002
46.03/22.44	c cleaning 9970 clauses out of 19980 with flag 56000/56000
55.11/27.06	c cleaning 10998 clauses out of 22010 with flag 68000/68000
64.56/31.83	c cleaning 11993 clauses out of 24012 with flag 81000/81000
76.01/37.69	c cleaning 12972 clauses out of 26019 with flag 95000/95000
88.55/43.95	c cleaning 13993 clauses out of 28047 with flag 110000/110000
100.57/50.06	c cleaning 15024 clauses out of 30056 with flag 126002/126002
105.50/52.68	c cleaning 0 clauses out of 5001 with flag 0/5001
114.46/57.08	c cleaning 15990 clauses out of 32030 with flag 143000/143000
129.51/64.60	c cleaning 16997 clauses out of 34040 with flag 161000/161000
145.58/72.76	c cleaning 18000 clauses out of 36043 with flag 180000/180000
161.92/81.06	c cleaning 19011 clauses out of 38043 with flag 200000/200000
178.95/89.61	c cleaning 19990 clauses out of 40032 with flag 221000/221000
197.21/98.84	c cleaning 21000 clauses out of 42042 with flag 243000/243000
216.66/108.67	c cleaning 21995 clauses out of 44042 with flag 266000/266000
238.93/119.91	c cleaning 23008 clauses out of 46047 with flag 290000/290000
264.97/133.09	c cleaning 23957 clauses out of 48039 with flag 315000/315000
293.60/147.43	c cleaning 25013 clauses out of 50082 with flag 341000/341000
324.59/163.09	c cleaning 26003 clauses out of 52069 with flag 368000/368000
354.25/178.02	c cleaning 27017 clauses out of 54066 with flag 396000/396000
380.04/191.02	c cleaning 28001 clauses out of 56049 with flag 425000/425000
390.56/196.49	c cleaning 0 clauses out of 11002 with flag 0/11002
411.35/206.98	c cleaning 29001 clauses out of 58048 with flag 455000/455000
440.50/221.75	c cleaning 29994 clauses out of 60047 with flag 486000/486000
472.05/237.68	c cleaning 30994 clauses out of 62053 with flag 518000/518000
507.59/255.54	c cleaning 32018 clauses out of 64060 with flag 551001/551001
547.51/275.67	c cleaning 33001 clauses out of 66041 with flag 585000/585000
580.62/292.42	c cleaning 34006 clauses out of 68040 with flag 620000/620000
620.15/312.31	c cleaning 34992 clauses out of 70036 with flag 656002/656002
662.04/333.43	c cleaning 36014 clauses out of 72042 with flag 693000/693000
704.36/354.79	c cleaning 37000 clauses out of 74028 with flag 731000/731000
749.42/377.59	c cleaning 38002 clauses out of 76028 with flag 770000/770000
789.90/397.96	c cleaning 38968 clauses out of 78026 with flag 810000/810000
834.75/420.54	c cleaning 40000 clauses out of 80058 with flag 851000/851000
878.40/442.54	c cleaning 41017 clauses out of 82059 with flag 893001/893001
924.97/466.18	c cleaning 41985 clauses out of 84042 with flag 936001/936001
972.18/489.91	c cleaning 43021 clauses out of 86058 with flag 980002/980002
1008.40/508.29	c cleaning 0 clauses out of 18000 with flag 0/18000
1017.12/512.80	c cleaning 44003 clauses out of 88036 with flag 1025001/1025001
1070.80/540.01	c cleaning 44997 clauses out of 90032 with flag 1071000/1071000
1123.94/566.85	c cleaning 45993 clauses out of 92035 with flag 1118000/1118000
1187.16/598.62	c cleaning 46952 clauses out of 94042 with flag 1166000/1166000
1240.93/625.70	c cleaning 48027 clauses out of 96093 with flag 1215003/1215003
1297.59/654.48	c cleaning 49020 clauses out of 98064 with flag 1265001/1265001
1357.72/684.75	c cleaning 49995 clauses out of 100043 with flag 1316000/1316000
1416.27/714.25	c cleaning 51015 clauses out of 102050 with flag 1368002/1368002
1471.21/741.99	c cleaning 51985 clauses out of 104038 with flag 1421005/1421005
1537.55/775.43	c cleaning 53013 clauses out of 106048 with flag 1475000/1475000
1612.34/813.07	c cleaning 53996 clauses out of 108035 with flag 1530000/1530000
1687.76/850.97	c cleaning 54981 clauses out of 110039 with flag 1586000/1586000
1759.36/886.96	c cleaning 56018 clauses out of 112058 with flag 1643000/1643000
1800.12/907.71	c starts		: 209
1800.12/907.71	c conflicts		: 1677705
1800.12/907.71	c decisions		: 2129149
1800.12/907.71	c propagations		: 1503498274
1800.12/907.71	c inspects		: 5523246123
1800.12/907.71	c shortcuts		: 0
1800.12/907.71	c learnt literals	: 0
1800.12/907.71	c learnt binary clauses	: 13
1800.12/907.71	c learnt ternary clauses	: 1174
1800.12/907.71	c learnt constraints	: 1677705
1800.12/907.71	c ignored constraints	: 0
1800.12/907.71	c root simplifications	: 0
1800.12/907.71	c removed literals (reason simplification)	: 34076030
1800.12/907.71	c reason swapping (by a shorter reason)	: 0
1800.12/907.71	c Calls to reduceDB	: 53
1800.12/907.71	c number of reductions to clauses (during analyze)	: 0
1800.12/907.71	c number of learned constraints concerned by reduction	: 0
1800.12/907.71	c number of learning phase by resolution	: 0
1800.12/907.71	c number of learning phase by cutting planes	: 0
1800.12/907.71	c speed (assignments/second)	: 1658436.512768924
1800.12/907.71	c non guided choices	62
1800.12/907.73	c learnt constraints type 
1800.12/907.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.12/907.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90770
1800.12/907.73	c constraints type 
1800.12/907.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.12/907.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.12/907.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1800.12/907.73	c constraints type 
1800.12/907.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
1800.12/907.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
1800.12/907.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
1800.12/907.73	s UNKNOWN
1800.12/907.73	c Total wall clock time (in seconds): 907.632

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-3739646-1338729548/watcher-3739646-1338729548 -o /tmp/evaluation-result-3739646-1338729548/solver-3739646-1338729548 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739646-1338729548.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: 3.88 3.82 3.55 4/197 23382
/proc/meminfo: memFree=25593696/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/23382/stat : 23382 (java) R 23380 23382 18226 0 -1 4202496 1145 0 0 0 0 0 0 0 20 0 1 0 339080570 24780800 867 33554432000 1073741824 1073778376 140734661351328 140734661340392 270330108081 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 6050 868 655 9 0 385 0
[pid=23382/tid=23383] ppid=23380 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) R 23380 23382 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 2 0 339080570 91889664 883 33554432000 1073741824 1073778376 140734661351328 140734661340392 270329726176 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.060821 s]
/proc/loadavg: 3.88 3.82 3.55 4/197 23382
/proc/meminfo: memFree=25593696/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11586392 CPUtime=0.05 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 3905 0 1 0 4 1 0 0 20 0 18 0 339080570 11864465408 12780 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2896598 12780 1764 9 0 2887285 0
[pid=23382/tid=23383] ppid=23380 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) R 23380 23382 18226 0 -1 4202560 2697 0 1 0 2 2 0 0 20 0 18 0 339080570 11864465408 12780 33554432000 1073741824 1073778376 140734661351328 139822294633120 270329679691 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586392

[startup+0.100239 s]
/proc/loadavg: 3.88 3.82 3.55 4/197 23382
/proc/meminfo: memFree=25593696/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 4821 0 1 0 9 1 0 0 20 0 18 0 339080570 11864465408 14149 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2896598 14149 2116 9 0 2887285 0
[pid=23382/tid=23383] ppid=23380 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) R 23380 23382 18226 0 -1 4202560 2839 0 1 0 6 2 0 0 20 0 18 0 339080570 11864465408 14149 33554432000 1073741824 1073778376 140734661351328 139822294629296 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300195 s]
/proc/loadavg: 3.88 3.82 3.55 4/197 23382
/proc/meminfo: memFree=25593696/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11586392 CPUtime=0.51 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 6580 0 1 0 49 2 0 0 20 0 18 0 339080570 11864465408 17417 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2896598 17417 2228 9 0 2887285 0
[pid=23382/tid=23383] ppid=23380 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) R 23380 23382 18226 0 -1 4202560 2853 0 1 0 26 2 0 0 20 0 18 0 339080570 11864465408 17417 33554432000 1073741824 1073778376 140734661351328 139822294629296 139822140339424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11586392

[startup+0.700223 s]
/proc/loadavg: 3.88 3.82 3.55 4/197 23382
/proc/meminfo: memFree=25593696/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11586392 CPUtime=1.3 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 10565 0 1 0 126 4 0 0 20 0 18 0 339080570 11864465408 51011 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2896598 51011 2245 9 0 2887285 0
[pid=23382/tid=23383] ppid=23380 vsize=11586392 CPUtime=0.67 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) R 23380 23382 18226 0 -1 4202560 2923 0 1 0 64 3 0 0 20 0 18 0 339080570 11864465408 51011 33554432000 1073741824 1073778376 140734661351328 139822294629296 139822140701662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 11586392

[startup+1.50063 s]
/proc/loadavg: 3.88 3.82 3.55 6/215 23400
/proc/meminfo: memFree=25247540/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11852648 CPUtime=3.67 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 19422 0 1 0 358 9 0 0 20 0 22 0 339080570 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2963162 102670 2261 9 0 2953849 0
[pid=23382/tid=23383] ppid=23380 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) S 23380 23382 18226 0 -1 4202560 2994 0 1 0 106 5 0 0 20 0 22 0 339080570 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822294631576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23385] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23385/stat : 23385 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822263040296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23386] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23386/stat : 23386 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822261987496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23387] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23387/stat : 23387 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822260935208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23388] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23388/stat : 23388 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822259882408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23389] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23389/stat : 23389 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822258830120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23390] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23390/stat : 23390 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822126566056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23391] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23391/stat : 23391 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139822125513768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23392] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23392/stat : 23392 (java) S 23380 23382 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821653683112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23393] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23393/stat : 23393 (java) S 23380 23382 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821641484520 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23394] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23394/stat : 23394 (java) S 23380 23382 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821640430584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23395] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23395/stat : 23395 (java) S 23380 23382 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821639378184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23396] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23396/stat : 23396 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821638326672 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23397] ppid=23380 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23382/task/23397/stat : 23397 (java) R 23380 23382 18226 0 -1 4202560 9299 0 0 0 88 2 0 0 20 0 22 0 339080575 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821637274296 139822298748323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23398] ppid=23380 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/23382/task/23398/stat : 23398 (java) R 23380 23382 18226 0 -1 4202560 5807 0 0 0 89 1 0 0 20 0 22 0 339080575 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821636221376 139822300593810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23399] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23399/stat : 23399 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821635169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23400] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23400/stat : 23400 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 102670 33554432000 1073741824 1073778376 140734661351328 139821634116808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 11852648

[startup+3.10069 s]
/proc/loadavg: 3.88 3.82 3.55 5/219 23404
/proc/meminfo: memFree=24889412/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11852648 CPUtime=7.33 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 20536 0 1 0 712 21 0 0 20 0 22 0 339080570 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2963162 293967 2265 9 0 2953849 0
[pid=23382/tid=23383] ppid=23380 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) S 23380 23382 18226 0 -1 4202560 2994 0 1 0 106 5 0 0 20 0 22 0 339080570 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822294631576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23385] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23385/stat : 23385 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822263040296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23386] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23386/stat : 23386 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822261987496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23387] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23387/stat : 23387 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822260935208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23388] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23388/stat : 23388 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822259882408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23389] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23389/stat : 23389 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822258830120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23390] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23390/stat : 23390 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822126566056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23391] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23391/stat : 23391 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139822125513768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23392] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23392/stat : 23392 (java) S 23380 23382 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339080572 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821653683112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23393] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23393/stat : 23393 (java) S 23380 23382 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821641484520 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23394] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23394/stat : 23394 (java) S 23380 23382 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821640430584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23395] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23395/stat : 23395 (java) S 23380 23382 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821639378184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23396] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23396/stat : 23396 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821638326672 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23397] ppid=23380 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/23382/task/23397/stat : 23397 (java) S 23380 23382 18226 0 -1 4202560 10031 0 0 0 110 2 0 0 20 0 22 0 339080575 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821637274296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23398] ppid=23380 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/23382/task/23398/stat : 23398 (java) S 23380 23382 18226 0 -1 4202560 5810 0 0 0 113 2 0 0 20 0 22 0 339080575 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821636221496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23399] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23399/stat : 23399 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821635169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23400] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23400/stat : 23400 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821634116808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23401] ppid=23380 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/23382/task/23401/stat : 23401 (java) R 23380 23382 18226 0 -1 4202560 28 0 0 0 193 0 0 0 20 0 22 0 339080683 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821633003928 139822141355430 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23402] ppid=23380 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/23382/task/23402/stat : 23402 (java) R 23380 23382 18226 0 -1 4202560 471 0 0 0 182 12 0 0 20 0 22 0 339080683 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821631950680 139822141386019 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23403] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23403/stat : 23403 (java) S 23380 23382 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339080689 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821630899368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23404] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23404/stat : 23404 (java) S 23380 23382 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339080690 12137111552 293967 33554432000 1073741824 1073778376 140734661351328 139821629846568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 4.05 3.85 3.56 5/219 23404
/proc/meminfo: memFree=24070444/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11852648 CPUtime=14.2 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 25389 0 1 0 1389 31 0 0 20 0 22 0 339080570 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2963162 365147 2290 9 0 2953849 0
[pid=23382/tid=23383] ppid=23380 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) S 23380 23382 18226 0 -1 4202560 2994 0 1 0 106 5 0 0 20 0 22 0 339080570 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822294631576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23385] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23385/stat : 23385 (java) S 23380 23382 18226 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822263040296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23386] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23386/stat : 23386 (java) S 23380 23382 18226 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822261987496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23387] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23387/stat : 23387 (java) S 23380 23382 18226 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822260935208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23388] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23388/stat : 23388 (java) S 23380 23382 18226 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822259882408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23389] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23389/stat : 23389 (java) S 23380 23382 18226 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822258830120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23390] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23390/stat : 23390 (java) S 23380 23382 18226 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822126566056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23391] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23391/stat : 23391 (java) S 23380 23382 18226 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139822125513768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23392] ppid=23380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/23382/task/23392/stat : 23392 (java) S 23380 23382 18226 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339080572 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139821653683112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23393] ppid=23380 vsize=11852648 CPUtime=0.19 cores=1,3,5,7
/proc/23382/task/23393/stat : 23393 (java) S 23380 23382 18226 0 -1 4202560 49 0 0 0 19 0 0 0 20 0 22 0 339080573 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139821641484520 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23394] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23394/stat : 23394 (java) S 23380 23382 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139821640430584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23395] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23395/stat : 23395 (java) S 23380 23382 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139821639378184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23396] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23396/stat : 23396 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 365147 33554432000 1073741824 1073778376 140734661351328 139821638326672 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/23382/statm: 2963162 980402 2291 9 0 2953849 0
[pid=23382/tid=23383] ppid=23380 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) S 23380 23382 18226 0 -1 4202560 3026 0 1 0 108 7 0 0 20 0 22 0 339080570 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822294631576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23385] ppid=23380 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/23382/task/23385/stat : 23385 (java) S 23380 23382 18226 0 -1 4202560 272 0 0 0 115 4 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822263040296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23386] ppid=23380 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/23382/task/23386/stat : 23386 (java) S 23380 23382 18226 0 -1 4202560 208 0 0 0 122 5 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822261987496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23387] ppid=23380 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/23382/task/23387/stat : 23387 (java) S 23380 23382 18226 0 -1 4202560 237 0 0 0 117 4 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822260935208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23388] ppid=23380 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/23382/task/23388/stat : 23388 (java) S 23380 23382 18226 0 -1 4202560 260 0 0 0 127 5 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822259882408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23389] ppid=23380 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/23382/task/23389/stat : 23389 (java) S 23380 23382 18226 0 -1 4202560 260 0 0 0 126 5 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822258830120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23390] ppid=23380 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/23382/task/23390/stat : 23390 (java) S 23380 23382 18226 0 -1 4202560 211 0 0 0 117 4 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822126566056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23391] ppid=23380 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/23382/task/23391/stat : 23391 (java) S 23380 23382 18226 0 -1 4202560 214 0 0 0 120 4 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139822125513768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23392] ppid=23380 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/23382/task/23392/stat : 23392 (java) S 23380 23382 18226 0 -1 4202560 270 0 0 0 134 4 0 0 20 0 22 0 339080572 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821653683112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23393] ppid=23380 vsize=11852648 CPUtime=21.52 cores=1,3,5,7
/proc/23382/task/23393/stat : 23393 (java) S 23380 23382 18226 0 -1 4202560 212 0 0 0 2146 6 0 0 20 0 22 0 339080573 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821641484520 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23394] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23394/stat : 23394 (java) S 23380 23382 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821640430584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23395] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23395/stat : 23395 (java) S 23380 23382 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821639378184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23396] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23396/stat : 23396 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821638326672 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23397] ppid=23380 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/23382/task/23397/stat : 23397 (java) S 23380 23382 18226 0 -1 4202560 13236 0 0 0 162 3 0 0 20 0 22 0 339080575 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821637274296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23398] ppid=23380 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/23382/task/23398/stat : 23398 (java) S 23380 23382 18226 0 -1 4202560 10411 0 0 0 182 3 0 0 20 0 22 0 339080575 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821636221496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23399] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23399/stat : 23399 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821635169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23400] ppid=23380 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/23382/task/23400/stat : 23400 (java) S 23380 23382 18226 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 339080575 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821634116808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23401] ppid=23380 vsize=11852648 CPUtime=854.5 cores=1,3,5,7
/proc/23382/task/23401/stat : 23401 (java) R 23380 23382 18226 0 -1 4202560 87 0 0 0 85437 13 0 0 20 0 22 0 339080683 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821633002784 139822140638215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23402] ppid=23380 vsize=11852648 CPUtime=854.43 cores=1,3,5,7
/proc/23382/task/23402/stat : 23402 (java) R 23380 23382 18226 0 -1 4202560 1570 0 0 0 85385 58 0 0 20 0 22 0 339080683 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821631949072 139822141316332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23403] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23403/stat : 23403 (java) S 23380 23382 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339080689 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821630899368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23404] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23404/stat : 23404 (java) S 23380 23382 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339080690 12137111552 980402 33554432000 1073741824 1073778376 140734661351328 139821629846568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1750.09
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.701 s]
/proc/loadavg: 3.48 3.85 3.75 4/194 23851
/proc/meminfo: memFree=23228196/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11852648 CPUtime=1800.12 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 31811 0 1 0 179879 133 0 0 20 0 22 0 339080570 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2963162 985071 2291 9 0 2953849 0
[pid=23382/tid=23383] ppid=23380 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) S 23380 23382 18226 0 -1 4202560 3028 0 1 0 108 7 0 0 20 0 22 0 339080570 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822294631576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23385] ppid=23380 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/23382/task/23385/stat : 23385 (java) S 23380 23382 18226 0 -1 4202560 273 0 0 0 118 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822263040296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23386] ppid=23380 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/23382/task/23386/stat : 23386 (java) S 23380 23382 18226 0 -1 4202560 220 0 0 0 127 5 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822261987496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23387] ppid=23380 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/23382/task/23387/stat : 23387 (java) S 23380 23382 18226 0 -1 4202560 250 0 0 0 122 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822260935208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23388] ppid=23380 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/23382/task/23388/stat : 23388 (java) S 23380 23382 18226 0 -1 4202560 267 0 0 0 131 6 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822259882408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23389] ppid=23380 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/23382/task/23389/stat : 23389 (java) S 23380 23382 18226 0 -1 4202560 284 0 0 0 130 5 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822258830120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23390] ppid=23380 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/23382/task/23390/stat : 23390 (java) S 23380 23382 18226 0 -1 4202560 217 0 0 0 121 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822126566056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23391] ppid=23380 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/23382/task/23391/stat : 23391 (java) S 23380 23382 18226 0 -1 4202560 221 0 0 0 128 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822125513768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23392] ppid=23380 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/23382/task/23392/stat : 23392 (java) S 23380 23382 18226 0 -1 4202560 291 0 0 0 144 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821653683112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23393] ppid=23380 vsize=11852648 CPUtime=22.51 cores=1,3,5,7
/proc/23382/task/23393/stat : 23393 (java) S 23380 23382 18226 0 -1 4202560 214 0 0 0 2245 6 0 0 20 0 22 0 339080573 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821641484520 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23394] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23394/stat : 23394 (java) S 23380 23382 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821640430584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23395] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23395/stat : 23395 (java) S 23380 23382 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821639378184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23396] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23396/stat : 23396 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821638326672 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23397] ppid=23380 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/23382/task/23397/stat : 23397 (java) S 23380 23382 18226 0 -1 4202560 13236 0 0 0 162 3 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821637274296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23398] ppid=23380 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/23382/task/23398/stat : 23398 (java) S 23380 23382 18226 0 -1 4202560 10411 0 0 0 182 3 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821636221496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23399] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23399/stat : 23399 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821635169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23400] ppid=23380 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/23382/task/23400/stat : 23400 (java) S 23380 23382 18226 0 -1 4202560 53 0 0 0 12 24 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821634116808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23401] ppid=23380 vsize=11852648 CPUtime=878.73 cores=1,3,5,7
/proc/23382/task/23401/stat : 23401 (java) R 23380 23382 18226 0 -1 4202560 88 0 0 0 87859 14 0 0 20 0 22 0 339080683 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821633002784 139822141258039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23402] ppid=23380 vsize=11852648 CPUtime=878.66 cores=1,3,5,7
/proc/23382/task/23402/stat : 23402 (java) R 23380 23382 18226 0 -1 4202560 1570 0 0 0 87807 59 0 0 20 0 22 0 339080683 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821631949072 139822141244876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23403] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23403/stat : 23403 (java) S 23380 23382 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339080689 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821630899368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23404] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23404/stat : 23404 (java) S 23380 23382 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339080690 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821629846568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

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

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

[startup+907.701 s]
/proc/loadavg: 3.48 3.85 3.75 4/194 23851
/proc/meminfo: memFree=23228196/32873660 swapFree=7120/7120
[pid=23382] ppid=23380 vsize=11852648 CPUtime=1800.12 cores=1,3,5,7
/proc/23382/stat : 23382 (java) S 23380 23382 18226 0 -1 4202496 31811 0 1 0 179879 133 0 0 20 0 22 0 339080570 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 140734661342464 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23382/statm: 2963162 985071 2291 9 0 2953849 0
[pid=23382/tid=23383] ppid=23380 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/23382/task/23383/stat : 23383 (java) S 23380 23382 18226 0 -1 4202560 3028 0 1 0 108 7 0 0 20 0 22 0 339080570 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822294631576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23385] ppid=23380 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/23382/task/23385/stat : 23385 (java) S 23380 23382 18226 0 -1 4202560 273 0 0 0 118 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822263040296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23386] ppid=23380 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/23382/task/23386/stat : 23386 (java) S 23380 23382 18226 0 -1 4202560 220 0 0 0 127 5 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822261987496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23387] ppid=23380 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/23382/task/23387/stat : 23387 (java) S 23380 23382 18226 0 -1 4202560 250 0 0 0 122 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822260935208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23388] ppid=23380 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/23382/task/23388/stat : 23388 (java) S 23380 23382 18226 0 -1 4202560 267 0 0 0 131 6 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822259882408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23389] ppid=23380 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/23382/task/23389/stat : 23389 (java) S 23380 23382 18226 0 -1 4202560 284 0 0 0 130 5 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822258830120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23390] ppid=23380 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/23382/task/23390/stat : 23390 (java) S 23380 23382 18226 0 -1 4202560 217 0 0 0 121 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822126566056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23391] ppid=23380 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/23382/task/23391/stat : 23391 (java) S 23380 23382 18226 0 -1 4202560 221 0 0 0 128 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139822125513768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23392] ppid=23380 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/23382/task/23392/stat : 23392 (java) S 23380 23382 18226 0 -1 4202560 291 0 0 0 144 4 0 0 20 0 22 0 339080572 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821653683112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23393] ppid=23380 vsize=11852648 CPUtime=22.51 cores=1,3,5,7
/proc/23382/task/23393/stat : 23393 (java) S 23380 23382 18226 0 -1 4202560 214 0 0 0 2245 6 0 0 20 0 22 0 339080573 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821641484520 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23394] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23394/stat : 23394 (java) S 23380 23382 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821640430584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23395] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23395/stat : 23395 (java) S 23380 23382 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339080573 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821639378184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23396] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23396/stat : 23396 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821638326672 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23397] ppid=23380 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/23382/task/23397/stat : 23397 (java) S 23380 23382 18226 0 -1 4202560 13236 0 0 0 162 3 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821637274296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23398] ppid=23380 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/23382/task/23398/stat : 23398 (java) S 23380 23382 18226 0 -1 4202560 10411 0 0 0 182 3 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821636221496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23399] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23399/stat : 23399 (java) S 23380 23382 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821635169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23382/tid=23400] ppid=23380 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/23382/task/23400/stat : 23400 (java) S 23380 23382 18226 0 -1 4202560 53 0 0 0 12 24 0 0 20 0 22 0 339080575 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821634116808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23401] ppid=23380 vsize=11852648 CPUtime=878.73 cores=1,3,5,7
/proc/23382/task/23401/stat : 23401 (java) R 23380 23382 18226 0 -1 4202560 88 0 0 0 87859 14 0 0 20 0 22 0 339080683 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821633002784 139822141258039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23382/tid=23402] ppid=23380 vsize=11852648 CPUtime=878.66 cores=1,3,5,7
/proc/23382/task/23402/stat : 23402 (java) R 23380 23382 18226 0 -1 4202560 1570 0 0 0 87807 59 0 0 20 0 22 0 339080683 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821631949072 139822141244876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23382/tid=23403] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23403/stat : 23403 (java) S 23380 23382 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339080689 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821630899368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23382/tid=23404] ppid=23380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/23382/task/23404/stat : 23404 (java) S 23380 23382 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339080690 12137111552 985071 33554432000 1073741824 1073778376 140734661351328 139821629846568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23382 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=189241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=690742
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.753
CPU time (s): 1800.12
CPU user time (s): 1798.79
CPU system time (s): 1.33
CPU usage (%): 198.305
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.69074
maximum resident set size= 3940400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31842
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24401
involuntary context switches= 30391

runsolver used 3.2915 second user time and 8.20275 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 15:19:08
IDJOB=3739646
IDBENCH=73961
IDSOLVER=2328
FILE ID=node117/3739646-1338729548
RUNJOBID= node117-1338713269-18243
PBS_JOBID= 14636728
Free space on /tmp= 69116 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739646-1338729548/watcher-3739646-1338729548 -o /tmp/evaluation-result-3739646-1338729548/solver-3739646-1338729548 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739646-1338729548.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1959861506

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        25593712 kB
Buffers:          623212 kB
Cached:          4139256 kB
SwapCached:          776 kB
Active:          3900072 kB
Inactive:        2458916 kB
Active(anon):    1582300 kB
Inactive(anon):     9972 kB
Active(file):    2317772 kB
Inactive(file):  2448944 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              6556 kB
Writeback:             0 kB
AnonPages:       1700684 kB
Mapped:            20512 kB
Shmem:                80 kB
Slab:             777604 kB
SReclaimable:     221532 kB
SUnreclaim:       556072 kB
KernelStack:        1800 kB
PageTables:         7440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10465260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1638400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69116 MiB
End job on node117 at 2012-06-03 15:34:18