Trace number 3742214

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
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 variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 168
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3742214-1338764975.opb
0.08/0.13	c reading problem ... 
1.19/0.63	c ... done. Wall clock time 0.499s.
1.19/0.63	c #vars     19873
1.19/0.65	c #constraints  20209
1.19/0.65	c constraints type 
1.19/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1.19/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1.19/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1.19/0.65	c constraints type 
1.19/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1.19/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1.19/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
8.08/3.50	c cleaning 2471 clauses out of 4991 with flag 5002/5002
14.29/6.55	c cleaning 4182 clauses out of 8514 with flag 11002/11002
21.27/10.03	c cleaning 5531 clauses out of 11328 with flag 18001/18001
30.24/14.55	c cleaning 6739 clauses out of 13794 with flag 26001/26001
39.45/19.12	c cleaning 7745 clauses out of 16051 with flag 35002/35002
50.58/24.71	c cleaning 9003 clauses out of 18297 with flag 45002/45002
62.91/30.91	c cleaning 9887 clauses out of 20288 with flag 56000/56000
78.22/38.67	c cleaning 10921 clauses out of 22391 with flag 68000/68000
94.70/46.94	c cleaning 11996 clauses out of 24470 with flag 81000/81000
110.20/54.76	c cleaning 12885 clauses out of 26473 with flag 95000/95000
128.15/63.79	c cleaning 13850 clauses out of 28583 with flag 110002/110002
147.64/73.55	c cleaning 14948 clauses out of 30729 with flag 126001/126001
171.11/85.35	c cleaning 16065 clauses out of 32785 with flag 143005/143005
195.85/97.73	c cleaning 17066 clauses out of 34715 with flag 161003/161003
219.78/109.73	c cleaning 18014 clauses out of 36642 with flag 180000/180000
245.07/122.48	c cleaning 18946 clauses out of 38626 with flag 200000/200000
268.70/134.38	c cleaning 19966 clauses out of 40681 with flag 221002/221002
291.39/145.77	c cleaning 20469 clauses out of 41711 with flag 242000/242000
319.67/159.97	c cleaning 20717 clauses out of 42239 with flag 263000/263000
346.54/173.48	c cleaning 20723 clauses out of 42522 with flag 284000/284000
370.14/185.39	c cleaning 20879 clauses out of 42799 with flag 305000/305000
394.26/197.49	c cleaning 19542 clauses out of 42918 with flag 326000/326000
419.11/209.92	c cleaning 19602 clauses out of 44378 with flag 347002/347002
444.18/222.50	c cleaning 19943 clauses out of 45773 with flag 368000/368000
476.14/238.64	c cleaning 20254 clauses out of 46832 with flag 389002/389002
500.53/250.99	c cleaning 19233 clauses out of 47574 with flag 410000/410000
534.58/268.02	c cleaning 19419 clauses out of 49338 with flag 431000/431000
560.59/281.12	c cleaning 19576 clauses out of 50918 with flag 452000/452000
586.49/294.26	c cleaning 19726 clauses out of 52340 with flag 473000/473000
631.32/316.74	c cleaning 19460 clauses out of 53614 with flag 494000/494000
679.39/340.89	c cleaning 0 clauses out of 5000 with flag 0/5000
708.64/355.45	c cleaning 20449 clauses out of 55155 with flag 515001/515001
749.62/376.02	c cleaning 20296 clauses out of 55705 with flag 536000/536000
777.98/390.37	c cleaning 19846 clauses out of 56403 with flag 557001/557001
807.77/405.38	c cleaning 19882 clauses out of 57555 with flag 578000/578000
839.16/421.10	c cleaning 20094 clauses out of 58672 with flag 599000/599000
863.77/433.65	c cleaning 19677 clauses out of 59579 with flag 620002/620002
886.54/445.15	c cleaning 19768 clauses out of 60900 with flag 641000/641000
920.93/462.42	c cleaning 20019 clauses out of 62132 with flag 662000/662000
948.33/476.28	c cleaning 19693 clauses out of 63114 with flag 683001/683001
973.52/489.00	c cleaning 20028 clauses out of 64420 with flag 704000/704000
998.49/501.69	c cleaning 19565 clauses out of 65395 with flag 725003/725003
1026.85/515.99	c cleaning 19959 clauses out of 66827 with flag 746000/746000
1052.38/528.86	c cleaning 19524 clauses out of 67867 with flag 767000/767000
1087.97/546.89	c cleaning 19934 clauses out of 69344 with flag 788001/788001
1115.13/560.56	c cleaning 20099 clauses out of 70410 with flag 809001/809001
1138.91/572.50	c cleaning 19547 clauses out of 71314 with flag 830004/830004
1165.80/586.20	c cleaning 19588 clauses out of 72764 with flag 851002/851002
1191.79/599.42	c cleaning 19954 clauses out of 74164 with flag 872000/872000
1217.02/612.22	c cleaning 19689 clauses out of 75210 with flag 893000/893000
1238.46/623.15	c cleaning 19767 clauses out of 76521 with flag 914000/914000
1274.56/641.38	c cleaning 19812 clauses out of 77755 with flag 935001/935001
1329.37/669.03	c cleaning 20187 clauses out of 78945 with flag 956003/956003
1368.85/688.92	c cleaning 19770 clauses out of 79755 with flag 977000/977000
1393.92/701.70	c cleaning 19712 clauses out of 80985 with flag 998002/998002
1418.39/714.05	c cleaning 19978 clauses out of 82271 with flag 1019000/1019000
1465.54/737.90	c cleaning 19987 clauses out of 83294 with flag 1040001/1040001
1516.16/763.47	c cleaning 20097 clauses out of 84310 with flag 1061004/1061004
1559.59/785.36	c cleaning 20296 clauses out of 85209 with flag 1082000/1082000
1597.82/804.69	c cleaning 20045 clauses out of 85916 with flag 1103003/1103003
1651.21/831.67	c cleaning 20443 clauses out of 86868 with flag 1124000/1124000
1715.47/863.95	c cleaning 20253 clauses out of 87424 with flag 1145000/1145000
1742.53/877.70	c cleaning 19681 clauses out of 88169 with flag 1166001/1166001
1768.54/890.80	c cleaning 19975 clauses out of 89487 with flag 1187000/1187000
1800.10/906.91	c starts		: 186
1800.10/906.91	c conflicts		: 1206992
1800.10/906.91	c decisions		: 40124058
1800.10/906.91	c propagations		: 931562549
1800.10/906.91	c inspects		: 1674112268
1800.10/906.91	c shortcuts		: 0
1800.10/906.91	c learnt literals	: 116
1800.10/906.91	c learnt binary clauses	: 60814
1800.10/906.91	c learnt ternary clauses	: 68256
1800.10/906.91	c learnt constraints	: 1206876
1800.10/906.91	c ignored constraints	: 0
1800.10/906.91	c root simplifications	: 0
1800.10/906.91	c removed literals (reason simplification)	: 10638158
1800.10/906.91	c reason swapping (by a shorter reason)	: 0
1800.10/906.91	c Calls to reduceDB	: 63
1800.10/906.91	c number of reductions to clauses (during analyze)	: 0
1800.10/906.91	c number of learned constraints concerned by reduction	: 0
1800.10/906.91	c number of learning phase by resolution	: 0
1800.10/906.91	c number of learning phase by cutting planes	: 0
1800.10/906.91	c speed (assignments/second)	: 1027894.8660571433
1800.10/906.91	c non guided choices	37679
1800.10/906.95	c learnt constraints type 
1800.10/906.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60815
1800.10/906.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28744
1800.10/906.95	c constraints type 
1800.10/906.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1800.10/906.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1800.10/906.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1800.10/906.95	c constraints type 
1800.10/906.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1800.10/906.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1800.10/906.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
1800.10/906.95	s UNKNOWN
1800.10/906.95	c Total wall clock time (in seconds): 906.818

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742214-1338764975/watcher-3742214-1338764975 -o /tmp/evaluation-result-3742214-1338764975/solver-3742214-1338764975 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742214-1338764975.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.97 3.92 3.88 4/197 994
/proc/meminfo: memFree=23992152/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/994/stat : 994 (java) D 992 994 30010 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 342624243 278528 34 33554432000 1073741824 1073778376 140735770541680 140735770538856 271778409767 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/994/statm: 68 34 25 9 0 25 0

