Trace number 3732532

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.16 902.245

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
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.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3732532-1338740289.opb
0.10/0.11	c reading problem ... 
0.72/0.45	c ... done. Wall clock time 0.34s.
0.72/0.45	c #vars     6352
0.72/0.45	c #constraints  13345
0.72/0.45	c constraints type 
0.72/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
0.72/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
0.72/0.45	c constraints type 
0.72/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
0.72/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
8.53/3.93	c cleaning 2501 clauses out of 5001 with flag 5001/5001
16.48/7.81	c cleaning 4250 clauses out of 8499 with flag 11000/11000
25.66/12.44	c cleaning 5624 clauses out of 11249 with flag 18000/18000
26.03/12.63	c cleaning 0 clauses out of 5000 with flag 0/5000
37.13/18.02	c cleaning 6813 clauses out of 13626 with flag 26001/26001
49.69/24.24	c cleaning 7902 clauses out of 15812 with flag 35000/35000
55.87/27.31	c cleaning 0 clauses out of 11001 with flag 0/11001
63.45/31.17	c cleaning 8954 clauses out of 17911 with flag 45001/45001
79.03/38.91	c cleaning 9976 clauses out of 19956 with flag 56000/56000
90.40/44.66	c cleaning 0 clauses out of 18000 with flag 0/18000
96.18/47.52	c cleaning 10988 clauses out of 21980 with flag 68000/68000
115.37/57.13	c cleaning 11994 clauses out of 23993 with flag 81001/81001
129.55/64.20	c cleaning 0 clauses out of 26000 with flag 0/26000
136.12/67.53	c cleaning 13000 clauses out of 25999 with flag 95001/95001
157.70/78.33	c cleaning 13497 clauses out of 26999 with flag 109001/109001
174.26/86.64	c cleaning 0 clauses out of 35000 with flag 0/35000
179.01/89.08	c cleaning 13750 clauses out of 27501 with flag 123000/123000
200.78/99.95	c cleaning 13875 clauses out of 27752 with flag 137001/137001
222.15/110.62	c cleaning 13937 clauses out of 27877 with flag 151001/151001
224.12/111.67	c cleaning 0 clauses out of 45001 with flag 0/45001
243.69/121.43	c cleaning 13968 clauses out of 27940 with flag 165001/165001
265.85/132.56	c cleaning 13979 clauses out of 27972 with flag 179001/179001
279.45/139.37	c cleaning 0 clauses out of 56000 with flag 0/56000
287.64/143.43	c cleaning 13994 clauses out of 27993 with flag 193001/193001
309.79/154.50	c cleaning 13991 clauses out of 27998 with flag 207000/207000
331.39/165.30	c cleaning 14002 clauses out of 28008 with flag 221001/221001
340.36/169.83	c cleaning 0 clauses out of 68001 with flag 0/68001
353.34/176.37	c cleaning 13996 clauses out of 28005 with flag 235000/235000
375.70/187.50	c cleaning 14001 clauses out of 28009 with flag 249000/249000
397.89/198.68	c cleaning 13998 clauses out of 28008 with flag 263000/263000
407.45/203.42	c cleaning 0 clauses out of 81001 with flag 0/81001
420.61/210.02	c cleaning 14003 clauses out of 28010 with flag 277000/277000
443.16/221.35	c cleaning 14002 clauses out of 28007 with flag 291000/291000
466.30/232.92	c cleaning 14000 clauses out of 28005 with flag 305000/305000
481.84/240.71	c cleaning 0 clauses out of 95000 with flag 0/95000
490.60/245.15	c cleaning 14000 clauses out of 28006 with flag 319001/319001
513.33/256.54	c cleaning 14001 clauses out of 28005 with flag 333000/333000
536.48/268.10	c cleaning 14001 clauses out of 28005 with flag 347001/347001
556.22/278.09	c cleaning 0 clauses out of 109001 with flag 0/109001
559.96/279.96	c cleaning 13997 clauses out of 28003 with flag 361000/361000
583.91/291.93	c cleaning 14001 clauses out of 28006 with flag 375000/375000
608.05/304.00	c cleaning 13997 clauses out of 28005 with flag 389000/389000
631.81/315.94	c cleaning 13998 clauses out of 28009 with flag 403001/403001
632.16/316.19	c cleaning 0 clauses out of 123001 with flag 0/123001
655.50/327.90	c cleaning 14002 clauses out of 28011 with flag 417001/417001
679.66/339.98	c cleaning 13998 clauses out of 28008 with flag 431000/431000
704.42/352.35	c cleaning 14002 clauses out of 28010 with flag 445000/445000
709.16/354.77	c cleaning 0 clauses out of 137001 with flag 0/137001
730.29/365.38	c cleaning 13998 clauses out of 28009 with flag 459001/459001
756.42/378.50	c cleaning 14000 clauses out of 28010 with flag 473000/473000
782.56/391.51	c cleaning 13998 clauses out of 28010 with flag 487000/487000
783.49/392.00	c cleaning 0 clauses out of 151000 with flag 0/151000
810.22/405.45	c cleaning 14002 clauses out of 28013 with flag 501001/501001
837.79/419.24	c cleaning 13998 clauses out of 28010 with flag 515000/515000
850.78/425.76	c cleaning 0 clauses out of 165000 with flag 0/165000
865.31/433.05	c cleaning 14000 clauses out of 28012 with flag 529000/529000
891.85/446.33	c cleaning 14002 clauses out of 28013 with flag 543001/543001
918.81/459.83	c cleaning 14000 clauses out of 28011 with flag 557001/557001
924.11/462.52	c cleaning 0 clauses out of 179001 with flag 0/179001
946.06/473.55	c cleaning 14001 clauses out of 28011 with flag 571001/571001
973.20/487.18	c cleaning 14000 clauses out of 28009 with flag 585000/585000
998.74/499.96	c cleaning 0 clauses out of 193001 with flag 0/193001
1000.45/500.82	c cleaning 13998 clauses out of 28010 with flag 599001/599001
1027.99/514.63	c cleaning 14001 clauses out of 28012 with flag 613001/613001
1056.50/528.91	c cleaning 14003 clauses out of 28011 with flag 627001/627001
1076.84/539.20	c cleaning 0 clauses out of 207000 with flag 0/207000
1085.14/543.33	c cleaning 13999 clauses out of 28008 with flag 641001/641001
1113.88/557.73	c cleaning 13996 clauses out of 28008 with flag 655000/655000
1143.37/572.58	c cleaning 14003 clauses out of 28013 with flag 669001/669001
1157.10/579.45	c cleaning 0 clauses out of 221001 with flag 0/221001
1173.62/587.76	c cleaning 13995 clauses out of 28009 with flag 683000/683000
1203.76/602.81	c cleaning 14000 clauses out of 28015 with flag 697001/697001
1233.27/617.64	c cleaning 14002 clauses out of 28014 with flag 711000/711000
1238.18/620.16	c cleaning 0 clauses out of 235000 with flag 0/235000
1263.93/633.04	c cleaning 14004 clauses out of 28013 with flag 725001/725001
1294.64/648.45	c cleaning 13996 clauses out of 28009 with flag 739001/739001
1321.74/662.05	c cleaning 0 clauses out of 249000 with flag 0/249000
1326.03/664.28	c cleaning 14002 clauses out of 28013 with flag 753001/753001
1358.95/680.76	c cleaning 13996 clauses out of 28010 with flag 767000/767000
1392.68/697.64	c cleaning 14002 clauses out of 28014 with flag 781000/781000
1410.74/706.74	c cleaning 0 clauses out of 263001 with flag 0/263001
1426.26/714.52	c cleaning 13996 clauses out of 28012 with flag 795000/795000
1459.57/731.20	c cleaning 14001 clauses out of 28017 with flag 809001/809001
1492.72/747.87	c cleaning 14002 clauses out of 28016 with flag 823001/823001
1499.36/751.22	c cleaning 0 clauses out of 277000 with flag 0/277000
1526.25/764.73	c cleaning 14004 clauses out of 28014 with flag 837001/837001
1560.80/782.10	c cleaning 13996 clauses out of 28009 with flag 851000/851000
1586.28/794.82	c cleaning 0 clauses out of 291001 with flag 0/291001
1597.72/800.64	c cleaning 13998 clauses out of 28014 with flag 865001/865001
1634.85/819.26	c cleaning 13999 clauses out of 28015 with flag 879000/879000
1670.81/837.28	c cleaning 0 clauses out of 305001 with flag 0/305001
1672.28/838.07	c cleaning 14002 clauses out of 28017 with flag 893001/893001
1710.40/857.18	c cleaning 14003 clauses out of 28015 with flag 907001/907001
1747.92/875.95	c cleaning 13998 clauses out of 28011 with flag 921000/921000
1760.62/882.38	c cleaning 0 clauses out of 319000 with flag 0/319000
1784.92/894.55	c cleaning 13997 clauses out of 28013 with flag 935000/935000
1800.16/902.21	c starts		: 186
1800.16/902.21	c conflicts		: 940964
1800.16/902.21	c decisions		: 945986
1800.16/902.21	c propagations		: 2473282785
1800.16/902.21	c inspects		: 9685944616
1800.16/902.21	c learnt literals	: 0
1800.16/902.21	c learnt binary clauses	: 15
1800.16/902.21	c learnt ternary clauses	: 22
1800.16/902.21	c learnt clauses	: 940964
1800.16/902.21	c ignored clauses	: 0
1800.16/902.21	c root simplifications	: 0
1800.16/902.21	c removed literals (reason simplification)	: 12163166
1800.16/902.21	c reason swapping (by a shorter reason)	: 0
1800.16/902.21	c Calls to reduceDB	: 70
1800.16/902.21	c number of reductions to clauses (during analyze)	: 0
1800.16/902.21	c number of learned constraints concerned by reduction	: 0
1800.16/902.21	c number of learning phase by resolution	: 0
1800.16/902.21	c number of learning phase by cutting planes	: 0
1800.16/902.21	c speed (assignments/second)	: 2742741.371280036
1800.16/902.21	c non guided choices	0
1800.16/902.22	c learnt constraints type 
1800.16/902.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19973
1800.16/902.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.16/902.22	c constraints type 
1800.16/902.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1800.16/902.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1800.16/902.22	c constraints type 
1800.16/902.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
1800.16/902.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
1800.16/902.22	s UNKNOWN
1800.16/902.22	c Total wall clock time (in seconds): 902.109

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-3732532-1338740289/watcher-3732532-1338740289 -o /tmp/evaluation-result-3732532-1338740289/solver-3732532-1338740289 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732532-1338740289.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: 3.18 3.41 3.41 4/197 12705
/proc/meminfo: memFree=26220968/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/12705/stat : 12705 (java) R 12703 12705 11909 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 340153254 23793664 715 33554432000 1073741824 1073778376 140735798002944 140735797992008 254741099880 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 5809 716 530 9 0 128 0

