Trace number 3689194

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.78 922.355

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3689194-1337881336.opb
0.10/0.12	c reading problem ... 
2.96/1.37	c ... done. Wall clock time 1.25s.
2.96/1.37	c declared #vars     32186
2.96/1.37	c #constraints  93273
2.96/1.37	c constraints type 
2.96/1.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
2.96/1.37	c ignored satisfied constraints => 13774
2.96/1.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
2.96/1.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
2.96/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
2.96/1.37	c 107047 constraints processed.
2.96/1.37	c constraints type 
2.96/1.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
2.96/1.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
2.96/1.37	c ignored satisfied constraints => 13774
2.96/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
2.96/1.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 5291
2.96/1.37	c 107047 constraints processed.
8.55/3.43	c cleaning 2494 clauses out of 5002 with flag 5002/5002
12.44/5.40	c cleaning 4251 clauses out of 8509 with flag 11003/11003
17.18/7.77	c cleaning 5608 clauses out of 11255 with flag 18000/18000
23.38/10.78	c cleaning 6813 clauses out of 13648 with flag 26001/26001
30.20/14.04	c cleaning 7913 clauses out of 15837 with flag 35003/35003
38.07/18.02	c cleaning 8954 clauses out of 17925 with flag 45004/45004
46.66/22.44	c cleaning 9961 clauses out of 19967 with flag 56000/56000
55.26/26.89	c cleaning 10984 clauses out of 22006 with flag 68000/68000
64.09/31.44	c cleaning 12004 clauses out of 24022 with flag 81000/81000
76.23/37.63	c cleaning 13010 clauses out of 26025 with flag 95007/95007
84.37/41.84	c cleaning 0 clauses out of 5001 with flag 0/5001
91.35/45.33	c cleaning 13988 clauses out of 28009 with flag 110001/110001
105.79/52.74	c cleaning 14998 clauses out of 30020 with flag 126000/126000
120.86/60.47	c cleaning 15977 clauses out of 32022 with flag 143000/143000
138.07/69.28	c cleaning 16993 clauses out of 34045 with flag 161000/161000
156.04/78.45	c cleaning 18019 clauses out of 36052 with flag 180000/180000
173.20/87.33	c cleaning 19006 clauses out of 38034 with flag 200001/200001
191.99/96.98	c cleaning 19996 clauses out of 40027 with flag 221000/221000
213.19/107.75	c cleaning 20985 clauses out of 42032 with flag 243001/243001
236.52/119.65	c cleaning 22004 clauses out of 44047 with flag 266001/266001
257.67/130.61	c cleaning 23007 clauses out of 46043 with flag 290001/290001
281.77/142.99	c cleaning 24002 clauses out of 48035 with flag 315000/315000
305.25/154.90	c cleaning 24999 clauses out of 50034 with flag 341001/341001
334.92/170.96	c cleaning 26013 clauses out of 52035 with flag 368001/368001
339.06/173.34	c cleaning 0 clauses out of 11002 with flag 0/11002
364.48/186.31	c cleaning 27001 clauses out of 54021 with flag 396000/396000
393.24/201.01	c cleaning 27977 clauses out of 56020 with flag 425000/425000
422.40/216.19	c cleaning 28998 clauses out of 58044 with flag 455001/455001
452.34/231.47	c cleaning 30007 clauses out of 60047 with flag 486002/486002
485.04/248.19	c cleaning 31002 clauses out of 62038 with flag 518000/518000
514.72/263.39	c cleaning 32000 clauses out of 64037 with flag 551001/551001
548.92/281.01	c cleaning 33000 clauses out of 66036 with flag 585000/585000
581.55/297.73	c cleaning 33988 clauses out of 68039 with flag 620003/620003
620.70/317.76	c cleaning 35015 clauses out of 70049 with flag 656001/656001
662.87/339.27	c cleaning 36003 clauses out of 72033 with flag 693000/693000
707.06/362.03	c cleaning 36976 clauses out of 74030 with flag 731000/731000
756.59/387.22	c cleaning 37984 clauses out of 76056 with flag 770002/770002
799.87/409.36	c cleaning 39007 clauses out of 78075 with flag 810005/810005
846.77/433.25	c cleaning 40011 clauses out of 80063 with flag 851000/851000
898.53/459.90	c cleaning 41010 clauses out of 82052 with flag 893000/893000
946.30/484.37	c cleaning 41987 clauses out of 84042 with flag 936000/936000
951.73/487.63	c cleaning 0 clauses out of 18000 with flag 0/18000
992.47/508.53	c cleaning 43020 clauses out of 86056 with flag 980001/980001
1049.19/537.74	c cleaning 44007 clauses out of 88035 with flag 1025000/1025000
1102.53/564.95	c cleaning 45006 clauses out of 90034 with flag 1071006/1071006
1158.78/593.61	c cleaning 45966 clauses out of 92022 with flag 1118000/1118000
1221.05/626.75	c cleaning 46995 clauses out of 94056 with flag 1166000/1166000
1280.09/656.83	c cleaning 48019 clauses out of 96061 with flag 1215000/1215000
1344.96/689.87	c cleaning 49001 clauses out of 98042 with flag 1265000/1265000
1412.86/724.33	c cleaning 50010 clauses out of 100043 with flag 1316002/1316002
1474.29/755.95	c cleaning 51004 clauses out of 102033 with flag 1368002/1368002
1544.34/791.59	c cleaning 52004 clauses out of 104029 with flag 1421002/1421002
1616.12/828.05	c cleaning 53006 clauses out of 106024 with flag 1475001/1475001
1688.92/865.01	c cleaning 53994 clauses out of 108018 with flag 1530001/1530001
1766.87/905.05	c cleaning 54968 clauses out of 110023 with flag 1586000/1586000
1800.20/922.31	c starts		: 208
1800.20/922.31	c conflicts		: 1611872
1800.20/922.31	c decisions		: 2222543
1800.20/922.31	c propagations		: 1442558428
1800.20/922.31	c inspects		: 5665387711
1800.20/922.31	c shortcuts		: 0
1800.20/922.31	c learnt literals	: 0
1800.20/922.31	c learnt binary clauses	: 7
1800.20/922.31	c learnt ternary clauses	: 2254
1800.20/922.31	c learnt constraints	: 1611872
1800.20/922.31	c ignored constraints	: 0
1800.20/922.31	c root simplifications	: 0
1800.20/922.31	c removed literals (reason simplification)	: 43512269
1800.20/922.31	c reason swapping (by a shorter reason)	: 0
1800.20/922.31	c Calls to reduceDB	: 52
1800.20/922.31	c number of reductions to clauses (during analyze)	: 0
1800.20/922.31	c number of learned constraints concerned by reduction	: 0
1800.20/922.31	c number of learning phase by resolution	: 0
1800.20/922.31	c number of learning phase by cutting planes	: 0
1800.20/922.31	c speed (assignments/second)	: 1566491.5608355007
1800.20/922.31	c non guided choices	30
1800.20/922.33	c learnt constraints type 
1800.20/922.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.20/922.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80942
1800.20/922.33	c constraints type 
1800.20/922.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.20/922.33	c ignored satisfied constraints => 13774
1800.20/922.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.20/922.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
1800.20/922.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1800.20/922.33	c 107047 constraints processed.
1800.20/922.33	c constraints type 
1800.20/922.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
1800.20/922.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
1800.20/922.33	c ignored satisfied constraints => 13774
1800.20/922.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
1800.20/922.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 5291
1800.20/922.33	c 107047 constraints processed.
1800.20/922.33	s UNKNOWN
1800.20/922.33	c Total wall clock time (in seconds): 922.219

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-3689194-1337881336/watcher-3689194-1337881336 -o /tmp/evaluation-result-3689194-1337881336/solver-3689194-1337881336 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689194-1337881336.opb 

