Trace number 3744582

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.06 904.155

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3744582-1338808978.opb
0.08/0.13	c reading problem ... 
1.23/0.69	c ... done. Wall clock time 0.554s.
1.23/0.69	c #vars     15725
1.23/0.69	c #constraints  33211
1.23/0.69	c constraints type 
1.23/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.23/0.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.23/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.23/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.23/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.23/0.69	c constraints type 
1.23/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.23/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.23/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.23/0.69	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.23/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
9.64/4.32	c cleaning 2497 clauses out of 5001 with flag 5001/5001
16.48/7.67	c cleaning 4253 clauses out of 8506 with flag 11003/11003
24.57/11.80	c cleaning 5606 clauses out of 11250 with flag 18000/18000
31.92/15.42	c cleaning 6817 clauses out of 13644 with flag 26000/26000
41.20/20.13	c cleaning 7910 clauses out of 15827 with flag 35000/35000
50.89/25.09	c cleaning 8958 clauses out of 17919 with flag 45002/45002
62.38/30.83	c cleaning 9976 clauses out of 19964 with flag 56005/56005
76.47/37.97	c cleaning 10981 clauses out of 21983 with flag 68000/68000
96.27/47.95	c cleaning 11990 clauses out of 24002 with flag 81000/81000
111.14/55.46	c cleaning 12994 clauses out of 26012 with flag 95000/95000
129.40/64.63	c cleaning 14001 clauses out of 28018 with flag 110000/110000
148.46/74.20	c cleaning 15004 clauses out of 30017 with flag 126000/126000
165.45/82.82	c cleaning 16002 clauses out of 32015 with flag 143002/143002
188.52/94.48	c cleaning 16997 clauses out of 34011 with flag 161000/161000
210.58/105.58	c cleaning 18002 clauses out of 36014 with flag 180000/180000
233.82/117.20	c cleaning 19002 clauses out of 38014 with flag 200002/200002
258.80/129.87	c cleaning 19991 clauses out of 40010 with flag 221000/221000
284.64/142.84	c cleaning 21005 clauses out of 42020 with flag 243001/243001
315.07/158.12	c cleaning 22005 clauses out of 44017 with flag 266003/266003
345.09/173.25	c cleaning 23002 clauses out of 46009 with flag 290000/290000
380.70/191.17	c cleaning 23999 clauses out of 48008 with flag 315001/315001
418.58/210.14	c cleaning 24995 clauses out of 50008 with flag 341000/341000
457.86/229.83	c cleaning 25999 clauses out of 52015 with flag 368002/368002
491.31/246.67	c cleaning 0 clauses out of 5001 with flag 0/5001
501.64/251.78	c cleaning 27003 clauses out of 54014 with flag 396000/396000
540.21/271.06	c cleaning 27997 clauses out of 56012 with flag 425001/425001
574.03/288.06	c cleaning 29006 clauses out of 58019 with flag 455005/455005
617.45/309.82	c cleaning 29997 clauses out of 60008 with flag 486000/486000
662.39/332.40	c cleaning 30983 clauses out of 62012 with flag 518001/518001
705.18/353.90	c cleaning 32000 clauses out of 64028 with flag 551000/551000
754.80/378.85	c cleaning 33005 clauses out of 66030 with flag 585002/585002
803.65/403.38	c cleaning 33504 clauses out of 67024 with flag 619001/619001
843.39/423.40	c cleaning 33747 clauses out of 67519 with flag 653000/653000
886.37/444.93	c cleaning 33872 clauses out of 67772 with flag 687000/687000
932.19/467.93	c cleaning 33944 clauses out of 67900 with flag 721000/721000
996.41/500.14	c cleaning 33968 clauses out of 67957 with flag 755001/755001
1052.70/528.42	c cleaning 33985 clauses out of 67988 with flag 789000/789000
1093.70/549.06	c cleaning 33993 clauses out of 68005 with flag 823002/823002
1142.56/573.51	c cleaning 33998 clauses out of 68011 with flag 857001/857001
1186.55/595.67	c cleaning 34002 clauses out of 68012 with flag 891000/891000
1225.77/615.46	c cleaning 34000 clauses out of 68011 with flag 925001/925001
1269.10/637.29	c cleaning 34000 clauses out of 68010 with flag 959000/959000
1315.68/660.60	c cleaning 33996 clauses out of 68011 with flag 993001/993001
1366.26/686.03	c cleaning 34003 clauses out of 68015 with flag 1027001/1027001
1425.30/715.70	c cleaning 33982 clauses out of 68013 with flag 1061002/1061002
1480.50/743.41	c cleaning 34012 clauses out of 68034 with flag 1095005/1095005
1535.30/770.97	c cleaning 34002 clauses out of 68018 with flag 1129001/1129001
1592.74/799.74	c cleaning 34001 clauses out of 68016 with flag 1163001/1163001
1645.94/826.57	c cleaning 34005 clauses out of 68015 with flag 1197001/1197001
1694.08/850.73	c cleaning 33980 clauses out of 68009 with flag 1231000/1231000
1743.49/875.59	c cleaning 34009 clauses out of 68031 with flag 1265002/1265002
1798.86/903.31	c cleaning 33988 clauses out of 68021 with flag 1299001/1299001
1800.06/904.12	c starts		: 190
1800.06/904.12	c conflicts		: 1299573
1800.06/904.12	c decisions		: 1801820
1800.06/904.12	c propagations		: 803489441
1800.06/904.12	c inspects		: 5930811348
1800.06/904.12	c shortcuts		: 0
1800.06/904.12	c learnt literals	: 0
1800.06/904.12	c learnt binary clauses	: 0
1800.06/904.12	c learnt ternary clauses	: 0
1800.06/904.12	c learnt constraints	: 1299572
1800.06/904.12	c ignored constraints	: 0
1800.06/904.12	c root simplifications	: 0
1800.06/904.12	c removed literals (reason simplification)	: 52734674
1800.06/904.12	c reason swapping (by a shorter reason)	: 0
1800.06/904.12	c Calls to reduceDB	: 51
1800.06/904.12	c number of reductions to clauses (during analyze)	: 0
1800.06/904.12	c number of learned constraints concerned by reduction	: 0
1800.06/904.12	c number of learning phase by resolution	: 0
1800.06/904.12	c number of learning phase by cutting planes	: 0
1800.06/904.12	c speed (assignments/second)	: 889376.7773928252
1800.06/904.12	c non guided choices	0
1800.06/904.13	c learnt constraints type 
1800.06/904.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34650
1800.06/904.13	c constraints type 
1800.06/904.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.06/904.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/904.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.06/904.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.06/904.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.06/904.13	c constraints type 
1800.06/904.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.06/904.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.06/904.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.06/904.13	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.06/904.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.06/904.13	s UNKNOWN
1800.06/904.13	c Total wall clock time (in seconds): 904.004

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

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

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


