Trace number 3688825

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.39 1801.87

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_1_80.opb
MD5SUM4edc0ea4696bd6b7e21f8ec219e69079
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.230964
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.2.v20120418
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688825-1337888131.opb
0.09/0.11	c reading problem ... 
1.03/0.53	c ... done. Wall clock time 0.423s.
1.03/0.53	c declared #vars     1000
1.03/0.53	c internal #vars     7318
1.03/0.53	c #constraints  14139
1.03/0.53	c constraints type 
1.03/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1.03/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.03/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.03/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1.03/0.53	c 14139 constraints processed.
3.53/2.55	c cleaning 2490 clauses out of 5000 with flag 5000/5000
5.64/4.55	c cleaning 4369 clauses out of 8738 with flag 11228/11228
7.78/6.68	c cleaning 5670 clauses out of 11339 with flag 18198/18198
10.11/9.00	c cleaning 6753 clauses out of 13505 with flag 26034/26034
12.85/11.60	c cleaning 7869 clauses out of 15737 with flag 35019/35019
15.68/14.49	c cleaning 8979 clauses out of 17957 with flag 45108/45108
17.86/16.57	c cleaning 9868 clauses out of 19870 with flag 56000/56000
19.34/17.98	c cleaning 10982 clauses out of 22002 with flag 68000/68000
20.87/19.49	c cleaning 12004 clauses out of 24020 with flag 81000/81000
22.63/21.11	c cleaning 12997 clauses out of 26016 with flag 95000/95000
24.39/22.88	c cleaning 14003 clauses out of 28021 with flag 110002/110002
26.94/25.35	c cleaning 15133 clauses out of 30266 with flag 126250/126250
32.20/30.54	c cleaning 16062 clauses out of 32123 with flag 143240/143240
36.97/35.26	c cleaning 16923 clauses out of 33845 with flag 161024/161024
41.27/39.43	c cleaning 17881 clauses out of 35898 with flag 180000/180000
44.86/42.96	c cleaning 18999 clauses out of 38024 with flag 200007/200007
51.01/49.06	c cleaning 20145 clauses out of 40289 with flag 221271/221271
57.00/54.95	c cleaning 20971 clauses out of 41967 with flag 243094/243094
62.17/60.05	c cleaning 21860 clauses out of 43902 with flag 266000/266000
71.26/69.07	c cleaning 23105 clauses out of 46210 with flag 290168/290168
79.86/77.57	c cleaning 24082 clauses out of 48164 with flag 315227/315227
87.56/85.10	c cleaning 24953 clauses out of 50010 with flag 341155/341155
94.38/91.86	c cleaning 25943 clauses out of 51949 with flag 368047/368047
100.68/97.97	c cleaning 26983 clauses out of 53979 with flag 396020/396020
111.25/108.48	c cleaning 27955 clauses out of 55976 with flag 425000/425000
118.47/115.56	c cleaning 28991 clauses out of 58024 with flag 455003/455003
123.55/120.53	c cleaning 30007 clauses out of 60063 with flag 486033/486033
128.15/125.09	c cleaning 31003 clauses out of 62036 with flag 518013/518013
135.86/132.61	c cleaning 32052 clauses out of 64104 with flag 551084/551084
144.28/140.95	c cleaning 32938 clauses out of 65969 with flag 585001/585001
150.52/147.02	c cleaning 33998 clauses out of 68030 with flag 620000/620000
156.99/153.46	c cleaning 35004 clauses out of 70032 with flag 656000/656000
162.90/159.13	c cleaning 35993 clauses out of 72028 with flag 693000/693000
168.34/164.40	c cleaning 37008 clauses out of 74037 with flag 731002/731002
174.38/170.47	c cleaning 38026 clauses out of 76052 with flag 770025/770025
180.40/176.32	c cleaning 39005 clauses out of 78017 with flag 810016/810016
188.83/184.62	c cleaning 39988 clauses out of 79996 with flag 851000/851000
195.39/191.02	c cleaning 41007 clauses out of 82024 with flag 893016/893016
207.99/203.55	c cleaning 42017 clauses out of 84033 with flag 936032/936032
222.30/217.73	c cleaning 42857 clauses out of 86010 with flag 980026/980026
238.80/234.03	c cleaning 44119 clauses out of 88238 with flag 1025111/1025111
255.87/250.95	c cleaning 45102 clauses out of 90203 with flag 1071195/1071195
268.01/262.71	c cleaning 45937 clauses out of 91906 with flag 1118000/1118000
280.24/274.80	c cleaning 47004 clauses out of 94009 with flag 1166040/1166040
292.65/286.98	c cleaning 47952 clauses out of 95993 with flag 1215028/1215028
301.62/295.83	c cleaning 48990 clauses out of 98023 with flag 1265010/1265010
311.37/305.45	c cleaning 50036 clauses out of 100072 with flag 1316049/1316049
321.95/315.86	c cleaning 51082 clauses out of 102164 with flag 1368177/1368177
340.67/334.48	c cleaning 51836 clauses out of 103938 with flag 1421033/1421033
355.79/349.40	c cleaning 53031 clauses out of 106082 with flag 1475013/1475013
364.73/358.18	c cleaning 54007 clauses out of 108038 with flag 1530000/1530000
379.28/372.58	c cleaning 55046 clauses out of 110091 with flag 1586060/1586060
393.16/386.24	c cleaning 55961 clauses out of 111985 with flag 1643000/1643000
405.70/398.67	c cleaning 57004 clauses out of 114024 with flag 1701000/1701000
417.19/409.90	c cleaning 58036 clauses out of 116071 with flag 1760051/1760051
427.49/420.09	c cleaning 58984 clauses out of 118005 with flag 1820021/1820021
438.80/431.20	c cleaning 59985 clauses out of 120000 with flag 1881000/1881000
451.56/443.67	c cleaning 60992 clauses out of 122017 with flag 1943002/1943002
462.96/455.00	c cleaning 62004 clauses out of 124030 with flag 2006007/2006007
483.82/475.73	c cleaning 63011 clauses out of 126022 with flag 2070003/2070003
505.70/497.47	c cleaning 63994 clauses out of 128014 with flag 2135006/2135006
532.91/524.43	c cleaning 64981 clauses out of 130014 with flag 2201000/2201000
547.70/538.95	c cleaning 66014 clauses out of 132059 with flag 2268026/2268026
566.10/557.13	c cleaning 66997 clauses out of 134023 with flag 2336004/2336004
585.32/576.25	c cleaning 68064 clauses out of 136127 with flag 2405105/2405105
599.73/590.47	c cleaning 68979 clauses out of 137963 with flag 2475005/2475005
614.55/604.98	c cleaning 69971 clauses out of 139979 with flag 2546000/2546000
632.50/622.75	c cleaning 70989 clauses out of 142008 with flag 2618000/2618000
649.71/639.79	c cleaning 71998 clauses out of 144023 with flag 2691004/2691004
670.15/660.00	c cleaning 72998 clauses out of 146021 with flag 2765000/2765000
689.79/679.35	c cleaning 74007 clauses out of 148023 with flag 2840000/2840000
708.90/698.29	c cleaning 75009 clauses out of 150017 with flag 2916001/2916001
728.66/717.77	c cleaning 76023 clauses out of 152046 with flag 2993039/2993039
740.20/729.07	c cleaning 76985 clauses out of 153985 with flag 3071001/3071001
752.29/740.79	c cleaning 77997 clauses out of 156000 with flag 3150001/3150001
763.86/752.30	c cleaning 79001 clauses out of 158002 with flag 3230000/3230000
777.72/765.74	c cleaning 79995 clauses out of 160002 with flag 3311001/3311001
793.21/780.76	c cleaning 80995 clauses out of 162006 with flag 3393000/3393000
807.26/794.46	c cleaning 82008 clauses out of 164015 with flag 3476004/3476004
820.73/807.79	c cleaning 83000 clauses out of 166003 with flag 3560000/3560000
837.79/824.51	c cleaning 83994 clauses out of 168003 with flag 3645000/3645000
850.85/837.36	c cleaning 84997 clauses out of 170010 with flag 3731001/3731001
865.66/851.90	c cleaning 86005 clauses out of 172015 with flag 3818003/3818003
885.17/871.25	c cleaning 87001 clauses out of 174010 with flag 3906003/3906003
901.26/887.10	c cleaning 88001 clauses out of 176009 with flag 3995003/3995003
915.04/900.79	c cleaning 88998 clauses out of 178005 with flag 4085000/4085000
930.75/916.24	c cleaning 90000 clauses out of 180007 with flag 4176000/4176000
949.46/934.72	c cleaning 91003 clauses out of 182009 with flag 4268002/4268002
968.64/953.65	c cleaning 92002 clauses out of 184005 with flag 4361001/4361001
988.43/973.28	c cleaning 93001 clauses out of 186004 with flag 4455002/4455002
1002.73/987.39	c cleaning 93993 clauses out of 188003 with flag 4550002/4550002
1016.06/1000.51	c cleaning 95003 clauses out of 190009 with flag 4646001/4646001
1050.29/1034.58	c cleaning 96003 clauses out of 192005 with flag 4743000/4743000
1100.08/1084.04	c cleaning 96980 clauses out of 194068 with flag 4841066/4841066
1133.10/1116.71	c cleaning 97982 clauses out of 196035 with flag 4940013/4940013
1160.62/1143.51	c cleaning 99023 clauses out of 198051 with flag 5040011/5040011
1189.72/1172.05	c cleaning 100005 clauses out of 200017 with flag 5141000/5141000
1222.79/1204.80	c cleaning 100994 clauses out of 202013 with flag 5243001/5243001
1252.27/1234.06	c cleaning 102006 clauses out of 204033 with flag 5346015/5346015
1279.43/1261.16	c cleaning 103004 clauses out of 206020 with flag 5450008/5450008
1302.45/1284.09	c cleaning 103973 clauses out of 208008 with flag 5555000/5555000
1326.52/1308.02	c cleaning 105002 clauses out of 210035 with flag 5661000/5661000
1349.45/1330.76	c cleaning 106010 clauses out of 212033 with flag 5768000/5768000
1372.50/1353.55	c cleaning 107005 clauses out of 214031 with flag 5876008/5876008
1395.56/1376.35	c cleaning 108024 clauses out of 216047 with flag 5985029/5985029
1436.08/1416.59	c cleaning 108954 clauses out of 218030 with flag 6095036/6095036
1491.97/1472.03	c cleaning 110076 clauses out of 220152 with flag 6206112/6206112
1548.44/1528.39	c cleaning 111029 clauses out of 222058 with flag 6318094/6318094
1579.16/1576.60	c cleaning 111977 clauses out of 223954 with flag 6431019/6431019
1629.84/1615.21	c cleaning 112966 clauses out of 225958 with flag 6545000/6545000
1672.67/1654.29	c cleaning 113999 clauses out of 227999 with flag 6660007/6660007
1710.29/1694.05	c cleaning 114986 clauses out of 229994 with flag 6776001/6776001
1730.34/1714.94	c cleaning 115992 clauses out of 232007 with flag 6893000/6893000
1737.39/1759.69	c cleaning 117001 clauses out of 234017 with flag 7011002/7011002
1778.63/1779.33	c cleaning 117997 clauses out of 236016 with flag 7130002/7130002
1800.39/1801.81	c starts		: 296
1800.39/1801.81	c conflicts		: 7222717
1800.39/1801.81	c decisions		: 7597710
1800.39/1801.81	c propagations		: 305082356
1800.39/1801.81	c inspects		: 8211969541
1800.39/1801.81	c shortcuts		: 0
1800.39/1801.81	c learnt literals	: 0
1800.39/1801.81	c learnt binary clauses	: 0
1800.39/1801.81	c learnt ternary clauses	: 89
1800.39/1801.81	c learnt constraints	: 7222717
1800.39/1801.81	c ignored constraints	: 0
1800.39/1801.81	c root simplifications	: 0
1800.39/1801.81	c removed literals (reason simplification)	: 0
1800.39/1801.81	c reason swapping (by a shorter reason)	: 0
1800.39/1801.81	c Calls to reduceDB	: 115
1800.39/1801.81	c number of reductions to clauses (during analyze)	: 0
1800.39/1801.81	c number of learned constraints concerned by reduction	: 0
1800.39/1801.81	c number of learning phase by resolution	: 0
1800.39/1801.81	c number of learning phase by cutting planes	: 0
1800.39/1801.81	c speed (assignments/second)	: 169371.30037573617
1800.39/1801.81	c non guided choices	6798
1800.39/1801.85	c learnt constraints type 
1800.39/1801.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210841
1800.39/1801.85	c constraints type 
1800.39/1801.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1800.39/1801.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.39/1801.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.39/1801.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1800.39/1801.85	c 14139 constraints processed.
1800.39/1801.85	s UNKNOWN
1800.39/1801.85	c Total wall clock time (in seconds): 1801.738

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-3688825-1337888131/watcher-3688825-1337888131 -o /tmp/evaluation-result-3688825-1337888131/solver-3688825-1337888131 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688825-1337888131.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 22760
/proc/meminfo: memFree=29565068/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22760/stat : 22760 (java) D 22758 22760 20833 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254941586 9515008 183 33554432000 1073741824 1073778376 140737472959232 140737472950264 249650036405 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/22760/statm: 2323 183 140 9 0 71 0

