Trace number 3459841

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.19 1797.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12052_5-unsat.opb
MD5SUM2ff183c8695f0992ee4ac0210b2026e7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark146.198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints131628
Number of constraints which are clauses131008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint96
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 531
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3459841-1307169370.opb
0.10/0.12	c reading problem ... 
1.55/1.10	c ... done. Wall clock time 0.982s.
1.55/1.10	c #vars     37752
1.55/1.10	c #constraints  115348
1.55/1.10	c constraints type 
1.55/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
1.55/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
1.55/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
4.40/3.32	c cleaning 2492 clauses out of 5000 with flag 5000/5000
7.19/5.62	c cleaning 4251 clauses out of 8508 with flag 11000/11000
10.09/8.51	c cleaning 5619 clauses out of 11257 with flag 18000/18000
12.80/11.28	c cleaning 6814 clauses out of 13638 with flag 26000/26000
16.14/14.58	c cleaning 7904 clauses out of 15824 with flag 35001/35001
19.85/18.24	c cleaning 8932 clauses out of 17919 with flag 45000/45000
23.46/21.91	c cleaning 9980 clauses out of 19987 with flag 56000/56000
27.66/26.07	c cleaning 10998 clauses out of 22007 with flag 68000/68000
32.27/30.70	c cleaning 11994 clauses out of 24009 with flag 81000/81000
37.58/35.93	c cleaning 13000 clauses out of 26016 with flag 95002/95002
43.79/42.12	c cleaning 13986 clauses out of 28014 with flag 110000/110000
50.39/48.70	c cleaning 14990 clauses out of 30029 with flag 126001/126001
57.09/55.49	c cleaning 16005 clauses out of 32038 with flag 143000/143000
64.80/63.19	c cleaning 16999 clauses out of 34033 with flag 161000/161000
72.40/70.70	c cleaning 17991 clauses out of 36034 with flag 180001/180001
80.84/79.21	c cleaning 18991 clauses out of 38041 with flag 200000/200000
89.53/87.80	c cleaning 20021 clauses out of 40051 with flag 221001/221001
99.44/97.71	c cleaning 21009 clauses out of 42033 with flag 243004/243004
109.34/107.67	c cleaning 21996 clauses out of 44021 with flag 266001/266001
118.55/116.87	c cleaning 23000 clauses out of 46025 with flag 290001/290001
128.96/127.27	c cleaning 23990 clauses out of 48024 with flag 315000/315000
142.67/140.94	c cleaning 24995 clauses out of 50034 with flag 341000/341000
154.99/153.20	c cleaning 25980 clauses out of 52041 with flag 368002/368002
169.40/167.63	c cleaning 27020 clauses out of 54059 with flag 396000/396000
181.51/179.77	c cleaning 27992 clauses out of 56039 with flag 425000/425000
196.11/194.32	c cleaning 29009 clauses out of 58047 with flag 455000/455000
209.83/208.09	c cleaning 30000 clauses out of 60037 with flag 486000/486000
225.93/224.11	c cleaning 30966 clauses out of 62037 with flag 518000/518000
243.44/241.61	c cleaning 32026 clauses out of 64071 with flag 551000/551000
260.06/258.28	c cleaning 32999 clauses out of 66045 with flag 585000/585000
276.67/274.88	c cleaning 34015 clauses out of 68046 with flag 620000/620000
291.78/289.94	c cleaning 34982 clauses out of 70031 with flag 656000/656000
307.60/305.72	c cleaning 35993 clauses out of 72051 with flag 693002/693002
327.41/325.57	c cleaning 36977 clauses out of 74056 with flag 731000/731000
344.51/342.60	c cleaning 38004 clauses out of 76079 with flag 770000/770000
362.42/360.57	c cleaning 38992 clauses out of 78075 with flag 810000/810000
382.83/380.94	c cleaning 40015 clauses out of 80083 with flag 851000/851000
405.15/403.27	c cleaning 40999 clauses out of 82069 with flag 893001/893001
423.96/422.10	c cleaning 42012 clauses out of 84069 with flag 936000/936000
442.67/440.76	c cleaning 43021 clauses out of 86059 with flag 980002/980002
462.90/460.96	c cleaning 43986 clauses out of 88036 with flag 1025000/1025000
486.89/484.96	c cleaning 44975 clauses out of 90049 with flag 1071000/1071000
515.62/513.71	c cleaning 46027 clauses out of 92074 with flag 1118000/1118000
545.12/543.12	c cleaning 47011 clauses out of 94047 with flag 1166000/1166000
574.43/572.48	c cleaning 47993 clauses out of 96036 with flag 1215000/1215000
604.55/602.51	c cleaning 48997 clauses out of 98043 with flag 1265000/1265000
633.26/631.27	c cleaning 49982 clauses out of 100046 with flag 1316000/1316000
663.29/661.21	c cleaning 51020 clauses out of 102066 with flag 1368002/1368002
686.71/684.64	c cleaning 51987 clauses out of 104045 with flag 1421001/1421001
713.02/710.92	c cleaning 52978 clauses out of 106057 with flag 1475000/1475000
738.44/736.38	c cleaning 54000 clauses out of 108079 with flag 1530000/1530000
767.24/765.16	c cleaning 55018 clauses out of 110081 with flag 1586002/1586002
798.85/796.72	c cleaning 56007 clauses out of 112061 with flag 1643000/1643000
828.36/826.24	c cleaning 56974 clauses out of 114056 with flag 1701002/1701002
860.77/858.63	c cleaning 57993 clauses out of 116080 with flag 1760000/1760000
891.90/889.72	c cleaning 59023 clauses out of 118087 with flag 1820000/1820000
925.91/923.77	c cleaning 60020 clauses out of 120064 with flag 1881000/1881000
960.42/958.20	c cleaning 60995 clauses out of 122046 with flag 1943002/1943002
996.55/994.36	c cleaning 62003 clauses out of 124050 with flag 2006001/2006001
1028.75/1026.52	c cleaning 63011 clauses out of 126047 with flag 2070001/2070001
1062.46/1060.20	c cleaning 63980 clauses out of 128035 with flag 2135000/2135000
1097.79/1095.58	c cleaning 64956 clauses out of 130055 with flag 2201000/2201000
1130.49/1128.21	c cleaning 66014 clauses out of 132099 with flag 2268000/2268000
1166.12/1163.85	c cleaning 67013 clauses out of 134085 with flag 2336000/2336000
1210.81/1208.57	c cleaning 67999 clauses out of 136072 with flag 2405000/2405000
1253.63/1251.38	c cleaning 69010 clauses out of 138073 with flag 2475000/2475000
1292.84/1290.59	c cleaning 70002 clauses out of 140064 with flag 2546001/2546001
1336.76/1334.44	c cleaning 70987 clauses out of 142065 with flag 2618004/2618004
1382.80/1380.44	c cleaning 72000 clauses out of 144074 with flag 2691000/2691000
1424.61/1422.29	c cleaning 73013 clauses out of 146075 with flag 2765001/2765001
1473.82/1471.43	c cleaning 73989 clauses out of 148062 with flag 2840001/2840001
1526.04/1523.65	c cleaning 74982 clauses out of 150073 with flag 2916001/2916001
1581.76/1579.33	c cleaning 75986 clauses out of 152090 with flag 2993000/2993000
1622.89/1620.41	c cleaning 77045 clauses out of 154105 with flag 3071001/3071001
1663.42/1660.96	c cleaning 78008 clauses out of 156059 with flag 3150000/3150000
1709.02/1706.59	c cleaning 78995 clauses out of 158051 with flag 3230000/3230000
1760.74/1758.20	c cleaning 79991 clauses out of 160056 with flag 3311000/3311000
1800.07/1797.52	c starts		: 250
1800.07/1797.52	c conflicts		: 3380948
1800.07/1797.52	c decisions		: 4370260
1800.07/1797.52	c propagations		: 2648752270
1800.07/1797.52	c inspects		: 12671907279
1800.07/1797.52	c shortcuts		: 0
1800.07/1797.52	c learnt literals	: 6
1800.07/1797.52	c learnt binary clauses	: 61
1800.07/1797.52	c learnt ternary clauses	: 1862
1800.07/1797.52	c learnt constraints	: 3380941
1800.07/1797.52	c ignored constraints	: 0
1800.07/1797.52	c root simplifications	: 0
1800.07/1797.52	c removed literals (reason simplification)	: 94303815
1800.07/1797.52	c reason swapping (by a shorter reason)	: 0
1800.07/1797.52	c Calls to reduceDB	: 77
1800.07/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.52	c number of learned constraints concerned by reduction	: 0
1800.07/1797.52	c number of learning phase by resolution	: 0
1800.07/1797.52	c number of learning phase by cutting planes	: 0
1800.07/1797.52	c speed (assignments/second)	: 1474457.4830566263
1800.07/1797.52	c non guided choices	227
1800.07/1797.55	c learnt constraints type 
1800.07/1797.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61
1800.07/1797.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150002
1800.07/1797.55	c constraints type 
1800.07/1797.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
1800.07/1797.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
1800.07/1797.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.07/1797.55	s UNKNOWN
1800.07/1797.55	c Total wall clock time (in seconds): 1797.436

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459841-1307169370/watcher-3459841-1307169370 -o /tmp/evaluation-result-3459841-1307169370/solver-3459841-1307169370 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459841-1307169370.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.05 2.01 2/572 10622
/proc/meminfo: memFree=24675788/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=86844 CPUtime=0 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 1442 0 1 0 0 0 0 0 21 0 2 0 828534059 88928256 1144 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3370703 1154 901 9 0 3361859 0
[pid=10622/tid=10623] ppid=10620 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 6362 0 1 0 0 1 0 0 22 0 2 0 828534060 13850947584 7179 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0944711 s]
/proc/loadavg: 2.07 2.05 2.01 2/572 10622
/proc/meminfo: memFree=24675788/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13621776 CPUtime=0.08 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 15178 0 1 0 6 2 0 0 21 0 18 0 828534059 13948698624 14875 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3405477 14886 2060 9 0 3396211 0
[pid=10622/tid=10623] ppid=10620 vsize=13621908 CPUtime=0.08 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 13442 0 1 0 6 2 0 0 23 0 18 0 828534060 13948833792 14886 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 47840844216756 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13621776