[startup+0 s]
/proc/loadavg: 3.92 3.93 3.86 2/197 2593
/proc/meminfo: memFree=23429880/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2593/stat : 2593 (java) D 2591 2593 32548 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 347022842 9515008 176 33554432000 1073741824 1073778376 140736138284992 140736138267720 227141305232 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2323 176 133 9 0 71 0

[startup+0.0804051 s]
/proc/loadavg: 3.92 3.93 3.86 2/197 2593
/proc/meminfo: memFree=23429880/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11586364 CPUtime=0.06 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 4407 0 1 0 5 1 0 0 20 0 18 0 347022842 11864436736 12770 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2896591 12770 1757 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586364

[startup+0.102976 s]
/proc/loadavg: 3.92 3.93 3.86 2/197 2593
/proc/meminfo: memFree=23429880/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 4837 0 1 0 7 1 0 0 20 0 18 0 347022842 11864465408 13197 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2896598 13197 2007 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300213 s]
/proc/loadavg: 3.92 3.93 3.86 2/197 2593
/proc/meminfo: memFree=23429880/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11586392 CPUtime=0.5 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 6394 0 1 0 48 2 0 0 20 0 18 0 347022842 11864465408 16301 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2896598 16301 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700216 s]
/proc/loadavg: 3.92 3.93 3.86 2/197 2593
/proc/meminfo: memFree=23429880/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11719520 CPUtime=1.35 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 10680 0 1 0 130 5 0 0 20 0 20 0 347022842 12000788480 46930 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2929880 46930 2249 9 0 2920567 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 11719520