running on 4 cores: 0,2,4,6

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.60 2.99 3.38 3/195 29598
/proc/meminfo: memFree=20787532/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 1175 0 0 0 0 0 0 0 20 0 2 0 254258430 91889664 894 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 22450 901 685 9 0 16769 0
[pid=29598/tid=29599] ppid=29596 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) R 29596 29598 26250 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 254258431 94019584 904 33554432000 1073741824 1073778376 140733875842928 140733875831992 215146859411 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.015771 s]
/proc/loadavg: 2.60 2.99 3.38 3/195 29598
/proc/meminfo: memFree=20787532/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 2201 0 1 0 0 0 0 0 20 0 10 0 254258430 9231130624 2903 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2253694 2903 1060 9 0 2244803 0
[pid=29598/tid=29599] ppid=29596 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) R 29596 29598 26250 0 -1 4202560 1046 0 1 0 0 0 0 0 20 0 10 0 254258431 9231130624 2904 33554432000 1073741824 1073778376 140733875842928 140397012162512 140397020157504 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.10028 s]
/proc/loadavg: 2.60 2.99 3.38 3/195 29598
/proc/meminfo: memFree=20787532/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 4322 0 1 0 9 1 0 0 20 0 18 0 254258430 9787813888 5519 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2389603 5519 2109 9 0 2380296 0
[pid=29598/tid=29599] ppid=29596 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) R 29596 29598 26250 0 -1 4202560 2359 0 1 0 7 0 0 0 20 0 18 0 254258431 9787813888 5520 33554432000 1073741824 1073778376 140733875842928 140397012158768 140397019925331 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 2.60 2.99 3.38 3/195 29598
/proc/meminfo: memFree=20787532/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 5572 0 1 0 46 1 0 0 20 0 18 0 254258430 9787813888 8509 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2389603 8512 2217 9 0 2380296 0
[pid=29598/tid=29599] ppid=29596 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) R 29596 29598 26250 0 -1 4202560 2445 0 1 0 26 1 0 0 20 0 18 0 254258431 9787813888 8513 33554432000 1073741824 1073778376 140733875842928 140397012158768 140396860969063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.70024 s]
/proc/loadavg: 2.60 2.99 3.38 3/195 29598
/proc/meminfo: memFree=20787532/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9558412 CPUtime=1.64 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 18895 0 1 0 159 5 0 0 20 0 18 0 254258430 9787813888 29318 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2389603 29318 2240 9 0 2380296 0
[pid=29598/tid=29599] ppid=29596 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) R 29596 29598 26250 0 -1 4202560 2478 0 1 0 65 2 0 0 20 0 18 0 254258431 9787813888 29318 33554432000 1073741824 1073778376 140733875842928 140397012152416 140396861050251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558412

