Trace number 3459842

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.13 1797.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12056_10-unsat.opb
MD5SUM9569f42797128c8734a8cda484f54275
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57354
Total number of constraints201250
Number of constraints which are clauses200306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3459842-1307168751.opb
0.00/0.11	c reading problem ... 
2.09/1.47	c ... done. Wall clock time 1.36s.
2.09/1.47	c #vars     57354
2.09/1.47	c #constraints  185530
2.09/1.47	c constraints type 
2.09/1.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
2.09/1.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
2.09/1.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
5.31/4.25	c cleaning 2497 clauses out of 4999 with flag 5000/5000
8.42/7.24	c cleaning 4239 clauses out of 8500 with flag 11000/11000
11.42/10.21	c cleaning 5622 clauses out of 11261 with flag 18000/18000
14.74/13.58	c cleaning 6807 clauses out of 13639 with flag 26002/26002
18.38/17.18	c cleaning 7909 clauses out of 15830 with flag 35001/35001
22.59/21.34	c cleaning 8926 clauses out of 17919 with flag 45000/45000
27.39/26.14	c cleaning 9986 clauses out of 19994 with flag 56001/56001
32.60/31.30	c cleaning 10990 clauses out of 22007 with flag 68000/68000
38.41/37.13	c cleaning 12001 clauses out of 24017 with flag 81000/81000
44.23/42.92	c cleaning 12995 clauses out of 26019 with flag 95003/95003
50.32/49.09	c cleaning 14000 clauses out of 28021 with flag 110001/110001
57.33/56.11	c cleaning 15000 clauses out of 30020 with flag 126000/126000
64.84/63.58	c cleaning 15988 clauses out of 32021 with flag 143001/143001
73.24/71.97	c cleaning 17010 clauses out of 34033 with flag 161001/161001
81.15/79.88	c cleaning 17938 clauses out of 36022 with flag 180000/180000
89.67/88.38	c cleaning 19018 clauses out of 38084 with flag 200000/200000
98.47/97.15	c cleaning 20023 clauses out of 40067 with flag 221001/221001
107.88/106.54	c cleaning 21013 clauses out of 42043 with flag 243000/243000
118.49/117.15	c cleaning 21991 clauses out of 44030 with flag 266000/266000
129.01/127.71	c cleaning 22994 clauses out of 46039 with flag 290000/290000
140.80/139.44	c cleaning 23994 clauses out of 48045 with flag 315000/315000
152.71/151.32	c cleaning 24998 clauses out of 50051 with flag 341000/341000
165.92/164.55	c cleaning 25955 clauses out of 52053 with flag 368000/368000
181.13/179.78	c cleaning 26967 clauses out of 54098 with flag 396000/396000
193.64/192.28	c cleaning 28052 clauses out of 56131 with flag 425000/425000
207.95/206.54	c cleaning 29000 clauses out of 58081 with flag 455002/455002
222.86/221.47	c cleaning 30022 clauses out of 60082 with flag 486003/486003
240.47/239.08	c cleaning 30993 clauses out of 62057 with flag 518000/518000
257.79/256.37	c cleaning 32013 clauses out of 64064 with flag 551000/551000
277.19/275.71	c cleaning 32991 clauses out of 66051 with flag 585000/585000
293.69/292.22	c cleaning 33997 clauses out of 68060 with flag 620000/620000
311.82/310.33	c cleaning 35026 clauses out of 70063 with flag 656000/656000
327.51/326.00	c cleaning 35990 clauses out of 72037 with flag 693000/693000
347.32/345.89	c cleaning 37001 clauses out of 74047 with flag 731001/731001
366.75/365.30	c cleaning 38010 clauses out of 76046 with flag 770001/770001
387.85/386.32	c cleaning 39009 clauses out of 78035 with flag 810000/810000
410.46/408.93	c cleaning 39989 clauses out of 80028 with flag 851002/851002
433.89/432.39	c cleaning 41000 clauses out of 82037 with flag 893000/893000
454.49/452.93	c cleaning 41987 clauses out of 84037 with flag 936001/936001
478.50/476.95	c cleaning 43015 clauses out of 86049 with flag 980001/980001
500.41/498.81	c cleaning 43997 clauses out of 88033 with flag 1025000/1025000
523.33/521.73	c cleaning 45005 clauses out of 90036 with flag 1071000/1071000
546.25/544.67	c cleaning 45996 clauses out of 92031 with flag 1118000/1118000
572.45/570.82	c cleaning 46987 clauses out of 94035 with flag 1166000/1166000
595.26/593.66	c cleaning 47996 clauses out of 96048 with flag 1215000/1215000
620.37/618.74	c cleaning 48995 clauses out of 98053 with flag 1265001/1265001
644.38/642.75	c cleaning 50009 clauses out of 100059 with flag 1316002/1316002
670.40/668.73	c cleaning 51013 clauses out of 102049 with flag 1368001/1368001
700.23/698.61	c cleaning 51980 clauses out of 104035 with flag 1421000/1421000
731.05/729.32	c cleaning 52993 clauses out of 106056 with flag 1475001/1475001
766.65/764.92	c cleaning 53982 clauses out of 108062 with flag 1530000/1530000
798.57/796.86	c cleaning 55007 clauses out of 110082 with flag 1586002/1586002
828.58/826.86	c cleaning 56005 clauses out of 112073 with flag 1643000/1643000
859.81/858.04	c cleaning 57020 clauses out of 114068 with flag 1701000/1701000
892.22/890.43	c cleaning 58003 clauses out of 116048 with flag 1760000/1760000
924.84/923.04	c cleaning 58951 clauses out of 118045 with flag 1820000/1820000
960.24/958.41	c cleaning 59975 clauses out of 120094 with flag 1881000/1881000
1001.46/999.68	c cleaning 60981 clauses out of 122119 with flag 1943000/1943000
1038.47/1036.67	c cleaning 62047 clauses out of 124137 with flag 2006000/2006000
1076.98/1075.16	c cleaning 63030 clauses out of 126090 with flag 2070000/2070000
1114.11/1112.26	c cleaning 64010 clauses out of 128060 with flag 2135000/2135000
1148.00/1146.18	c cleaning 65011 clauses out of 130050 with flag 2201000/2201000
1181.51/1179.62	c cleaning 66015 clauses out of 132040 with flag 2268001/2268001
1221.42/1219.59	c cleaning 67010 clauses out of 134026 with flag 2336002/2336002
1261.94/1260.00	c cleaning 67986 clauses out of 136014 with flag 2405000/2405000
1301.55/1299.64	c cleaning 68978 clauses out of 138029 with flag 2475001/2475001
1341.06/1339.14	c cleaning 70001 clauses out of 140050 with flag 2546000/2546000
1381.88/1379.95	c cleaning 71020 clauses out of 142052 with flag 2618003/2618003
1423.82/1421.80	c cleaning 71978 clauses out of 144029 with flag 2691000/2691000
1465.16/1463.15	c cleaning 72989 clauses out of 146049 with flag 2765000/2765000
1514.97/1512.92	c cleaning 73975 clauses out of 148062 with flag 2840002/2840002
1563.39/1561.32	c cleaning 74997 clauses out of 150085 with flag 2916000/2916000
1616.02/1613.98	c cleaning 76020 clauses out of 152088 with flag 2993000/2993000
1670.05/1667.99	c cleaning 77001 clauses out of 154068 with flag 3071000/3071000
1716.87/1714.71	c cleaning 77989 clauses out of 156068 with flag 3150001/3150001
1765.09/1762.96	c cleaning 79009 clauses out of 158079 with flag 3230001/3230001
1800.02/1797.82	c starts		: 231
1800.02/1797.82	c conflicts		: 3292000
1800.02/1797.82	c decisions		: 4206342
1800.02/1797.82	c propagations		: 3037194008
1800.02/1797.82	c inspects		: 13133594297
1800.02/1797.82	c shortcuts		: 0
1800.02/1797.82	c learnt literals	: 14
1800.02/1797.82	c learnt binary clauses	: 122
1800.02/1797.82	c learnt ternary clauses	: 2248
1800.02/1797.82	c learnt constraints	: 3291986
1800.02/1797.82	c ignored constraints	: 0
1800.02/1797.82	c root simplifications	: 0
1800.02/1797.82	c removed literals (reason simplification)	: 83773481
1800.02/1797.82	c reason swapping (by a shorter reason)	: 0
1800.02/1797.82	c Calls to reduceDB	: 76
1800.02/1797.82	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.82	c number of learned constraints concerned by reduction	: 0
1800.02/1797.82	c number of learning phase by resolution	: 0
1800.02/1797.82	c number of learning phase by cutting planes	: 0
1800.02/1797.82	c speed (assignments/second)	: 1690755.66327999
1800.02/1797.82	c non guided choices	7694
1800.02/1797.85	c learnt constraints type 
1800.02/1797.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 122
1800.02/1797.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140950
1800.02/1797.85	c constraints type 
1800.02/1797.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
1800.02/1797.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
1800.02/1797.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
1800.02/1797.85	s UNKNOWN
1800.02/1797.85	c Total wall clock time (in seconds): 1797.743

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-3459842-1307168751/watcher-3459842-1307168751 -o /tmp/evaluation-result-3459842-1307168751/solver-3459842-1307168751 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459842-1307168751.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: 1.95 2.01 1.99 2/464 23202
/proc/meminfo: memFree=30679532/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 3833 0 1 0 0 0 0 0 25 0 2 0 828473918 13850947584 3535 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3381579 3548 917 9 0 3372735 0
[pid=23202/tid=23203] ppid=23200 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 6270 0 1 0 0 0 0 0 25 0 2 0 828473918 13850947584 7085 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.161664 s]
/proc/loadavg: 1.95 2.01 1.99 2/464 23202
/proc/meminfo: memFree=30679532/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13687564 CPUtime=0.2 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 16565 0 1 0 18 2 0 0 25 0 18 0 828473918 14016065536 16181 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3421891 16181 2164 9 0 3412625 0
[pid=23202/tid=23203] ppid=23200 vsize=13687564 CPUtime=0.14 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 14375 0 1 0 13 1 0 0 25 0 18 0 828473918 14016065536 16181 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 47423509946160 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13687564