[startup+0.0984359 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 22760
/proc/meminfo: memFree=29565068/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 4313 0 1 0 8 1 0 0 20 0 18 0 254941586 9787813888 5503 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2389603 5503 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100245 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 22760
/proc/meminfo: memFree=29565068/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 4330 0 1 0 8 1 0 0 20 0 18 0 254941586 9787813888 5521 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2389603 5521 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30025 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 22760
/proc/meminfo: memFree=29565068/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 5288 0 1 0 44 1 0 0 20 0 18 0 254941586 9787813888 8782 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2389603 8782 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700263 s]
/proc/loadavg: 2.04 2.02 2.00 3/194 22760
/proc/meminfo: memFree=29565068/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 12670 0 1 0 153 4 0 0 20 0 19 0 254941586 9855975424 27710 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 27710 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 22779
/proc/meminfo: memFree=29460712/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=2.53 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 13989 0 1 0 249 4 0 0 20 0 19 0 254941586 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 29252 2255 9 0 2396937 0
[pid=22760/tid=22762] ppid=22758 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 20833 0 -1 4202560 2533 0 1 0 144 3 0 0 20 0 19 0 254941587 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653802757560 140653743279425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653741489192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653740436392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653739383592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653738330792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653641808424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22768] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653640755624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22769] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653639702824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22770] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653638650024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22771] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254941589 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653626452968 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22772] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 20833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653625399032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653624346120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22774] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22774/stat : 22774 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653623294608 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5295 0 0 0 57 0 0 0 20 0 19 0 254941592 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4964 0 0 0 44 2 0 0 20 0 19 0 254941592 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 29252 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 22779
/proc/meminfo: memFree=29450100/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=4.21 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 14081 0 1 0 413 8 0 0 20 0 19 0 254941586 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 40561 2281 9 0 2396937 0
[pid=22760/tid=22762] ppid=22758 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 20833 0 -1 4202560 2543 0 1 0 297 3 0 0 20 0 19 0 254941587 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653802758648 140653743188032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653741489192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653740436392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653739383592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 20833 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653738330792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653641808424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22768] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653640755624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22769] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653639702824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22770] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653638650024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22771] ppid=22758 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 20833 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 254941589 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653626452968 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22772] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653625399032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653624346120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22774] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22774/stat : 22774 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653623294608 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5299 0 0 0 59 0 0 0 20 0 19 0 254941592 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4966 0 0 0 45 2 0 0 20 0 19 0 254941592 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 40561 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 22779
/proc/meminfo: memFree=29361292/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=7.48 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 14135 0 1 0 738 10 0 0 20 0 19 0 254941586 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 49744 2281 9 0 2396937 0
[pid=22760/tid=22762] ppid=22758 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 20833 0 -1 4202560 2545 0 1 0 611 3 0 0 20 0 19 0 254941587 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653802758664 140653743238528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 20833 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653741489192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653740436392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 20833 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653739383592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 20833 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653738330792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653641808424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22768] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653640755624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22769] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653639702824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22770] ppid=22758 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 20833 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254941588 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653638650024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22771] ppid=22758 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 20833 0 -1 4202560 46 0 0 0 6 0 0 0 20 0 19 0 254941589 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653626452968 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22772] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653625399032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653624346120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22774] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22774/stat : 22774 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653623294608 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5299 0 0 0 61 0 0 0 20 0 19 0 254941592 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4966 0 0 0 46 2 0 0 20 0 19 0 254941592 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 49744 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5311 0 0 0 69 0 0 0 20 0 19 0 254941592 9855975424 512029 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4975 0 0 0 48 2 0 0 20 0 19 0 254941592 9855975424 512029 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512029 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 99 0 0 0 27 34 0 0 20 0 19 0 254941592 9855975424 512029 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 512029 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1737.21
Current children cumulated vsize (KiB) 9624976