[startup+1.50064 s]
/proc/loadavg: 2.60 2.99 3.38 3/213 29616
/proc/meminfo: memFree=20596548/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 24510 0 1 0 353 10 0 0 20 0 22 0 254258430 10060460032 57050 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2456167 57050 2263 9 0 2446860 0
[pid=29598/tid=29599] ppid=29596 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) S 29596 29598 26250 0 -1 4202560 2520 0 1 0 124 3 0 0 20 0 22 0 254258431 10060460032 57050 33554432000 1073741824 1073778376 140733875842928 140397012161528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29601] ppid=29596 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29598/task/29601/stat : 29601 (java) S 29596 29598 26250 0 -1 4202560 80 0 0 0 4 0 0 0 20 0 22 0 254258431 10060460032 57050 33554432000 1073741824 1073778376 140733875842928 140396984613160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29602] ppid=29596 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29598/task/29602/stat : 29602 (java) S 29596 29598 26250 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396983560360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29603] ppid=29596 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29598/task/29603/stat : 29603 (java) S 29596 29598 26250 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396982508072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29604] ppid=29596 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29598/task/29604/stat : 29604 (java) S 29596 29598 26250 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396981455272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29605] ppid=29596 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29598/task/29605/stat : 29605 (java) S 29596 29598 26250 0 -1 4202560 114 0 0 0 1 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396980402984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29606] ppid=29596 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/29598/task/29606/stat : 29606 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396979350184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29607] ppid=29596 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29598/task/29607/stat : 29607 (java) S 29596 29598 26250 0 -1 4202560 61 0 0 0 3 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396849572904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29608] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29608/stat : 29608 (java) S 29596 29598 26250 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 22 0 254258431 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396848520104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29609] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29609/stat : 29609 (java) S 29596 29598 26250 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254258432 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396365572328 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29610] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29610/stat : 29610 (java) S 29596 29598 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396364518392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29611] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29611/stat : 29611 (java) S 29596 29598 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396363465992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29612] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29612/stat : 29612 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258435 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396362414480 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29613] ppid=29596 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/29598/task/29613/stat : 29613 (java) R 29596 29598 26250 0 -1 4202560 12238 0 0 0 86 2 0 0 20 0 22 0 254258436 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396361339376 140397014184392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29614] ppid=29596 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/29598/task/29614/stat : 29614 (java) R 29596 29598 26250 0 -1 4202560 7974 0 0 0 91 3 0 0 20 0 22 0 254258436 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396360309144 140397014769320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29615] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29615/stat : 29615 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396359257208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29616] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29616/stat : 29616 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 57051 33554432000 1073741824 1073778376 140733875842928 140396358204616 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 2.60 2.99 3.38 4/217 29620
/proc/meminfo: memFree=20567420/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9824668 CPUtime=7.9 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 26710 0 1 0 774 16 0 0 20 0 22 0 254258430 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2456167 93587 2273 9 0 2446860 0
[pid=29598/tid=29599] ppid=29596 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) S 29596 29598 26250 0 -1 4202560 2520 0 1 0 124 3 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140397012161528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29601] ppid=29596 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29598/task/29601/stat : 29601 (java) S 29596 29598 26250 0 -1 4202560 89 0 0 0 4 2 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396984613160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29602] ppid=29596 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29598/task/29602/stat : 29602 (java) S 29596 29598 26250 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396983560360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29603] ppid=29596 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29598/task/29603/stat : 29603 (java) S 29596 29598 26250 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396982508072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29604] ppid=29596 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29598/task/29604/stat : 29604 (java) S 29596 29598 26250 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396981455272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29605] ppid=29596 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29598/task/29605/stat : 29605 (java) S 29596 29598 26250 0 -1 4202560 132 0 0 0 4 1 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396980402984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29606] ppid=29596 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29598/task/29606/stat : 29606 (java) S 29596 29598 26250 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396979350184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29607] ppid=29596 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29598/task/29607/stat : 29607 (java) S 29596 29598 26250 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396849572904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29608] ppid=29596 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/29598/task/29608/stat : 29608 (java) S 29596 29598 26250 0 -1 4202560 141 0 0 0 2 0 0 0 20 0 22 0 254258431 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396848520104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29609] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29609/stat : 29609 (java) S 29596 29598 26250 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254258432 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396365572328 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29610] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29610/stat : 29610 (java) S 29596 29598 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396364518392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29611] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29611/stat : 29611 (java) S 29596 29598 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396363465992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29612] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29612/stat : 29612 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258435 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396362414480 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29613] ppid=29596 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/29598/task/29613/stat : 29613 (java) S 29596 29598 26250 0 -1 4202560 14146 0 0 0 138 2 0 0 20 0 22 0 254258436 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396361362104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29614] ppid=29596 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/29598/task/29614/stat : 29614 (java) S 29596 29598 26250 0 -1 4202560 7984 0 0 0 141 3 0 0 20 0 22 0 254258436 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396360309304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29615] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29615/stat : 29615 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396359257208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29616] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29616/stat : 29616 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396358204616 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29617] ppid=29596 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/29598/task/29617/stat : 29617 (java) R 29596 29598 26250 0 -1 4202560 28 0 0 0 165 0 0 0 20 0 22 0 254258567 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396357149240 140396861756117 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29618] ppid=29596 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/29598/task/29618/stat : 29618 (java) R 29596 29598 26250 0 -1 4202560 133 0 0 0 165 2 0 0 20 0 22 0 254258567 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396356095976 140396861789208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29619] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29619/stat : 29619 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258572 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396355044520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29620] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29620/stat : 29620 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258573 10060460032 93587 33554432000 1073741824 1073778376 140733875842928 140396353991720 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 2.64 2.99 3.38 4/217 29620
/proc/meminfo: memFree=20221240/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9824668 CPUtime=14.34 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 27155 0 1 0 1411 23 0 0 20 0 22 0 254258430 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2456167 148583 2285 9 0 2446860 0
[pid=29598/tid=29599] ppid=29596 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) S 29596 29598 26250 0 -1 4202560 2520 0 1 0 124 3 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140397012161528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29601] ppid=29596 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29598/task/29601/stat : 29601 (java) S 29596 29598 26250 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396984613160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29602] ppid=29596 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29598/task/29602/stat : 29602 (java) S 29596 29598 26250 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396983560360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29603] ppid=29596 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29598/task/29603/stat : 29603 (java) S 29596 29598 26250 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396982508072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29604] ppid=29596 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29598/task/29604/stat : 29604 (java) S 29596 29598 26250 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396981455272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29605] ppid=29596 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/29598/task/29605/stat : 29605 (java) S 29596 29598 26250 0 -1 4202560 185 0 0 0 8 2 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396980402984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29606] ppid=29596 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29598/task/29606/stat : 29606 (java) S 29596 29598 26250 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396979350184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29607] ppid=29596 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29598/task/29607/stat : 29607 (java) S 29596 29598 26250 0 -1 4202560 83 0 0 0 5 1 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396849572904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29608] ppid=29596 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29598/task/29608/stat : 29608 (java) S 29596 29598 26250 0 -1 4202560 160 0 0 0 5 2 0 0 20 0 22 0 254258431 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396848520104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29609] ppid=29596 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29598/task/29609/stat : 29609 (java) S 29596 29598 26250 0 -1 4202560 235 0 0 0 25 0 0 0 20 0 22 0 254258432 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396365572328 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29610] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29610/stat : 29610 (java) S 29596 29598 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396364518392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29611] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29611/stat : 29611 (java) S 29596 29598 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396363465992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29612] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29612/stat : 29612 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258435 10060460032 148583 33554432000 1073741824 1073778376 140733875842928 140396362414480 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=29598/tid=29618] ppid=29596 vsize=9824668 CPUtime=768.24 cores=0,2,4,6
/proc/29598/task/29618/stat : 29618 (java) R 29596 29598 26250 0 -1 4202560 1936 0 0 0 76773 51 0 0 20 0 22 0 254258567 10060460032 863366 33554432000 1073741824 1073778376 140733875842928 140396356094336 140396861756103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29619] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29619/stat : 29619 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258572 10060460032 863366 33554432000 1073741824 1073778376 140733875842928 140396355044520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29620] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29620/stat : 29620 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258573 10060460032 863366 33554432000 1073741824 1073778376 140733875842928 140396353991720 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1604.73
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.12 2.99 3.11 5/221 29685
/proc/meminfo: memFree=25303136/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9824668 CPUtime=1721.38 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 37788 0 1 0 172011 127 0 0 20 0 22 0 254258430 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2456167 868070 2286 9 0 2446860 0
[pid=29598/tid=29599] ppid=29596 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) S 29596 29598 26250 0 -1 4202560 2533 0 1 0 126 5 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140397012161528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29601] ppid=29596 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/29598/task/29601/stat : 29601 (java) S 29596 29598 26250 0 -1 4202560 363 0 0 0 178 6 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396984613160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29602] ppid=29596 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/29598/task/29602/stat : 29602 (java) S 29596 29598 26250 0 -1 4202560 262 0 0 0 167 5 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396983560360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29603] ppid=29596 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29598/task/29603/stat : 29603 (java) S 29596 29598 26250 0 -1 4202560 274 0 0 0 170 5 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396982508072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29604] ppid=29596 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/29598/task/29604/stat : 29604 (java) S 29596 29598 26250 0 -1 4202560 316 0 0 0 155 5 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396981455272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29605] ppid=29596 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/29598/task/29605/stat : 29605 (java) S 29596 29598 26250 0 -1 4202560 433 0 0 0 161 6 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396980402984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29606] ppid=29596 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29598/task/29606/stat : 29606 (java) S 29596 29598 26250 0 -1 4202560 310 0 0 0 164 5 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396979350184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29607] ppid=29596 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/29598/task/29607/stat : 29607 (java) S 29596 29598 26250 0 -1 4202560 382 0 0 0 182 6 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396849572904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29608] ppid=29596 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/29598/task/29608/stat : 29608 (java) S 29596 29598 26250 0 -1 4202560 412 0 0 0 177 6 0 0 20 0 22 0 254258431 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396848520104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29609] ppid=29596 vsize=9824668 CPUtime=52.77 cores=0,2,4,6
/proc/29598/task/29609/stat : 29609 (java) S 29596 29598 26250 0 -1 4202560 2537 0 0 0 5261 16 0 0 20 0 22 0 254258432 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396365572328 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29610] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29610/stat : 29610 (java) S 29596 29598 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396364518392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29611] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29611/stat : 29611 (java) S 29596 29598 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396363465992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29612] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29612/stat : 29612 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258435 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396362414480 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29613] ppid=29596 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/29598/task/29613/stat : 29613 (java) S 29596 29598 26250 0 -1 4202560 18692 0 0 0 242 3 0 0 20 0 22 0 254258436 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396361362104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29614] ppid=29596 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/29598/task/29614/stat : 29614 (java) S 29596 29598 26250 0 -1 4202560 8048 0 0 0 205 3 0 0 20 0 22 0 254258436 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396360309304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29615] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29615/stat : 29615 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396359257208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29616] ppid=29596 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29598/task/29616/stat : 29616 (java) S 29596 29598 26250 0 -1 4202560 50 0 0 0 15 19 0 0 20 0 22 0 254258436 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396358204616 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29617] ppid=29596 vsize=9824668 CPUtime=824.32 cores=0,2,4,6
/proc/29598/task/29617/stat : 29617 (java) R 29596 29598 26250 0 -1 4202560 48 0 0 0 82420 12 0 0 20 0 22 0 254258567 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396357148056 140396861771469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29618] ppid=29596 vsize=9824668 CPUtime=824.27 cores=0,2,4,6
/proc/29598/task/29618/stat : 29618 (java) R 29596 29598 26250 0 -1 4202560 1940 0 0 0 82375 52 0 0 20 0 22 0 254258567 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396356096256 140396861364497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29619] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29619/stat : 29619 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258572 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396355044520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29620] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29620/stat : 29620 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258573 10060460032 868070 33554432000 1073741824 1073778376 140733875842928 140396353991720 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.301 s]
/proc/loadavg: 3.55 3.11 3.15 5/221 29686
/proc/meminfo: memFree=24252216/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 37837 0 1 0 179892 128 0 0 20 0 22 0 254258430 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2456167 871178 2286 9 0 2446860 0
[pid=29598/tid=29599] ppid=29596 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) S 29596 29598 26250 0 -1 4202560 2534 0 1 0 126 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140397012161528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29601] ppid=29596 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/29598/task/29601/stat : 29601 (java) S 29596 29598 26250 0 -1 4202560 363 0 0 0 184 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396984613160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29602] ppid=29596 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29598/task/29602/stat : 29602 (java) S 29596 29598 26250 0 -1 4202560 266 0 0 0 175 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396983560360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29603] ppid=29596 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/29598/task/29603/stat : 29603 (java) S 29596 29598 26250 0 -1 4202560 281 0 0 0 176 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396982508072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29604] ppid=29596 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/29598/task/29604/stat : 29604 (java) S 29596 29598 26250 0 -1 4202560 322 0 0 0 160 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396981455272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29605] ppid=29596 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29598/task/29605/stat : 29605 (java) S 29596 29598 26250 0 -1 4202560 443 0 0 0 174 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396980402984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29606] ppid=29596 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/29598/task/29606/stat : 29606 (java) S 29596 29598 26250 0 -1 4202560 311 0 0 0 172 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396979350184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29607] ppid=29596 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/29598/task/29607/stat : 29607 (java) S 29596 29598 26250 0 -1 4202560 390 0 0 0 189 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396849572904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29608] ppid=29596 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/29598/task/29608/stat : 29608 (java) S 29596 29598 26250 0 -1 4202560 412 0 0 0 187 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396848520104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29609] ppid=29596 vsize=9824668 CPUtime=54.24 cores=0,2,4,6
/proc/29598/task/29609/stat : 29609 (java) S 29596 29598 26250 0 -1 4202560 2545 0 0 0 5407 17 0 0 20 0 22 0 254258432 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396365572328 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29610] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29610/stat : 29610 (java) S 29596 29598 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396364518392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29611] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29611/stat : 29611 (java) S 29596 29598 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396363465992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29612] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29612/stat : 29612 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258435 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396362414480 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29613] ppid=29596 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/29598/task/29613/stat : 29613 (java) S 29596 29598 26250 0 -1 4202560 18692 0 0 0 242 3 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396361362104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29614] ppid=29596 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/29598/task/29614/stat : 29614 (java) S 29596 29598 26250 0 -1 4202560 8048 0 0 0 205 3 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396360309304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29615] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29615/stat : 29615 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396359257208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29616] ppid=29596 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29598/task/29616/stat : 29616 (java) S 29596 29598 26250 0 -1 4202560 52 0 0 0 16 19 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396358204616 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29617] ppid=29596 vsize=9824668 CPUtime=862.7 cores=0,2,4,6
/proc/29598/task/29617/stat : 29617 (java) R 29596 29598 26250 0 -1 4202560 48 0 0 0 86257 13 0 0 20 0 22 0 254258567 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396357147936 140396861756103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29618] ppid=29596 vsize=9824668 CPUtime=862.62 cores=0,2,4,6
/proc/29598/task/29618/stat : 29618 (java) R 29596 29598 26250 0 -1 4202560 1942 0 0 0 86208 54 0 0 20 0 22 0 254258567 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396356096256 140396861904796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29619] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29619/stat : 29619 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258572 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396355044520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29620] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29620/stat : 29620 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258573 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396353991720 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