[startup+0.100469 s]
/proc/loadavg: 2.07 2.05 2.01 2/572 10622
/proc/meminfo: memFree=24675788/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13622068 CPUtime=0.1 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 15374 0 1 0 8 2 0 0 21 0 18 0 828534059 13948997632 15071 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3405517 15071 2093 9 0 3396251 0
[pid=10622/tid=10623] ppid=10620 vsize=13622068 CPUtime=0.08 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 13521 0 1 0 6 2 0 0 23 0 18 0 828534060 13948997632 15071 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 47840842739618 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622068

[startup+0.316533 s]
/proc/loadavg: 2.07 2.05 2.01 2/572 10622
/proc/meminfo: memFree=24675788/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13625064 CPUtime=0.51 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 19546 0 1 0 48 3 0 0 21 0 18 0 828534059 13952065536 18761 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3406266 18762 2202 9 0 3397000 0
[pid=10622/tid=10623] ppid=10620 vsize=13625064 CPUtime=0.29 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 15917 0 1 0 27 2 0 0 18 0 18 0 828534060 13952065536 18762 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13625064

[startup+0.70043 s]
/proc/loadavg: 2.07 2.05 2.01 2/572 10622
/proc/meminfo: memFree=24675788/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13627252 CPUtime=1.15 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 51036 0 1 0 108 7 0 0 21 0 18 0 828534059 13954306048 48738 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3406813 48741 2222 9 0 3397547 0
[pid=10622/tid=10623] ppid=10620 vsize=13627252 CPUtime=0.67 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 44801 0 1 0 61 6 0 0 18 0 18 0 828534060 13954306048 48743 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912505590035 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13627252