[startup+1.50079 s]
/proc/loadavg: 4.01 3.95 3.87 7/219 2615
/proc/meminfo: memFree=23238816/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11852648 CPUtime=3.69 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 14345 0 1 0 361 8 0 0 20 0 22 0 347022842 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2963162 74040 2263 9 0 2953849 0
[pid=2593/tid=2595] ppid=2591 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2593 32548 0 -1 4202560 3440 0 1 0 62 4 0 0 20 0 22 0 347022843 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056211723416 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056200784808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056047414312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056046361256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056045308712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056044255656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056043203112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2602] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056042150056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2603] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2593 32548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056041097512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2604] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2593 32548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056028900200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2605] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2593 32548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056027846520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2606] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056026793352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2607] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056025742096 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2608] ppid=2591 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/2593/task/2608/stat : 2608 (java) R 2591 2593 32548 0 -1 4202560 4999 0 0 0 78 1 0 0 20 0 22 0 347022850 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056024688952 140056214447553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2609] ppid=2591 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2593 32548 0 -1 4202560 4557 0 0 0 69 2 0 0 20 0 22 0 347022850 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056023636408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2610] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056022583544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2611] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056021531208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2612] ppid=2591 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2593/task/2612/stat : 2612 (java) R 2591 2593 32548 0 -1 4202560 27 0 0 0 71 0 0 0 20 0 22 0 347022911 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056020477000 227144678456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2613] ppid=2591 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/2593/task/2613/stat : 2613 (java) R 2591 2593 32548 0 -1 4202560 121 0 0 0 73 2 0 0 20 0 22 0 347022911 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056019424184 140056082559795 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2614] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2614/stat : 2614 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022914 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056018371880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2615] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2615/stat : 2615 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022915 12137111552 74040 33554432000 1073741824 1073778376 140736138284992 140056017319336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 11852648

[startup+3.10081 s]
/proc/loadavg: 4.01 3.95 3.87 5/219 2615
/proc/meminfo: memFree=23061700/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11852648 CPUtime=7.18 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 16214 0 1 0 704 14 0 0 20 0 22 0 347022842 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2963162 136884 2266 9 0 2953849 0
[pid=2593/tid=2595] ppid=2591 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2593 32548 0 -1 4202560 3440 0 1 0 62 4 0 0 20 0 22 0 347022843 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056211723416 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056200784808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056047414312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056046361256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056045308712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056044255656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056043203112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2602] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056042150056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2603] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2593 32548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056041097512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2604] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2593 32548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056028900200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2605] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2593 32548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056027846520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2606] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056026793352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2607] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056025742096 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2608] ppid=2591 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2593 32548 0 -1 4202560 5014 0 0 0 83 2 0 0 20 0 22 0 347022850 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056024688952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2609] ppid=2591 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2593 32548 0 -1 4202560 6287 0 0 0 95 2 0 0 20 0 22 0 347022850 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056023636408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2610] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056022583544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2611] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056021531208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2612] ppid=2591 vsize=11852648 CPUtime=2.3 cores=1,3,5,7
/proc/2593/task/2612/stat : 2612 (java) R 2591 2593 32548 0 -1 4202560 30 0 0 0 230 0 0 0 20 0 22 0 347022911 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056020475048 140056082838603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2613] ppid=2591 vsize=11852648 CPUtime=2.33 cores=1,3,5,7
/proc/2593/task/2613/stat : 2613 (java) R 2591 2593 32548 0 -1 4202560 242 0 0 0 226 7 0 0 20 0 22 0 347022911 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056019423912 140056082580766 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2614] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2614/stat : 2614 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022914 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056018371880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2615] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2615/stat : 2615 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022915 12137111552 136884 33554432000 1073741824 1073778376 140736138284992 140056017319336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 11852648