[startup+0.200657 s]
/proc/loadavg: 1.95 2.01 1.99 2/464 23202
/proc/meminfo: memFree=30679532/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13687876 CPUtime=0.26 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 16917 0 1 0 24 2 0 0 25 0 18 0 828473918 14016385024 16533 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3421969 16533 2180 9 0 3412703 0
[pid=23202/tid=23203] ppid=23200 vsize=13687876 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 14631 0 1 0 17 1 0 0 25 0 18 0 828473918 14016385024 16533 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505175233 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13687876

[startup+0.300643 s]
/proc/loadavg: 1.95 2.01 1.99 2/464 23202
/proc/meminfo: memFree=30679532/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13689616 CPUtime=0.49 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 19516 0 1 0 47 2 0 0 25 0 18 0 828473918 14018166784 18694 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3422404 18694 2201 9 0 3413138 0
[pid=23202/tid=23203] ppid=23200 vsize=13689616 CPUtime=0.28 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 15872 0 1 0 27 1 0 0 25 0 18 0 828473918 14018166784 18694 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13689616

[startup+0.700571 s]
/proc/loadavg: 1.95 2.01 1.99 2/464 23202
/proc/meminfo: memFree=30679532/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13691772 CPUtime=1.18 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 53376 0 1 0 113 5 0 0 25 0 18 0 828473918 14020374528 51331 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3422943 51331 2221 9 0 3413677 0
[pid=23202/tid=23203] ppid=23200 vsize=13691772 CPUtime=0.69 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 47301 0 1 0 65 4 0 0 25 0 18 0 828473918 14020374528 51331 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505552946 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13691772