[startup+0.105036 s]
/proc/loadavg: 3.18 3.41 3.41 4/197 12705
/proc/meminfo: memFree=26220968/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 4723 0 1 0 9 1 0 0 20 0 18 0 340153254 2764726272 6422 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 674982 6422 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.200248 s]
/proc/loadavg: 3.18 3.41 3.41 4/197 12705
/proc/meminfo: memFree=26220968/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 5250 0 1 0 27 1 0 0 20 0 18 0 340153254 2764726272 7306 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 674982 7306 2201 9 0 665676 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2699928

[startup+0.300259 s]
/proc/loadavg: 3.18 3.41 3.41 4/197 12705
/proc/meminfo: memFree=26220968/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 5829 0 1 0 46 1 0 0 20 0 18 0 340153254 2764726272 9196 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 674982 9196 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700186 s]
/proc/loadavg: 3.18 3.41 3.41 4/197 12705
/proc/meminfo: memFree=26220968/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 12651 0 1 0 177 3 0 0 20 0 22 0 340153254 3037372416 24860 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 741546 24860 2259 9 0 732240 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.18 3.41 3.41 5/219 12727
/proc/meminfo: memFree=26065044/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 13106 0 1 0 364 5 0 0 20 0 22 0 340153254 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 741546 59044 2261 9 0 732240 0
[pid=12705/tid=12707] ppid=12703 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/12705/task/12707/stat : 12707 (java) S 12703 12705 11909 0 -1 4202560 2814 0 1 0 41 2 0 0 20 0 22 0 340153254 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140499018142872 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12708] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12708/stat : 12708 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140499002424232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12709] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12709/stat : 12709 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140499001371688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12710] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12710/stat : 12710 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140499000318632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12711] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12711/stat : 12711 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498999266088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12712] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12712/stat : 12712 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498998213032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12713] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12713/stat : 12713 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498997160488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12714] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12714/stat : 12714 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498996107432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12715] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12715/stat : 12715 (java) S 12703 12705 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498995054888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12716] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12716/stat : 12716 (java) S 12703 12705 11909 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498864954216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12717] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12717/stat : 12717 (java) S 12703 12705 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498863900536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12718] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12718/stat : 12718 (java) S 12703 12705 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498862847368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12719] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12719/stat : 12719 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498861796112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12720] ppid=12703 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/12705/task/12720/stat : 12720 (java) S 12703 12705 11909 0 -1 4202560 5037 0 0 0 57 0 0 0 20 0 22 0 340153260 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498860742968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12721] ppid=12703 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/12705/task/12721/stat : 12721 (java) S 12703 12705 11909 0 -1 4202560 3885 0 0 0 57 0 0 0 20 0 22 0 340153260 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498859690424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12722] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12722/stat : 12722 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498858637560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12723] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12723/stat : 12723 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498857585224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12724] ppid=12703 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/12705/task/12724/stat : 12724 (java) R 12703 12705 11909 0 -1 4202560 25 0 0 0 102 0 0 0 20 0 22 0 340153300 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498856530904 140498866790353 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12725] ppid=12703 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/12705/task/12725/stat : 12725 (java) R 12703 12705 11909 0 -1 4202560 137 0 0 0 99 2 0 0 20 0 22 0 340153300 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498855478248 140498866840915 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12726] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12726/stat : 12726 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498854425896 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12727] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12727/stat : 12727 (java) S 12703 12705 11909 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 59044 33554432000 1073741824 1073778376 140735798002944 140498853373352 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.18 3.41 3.41 5/219 12727
/proc/meminfo: memFree=25857568/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2966184 CPUtime=6.91 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 13212 0 1 0 683 8 0 0 20 0 22 0 340153254 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 741546 96442 2273 9 0 732240 0
[pid=12705/tid=12707] ppid=12703 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/12705/task/12707/stat : 12707 (java) S 12703 12705 11909 0 -1 4202560 2814 0 1 0 41 2 0 0 20 0 22 0 340153254 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140499018142872 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12708] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12708/stat : 12708 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140499002424232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12709] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12709/stat : 12709 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140499001371688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12710] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12710/stat : 12710 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140499000318632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12711] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12711/stat : 12711 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498999266088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12712] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12712/stat : 12712 (java) S 12703 12705 11909 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498998213032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12713] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12713/stat : 12713 (java) S 12703 12705 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498997160488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12714] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12714/stat : 12714 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498996107432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12715] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12715/stat : 12715 (java) S 12703 12705 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498995054888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12716] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12716/stat : 12716 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498864954216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12717] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12717/stat : 12717 (java) S 12703 12705 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498863900536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12718] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12718/stat : 12718 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498862847368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12719] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12719/stat : 12719 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498861796112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12720] ppid=12703 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/12705/task/12720/stat : 12720 (java) S 12703 12705 11909 0 -1 4202560 5037 0 0 0 57 0 0 0 20 0 22 0 340153260 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498860742968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12721] ppid=12703 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/12705/task/12721/stat : 12721 (java) S 12703 12705 11909 0 -1 4202560 3885 0 0 0 59 0 0 0 20 0 22 0 340153260 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498859690424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12722] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12722/stat : 12722 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498858637560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12723] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12723/stat : 12723 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498857585224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12724] ppid=12703 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/12705/task/12724/stat : 12724 (java) R 12703 12705 11909 0 -1 4202560 27 0 0 0 260 0 0 0 20 0 22 0 340153300 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498856530984 140498866806183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12725] ppid=12703 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/12705/task/12725/stat : 12725 (java) R 12703 12705 11909 0 -1 4202560 208 0 0 0 256 4 0 0 20 0 22 0 340153300 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498855477272 140498866930187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12726] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12726/stat : 12726 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498854425896 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12727] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12727/stat : 12727 (java) S 12703 12705 11909 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 96442 33554432000 1073741824 1073778376 140735798002944 140498853373352 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 3.09 3.38 3.40 5/219 12729
/proc/meminfo: memFree=25801528/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2966184 CPUtime=13.41 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 13543 0 1 0 1331 10 0 0 20 0 22 0 340153254 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 741546 102619 2285 9 0 732240 0
[pid=12705/tid=12707] ppid=12703 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/12705/task/12707/stat : 12707 (java) S 12703 12705 11909 0 -1 4202560 2814 0 1 0 41 2 0 0 20 0 22 0 340153254 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140499018142872 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12708] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12708/stat : 12708 (java) S 12703 12705 11909 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140499002424232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12709] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12709/stat : 12709 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140499001371688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12710] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12710/stat : 12710 (java) S 12703 12705 11909 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140499000318632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12711] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12711/stat : 12711 (java) S 12703 12705 11909 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498999266088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12712] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12712/stat : 12712 (java) S 12703 12705 11909 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498998213032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12713] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12713/stat : 12713 (java) S 12703 12705 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498997160488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12714] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12714/stat : 12714 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498996107432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12715] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12715/stat : 12715 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153255 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498995054888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12716] ppid=12703 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/12705/task/12716/stat : 12716 (java) S 12703 12705 11909 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 340153257 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498864954216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12717] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12717/stat : 12717 (java) S 12703 12705 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498863900536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12718] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12718/stat : 12718 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498862847368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12719] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12719/stat : 12719 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498861796112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12720] ppid=12703 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/12705/task/12720/stat : 12720 (java) S 12703 12705 11909 0 -1 4202560 5300 0 0 0 62 1 0 0 20 0 22 0 340153260 3037372416 102619 33554432000 1073741824 1073778376 140735798002944 140498860742968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/12705/statm: 741546 160232 2286 9 0 732240 0
[pid=12705/tid=12707] ppid=12703 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/12705/task/12707/stat : 12707 (java) S 12703 12705 11909 0 -1 4202560 2819 0 1 0 43 2 0 0 20 0 22 0 340153254 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140499018142872 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12708] ppid=12703 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/12705/task/12708/stat : 12708 (java) S 12703 12705 11909 0 -1 4202560 72 0 0 0 75 3 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140499002424232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12709] ppid=12703 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/12705/task/12709/stat : 12709 (java) S 12703 12705 11909 0 -1 4202560 52 0 0 0 84 2 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140499001371688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12710] ppid=12703 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/12705/task/12710/stat : 12710 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 84 3 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140499000318632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12711] ppid=12703 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/12705/task/12711/stat : 12711 (java) S 12703 12705 11909 0 -1 4202560 85 0 0 0 86 3 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498999266088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12712] ppid=12703 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/12705/task/12712/stat : 12712 (java) S 12703 12705 11909 0 -1 4202560 56 0 0 0 86 2 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498998213032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12713] ppid=12703 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/12705/task/12713/stat : 12713 (java) S 12703 12705 11909 0 -1 4202560 54 0 0 0 81 2 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498997160488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12714] ppid=12703 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/12705/task/12714/stat : 12714 (java) S 12703 12705 11909 0 -1 4202560 43 0 0 0 71 3 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498996107432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12715] ppid=12703 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/12705/task/12715/stat : 12715 (java) S 12703 12705 11909 0 -1 4202560 48 0 0 0 81 2 0 0 20 0 22 0 340153255 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498995054888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12716] ppid=12703 vsize=2966184 CPUtime=7.71 cores=0,2,4,6
/proc/12705/task/12716/stat : 12716 (java) S 12703 12705 11909 0 -1 4202560 120 0 0 0 754 17 0 0 20 0 22 0 340153257 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498864954216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12717] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12717/stat : 12717 (java) S 12703 12705 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498863900536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12718] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12718/stat : 12718 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498862847368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12719] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12719/stat : 12719 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498861796112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12720] ppid=12703 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/12705/task/12720/stat : 12720 (java) S 12703 12705 11909 0 -1 4202560 11012 0 0 0 125 3 0 0 20 0 22 0 340153260 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498860742968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12721] ppid=12703 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/12705/task/12721/stat : 12721 (java) S 12703 12705 11909 0 -1 4202560 3909 0 0 0 73 0 0 0 20 0 22 0 340153260 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498859690424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12722] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12722/stat : 12722 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498858637560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12723] ppid=12703 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/12705/task/12723/stat : 12723 (java) S 12703 12705 11909 0 -1 4202560 51 0 0 0 17 15 0 0 20 0 22 0 340153260 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498857585224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12724] ppid=12703 vsize=2966184 CPUtime=869.44 cores=0,2,4,6
/proc/12705/task/12724/stat : 12724 (java) R 12703 12705 11909 0 -1 4202560 268 0 0 0 86930 14 0 0 20 0 22 0 340153300 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498856529824 140498866867902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12725] ppid=12703 vsize=2966184 CPUtime=869.49 cores=0,2,4,6
/proc/12705/task/12725/stat : 12725 (java) R 12703 12705 11909 0 -1 4202560 378 0 0 0 86929 20 0 0 20 0 22 0 340153300 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498855476496 140498866510988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12726] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12726/stat : 12726 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498854425896 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12727] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12727/stat : 12727 (java) S 12703 12705 11909 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 160232 33554432000 1073741824 1073778376 140735798002944 140498853373352 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1760.62
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 3.96 3.87 3.68 5/219 12739
/proc/meminfo: memFree=25403740/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2966184 CPUtime=1800.16 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 20233 0 1 0 179952 64 0 0 20 0 22 0 340153254 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 741546 161256 2286 9 0 732240 0
[pid=12705/tid=12707] ppid=12703 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/12705/task/12707/stat : 12707 (java) S 12703 12705 11909 0 -1 4202560 2819 0 1 0 43 2 0 0 20 0 22 0 340153254 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499018142872 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12708] ppid=12703 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/12705/task/12708/stat : 12708 (java) S 12703 12705 11909 0 -1 4202560 73 0 0 0 79 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499002424232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12709] ppid=12703 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/12705/task/12709/stat : 12709 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 87 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499001371688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12710] ppid=12703 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/12705/task/12710/stat : 12710 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 86 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499000318632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12711] ppid=12703 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/12705/task/12711/stat : 12711 (java) S 12703 12705 11909 0 -1 4202560 85 0 0 0 88 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498999266088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12712] ppid=12703 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/12705/task/12712/stat : 12712 (java) S 12703 12705 11909 0 -1 4202560 58 0 0 0 89 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498998213032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12713] ppid=12703 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/12705/task/12713/stat : 12713 (java) S 12703 12705 11909 0 -1 4202560 54 0 0 0 84 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498997160488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12714] ppid=12703 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/12705/task/12714/stat : 12714 (java) S 12703 12705 11909 0 -1 4202560 44 0 0 0 74 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498996107432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12715] ppid=12703 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/12705/task/12715/stat : 12715 (java) S 12703 12705 11909 0 -1 4202560 49 0 0 0 83 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498995054888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12716] ppid=12703 vsize=2966184 CPUtime=8.05 cores=0,2,4,6
/proc/12705/task/12716/stat : 12716 (java) S 12703 12705 11909 0 -1 4202560 122 0 0 0 788 17 0 0 20 0 22 0 340153257 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498864954216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12717] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12717/stat : 12717 (java) S 12703 12705 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498863900536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12718] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12718/stat : 12718 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498862847368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12719] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12719/stat : 12719 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498861796112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12720] ppid=12703 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/12705/task/12720/stat : 12720 (java) S 12703 12705 11909 0 -1 4202560 11012 0 0 0 125 3 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498860742968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12721] ppid=12703 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/12705/task/12721/stat : 12721 (java) S 12703 12705 11909 0 -1 4202560 3909 0 0 0 73 0 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498859690424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12722] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12722/stat : 12722 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498858637560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12723] ppid=12703 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/12705/task/12723/stat : 12723 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 18 15 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498857585224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12724] ppid=12703 vsize=2966184 CPUtime=888.88 cores=0,2,4,6
/proc/12705/task/12724/stat : 12724 (java) R 12703 12705 11909 0 -1 4202560 272 0 0 0 88874 14 0 0 20 0 22 0 340153300 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498856528960 140498866806183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12725] ppid=12703 vsize=2966184 CPUtime=888.93 cores=0,2,4,6
/proc/12705/task/12725/stat : 12725 (java) R 12703 12705 11909 0 -1 4202560 381 0 0 0 88873 20 0 0 20 0 22 0 340153300 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498855477072 140498866876810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12726] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12726/stat : 12726 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498854425896 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12727] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12727/stat : 12727 (java) S 12703 12705 11909 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498853373352 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 2966184

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

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