[startup+922.301 s]
/proc/loadavg: 3.55 3.11 3.15 5/221 29686
/proc/meminfo: memFree=24252216/32873844 swapFree=7364/7364
[pid=29598] ppid=29596 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/29598/stat : 29598 (java) S 29596 29598 26250 0 -1 4202496 37837 0 1 0 179892 128 0 0 20 0 22 0 254258430 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140733875834064 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29598/statm: 2456167 871178 2286 9 0 2446860 0
[pid=29598/tid=29599] ppid=29596 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/29598/task/29599/stat : 29599 (java) S 29596 29598 26250 0 -1 4202560 2534 0 1 0 126 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140397012161528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29601] ppid=29596 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/29598/task/29601/stat : 29601 (java) S 29596 29598 26250 0 -1 4202560 363 0 0 0 184 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396984613160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29602] ppid=29596 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29598/task/29602/stat : 29602 (java) S 29596 29598 26250 0 -1 4202560 266 0 0 0 175 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396983560360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29603] ppid=29596 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/29598/task/29603/stat : 29603 (java) S 29596 29598 26250 0 -1 4202560 281 0 0 0 176 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396982508072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29604] ppid=29596 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/29598/task/29604/stat : 29604 (java) S 29596 29598 26250 0 -1 4202560 322 0 0 0 160 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396981455272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29605] ppid=29596 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29598/task/29605/stat : 29605 (java) S 29596 29598 26250 0 -1 4202560 443 0 0 0 174 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396980402984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29606] ppid=29596 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/29598/task/29606/stat : 29606 (java) S 29596 29598 26250 0 -1 4202560 311 0 0 0 172 5 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396979350184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29607] ppid=29596 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/29598/task/29607/stat : 29607 (java) S 29596 29598 26250 0 -1 4202560 390 0 0 0 189 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396849572904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29608] ppid=29596 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/29598/task/29608/stat : 29608 (java) S 29596 29598 26250 0 -1 4202560 412 0 0 0 187 6 0 0 20 0 22 0 254258431 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396848520104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29609] ppid=29596 vsize=9824668 CPUtime=54.24 cores=0,2,4,6
/proc/29598/task/29609/stat : 29609 (java) S 29596 29598 26250 0 -1 4202560 2545 0 0 0 5407 17 0 0 20 0 22 0 254258432 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396365572328 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29610] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29610/stat : 29610 (java) S 29596 29598 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396364518392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29611] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29611/stat : 29611 (java) S 29596 29598 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258433 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396363465992 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29612] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29612/stat : 29612 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258435 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396362414480 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29598/tid=29613] ppid=29596 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/29598/task/29613/stat : 29613 (java) S 29596 29598 26250 0 -1 4202560 18692 0 0 0 242 3 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396361362104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29614] ppid=29596 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/29598/task/29614/stat : 29614 (java) S 29596 29598 26250 0 -1 4202560 8048 0 0 0 205 3 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396360309304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29615] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29615/stat : 29615 (java) S 29596 29598 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396359257208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29616] ppid=29596 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29598/task/29616/stat : 29616 (java) S 29596 29598 26250 0 -1 4202560 52 0 0 0 16 19 0 0 20 0 22 0 254258436 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396358204616 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29617] ppid=29596 vsize=9824668 CPUtime=862.7 cores=0,2,4,6
/proc/29598/task/29617/stat : 29617 (java) R 29596 29598 26250 0 -1 4202560 48 0 0 0 86257 13 0 0 20 0 22 0 254258567 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396357147936 140396861756103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29598/tid=29618] ppid=29596 vsize=9824668 CPUtime=862.62 cores=0,2,4,6
/proc/29598/task/29618/stat : 29618 (java) R 29596 29598 26250 0 -1 4202560 1942 0 0 0 86208 54 0 0 20 0 22 0 254258567 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396356096256 140396861904796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29598/tid=29619] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29619/stat : 29619 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258572 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396355044520 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29598/tid=29620] ppid=29596 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29598/task/29620/stat : 29620 (java) S 29596 29598 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258573 10060460032 871178 33554432000 1073741824 1073778376 140733875842928 140396353991720 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 922.355
CPU time (s): 1800.78
CPU user time (s): 1799.03
CPU system time (s): 1.74973
CPU usage (%): 195.237
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.74973
maximum resident set size= 3484828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37868
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= 24938
involuntary context switches= 31037

runsolver used 3.34249 second user time and 8.61269 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 19:42:16
IDJOB=3689194
IDBENCH=73961
IDSOLVER=2268
FILE ID=node133/3689194-1337881336
RUNJOBID= node133-1337871880-26266
PBS_JOBID= 14620071
Free space on /tmp= 71116 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689194-1337881336/watcher-3689194-1337881336 -o /tmp/evaluation-result-3689194-1337881336/solver-3689194-1337881336 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689194-1337881336.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=413812369

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        20788060 kB
Buffers:          219060 kB
Cached:          2966676 kB
SwapCached:            0 kB
Active:          9039956 kB
Inactive:        2246012 kB
Active(anon):    8102836 kB
Inactive(anon):        0 kB
Active(file):     937120 kB
Inactive(file):  2246012 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3932 kB
Writeback:             0 kB
AnonPages:       8107104 kB
Mapped:            22620 kB
Shmem:               212 kB
Slab:             645296 kB
SReclaimable:      87140 kB
SUnreclaim:       558156 kB
KernelStack:        1600 kB
PageTables:        20080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8398828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7895040 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= 71616 MiB
End job on node133 at 2012-05-24 19:57:41