[startup+1.50143 s]
/proc/loadavg: 1.95 2.01 1.99 3/482 23220
/proc/meminfo: memFree=30324632/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13691216 CPUtime=2.23 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 127330 0 1 0 210 13 0 0 25 0 18 0 828473918 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3422804 122373 2228 9 0 3413538 0
[pid=23202/tid=23203] ppid=23200 vsize=13691216 CPUtime=1.47 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 118389 0 1 0 136 11 0 0 25 0 18 0 828473918 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505228100 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473920 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 828473921 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828473922 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 828473922 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473924 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13691216 CPUtime=0.37 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 2788 0 0 0 37 0 0 0 17 0 18 0 828473924 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13691216 CPUtime=0.36 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5001 0 0 0 36 0 0 0 17 0 18 0 828473924 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828473924 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23220] ppid=23200 vsize=13691216 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23220/stat : 23220 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828473924 14019805184 122373 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13691216

[startup+3.10115 s]
/proc/loadavg: 1.95 2.01 1.99 3/483 23221
/proc/meminfo: memFree=30191092/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13695468 CPUtime=4.18 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 128936 0 1 0 405 13 0 0 25 0 19 0 828473918 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3423867 123650 2234 9 0 3414601 0
[pid=23202/tid=23203] ppid=23200 vsize=13695468 CPUtime=3.06 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 118833 0 1 0 294 12 0 0 25 0 19 0 828473918 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505975675 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473920 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 828473921 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828473922 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828473922 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13695468 CPUtime=0.52 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 3585 0 0 0 52 0 0 0 15 0 19 0 828473924 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13695468 CPUtime=0.58 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5358 0 0 0 58 0 0 0 15 0 19 0 828473924 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23220] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23220/stat : 23220 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828473924 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23221] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23221/stat : 23221 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828474072 14024159232 123650 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 13695468