[startup+1.50126 s]
/proc/loadavg: 2.07 2.05 2.01 5/590 10640
/proc/meminfo: memFree=24379348/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13629428 CPUtime=2.52 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 89269 0 1 0 240 12 0 0 21 0 19 0 828534059 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3407357 83291 2235 9 0 3398091 0
[pid=10622/tid=10623] ppid=10620 vsize=13629428 CPUtime=1.47 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 78990 0 1 0 137 10 0 0 19 0 19 0 828534060 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912505964021 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10622/tid=10625] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10625/stat : 10625 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10626] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10626/stat : 10626 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10627] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10627/stat : 10627 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10628] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10628/stat : 10628 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10629] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10629/stat : 10629 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 828534063 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828534064 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828534064 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.44 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2082 0 0 0 44 0 0 0 15 0 19 0 828534066 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=0.59 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) R 10620 10622 10194 0 -1 4202560 7036 0 0 0 58 1 0 0 15 0 19 0 828534066 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 47840844056040 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10640] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10640/stat : 10640 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828534066 13956534272 83291 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 13629428

[startup+3.10096 s]
/proc/loadavg: 2.07 2.05 2.01 3/591 10641
/proc/meminfo: memFree=24347924/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13629428 CPUtime=4.16 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 89763 0 1 0 404 12 0 0 21 0 19 0 828534059 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3407357 83553 2238 9 0 3398091 0
[pid=10622/tid=10623] ppid=10620 vsize=13629428 CPUtime=3.06 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 79240 0 1 0 296 10 0 0 23 0 19 0 828534060 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912505964021 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10622/tid=10625] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10625/stat : 10625 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10626] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10626/stat : 10626 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10627] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10627/stat : 10627 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10628] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10628/stat : 10628 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10629] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10629/stat : 10629 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828534062 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 828534063 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828534064 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828534064 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.44 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2082 0 0 0 44 0 0 0 15 0 19 0 828534066 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=0.63 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) S 10620 10622 10194 0 -1 4202560 7280 0 0 0 62 1 0 0 15 0 19 0 828534066 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10640] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10640/stat : 10640 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828534066 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10641] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10641/stat : 10641 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828534176 13956534272 83553 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 13629428