[startup+902.201 s]
/proc/loadavg: 3.96 3.87 3.68 5/219 12739
/proc/meminfo: memFree=25403740/32873844 swapFree=7628/7628
[pid=12705] ppid=12703 vsize=2966184 CPUtime=1800.16 cores=0,2,4,6
/proc/12705/stat : 12705 (java) S 12703 12705 11909 0 -1 4202496 20233 0 1 0 179952 64 0 0 20 0 22 0 340153254 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140735797994080 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12705/statm: 741546 161256 2286 9 0 732240 0
[pid=12705/tid=12707] ppid=12703 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/12705/task/12707/stat : 12707 (java) S 12703 12705 11909 0 -1 4202560 2819 0 1 0 43 2 0 0 20 0 22 0 340153254 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499018142872 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12708] ppid=12703 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/12705/task/12708/stat : 12708 (java) S 12703 12705 11909 0 -1 4202560 73 0 0 0 79 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499002424232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12709] ppid=12703 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/12705/task/12709/stat : 12709 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 87 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499001371688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12710] ppid=12703 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/12705/task/12710/stat : 12710 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 86 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140499000318632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12711] ppid=12703 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/12705/task/12711/stat : 12711 (java) S 12703 12705 11909 0 -1 4202560 85 0 0 0 88 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498999266088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12712] ppid=12703 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/12705/task/12712/stat : 12712 (java) S 12703 12705 11909 0 -1 4202560 58 0 0 0 89 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498998213032 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12713] ppid=12703 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/12705/task/12713/stat : 12713 (java) S 12703 12705 11909 0 -1 4202560 54 0 0 0 84 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498997160488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12714] ppid=12703 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/12705/task/12714/stat : 12714 (java) S 12703 12705 11909 0 -1 4202560 44 0 0 0 74 3 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498996107432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12715] ppid=12703 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/12705/task/12715/stat : 12715 (java) S 12703 12705 11909 0 -1 4202560 49 0 0 0 83 2 0 0 20 0 22 0 340153255 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498995054888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12716] ppid=12703 vsize=2966184 CPUtime=8.05 cores=0,2,4,6
/proc/12705/task/12716/stat : 12716 (java) S 12703 12705 11909 0 -1 4202560 122 0 0 0 788 17 0 0 20 0 22 0 340153257 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498864954216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12717] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12717/stat : 12717 (java) S 12703 12705 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498863900536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12718] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12718/stat : 12718 (java) S 12703 12705 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340153257 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498862847368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12719] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12719/stat : 12719 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498861796112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12720] ppid=12703 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/12705/task/12720/stat : 12720 (java) S 12703 12705 11909 0 -1 4202560 11012 0 0 0 125 3 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498860742968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12721] ppid=12703 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/12705/task/12721/stat : 12721 (java) S 12703 12705 11909 0 -1 4202560 3909 0 0 0 73 0 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498859690424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12722] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12722/stat : 12722 (java) S 12703 12705 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498858637560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12705/tid=12723] ppid=12703 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/12705/task/12723/stat : 12723 (java) S 12703 12705 11909 0 -1 4202560 53 0 0 0 18 15 0 0 20 0 22 0 340153260 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498857585224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12724] ppid=12703 vsize=2966184 CPUtime=888.88 cores=0,2,4,6
/proc/12705/task/12724/stat : 12724 (java) R 12703 12705 11909 0 -1 4202560 272 0 0 0 88874 14 0 0 20 0 22 0 340153300 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498856528960 140498866806183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12705/tid=12725] ppid=12703 vsize=2966184 CPUtime=888.93 cores=0,2,4,6
/proc/12705/task/12725/stat : 12725 (java) R 12703 12705 11909 0 -1 4202560 381 0 0 0 88873 20 0 0 20 0 22 0 340153300 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498855477072 140498866876810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12705/tid=12726] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12726/stat : 12726 (java) S 12703 12705 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498854425896 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12705/tid=12727] ppid=12703 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12705/task/12727/stat : 12727 (java) S 12703 12705 11909 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340153311 3037372416 161256 33554432000 1073741824 1073778376 140735798002944 140498853373352 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 902.245
CPU time (s): 1800.16
CPU user time (s): 1799.52
CPU system time (s): 0.64
CPU usage (%): 199.52
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.84
system time used= 1.08183
maximum resident set size= 645148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20266
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30820
involuntary context switches= 35030

runsolver used 3.60445 second user time and 7.51986 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 18:18:09
IDJOB=3732532
IDBENCH=2109
IDSOLVER=2324
FILE ID=node145/3732532-1338740289
RUNJOBID= node145-1338737268-11925
PBS_JOBID= 14636762
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732532-1338740289/watcher-3732532-1338740289 -o /tmp/evaluation-result-3732532-1338740289/solver-3732532-1338740289 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732532-1338740289.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=1437802584

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26224956 kB
Buffers:          445556 kB
Cached:          4813836 kB
SwapCached:            0 kB
Active:          2156508 kB
Inactive:        3603028 kB
Active(anon):     491220 kB
Inactive(anon):    10916 kB
Active(file):    1665288 kB
Inactive(file):  3592112 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1496 kB
Writeback:             0 kB
AnonPages:        472364 kB
Mapped:            22380 kB
Shmem:               200 kB
Slab:             725752 kB
SReclaimable:     166860 kB
SUnreclaim:       558892 kB
KernelStack:        1792 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1570476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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= 70924 MiB
End job on node145 at 2012-06-03 18:33:13