[startup+6.30065 s]
/proc/loadavg: 1.95 2.01 1.99 3/483 23221
/proc/meminfo: memFree=30136544/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13695468 CPUtime=7.48 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 142597 0 1 0 734 14 0 0 25 0 19 0 828473918 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3423867 137257 2262 9 0 3414601 0
[pid=23202/tid=23203] ppid=23200 vsize=13695468 CPUtime=6.09 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 118985 0 1 0 597 12 0 0 25 0 19 0 828473918 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505975867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=13695468 CPUtime=0.04 cores=1,3,5,7
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 22425 0 -1 4202560 3050 0 0 0 4 0 0 0 18 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=13695468 CPUtime=0.02 cores=1,3,5,7
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 22425 0 -1 4202560 2032 0 0 0 2 0 0 0 18 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=13695468 CPUtime=0.01 cores=1,3,5,7
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 22425 0 -1 4202560 687 0 0 0 1 0 0 0 18 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 22425 0 -1 4202560 276 0 0 0 0 0 0 0 18 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828473920 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13695468 CPUtime=0.09 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 7430 0 0 0 9 0 0 0 15 0 19 0 828473921 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13695468 CPUtime=0.56 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 3595 0 0 0 56 0 0 0 15 0 19 0 828473924 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13695468 CPUtime=0.61 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5389 0 0 0 61 0 0 0 15 0 19 0 828473924 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 137257 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0

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