[startup+6.30135 s]
/proc/loadavg: 2.15 2.06 2.01 3/591 10641
/proc/meminfo: memFree=24296336/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13629428 CPUtime=7.89 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 105532 0 1 0 775 14 0 0 21 0 19 0 828534059 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3407357 96828 2263 9 0 3398091 0
[pid=10622/tid=10623] ppid=10620 vsize=13629428 CPUtime=6.14 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 79282 0 1 0 604 10 0 0 18 0 19 0 828534060 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912506005424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10622/tid=10625] ppid=10620 vsize=13629428 CPUtime=0.01 cores=1,3,5,7
/proc/10622/task/10625/stat : 10625 (java) S 10620 10622 10194 0 -1 4202560 1308 0 0 0 1 0 0 0 18 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10626] ppid=10620 vsize=13629428 CPUtime=0.01 cores=1,3,5,7
/proc/10622/task/10626/stat : 10626 (java) S 10620 10622 10194 0 -1 4202560 1125 0 0 0 1 0 0 0 18 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10627] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10627/stat : 10627 (java) S 10620 10622 10194 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10628] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10628/stat : 10628 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10629] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10629/stat : 10629 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 492 0 0 0 0 0 0 0 16 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0.01 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1005 0 0 0 1 0 0 0 18 0 19 0 828534062 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=0.09 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 4082 0 0 0 9 0 0 0 15 0 19 0 828534063 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.49 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2096 0 0 0 49 0 0 0 16 0 19 0 828534066 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=1.06 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) S 10620 10622 10194 0 -1 4202560 14673 0 0 0 105 1 0 0 15 0 19 0 828534066 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 96828 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0

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

[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 1151 0 0 0 17 0 0 0 16 0 19 0 828534062 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0.13 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 1544 0 0 0 13 0 0 0 15 0 19 0 828534062 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0.16 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1033 0 0 0 16 0 0 0 15 0 19 0 828534062 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=5.25 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 12062 0 0 0 522 3 0 0 15 0 19 0 828534063 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.58 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2105 0 0 0 58 0 0 0 15 0 19 0 828534066 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=1.07 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) S 10620 10622 10194 0 -1 4202560 14673 0 0 0 106 1 0 0 15 0 19 0 828534066 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10640] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10640/stat : 10640 (java) S 10620 10622 10194 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828534066 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10641] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10641/stat : 10641 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828534176 13956534272 109007 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.84
Current children cumulated vsize (KiB) 13629428