[startup+0.06925 s]
/proc/loadavg: 3.97 3.92 3.88 4/197 994
/proc/meminfo: memFree=23992152/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 3800 0 1 0 4 1 0 0 20 0 13 0 342624243 11523600384 12162 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2813379 12162 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.102318 s]
/proc/loadavg: 3.97 3.92 3.88 4/197 994
/proc/meminfo: memFree=23992152/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 4276 0 1 0 7 1 0 0 20 0 18 0 342624243 11864465408 13149 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2896598 13149 1992 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300186 s]
/proc/loadavg: 3.97 3.92 3.88 4/197 994
/proc/meminfo: memFree=23992152/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11586392 CPUtime=0.54 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 7713 0 1 0 52 2 0 0 20 0 18 0 342624243 11864465408 18848 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2896598 18848 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700183 s]
/proc/loadavg: 3.97 3.92 3.88 4/197 994
/proc/meminfo: memFree=23992152/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 9675 0 1 0 142 5 0 0 20 0 22 0 342624243 12137111552 49547 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 49547 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11852648

[startup+1.50075 s]
/proc/loadavg: 3.97 3.92 3.88 6/219 1016
/proc/meminfo: memFree=23786000/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=3.87 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 15100 0 1 0 379 8 0 0 20 0 22 0 342624243 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 72930 2263 9 0 2953849 0
[pid=994/tid=996] ppid=992 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/994/task/996/stat : 996 (java) S 992 994 30010 0 -1 4202560 2929 0 1 0 57 3 0 0 20 0 22 0 342624245 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212603249816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/997/stat : 997 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212571659048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/998/stat : 998 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212570606248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/999/stat : 999 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212569553960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1000/stat : 1000 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212568501160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1001/stat : 1001 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212567447848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1002/stat : 1002 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212566395048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1003/stat : 1003 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212565342760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1004] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1004/stat : 1004 (java) S 992 994 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140212564289960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1005/stat : 1005 (java) S 992 994 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211950414568 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1006/stat : 1006 (java) S 992 994 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211949360632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1007/stat : 1007 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211948308232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1008] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1008/stat : 1008 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211947256720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1009] ppid=992 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/994/task/1009/stat : 1009 (java) S 992 994 30010 0 -1 4202560 7732 0 0 0 77 2 0 0 20 0 22 0 342624251 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211946203320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1010] ppid=992 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/994/task/1010/stat : 1010 (java) R 992 994 30010 0 -1 4202560 3097 0 0 0 73 0 0 0 20 0 22 0 342624251 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211945150400 140212610223965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1011] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1011/stat : 1011 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211944098424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1012] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1012/stat : 1012 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211943045832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1013] ppid=992 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/994/task/1013/stat : 1013 (java) R 992 994 30010 0 -1 4202560 31 0 0 0 85 0 0 0 20 0 22 0 342624307 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211941990496 140212446184480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1014] ppid=992 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/994/task/1014/stat : 1014 (java) R 992 994 30010 0 -1 4202560 109 0 0 0 82 3 0 0 20 0 22 0 342624307 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211940938152 140212446211155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1015] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1015/stat : 1015 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211939886760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1016] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1016/stat : 1016 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 72930 33554432000 1073741824 1073778376 140735797069920 140211938833960 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.97 3.92 3.88 5/219 1016
/proc/meminfo: memFree=23587600/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=7.23 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 15308 0 1 0 709 14 0 0 20 0 22 0 342624243 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 168168 2264 9 0 2953849 0
[pid=994/tid=996] ppid=992 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/994/task/996/stat : 996 (java) S 992 994 30010 0 -1 4202560 2929 0 1 0 57 3 0 0 20 0 22 0 342624245 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212603249816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/997/stat : 997 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212571659048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/998/stat : 998 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212570606248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/999/stat : 999 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212569553960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1000/stat : 1000 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212568501160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1001/stat : 1001 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212567447848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1002/stat : 1002 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212566395048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1003/stat : 1003 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212565342760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1004] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1004/stat : 1004 (java) S 992 994 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140212564289960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1005/stat : 1005 (java) S 992 994 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211950414568 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1006/stat : 1006 (java) S 992 994 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211949360632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1007/stat : 1007 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211948308232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1008] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1008/stat : 1008 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211947256720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1009] ppid=992 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/994/task/1009/stat : 1009 (java) S 992 994 30010 0 -1 4202560 7736 0 0 0 82 2 0 0 20 0 22 0 342624251 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211946203320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1010] ppid=992 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/994/task/1010/stat : 1010 (java) R 992 994 30010 0 -1 4202560 3112 0 0 0 83 0 0 0 20 0 22 0 342624251 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211945150400 140212607337554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1011] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1011/stat : 1011 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211944098424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1012] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1012/stat : 1012 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211943045832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1013] ppid=992 vsize=11852648 CPUtime=2.45 cores=0,2,4,6
/proc/994/task/1013/stat : 1013 (java) R 992 994 30010 0 -1 4202560 33 0 0 0 245 0 0 0 20 0 22 0 342624307 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211941991544 140212446207808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1014] ppid=992 vsize=11852648 CPUtime=2.45 cores=0,2,4,6
/proc/994/task/1014/stat : 1014 (java) R 992 994 30010 0 -1 4202560 295 0 0 0 237 8 0 0 20 0 22 0 342624307 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211940937656 140212446477203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1015] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1015/stat : 1015 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211939886760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1016] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1016/stat : 1016 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 168168 33554432000 1073741824 1073778376 140735797069920 140211938833960 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 11852648