[pid=23202/tid=23210] ppid=23200 vsize=13695468 CPUtime=0.17 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 248 0 0 0 17 0 0 0 15 0 19 0 828473920 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13695468 CPUtime=0.15 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 635 0 0 0 15 0 0 0 15 0 19 0 828473920 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 388 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13695468 CPUtime=7.16 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 15923 0 0 0 714 2 0 0 15 0 19 0 828473921 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13695468 CPUtime=0.59 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 3595 0 0 0 59 0 0 0 15 0 19 0 828473924 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13695468 CPUtime=0.71 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5394 0 0 0 71 0 0 0 15 0 19 0 828473924 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23220] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23220/stat : 23220 (java) S 23200 23202 22425 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 828473924 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23221] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23221/stat : 23221 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828474072 14024159232 148870 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.49
Current children cumulated vsize (KiB) 13695468

[startup+1782.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/483 23316
/proc/meminfo: memFree=30057828/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13695468 CPUtime=1784.51 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 154491 0 1 0 178434 17 0 0 25 0 19 0 828473918 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3423867 148874 2263 9 0 3414601 0
[pid=23202/tid=23203] ppid=23200 vsize=13695468 CPUtime=1774.35 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 119060 0 1 0 177423 12 0 0 25 0 19 0 828473918 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505957734 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=13695468 CPUtime=0.23 cores=1,3,5,7
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 22425 0 -1 4202560 3654 0 0 0 23 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=13695468 CPUtime=0.21 cores=1,3,5,7
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 22425 0 -1 4202560 2169 0 0 0 21 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 22425 0 -1 4202560 1203 0 0 0 18 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 22425 0 -1 4202560 801 0 0 0 18 0 0 0 16 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 22425 0 -1 4202560 167 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 248 0 0 0 18 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 636 0 0 0 16 0 0 0 16 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 388 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13695468 CPUtime=7.3 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 15925 0 0 0 728 2 0 0 15 0 19 0 828473921 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13695468 CPUtime=0.59 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 3595 0 0 0 59 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13695468 CPUtime=0.71 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5394 0 0 0 71 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23220] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23220/stat : 23220 (java) S 23200 23202 22425 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23221] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23221/stat : 23221 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828474072 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (KiB) 13695468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.11 2.06 2.01 3/483 23317
/proc/meminfo: memFree=30057824/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13695468 CPUtime=1800.02 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 154493 0 1 0 179985 17 0 0 25 0 19 0 828473918 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3423867 148874 2263 9 0 3414601 0
[pid=23202/tid=23203] ppid=23200 vsize=13695468 CPUtime=1789.87 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 119060 0 1 0 178975 12 0 0 25 0 19 0 828473918 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505829756 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=13695468 CPUtime=0.23 cores=1,3,5,7
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 22425 0 -1 4202560 3654 0 0 0 23 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=13695468 CPUtime=0.21 cores=1,3,5,7
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 22425 0 -1 4202560 2169 0 0 0 21 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 22425 0 -1 4202560 1203 0 0 0 18 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 22425 0 -1 4202560 801 0 0 0 18 0 0 0 16 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 22425 0 -1 4202560 167 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 248 0 0 0 18 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 636 0 0 0 16 0 0 0 16 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 388 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13695468 CPUtime=7.3 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 15925 0 0 0 728 2 0 0 15 0 19 0 828473921 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13695468 CPUtime=0.59 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 3595 0 0 0 59 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13695468 CPUtime=0.71 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5394 0 0 0 71 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23220] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23220/stat : 23220 (java) S 23200 23202 22425 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23221] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23221/stat : 23221 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828474072 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13695468

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

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