[startup+1782.3 s]
/proc/loadavg: 1.05 1.22 1.57 2/567 10720
/proc/meminfo: memFree=24503304/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13629428 CPUtime=1784.86 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 120024 0 1 0 178467 19 0 0 21 0 19 0 828534059 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3407357 109082 2264 9 0 3398091 0
[pid=10622/tid=10623] ppid=10620 vsize=13629428 CPUtime=1776.43 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 79358 0 1 0 177633 10 0 0 25 0 19 0 828534060 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912505991596 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10622/tid=10625] ppid=10620 vsize=13629428 CPUtime=0.2 cores=1,3,5,7
/proc/10622/task/10625/stat : 10625 (java) S 10620 10622 10194 0 -1 4202560 2531 0 0 0 20 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10626] ppid=10620 vsize=13629428 CPUtime=0.21 cores=1,3,5,7
/proc/10622/task/10626/stat : 10626 (java) S 10620 10622 10194 0 -1 4202560 2315 0 0 0 21 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10627] ppid=10620 vsize=13629428 CPUtime=0.11 cores=1,3,5,7
/proc/10622/task/10627/stat : 10627 (java) S 10620 10622 10194 0 -1 4202560 650 0 0 0 11 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10628] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10628/stat : 10628 (java) S 10620 10622 10194 0 -1 4202560 550 0 0 0 17 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10629] ppid=10620 vsize=13629428 CPUtime=0.16 cores=1,3,5,7
/proc/10622/task/10629/stat : 10629 (java) S 10620 10622 10194 0 -1 4202560 723 0 0 0 16 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 1151 0 0 0 17 0 0 0 16 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0.14 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 1544 0 0 0 14 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1033 0 0 0 17 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=5.33 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 12139 0 0 0 530 3 0 0 15 0 19 0 828534063 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.58 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2105 0 0 0 58 0 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=1.07 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) S 10620 10622 10194 0 -1 4202560 14673 0 0 0 106 1 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10640] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10640/stat : 10640 (java) S 10620 10622 10194 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10641] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10641/stat : 10641 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828534176 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 13629428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.04 1.20 1.56 2/567 10721
/proc/meminfo: memFree=24503676/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13629428 CPUtime=1800.07 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 120026 0 1 0 179988 19 0 0 21 0 19 0 828534059 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3407357 109082 2264 9 0 3398091 0
[pid=10622/tid=10623] ppid=10620 vsize=13629428 CPUtime=1791.65 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 79358 0 1 0 179155 10 0 0 25 0 19 0 828534060 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912506010750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10622/tid=10625] ppid=10620 vsize=13629428 CPUtime=0.2 cores=1,3,5,7
/proc/10622/task/10625/stat : 10625 (java) S 10620 10622 10194 0 -1 4202560 2531 0 0 0 20 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10626] ppid=10620 vsize=13629428 CPUtime=0.21 cores=1,3,5,7
/proc/10622/task/10626/stat : 10626 (java) S 10620 10622 10194 0 -1 4202560 2315 0 0 0 21 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10627] ppid=10620 vsize=13629428 CPUtime=0.11 cores=1,3,5,7
/proc/10622/task/10627/stat : 10627 (java) S 10620 10622 10194 0 -1 4202560 650 0 0 0 11 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10628] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10628/stat : 10628 (java) S 10620 10622 10194 0 -1 4202560 550 0 0 0 17 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10629] ppid=10620 vsize=13629428 CPUtime=0.16 cores=1,3,5,7
/proc/10622/task/10629/stat : 10629 (java) S 10620 10622 10194 0 -1 4202560 723 0 0 0 16 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 1151 0 0 0 17 0 0 0 16 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0.14 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 1544 0 0 0 14 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1033 0 0 0 17 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=5.33 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 12139 0 0 0 530 3 0 0 15 0 19 0 828534063 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.58 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2105 0 0 0 58 0 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=1.07 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) S 10620 10622 10194 0 -1 4202560 14673 0 0 0 106 1 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10640] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10640/stat : 10640 (java) S 10620 10622 10194 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10641] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10641/stat : 10641 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828534176 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13629428

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

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