[startup+6.30082 s]
/proc/loadavg: 4.06 3.94 3.89 5/219 1016
/proc/meminfo: memFree=23124888/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=13.87 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 15525 0 1 0 1368 19 0 0 20 0 22 0 342624243 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 226170 2290 9 0 2953849 0
[pid=994/tid=996] ppid=992 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/994/task/996/stat : 996 (java) S 992 994 30010 0 -1 4202560 2929 0 1 0 57 3 0 0 20 0 22 0 342624245 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212603249816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/997/stat : 997 (java) S 992 994 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212571659048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/998/stat : 998 (java) S 992 994 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212570606248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/999/stat : 999 (java) S 992 994 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212569553960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/994/task/1000/stat : 1000 (java) S 992 994 30010 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212568501160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1001/stat : 1001 (java) S 992 994 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212567447848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/994/task/1002/stat : 1002 (java) S 992 994 30010 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212566395048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1003/stat : 1003 (java) S 992 994 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212565342760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1004] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1004/stat : 1004 (java) S 992 994 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342624247 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140212564289960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/994/task/1005/stat : 1005 (java) S 992 994 30010 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 342624248 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140211950414568 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1006/stat : 1006 (java) S 992 994 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140211949360632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1007/stat : 1007 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140211948308232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1008] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1008/stat : 1008 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140211947256720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1009] ppid=992 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/994/task/1009/stat : 1009 (java) S 992 994 30010 0 -1 4202560 7766 0 0 0 99 2 0 0 20 0 22 0 342624251 12137111552 226170 33554432000 1073741824 1073778376 140735797069920 140211946203320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=994/tid=1014] ppid=992 vsize=11852648 CPUtime=802.33 cores=0,2,4,6
/proc/994/task/1014/stat : 1014 (java) R 992 994 30010 0 -1 4202560 1616 0 0 0 80168 65 0 0 20 0 22 0 342624307 12137111552 986066 33554432000 1073741824 1073778376 140735797069920 140211940936224 140212446070619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1015] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1015/stat : 1015 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 986066 33554432000 1073741824 1073778376 140735797069920 140211939886760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1016] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1016/stat : 1016 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 986066 33554432000 1073741824 1073778376 140735797069920 140211938833960 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1632.6
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.90 3.93 3.90 5/219 1087
/proc/meminfo: memFree=19106688/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=1751.55 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 23530 0 1 0 175029 126 0 0 20 0 22 0 342624243 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 996331 2291 9 0 2953849 0
[pid=994/tid=996] ppid=992 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/994/task/996/stat : 996 (java) S 992 994 30010 0 -1 4202560 2959 0 1 0 59 4 0 0 20 0 22 0 342624245 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212603249816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/994/task/997/stat : 997 (java) S 992 994 30010 0 -1 4202560 111 0 0 0 80 5 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212571659048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/994/task/998/stat : 998 (java) S 992 994 30010 0 -1 4202560 108 0 0 0 90 4 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212570606248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/999/stat : 999 (java) S 992 994 30010 0 -1 4202560 152 0 0 0 98 7 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212569553960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/994/task/1000/stat : 1000 (java) S 992 994 30010 0 -1 4202560 150 0 0 0 98 6 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212568501160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/994/task/1001/stat : 1001 (java) S 992 994 30010 0 -1 4202560 142 0 0 0 99 5 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212567447848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/994/task/1002/stat : 1002 (java) S 992 994 30010 0 -1 4202560 156 0 0 0 94 7 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212566395048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/994/task/1003/stat : 1003 (java) S 992 994 30010 0 -1 4202560 147 0 0 0 94 7 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212565342760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1004] ppid=992 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/994/task/1004/stat : 1004 (java) S 992 994 30010 0 -1 4202560 120 0 0 0 88 4 0 0 20 0 22 0 342624247 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140212564289960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=11852648 CPUtime=18.34 cores=0,2,4,6
/proc/994/task/1005/stat : 1005 (java) S 992 994 30010 0 -1 4202560 245 0 0 0 1825 9 0 0 20 0 22 0 342624248 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211950414568 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1006/stat : 1006 (java) S 992 994 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211949360632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1007/stat : 1007 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211948308232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1008] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1008/stat : 1008 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211947256720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1009] ppid=992 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/994/task/1009/stat : 1009 (java) S 992 994 30010 0 -1 4202560 7767 0 0 0 106 2 0 0 20 0 22 0 342624251 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211946203320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1010] ppid=992 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/994/task/1010/stat : 1010 (java) S 992 994 30010 0 -1 4202560 8532 0 0 0 152 2 0 0 20 0 22 0 342624251 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211945150520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1011] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1011/stat : 1011 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211944098424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1012] ppid=992 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/994/task/1012/stat : 1012 (java) S 992 994 30010 0 -1 4202560 51 0 0 0 17 12 0 0 20 0 22 0 342624251 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211943045832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1013] ppid=992 vsize=11852648 CPUtime=860.96 cores=0,2,4,6
/proc/994/task/1013/stat : 1013 (java) R 992 994 30010 0 -1 4202560 84 0 0 0 86081 15 0 0 20 0 22 0 342624307 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211941991120 140212446273576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1014] ppid=992 vsize=11852648 CPUtime=861 cores=0,2,4,6
/proc/994/task/1014/stat : 1014 (java) R 992 994 30010 0 -1 4202560 1617 0 0 0 86034 66 0 0 20 0 22 0 342624307 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211940935920 140212446357041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1015] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1015/stat : 1015 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211939886760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1016] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1016/stat : 1016 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 996331 33554432000 1073741824 1073778376 140735797069920 140211938833960 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1751.55
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.901 s]
/proc/loadavg: 3.93 3.93 3.91 5/219 1087
/proc/meminfo: memFree=19071500/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=1800.1 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 23537 0 1 0 179883 127 0 0 20 0 22 0 342624243 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 996333 2291 9 0 2953849 0
[pid=994/tid=996] ppid=992 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/994/task/996/stat : 996 (java) S 992 994 30010 0 -1 4202560 2960 0 1 0 59 4 0 0 20 0 22 0 342624245 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212603249816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/994/task/997/stat : 997 (java) S 992 994 30010 0 -1 4202560 111 0 0 0 80 5 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212571659048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/994/task/998/stat : 998 (java) S 992 994 30010 0 -1 4202560 108 0 0 0 90 4 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212570606248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/999/stat : 999 (java) S 992 994 30010 0 -1 4202560 152 0 0 0 98 7 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212569553960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/1000/stat : 1000 (java) S 992 994 30010 0 -1 4202560 150 0 0 0 99 6 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212568501160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/1001/stat : 1001 (java) S 992 994 30010 0 -1 4202560 142 0 0 0 100 5 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212567447848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/994/task/1002/stat : 1002 (java) S 992 994 30010 0 -1 4202560 158 0 0 0 94 7 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212566395048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/994/task/1003/stat : 1003 (java) S 992 994 30010 0 -1 4202560 147 0 0 0 94 8 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212565342760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1004] ppid=992 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/994/task/1004/stat : 1004 (java) S 992 994 30010 0 -1 4202560 120 0 0 0 89 4 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212564289960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=11852648 CPUtime=19 cores=0,2,4,6
/proc/994/task/1005/stat : 1005 (java) S 992 994 30010 0 -1 4202560 247 0 0 0 1891 9 0 0 20 0 22 0 342624248 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211950414568 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1006/stat : 1006 (java) S 992 994 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211949360632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1007/stat : 1007 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211948308232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1008] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1008/stat : 1008 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211947256720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1009] ppid=992 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/994/task/1009/stat : 1009 (java) S 992 994 30010 0 -1 4202560 7767 0 0 0 106 2 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211946203320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1010] ppid=992 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/994/task/1010/stat : 1010 (java) S 992 994 30010 0 -1 4202560 8532 0 0 0 152 2 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211945150520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1011] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1011/stat : 1011 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211944098424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1012] ppid=992 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/994/task/1012/stat : 1012 (java) S 992 994 30010 0 -1 4202560 53 0 0 0 18 12 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211943045832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1013] ppid=992 vsize=11852648 CPUtime=884.89 cores=0,2,4,6
/proc/994/task/1013/stat : 1013 (java) R 992 994 30010 0 -1 4202560 84 0 0 0 88474 15 0 0 20 0 22 0 342624307 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211941991120 140212446185350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1014] ppid=992 vsize=11852648 CPUtime=884.92 cores=0,2,4,6
/proc/994/task/1014/stat : 1014 (java) R 992 994 30010 0 -1 4202560 1617 0 0 0 88426 66 0 0 20 0 22 0 342624307 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211940935904 140212446357000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1015] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1015/stat : 1015 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211939886760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1016] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1016/stat : 1016 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211938833960 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

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

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