[startup+6.30094 s]
/proc/loadavg: 4.01 3.95 3.87 5/219 2615
/proc/meminfo: memFree=22555660/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11852648 CPUtime=13.81 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 20091 0 1 0 1355 26 0 0 20 0 22 0 347022842 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2963162 223430 2291 9 0 2953849 0
[pid=2593/tid=2595] ppid=2591 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2593 32548 0 -1 4202560 3440 0 1 0 62 4 0 0 20 0 22 0 347022843 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056211723416 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2593 32548 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056200784808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056047414312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2593 32548 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056046361256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2593 32548 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056045308712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056044255656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2593 32548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056043203112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2602] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2593 32548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056042150056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2603] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022845 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056041097512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2604] ppid=2591 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2593 32548 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 22 0 347022847 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056028900200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2605] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2593 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056027846520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2606] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2593 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056026793352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2607] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056025742096 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2608] ppid=2591 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2593 32548 0 -1 4202560 5232 0 0 0 89 2 0 0 20 0 22 0 347022850 12137111552 223430 33554432000 1073741824 1073778376 140736138284992 140056024688952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/2593/statm: 2963162 935935 2291 9 0 2953849 0
[pid=2593/tid=2595] ppid=2591 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2593 32548 0 -1 4202560 3458 0 1 0 65 5 0 0 20 0 22 0 347022843 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056211723416 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2593 32548 0 -1 4202560 134 0 0 0 77 4 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056200784808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2593 32548 0 -1 4202560 150 0 0 0 76 4 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056047414312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2593 32548 0 -1 4202560 165 0 0 0 78 5 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056046361256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2593 32548 0 -1 4202560 146 0 0 0 66 4 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056045308712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2593 32548 0 -1 4202560 157 0 0 0 80 4 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056044255656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2593 32548 0 -1 4202560 140 0 0 0 79 4 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056043203112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2602] ppid=2591 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2593 32548 0 -1 4202560 158 0 0 0 80 4 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056042150056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2603] ppid=2591 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2593 32548 0 -1 4202560 105 0 0 0 72 3 0 0 20 0 22 0 347022845 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056041097512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2604] ppid=2591 vsize=11852648 CPUtime=12.52 cores=1,3,5,7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2593 32548 0 -1 4202560 182 0 0 0 1245 7 0 0 20 0 22 0 347022847 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056028900200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2605] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2593 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056027846520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2606] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2593 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056026793352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2607] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056025742096 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2608] ppid=2591 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2593 32548 0 -1 4202560 5242 0 0 0 100 2 0 0 20 0 22 0 347022850 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056024688952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2609] ppid=2591 vsize=11852648 CPUtime=1.85 cores=1,3,5,7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2593 32548 0 -1 4202560 14384 0 0 0 182 3 0 0 20 0 22 0 347022850 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056023636408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2610] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056022583544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2611] ppid=2591 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2593 32548 0 -1 4202560 51 0 0 0 19 21 0 0 20 0 22 0 347022850 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056021531208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2612] ppid=2591 vsize=11852648 CPUtime=864.86 cores=1,3,5,7
/proc/2593/task/2612/stat : 2612 (java) R 2591 2593 32548 0 -1 4202560 88 0 0 0 86472 14 0 0 20 0 22 0 347022911 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056020476752 140056082651674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2613] ppid=2591 vsize=11852648 CPUtime=864.64 cores=1,3,5,7
/proc/2593/task/2613/stat : 2613 (java) R 2591 2593 32548 0 -1 4202560 1600 0 0 0 86395 69 0 0 20 0 22 0 347022911 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056019422304 140056082503399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2614] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2614/stat : 2614 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022914 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056018371880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2615] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2615/stat : 2615 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022915 12137111552 935935 33554432000 1073741824 1073778376 140736138284992 140056017319336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1756.81
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.101 s]
/proc/loadavg: 3.87 3.89 3.88 4/219 2697
/proc/meminfo: memFree=19720360/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 27419 0 1 0 179880 126 0 0 20 0 22 0 347022842 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2963162 936000 2292 9 0 2953849 0
[pid=2593/tid=2595] ppid=2591 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2593 32548 0 -1 4202560 3458 0 1 0 66 5 0 0 20 0 22 0 347022843 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056211723416 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2593 32548 0 -1 4202560 134 0 0 0 82 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056200784808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2593 32548 0 -1 4202560 159 0 0 0 79 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056047414312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2593 32548 0 -1 4202560 170 0 0 0 81 5 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056046361256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2593 32548 0 -1 4202560 184 0 0 0 69 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056045308712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2593 32548 0 -1 4202560 164 0 0 0 85 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056044255656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2593 32548 0 -1 4202560 140 0 0 0 81 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056043203112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2602] ppid=2591 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2593 32548 0 -1 4202560 159 0 0 0 83 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056042150056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2603] ppid=2591 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2593 32548 0 -1 4202560 108 0 0 0 75 3 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056041097512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2604] ppid=2591 vsize=11852648 CPUtime=13.03 cores=1,3,5,7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2593 32548 0 -1 4202560 185 0 0 0 1296 7 0 0 20 0 22 0 347022847 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056028900200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2605] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2593 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056027846520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2606] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2593 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056026793352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2607] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056025742096 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2608] ppid=2591 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2593 32548 0 -1 4202560 5242 0 0 0 100 2 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056024688952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2609] ppid=2591 vsize=11852648 CPUtime=1.87 cores=1,3,5,7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2593 32548 0 -1 4202560 14387 0 0 0 184 3 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056023636408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2610] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056022583544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2611] ppid=2591 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2593 32548 0 -1 4202560 53 0 0 0 20 21 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056021531208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2612] ppid=2591 vsize=11852648 CPUtime=886.03 cores=1,3,5,7
/proc/2593/task/2612/stat : 2612 (java) R 2591 2593 32548 0 -1 4202560 88 0 0 0 88589 14 0 0 20 0 22 0 347022911 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056020476872 140056082516567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2613] ppid=2591 vsize=11852648 CPUtime=885.82 cores=1,3,5,7
/proc/2593/task/2613/stat : 2613 (java) R 2591 2593 32548 0 -1 4202560 1601 0 0 0 88513 69 0 0 20 0 22 0 347022911 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056019422208 140056082522674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2614] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2614/stat : 2614 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022914 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056018371880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2615] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2615/stat : 2615 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022915 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056017319336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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

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