[startup+1797.5 s]
/proc/loadavg: 1.04 1.20 1.56 2/567 10721
/proc/meminfo: memFree=24503676/32950928 swapFree=67056580/67111528
[pid=10622] ppid=10620 vsize=13629428 CPUtime=1800.07 cores=1,3,5,7
/proc/10622/stat : 10622 (java) S 10620 10622 10194 0 -1 4202496 120026 0 1 0 179988 19 0 0 21 0 19 0 828534059 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10622/statm: 3407357 109082 2264 9 0 3398091 0
[pid=10622/tid=10623] ppid=10620 vsize=13629428 CPUtime=1791.65 cores=1,3,5,7
/proc/10622/task/10623/stat : 10623 (java) R 10620 10622 10194 0 -1 4202560 79358 0 1 0 179155 10 0 0 25 0 19 0 828534060 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 46912506010750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10622/tid=10625] ppid=10620 vsize=13629428 CPUtime=0.2 cores=1,3,5,7
/proc/10622/task/10625/stat : 10625 (java) S 10620 10622 10194 0 -1 4202560 2531 0 0 0 20 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10626] ppid=10620 vsize=13629428 CPUtime=0.21 cores=1,3,5,7
/proc/10622/task/10626/stat : 10626 (java) S 10620 10622 10194 0 -1 4202560 2315 0 0 0 21 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10627] ppid=10620 vsize=13629428 CPUtime=0.11 cores=1,3,5,7
/proc/10622/task/10627/stat : 10627 (java) S 10620 10622 10194 0 -1 4202560 650 0 0 0 11 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10628] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10628/stat : 10628 (java) S 10620 10622 10194 0 -1 4202560 550 0 0 0 17 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10629] ppid=10620 vsize=13629428 CPUtime=0.16 cores=1,3,5,7
/proc/10622/task/10629/stat : 10629 (java) S 10620 10622 10194 0 -1 4202560 723 0 0 0 16 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10630] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10630/stat : 10630 (java) S 10620 10622 10194 0 -1 4202560 1151 0 0 0 17 0 0 0 16 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=10622/tid=10631] ppid=10620 vsize=13629428 CPUtime=0.14 cores=1,3,5,7
/proc/10622/task/10631/stat : 10631 (java) S 10620 10622 10194 0 -1 4202560 1544 0 0 0 14 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10632] ppid=10620 vsize=13629428 CPUtime=0.17 cores=1,3,5,7
/proc/10622/task/10632/stat : 10632 (java) S 10620 10622 10194 0 -1 4202560 1033 0 0 0 17 0 0 0 15 0 19 0 828534062 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10633] ppid=10620 vsize=13629428 CPUtime=5.33 cores=1,3,5,7
/proc/10622/task/10633/stat : 10633 (java) S 10620 10622 10194 0 -1 4202560 12139 0 0 0 530 3 0 0 15 0 19 0 828534063 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=10622/tid=10634] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10634/stat : 10634 (java) S 10620 10622 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10635] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10635/stat : 10635 (java) S 10620 10622 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828534064 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10636] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10636/stat : 10636 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10637] ppid=10620 vsize=13629428 CPUtime=0.58 cores=1,3,5,7
/proc/10622/task/10637/stat : 10637 (java) S 10620 10622 10194 0 -1 4202560 2105 0 0 0 58 0 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=10622/tid=10638] ppid=10620 vsize=13629428 CPUtime=1.07 cores=1,3,5,7
/proc/10622/task/10638/stat : 10638 (java) S 10620 10622 10194 0 -1 4202560 14673 0 0 0 106 1 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10639] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10639/stat : 10639 (java) S 10620 10622 10194 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10640] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10640/stat : 10640 (java) S 10620 10622 10194 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828534066 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=10622/tid=10641] ppid=10620 vsize=13629428 CPUtime=0 cores=1,3,5,7
/proc/10622/task/10641/stat : 10641 (java) S 10620 10622 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828534176 13956534272 109082 33554432000 1073741824 1073778376 140734304560048 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13629428

Child status: 143
Real time (s): 1797.58
CPU time (s): 1800.19
CPU user time (s): 1799.98
CPU system time (s): 0.217966
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 13629428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120056
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38924
involuntary context switches= 13311

runsolver used 9.25659 second user time and 23.7804 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 08:36:10
IDJOB=3459841
IDBENCH=74340
IDSOLVER=1952
FILE ID=node148/3459841-1307169370
RUNJOBID= node148-1307165225-10216
PBS_JOBID= 13508860
Free space on /tmp= 73892 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12052_5-unsat.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459841-1307169370/watcher-3459841-1307169370 -o /tmp/evaluation-result-3459841-1307169370/solver-3459841-1307169370 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459841-1307169370.opb

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

MD5SUM BENCH= 2ff183c8695f0992ee4ac0210b2026e7
RANDOM SEED=1535648946

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24676060 kB
Buffers:        257764 kB
Cached:         622732 kB
SwapCached:       7908 kB
Active:        7461796 kB
Inactive:       504268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24676060 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            4196 kB
Writeback:           0 kB
AnonPages:     7084264 kB
Mapped:          52168 kB
Slab:           179520 kB
PageTables:      58116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183826328 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node148 at 2011-06-04 09:06:10