[startup+906.901 s]
/proc/loadavg: 3.93 3.93 3.91 5/219 1087
/proc/meminfo: memFree=19071500/32873648 swapFree=6852/6852
[pid=994] ppid=992 vsize=11852648 CPUtime=1800.1 cores=0,2,4,6
/proc/994/stat : 994 (java) S 992 994 30010 0 -1 4202496 23537 0 1 0 179883 127 0 0 20 0 22 0 342624243 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140735797061056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2963162 996333 2291 9 0 2953849 0
[pid=994/tid=996] ppid=992 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/994/task/996/stat : 996 (java) S 992 994 30010 0 -1 4202560 2960 0 1 0 59 4 0 0 20 0 22 0 342624245 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212603249816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/994/task/997/stat : 997 (java) S 992 994 30010 0 -1 4202560 111 0 0 0 80 5 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212571659048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/994/task/998/stat : 998 (java) S 992 994 30010 0 -1 4202560 108 0 0 0 90 4 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212570606248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/999/stat : 999 (java) S 992 994 30010 0 -1 4202560 152 0 0 0 98 7 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212569553960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/1000/stat : 1000 (java) S 992 994 30010 0 -1 4202560 150 0 0 0 99 6 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212568501160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/994/task/1001/stat : 1001 (java) S 992 994 30010 0 -1 4202560 142 0 0 0 100 5 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212567447848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/994/task/1002/stat : 1002 (java) S 992 994 30010 0 -1 4202560 158 0 0 0 94 7 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212566395048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/994/task/1003/stat : 1003 (java) S 992 994 30010 0 -1 4202560 147 0 0 0 94 8 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212565342760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1004] ppid=992 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/994/task/1004/stat : 1004 (java) S 992 994 30010 0 -1 4202560 120 0 0 0 89 4 0 0 20 0 22 0 342624247 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140212564289960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=11852648 CPUtime=19 cores=0,2,4,6
/proc/994/task/1005/stat : 1005 (java) S 992 994 30010 0 -1 4202560 247 0 0 0 1891 9 0 0 20 0 22 0 342624248 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211950414568 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1006/stat : 1006 (java) S 992 994 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211949360632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1007/stat : 1007 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624248 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211948308232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1008] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1008/stat : 1008 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211947256720 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1009] ppid=992 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/994/task/1009/stat : 1009 (java) S 992 994 30010 0 -1 4202560 7767 0 0 0 106 2 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211946203320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1010] ppid=992 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/994/task/1010/stat : 1010 (java) S 992 994 30010 0 -1 4202560 8532 0 0 0 152 2 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211945150520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1011] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1011/stat : 1011 (java) S 992 994 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211944098424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=994/tid=1012] ppid=992 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/994/task/1012/stat : 1012 (java) S 992 994 30010 0 -1 4202560 53 0 0 0 18 12 0 0 20 0 22 0 342624251 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211943045832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1013] ppid=992 vsize=11852648 CPUtime=884.89 cores=0,2,4,6
/proc/994/task/1013/stat : 1013 (java) R 992 994 30010 0 -1 4202560 84 0 0 0 88474 15 0 0 20 0 22 0 342624307 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211941991120 140212446185350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1014] ppid=992 vsize=11852648 CPUtime=884.92 cores=0,2,4,6
/proc/994/task/1014/stat : 1014 (java) R 992 994 30010 0 -1 4202560 1617 0 0 0 88426 66 0 0 20 0 22 0 342624307 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211940935904 140212446357000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=994/tid=1015] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1015/stat : 1015 (java) S 992 994 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211939886760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=994/tid=1016] ppid=992 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/994/task/1016/stat : 1016 (java) S 992 994 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342624309 12137111552 996333 33554432000 1073741824 1073778376 140735797069920 140211938833960 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 906.967
CPU time (s): 1800.72
CPU user time (s): 1798.98
CPU system time (s): 1.74473
CPU usage (%): 198.543
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.74473
maximum resident set size= 3987508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23572
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23997
involuntary context switches= 30053

runsolver used 3.3015 second user time and 8.31574 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 01:09:35
IDJOB=3742214
IDBENCH=90141
IDSOLVER=2328
FILE ID=node115/3742214-1338764975
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70828 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K167.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742214-1338764975/watcher-3742214-1338764975 -o /tmp/evaluation-result-3742214-1338764975/solver-3742214-1338764975 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742214-1338764975.opb

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=2132919375

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23992532 kB
Buffers:         1444344 kB
Cached:          3620864 kB
SwapCached:         1016 kB
Active:          5656548 kB
Inactive:        2309424 kB
Active(anon):    2889144 kB
Inactive(anon):     9868 kB
Active(file):    2767404 kB
Inactive(file):  2299556 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       2902244 kB
Mapped:            19876 kB
Shmem:                96 kB
Slab:             772004 kB
SReclaimable:     216020 kB
SUnreclaim:       555984 kB
KernelStack:        1632 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2852864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-04 01:24:44