[startup+904.101 s]
/proc/loadavg: 3.87 3.89 3.88 4/219 2697
/proc/meminfo: memFree=19720360/32873844 swapFree=7116/7116
[pid=2593] ppid=2591 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/2593/stat : 2593 (java) S 2591 2593 32548 0 -1 4202496 27419 0 1 0 179880 126 0 0 20 0 22 0 347022842 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140736138276128 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2593/statm: 2963162 936000 2292 9 0 2953849 0
[pid=2593/tid=2595] ppid=2591 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2593 32548 0 -1 4202560 3458 0 1 0 66 5 0 0 20 0 22 0 347022843 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056211723416 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2593 32548 0 -1 4202560 134 0 0 0 82 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056200784808 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2593 32548 0 -1 4202560 159 0 0 0 79 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056047414312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2593 32548 0 -1 4202560 170 0 0 0 81 5 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056046361256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2593 32548 0 -1 4202560 184 0 0 0 69 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056045308712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2593 32548 0 -1 4202560 164 0 0 0 85 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056044255656 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2593 32548 0 -1 4202560 140 0 0 0 81 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056043203112 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2602] ppid=2591 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2593 32548 0 -1 4202560 159 0 0 0 83 4 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056042150056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2603] ppid=2591 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2593 32548 0 -1 4202560 108 0 0 0 75 3 0 0 20 0 22 0 347022845 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056041097512 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2604] ppid=2591 vsize=11852648 CPUtime=13.03 cores=1,3,5,7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2593 32548 0 -1 4202560 185 0 0 0 1296 7 0 0 20 0 22 0 347022847 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056028900200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2605] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2593 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056027846520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2606] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2593 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347022847 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056026793352 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2607] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056025742096 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2608] ppid=2591 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2593 32548 0 -1 4202560 5242 0 0 0 100 2 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056024688952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2609] ppid=2591 vsize=11852648 CPUtime=1.87 cores=1,3,5,7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2593 32548 0 -1 4202560 14387 0 0 0 184 3 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056023636408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2610] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2593 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056022583544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2593/tid=2611] ppid=2591 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2593 32548 0 -1 4202560 53 0 0 0 20 21 0 0 20 0 22 0 347022850 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056021531208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2612] ppid=2591 vsize=11852648 CPUtime=886.03 cores=1,3,5,7
/proc/2593/task/2612/stat : 2612 (java) R 2591 2593 32548 0 -1 4202560 88 0 0 0 88589 14 0 0 20 0 22 0 347022911 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056020476872 140056082516567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2593/tid=2613] ppid=2591 vsize=11852648 CPUtime=885.82 cores=1,3,5,7
/proc/2593/task/2613/stat : 2613 (java) R 2591 2593 32548 0 -1 4202560 1601 0 0 0 88513 69 0 0 20 0 22 0 347022911 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056019422208 140056082522674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2593/tid=2614] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2614/stat : 2614 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022914 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056018371880 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2593/tid=2615] ppid=2591 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2593/task/2615/stat : 2615 (java) S 2591 2593 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347022915 12137111552 936000 33554432000 1073741824 1073778376 140736138284992 140056017319336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 904.155
CPU time (s): 1800.06
CPU user time (s): 1798.8
CPU system time (s): 1.26
CPU usage (%): 199.088
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.71174
maximum resident set size= 3744120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27452
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23274
involuntary context switches= 29822

runsolver used 3.64245 second user time and 8.91264 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-04 13:22:58
IDJOB=3744582
IDBENCH=92778
IDSOLVER=2328
FILE ID=node138/3744582-1338808978
RUNJOBID= node138-1338804380-1576
PBS_JOBID= 14636830
Free space on /tmp= 70756 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_2_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744582-1338808978/watcher-3744582-1338808978 -o /tmp/evaluation-result-3744582-1338808978/solver-3744582-1338808978 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744582-1338808978.opb

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=571588406

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.347
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.347
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.347
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.92
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.347
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:        23430408 kB
Buffers:          731480 kB
Cached:          4051812 kB
SwapCached:          208 kB
Active:          6156336 kB
Inactive:        2366452 kB
Active(anon):    3723696 kB
Inactive(anon):    11376 kB
Active(file):    2432640 kB
Inactive(file):  2355076 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              1496 kB
Writeback:             0 kB
AnonPages:       3837488 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             772916 kB
SReclaimable:     214672 kB
SUnreclaim:       558244 kB
KernelStack:        1800 kB
PageTables:        11280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3764224 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= 70744 MiB
End job on node138 at 2012-06-04 13:38:04