[startup+1797.8 s]
/proc/loadavg: 2.11 2.06 2.01 3/483 23317
/proc/meminfo: memFree=30057824/32950928 swapFree=34365992/67111528
[pid=23202] ppid=23200 vsize=13695468 CPUtime=1800.02 cores=1,3,5,7
/proc/23202/stat : 23202 (java) S 23200 23202 22425 0 -1 4202496 154493 0 1 0 179985 17 0 0 25 0 19 0 828473918 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23202/statm: 3423867 148874 2263 9 0 3414601 0
[pid=23202/tid=23203] ppid=23200 vsize=13695468 CPUtime=1789.87 cores=1,3,5,7
/proc/23202/task/23203/stat : 23203 (java) R 23200 23202 22425 0 -1 4202560 119060 0 1 0 178975 12 0 0 25 0 19 0 828473918 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 46912505829756 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=13695468 CPUtime=0.23 cores=1,3,5,7
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 22425 0 -1 4202560 3654 0 0 0 23 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=13695468 CPUtime=0.21 cores=1,3,5,7
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 22425 0 -1 4202560 2169 0 0 0 21 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 22425 0 -1 4202560 1203 0 0 0 18 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 22425 0 -1 4202560 801 0 0 0 18 0 0 0 16 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 22425 0 -1 4202560 167 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=13695468 CPUtime=0.18 cores=1,3,5,7
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 22425 0 -1 4202560 248 0 0 0 18 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 5 0 0 0
[pid=23202/tid=23211] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23211/stat : 23211 (java) S 23200 23202 22425 0 -1 4202560 636 0 0 0 16 0 0 0 16 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23212] ppid=23200 vsize=13695468 CPUtime=0.16 cores=1,3,5,7
/proc/23202/task/23212/stat : 23212 (java) S 23200 23202 22425 0 -1 4202560 388 0 0 0 16 0 0 0 15 0 19 0 828473920 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23213] ppid=23200 vsize=13695468 CPUtime=7.3 cores=1,3,5,7
/proc/23202/task/23213/stat : 23213 (java) S 23200 23202 22425 0 -1 4202560 15925 0 0 0 728 2 0 0 15 0 19 0 828473921 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 0 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23214] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23214/stat : 23214 (java) S 23200 23202 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23215] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23215/stat : 23215 (java) S 23200 23202 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828473922 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23216] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23216/stat : 23216 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606690225 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23217] ppid=23200 vsize=13695468 CPUtime=0.59 cores=1,3,5,7
/proc/23202/task/23217/stat : 23217 (java) S 23200 23202 22425 0 -1 4202560 3595 0 0 0 59 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 3 0 0 0
[pid=23202/tid=23218] ppid=23200 vsize=13695468 CPUtime=0.71 cores=1,3,5,7
/proc/23202/task/23218/stat : 23218 (java) S 23200 23202 22425 0 -1 4202560 5394 0 0 0 71 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23219] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23219/stat : 23219 (java) S 23200 23202 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606682521 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
[pid=23202/tid=23220] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23220/stat : 23220 (java) S 23200 23202 22425 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828473924 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 1 0 0 0
[pid=23202/tid=23221] ppid=23200 vsize=13695468 CPUtime=0 cores=1,3,5,7
/proc/23202/task/23221/stat : 23221 (java) S 23200 23202 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828474072 14024159232 148874 33554432000 1073741824 1073778376 140735534006224 18446744073709551615 235606683136 0 4 0 16800975 18446604464324710592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13695468

Child status: 143
Real time (s): 1797.88
CPU time (s): 1800.13
CPU user time (s): 1799.93
CPU system time (s): 0.197969
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 13695468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154523
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= 38928
involuntary context switches= 15000

runsolver used 8.36873 second user time and 18.7392 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 08:25:52
IDJOB=3459842
IDBENCH=73545
IDSOLVER=1952
FILE ID=node120/3459842-1307168751
RUNJOBID= node120-1307164897-22444
PBS_JOBID= 13508848
Free space on /tmp= 73808 MiB

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

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

MD5SUM BENCH= 9569f42797128c8734a8cda484f54275
RANDOM SEED=21427862

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30679812 kB
Buffers:        303988 kB
Cached:        1002104 kB
SwapCached:      12852 kB
Active:        1015272 kB
Inactive:       961024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30679812 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            6976 kB
Writeback:           0 kB
AnonPages:      667408 kB
Mapped:          17548 kB
Slab:           134316 kB
PageTables:      92724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118818368 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= 73804 MiB
End job on node120 at 2011-06-04 08:55:51