[startup+1784.99 s]
/proc/loadavg: 4.16 2.77 2.27 4/213 22877
/proc/meminfo: memFree=27698668/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=1784.54 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 22796 0 1 0 178164 290 0 0 20 0 19 0 254941586 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 512000 2282 9 0 2396937 0
[pid=22760/tid=22762] ppid=22758 vsize=9624976 CPUtime=1734.03 cores=1,3,5,7
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 20833 0 -1 4202560 2901 0 1 0 173369 34 0 0 20 0 19 0 254941587 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653802758432 140653743175043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=9624976 CPUtime=3.45 cores=1,3,5,7
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 20833 0 -1 4202560 846 0 0 0 315 30 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653741489192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=9624976 CPUtime=3.8 cores=1,3,5,7
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 20833 0 -1 4202560 889 0 0 0 352 28 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653740436392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=9624976 CPUtime=3.46 cores=1,3,5,7
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 20833 0 -1 4202560 822 0 0 0 317 29 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653739383592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=9624976 CPUtime=3.68 cores=1,3,5,7
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 20833 0 -1 4202560 816 0 0 0 333 35 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653738330792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=9624976 CPUtime=3.73 cores=1,3,5,7
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 20833 0 -1 4202560 963 0 0 0 344 29 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653641808424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22768] ppid=22758 vsize=9624976 CPUtime=3.44 cores=1,3,5,7
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 20833 0 -1 4202560 627 0 0 0 316 28 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653640755624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22769] ppid=22758 vsize=9624976 CPUtime=3.64 cores=1,3,5,7
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 20833 0 -1 4202560 807 0 0 0 338 26 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653639702824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22770] ppid=22758 vsize=9624976 CPUtime=3.46 cores=1,3,5,7
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 20833 0 -1 4202560 667 0 0 0 321 25 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653638650024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22771] ppid=22758 vsize=9624976 CPUtime=15.38 cores=1,3,5,7
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 20833 0 -1 4202560 1885 0 0 0 1532 6 0 0 20 0 19 0 254941589 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653626452968 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22772] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653625399032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653624346120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22774] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22774/stat : 22774 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653623294608 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5311 0 0 0 69 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4975 0 0 0 48 2 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 102 0 0 0 28 35 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.85 s]
/proc/loadavg: 3.68 2.73 2.26 3/213 22877
/proc/meminfo: memFree=27692532/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=1800.39 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 22796 0 1 0 179749 290 0 0 20 0 19 0 254941586 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 512000 2282 9 0 2396937 0
[pid=22760/tid=22762] ppid=22758 vsize=9624976 CPUtime=1749.84 cores=1,3,5,7
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 20833 0 -1 4202560 2901 0 1 0 174950 34 0 0 20 0 19 0 254941587 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653802758432 140653743238332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=9624976 CPUtime=3.45 cores=1,3,5,7
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 20833 0 -1 4202560 846 0 0 0 315 30 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653741489192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=9624976 CPUtime=3.8 cores=1,3,5,7
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 20833 0 -1 4202560 889 0 0 0 352 28 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653740436392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=9624976 CPUtime=3.46 cores=1,3,5,7
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 20833 0 -1 4202560 822 0 0 0 317 29 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653739383592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=9624976 CPUtime=3.68 cores=1,3,5,7
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 20833 0 -1 4202560 816 0 0 0 333 35 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653738330792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=9624976 CPUtime=3.73 cores=1,3,5,7
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 20833 0 -1 4202560 963 0 0 0 344 29 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653641808424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22768] ppid=22758 vsize=9624976 CPUtime=3.44 cores=1,3,5,7
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 20833 0 -1 4202560 627 0 0 0 316 28 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653640755624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22769] ppid=22758 vsize=9624976 CPUtime=3.64 cores=1,3,5,7
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 20833 0 -1 4202560 807 0 0 0 338 26 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653639702824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22770] ppid=22758 vsize=9624976 CPUtime=3.46 cores=1,3,5,7
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 20833 0 -1 4202560 667 0 0 0 321 25 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653638650024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22771] ppid=22758 vsize=9624976 CPUtime=15.38 cores=1,3,5,7
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 20833 0 -1 4202560 1885 0 0 0 1532 6 0 0 20 0 19 0 254941589 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653626452968 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22772] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653625399032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653624346120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22774] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22774/stat : 22774 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653623294608 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5311 0 0 0 69 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4975 0 0 0 48 2 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 102 0 0 0 28 35 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1800.85 s]
/proc/loadavg: 3.68 2.73 2.26 3/213 22877
/proc/meminfo: memFree=27692532/32873844 swapFree=7100/7100
[pid=22760] ppid=22758 vsize=9624976 CPUtime=1800.39 cores=1,3,5,7
/proc/22760/stat : 22760 (java) S 22758 22760 20833 0 -1 4202496 22796 0 1 0 179749 290 0 0 20 0 19 0 254941586 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140737126373040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22760/statm: 2406244 512000 2282 9 0 2396937 0
[pid=22760/tid=22762] ppid=22758 vsize=9624976 CPUtime=1749.84 cores=1,3,5,7
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 20833 0 -1 4202560 2901 0 1 0 174950 34 0 0 20 0 19 0 254941587 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653802758432 140653743238332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=9624976 CPUtime=3.45 cores=1,3,5,7
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 20833 0 -1 4202560 846 0 0 0 315 30 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653741489192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=9624976 CPUtime=3.8 cores=1,3,5,7
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 20833 0 -1 4202560 889 0 0 0 352 28 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653740436392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=9624976 CPUtime=3.46 cores=1,3,5,7
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 20833 0 -1 4202560 822 0 0 0 317 29 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653739383592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=9624976 CPUtime=3.68 cores=1,3,5,7
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 20833 0 -1 4202560 816 0 0 0 333 35 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653738330792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=9624976 CPUtime=3.73 cores=1,3,5,7
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 20833 0 -1 4202560 963 0 0 0 344 29 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653641808424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22768] ppid=22758 vsize=9624976 CPUtime=3.44 cores=1,3,5,7
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 20833 0 -1 4202560 627 0 0 0 316 28 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653640755624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22769] ppid=22758 vsize=9624976 CPUtime=3.64 cores=1,3,5,7
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 20833 0 -1 4202560 807 0 0 0 338 26 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653639702824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22770] ppid=22758 vsize=9624976 CPUtime=3.46 cores=1,3,5,7
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 20833 0 -1 4202560 667 0 0 0 321 25 0 0 20 0 19 0 254941588 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653638650024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22760/tid=22771] ppid=22758 vsize=9624976 CPUtime=15.38 cores=1,3,5,7
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 20833 0 -1 4202560 1885 0 0 0 1532 6 0 0 20 0 19 0 254941589 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653626452968 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22760/tid=22772] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653625399032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254941590 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653624346120 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22774] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22774/stat : 22774 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653623294608 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22775] ppid=22758 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/22760/task/22775/stat : 22775 (java) S 22758 22760 20833 0 -1 4202560 5311 0 0 0 69 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653622241720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22760/tid=22776] ppid=22758 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22760/task/22776/stat : 22776 (java) S 22758 22760 20833 0 -1 4202560 4975 0 0 0 48 2 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653621188920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22777] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22777/stat : 22777 (java) S 22758 22760 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653620136312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22778] ppid=22758 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22760/task/22778/stat : 22778 (java) S 22758 22760 20833 0 -1 4202560 102 0 0 0 28 35 0 0 20 0 19 0 254941592 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653619083720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22760/tid=22779] ppid=22758 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22760/task/22779/stat : 22779 (java) S 22758 22760 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254941641 9855975424 512000 33554432000 1073741824 1073778376 140737126381904 140653618030248 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22760 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=788302
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=233508
# CPU time returned by wait4() is 1797.02
# while last known CPU time is 1800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.87
CPU time (s): 1800.39
CPU user time (s): 1797.49
CPU system time (s): 2.9
CPU usage (%): 99.918
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 3.23351
maximum resident set size= 2048196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22828
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37024
involuntary context switches= 36560

runsolver used 5.38118 second user time and 13.352 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 21:35:31
IDJOB=3688825
IDBENCH=48369
IDSOLVER=2269
FILE ID=node102/3688825-1337888131
RUNJOBID= node102-1337871881-20850
PBS_JOBID= 14620102
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_1_80.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688825-1337888131/watcher-3688825-1337888131 -o /tmp/evaluation-result-3688825-1337888131/solver-3688825-1337888131 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688825-1337888131.opb

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

MD5SUM BENCH= 4edc0ea4696bd6b7e21f8ec219e69079
RANDOM SEED=1139212100

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29565332 kB
Buffers:          207872 kB
Cached:          1951752 kB
SwapCached:            0 kB
Active:          1024000 kB
Inactive:        1522132 kB
Active(anon):     389092 kB
Inactive(anon):        0 kB
Active(file):     634908 kB
Inactive(file):  1522132 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        393764 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             623232 kB
SReclaimable:      65764 kB
SUnreclaim:       557468 kB
KernelStack:        1616 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     824412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node102 at 2012-05-24 22:05:34