Trace number 4117352

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1794.17

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM4388f70cc0fac0165a49b338c248bcae
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2110
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2110
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.33	c See www.sat4j.org for details.
0.05/0.33	c version PB16.v20160501
0.05/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.33	c java.vm.version	19.1-b02
0.05/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.33	c sun.arch.data.model	64
0.05/0.33	c java.version		1.6.0_24
0.05/0.33	c os.name		Linux
0.05/0.33	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.33	c os.arch		amd64
0.05/0.33	c Free memory 		501472288
0.05/0.33	c Max memory 		7480803328
0.05/0.33	c Total memory 		504102912
0.05/0.33	c Number of processors 	8
0.05/0.36	c Pseudo Boolean Optimization by upper bound
0.05/0.36	c --- Begin Solver configuration ---
0.05/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.36	c Learn all clauses as in MiniSAT
0.05/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.36	c No reason simplification
0.05/0.36	c Glucose 2.1 dynamic restart strategy
0.05/0.36	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.05/0.36	c timeout=2147483s
0.05/0.36	c DB Simplification allowed=false
0.05/0.36	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.36	c --- End Solver configuration ---
0.05/0.36	c solving HOME/instance-4117352-1467210312.opb
0.05/0.36	c reading problem ... 
0.05/0.37	c  objective function found
1.10/0.84	c ... done. Wall clock time 0.476s.
1.10/0.84	c declared #vars     9632
1.10/0.84	c #constraints  29620
1.10/0.84	c constraints type 
1.10/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11032
1.10/0.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 304
1.10/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16520
1.10/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1764
1.10/0.84	c 29620 constraints processed.
1.10/0.84	c objective function length is 26 literals
2.05/1.31	c cleaning 2499 clauses out of 5000 with flag 16252/5000
2.56/1.70	c cleaning 4252 clauses out of 8503 with flag 35131/11002
2.82/1.97	c cleaning 5616 clauses out of 11253 with flag 51738/18004
3.45/2.40	c cleaning 6800 clauses out of 13634 with flag 75070/26001
4.15/2.83	c cleaning 7909 clauses out of 15837 with flag 97800/35004
5.04/3.39	c cleaning 8948 clauses out of 17924 with flag 118817/45000
5.78/3.95	c cleaning 9966 clauses out of 19976 with flag 144417/56000
6.77/4.93	c cleaning 10986 clauses out of 22010 with flag 171673/68000
7.97/6.12	c cleaning 11989 clauses out of 24024 with flag 202010/81000
9.17/7.39	c cleaning 12999 clauses out of 26036 with flag 233476/95001
10.87/9.06	c cleaning 13998 clauses out of 28036 with flag 266490/110000
12.67/10.89	c cleaning 14994 clauses out of 30040 with flag 303802/126002
14.27/12.49	c cleaning 15997 clauses out of 32044 with flag 342263/143000
16.18/14.34	c cleaning 17004 clauses out of 34047 with flag 382279/161000
18.67/16.88	c cleaning 18002 clauses out of 36044 with flag 425151/180001
21.42/19.57	c cleaning 19010 clauses out of 38041 with flag 469962/200000
24.32/22.49	c cleaning 20007 clauses out of 40032 with flag 522814/221001
28.36/26.46	c cleaning 21001 clauses out of 42024 with flag 572466/243000
32.75/30.88	c cleaning 22001 clauses out of 44023 with flag 631979/266000
34.55/32.61	c cleaning 22969 clauses out of 46023 with flag 692301/290001
38.15/36.23	c cleaning 23983 clauses out of 48053 with flag 749213/315000
42.05/40.12	c cleaning 24992 clauses out of 50071 with flag 807852/341001
44.56/42.69	c cleaning 26017 clauses out of 52078 with flag 869028/368000
47.65/45.73	c cleaning 26996 clauses out of 54065 with flag 936585/396004
51.35/49.40	c cleaning 28004 clauses out of 56066 with flag 1001022/425001
56.60/54.63	c cleaning 29002 clauses out of 58061 with flag 1072887/455000
60.60/58.60	c cleaning 30003 clauses out of 60064 with flag 1148532/486005
63.80/61.86	c cleaning 30991 clauses out of 62057 with flag 1228725/518001
67.30/65.38	c cleaning 31998 clauses out of 64069 with flag 1306150/551004
72.70/70.73	c cleaning 33000 clauses out of 66070 with flag 1386424/585003
79.90/77.94	c cleaning 33990 clauses out of 68068 with flag 1469937/620001
87.35/85.34	c cleaning 35004 clauses out of 70079 with flag 1553721/656002
97.25/95.28	c cleaning 36004 clauses out of 72082 with flag 1640543/693009
107.25/105.24	c cleaning 36998 clauses out of 74069 with flag 1729497/731000
110.96/108.95	c cleaning 38010 clauses out of 76071 with flag 1830304/770000
114.04/112.06	c cleaning 39005 clauses out of 78061 with flag 1926339/810000
119.32/117.26	c cleaning 40029 clauses out of 80057 with flag 2022853/851001
127.63/125.56	c cleaning 40975 clauses out of 82027 with flag 2117550/893000
133.52/131.49	c cleaning 41985 clauses out of 84058 with flag 2228635/936006
144.92/142.83	c cleaning 42995 clauses out of 86067 with flag 2339663/980000
156.22/154.19	c cleaning 43997 clauses out of 88074 with flag 2453094/1025002
170.83/168.67	c cleaning 44995 clauses out of 90076 with flag 2570116/1071001
186.32/184.11	c cleaning 46005 clauses out of 92080 with flag 2693795/1118000
204.01/201.83	c cleaning 47002 clauses out of 94075 with flag 2819286/1166000
221.61/219.49	c cleaning 48002 clauses out of 96074 with flag 2950593/1215001
239.53/237.26	c cleaning 49006 clauses out of 98074 with flag 3090749/1265003
256.82/254.58	c cleaning 49999 clauses out of 100067 with flag 3229366/1316002
260.93/258.65	c cleaning 50970 clauses out of 102066 with flag 3357322/1368000
271.09/268.66	c cleaning 52019 clauses out of 104097 with flag 3475195/1421001
279.29/276.88	c cleaning 52984 clauses out of 106078 with flag 3620071/1475001
304.18/301.79	c cleaning 53990 clauses out of 108094 with flag 3756351/1530001
330.51/327.94	c cleaning 54997 clauses out of 110103 with flag 3918003/1586000
355.40/352.87	c cleaning 56002 clauses out of 112106 with flag 4063349/1643000
381.01/378.49	c cleaning 57001 clauses out of 114105 with flag 4206898/1701001
406.32/403.69	c cleaning 58001 clauses out of 116104 with flag 4351683/1760001
432.31/429.62	c cleaning 58998 clauses out of 118104 with flag 4500395/1820002
459.81/457.19	c cleaning 59998 clauses out of 120104 with flag 4651838/1881000
489.08/486.38	c cleaning 60999 clauses out of 122106 with flag 4805452/1943000
500.67/497.98	c cleaning 62028 clauses out of 124110 with flag 4948883/2006003
511.35/508.52	c cleaning 63013 clauses out of 126080 with flag 5090280/2070001
531.15/528.30	c cleaning 64010 clauses out of 128069 with flag 5236199/2135003
541.77/539.00	c cleaning 64993 clauses out of 130059 with flag 5393595/2201003
560.85/557.95	c cleaning 65996 clauses out of 132064 with flag 5544226/2268001
580.05/577.11	c cleaning 67002 clauses out of 134071 with flag 5692029/2336004
593.92/590.96	c cleaning 67989 clauses out of 136067 with flag 5853249/2405002
601.72/598.80	c cleaning 69009 clauses out of 138077 with flag 6027210/2475001
612.63/609.55	c cleaning 70010 clauses out of 140069 with flag 6203517/2546002
634.13/631.08	c cleaning 71003 clauses out of 142058 with flag 6377145/2618001
647.55/644.34	c cleaning 71982 clauses out of 144057 with flag 6554214/2691003
666.75/663.58	c cleaning 73015 clauses out of 146073 with flag 6734243/2765001
677.79/674.48	c cleaning 74002 clauses out of 148059 with flag 6906772/2840002
689.98/686.69	c cleaning 75009 clauses out of 150056 with flag 7083612/2916001
699.95/696.55	c cleaning 76001 clauses out of 152047 with flag 7266981/2993001
722.76/719.39	c cleaning 76995 clauses out of 154047 with flag 7440439/3071002
734.37/730.85	c cleaning 78004 clauses out of 156051 with flag 7617265/3150001
758.66/755.07	c cleaning 78999 clauses out of 158046 with flag 7835890/3230000
776.15/772.54	c cleaning 79989 clauses out of 160047 with flag 8049790/3311000
785.75/782.07	c cleaning 81006 clauses out of 162063 with flag 8254288/3393005
800.55/796.81	c cleaning 81998 clauses out of 164054 with flag 8474378/3476002
811.53/807.75	c cleaning 83001 clauses out of 166054 with flag 8671337/3560000
843.31/839.45	c cleaning 83990 clauses out of 168053 with flag 8852472/3645000
860.50/856.65	c cleaning 84987 clauses out of 170063 with flag 9056972/3731000
892.97/889.06	c cleaning 85995 clauses out of 172077 with flag 9268237/3818001
934.57/930.52	c cleaning 87004 clauses out of 174082 with flag 9526803/3906001
946.79/942.64	c cleaning 88006 clauses out of 176077 with flag 9731913/3995000
978.60/974.40	c cleaning 89017 clauses out of 178071 with flag 9928382/4085000
1022.23/1018.02	c cleaning 90007 clauses out of 180055 with flag 10131065/4176001
1065.74/1061.40	c cleaning 91007 clauses out of 182047 with flag 10345694/4268000
1079.72/1075.37	c cleaning 91967 clauses out of 184043 with flag 10573674/4361003
1099.81/1095.37	c cleaning 92999 clauses out of 186074 with flag 10780585/4455001
1123.20/1118.60	c cleaning 93980 clauses out of 188074 with flag 10996022/4550000
1139.10/1134.41	c cleaning 95004 clauses out of 190096 with flag 11241755/4646002
1156.30/1151.53	c cleaning 96008 clauses out of 192090 with flag 11488080/4743000
1213.72/1208.88	c cleaning 97000 clauses out of 194083 with flag 11715907/4841001
1254.55/1249.60	c cleaning 98017 clauses out of 196085 with flag 11937625/4940003
1282.62/1277.55	c cleaning 99008 clauses out of 198065 with flag 12157346/5040000
1314.85/1309.69	c cleaning 100002 clauses out of 200058 with flag 12367595/5141001
1355.64/1350.47	c cleaning 101009 clauses out of 202055 with flag 12574100/5243000
1403.28/1398.02	c cleaning 102002 clauses out of 204050 with flag 12781163/5346004
1448.73/1443.40	c cleaning 102985 clauses out of 206046 with flag 12994084/5450002
1469.41/1463.91	c cleaning 104026 clauses out of 208060 with flag 13257824/5555001
1525.57/1520.04	c cleaning 104988 clauses out of 210033 with flag 13493988/5661000
1604.45/1598.86	c cleaning 105982 clauses out of 212045 with flag 13727166/5768000
1676.21/1670.40	c cleaning 107003 clauses out of 214063 with flag 13966377/5876000
1718.90/1713.03	c cleaning 108006 clauses out of 216060 with flag 14201640/5985000
1795.38/1789.45	c cleaning 109009 clauses out of 218056 with flag 14442934/6095002
1800.09/1794.14	c starts		: 2999
1800.09/1794.14	c conflicts		: 6114390
1800.09/1794.14	c decisions		: 13846264
1800.09/1794.14	c propagations		: 373240084
1800.09/1794.14	c inspects		: 37768068988
1800.09/1794.14	c shortcuts		: 0
1800.09/1794.14	c learnt literals	: 0
1800.09/1794.14	c learnt binary clauses	: 1205
1800.09/1794.14	c learnt ternary clauses	: 848
1800.09/1794.14	c learnt constraints	: 6114391
1800.09/1794.14	c ignored constraints	: 0
1800.09/1794.14	c root simplifications	: 0
1800.09/1794.14	c removed literals (reason simplification)	: 0
1800.09/1794.14	c reason swapping (by a shorter reason)	: 0
1800.09/1794.14	c Calls to reduceDB	: 106
1800.09/1794.14	c Number of update (reduction) of LBD	: 590848
1800.09/1794.14	c Imported unit clauses	: 0
1800.09/1794.14	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.14	c number of learned constraints concerned by reduction	: 0
1800.09/1794.14	c number of learning phase by resolution	: 0
1800.09/1794.14	c number of learning phase by cutting planes	: 0
1800.09/1794.14	c speed (assignments/second)	: 208131.93433730034
1800.09/1794.14	c non guided choices	3424988
1800.09/1794.14	c timeout
1800.09/1794.17	c learnt constraints type 
1800.09/1794.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1205
1800.09/1794.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127231
1800.09/1794.17	s UNKNOWN
1800.09/1794.17	c Total wall clock time (in seconds): 1793.803

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4117352-1467210312/watcher-4117352-1467210312 -o /tmp/evaluation-result-4117352-1467210312/solver-4117352-1467210312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1881 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117352-1467210312.opb 

pid=1903
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: 0.04 0.09 0.07 3/171 1907
/proc/meminfo: memFree=29764596/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/1907/stat : 1907 (java) D 1903 1907 1865 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 60419 278528 33 33554432000 1073741824 1073778376 140736141767904 140736141765080 271778409767 0 0 4096 0 18446744071580397875 0 0 17 2 0 0 0 0 0
/proc/1907/statm: 68 33 25 9 0 25 0

[startup+0.10017 s]
/proc/loadavg: 0.04 0.09 0.07 3/171 1907
/proc/meminfo: memFree=29764596/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1907/stat : 1907 (java) D 1903 1907 1865 0 -1 4202496 1150 0 15 0 0 0 0 0 20 0 1 0 60419 23793664 814 33554432000 1073741824 1073778376 140734529895296 140734529885288 140687043307216 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200221 s]
/proc/loadavg: 0.04 0.09 0.07 3/171 1907
/proc/meminfo: memFree=29764596/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 3053 0 23 0 1 1 0 0 20 0 13 0 60419 9446973440 3694 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2306390 3694 1680 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300222 s]
/proc/loadavg: 0.04 0.09 0.07 3/171 1907
/proc/meminfo: memFree=29764596/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 3285 0 23 0 4 1 0 0 20 0 18 0 60419 9787879424 4437 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2389619 4437 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 0.04 0.09 0.07 3/171 1907
/proc/meminfo: memFree=29764596/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9558476 CPUtime=0.93 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 10190 0 25 0 89 4 0 0 20 0 18 0 60419 9787879424 21563 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2389619 21563 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 0.52 0.19 0.10 3/212 1948
/proc/meminfo: memFree=29477300/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 12378 0 25 0 228 6 0 0 20 0 19 0 60419 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2406260 36991 2273 9 0 2396937 0
[pid=1907/tid=1914] ppid=1903 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/1907/task/1914/stat : 1914 (java) R 1903 1907 1865 0 -1 4202560 2439 0 6 0 118 4 0 0 20 0 19 0 60429 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140687038988872 140686905734917 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=1907/tid=1915] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1915/stat : 1915 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140687028050600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1917] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1917/stat : 1917 (java) S 1903 1907 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140687026998056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1920] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1920/stat : 1920 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140687025945512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1922] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1922/stat : 1922 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140687024892968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1923] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1923/stat : 1923 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140687023839400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1925] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1925/stat : 1925 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686877473064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1927] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1927/stat : 1927 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686876420520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1929] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1929/stat : 1929 (java) S 1903 1907 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686875367976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1931] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (java) S 1903 1907 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 60437 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686863170152 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1933] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1933/stat : 1933 (java) S 1903 1907 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686862116472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1935] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1935/stat : 1935 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686861063816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1937] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1937/stat : 1937 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686860012560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1939] ppid=1903 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/1907/task/1939/stat : 1939 (java) S 1903 1907 1865 0 -1 4202560 5564 0 1 0 56 1 0 0 20 0 19 0 60446 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686858958904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1941] ppid=1903 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/1907/task/1941/stat : 1941 (java) S 1903 1907 1865 0 -1 4202560 3118 0 1 0 50 0 0 0 20 0 19 0 60446 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686857906360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1942] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1942/stat : 1942 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686856854008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1944] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1944/stat : 1944 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686855801672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1948] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 36991 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 0.52 0.19 0.10 4/212 1948
/proc/meminfo: memFree=29446828/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9625040 CPUtime=4.77 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 18077 0 25 0 470 7 0 0 20 0 19 0 60419 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2406260 45067 2273 9 0 2396937 0
[pid=1907/tid=1914] ppid=1903 vsize=9625040 CPUtime=2.8 cores=0,2,4,6
/proc/1907/task/1914/stat : 1914 (java) R 1903 1907 1865 0 -1 4202560 2451 0 6 0 276 4 0 0 20 0 19 0 60429 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140687038988536 140686905799783 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=1907/tid=1915] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1915/stat : 1915 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140687028050600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1917] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1917/stat : 1917 (java) S 1903 1907 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140687026998056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1920] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1920/stat : 1920 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140687025945512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1922] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1922/stat : 1922 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140687024892968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1923] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1923/stat : 1923 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140687023839400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1925] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1925/stat : 1925 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686877473064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1927] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1927/stat : 1927 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686876420520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1929] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1929/stat : 1929 (java) S 1903 1907 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686875367976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1931] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (java) S 1903 1907 1865 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 60437 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686863170152 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1933] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1933/stat : 1933 (java) S 1903 1907 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686862116472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1935] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1935/stat : 1935 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686861063816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1937] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1937/stat : 1937 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686860012560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1939] ppid=1903 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/1907/task/1939/stat : 1939 (java) R 1903 1907 1865 0 -1 4202560 10752 0 1 0 126 2 0 0 20 0 19 0 60446 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686858947856 140687043106220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1941] ppid=1903 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1907/task/1941/stat : 1941 (java) S 1903 1907 1865 0 -1 4202560 3616 0 1 0 63 0 0 0 20 0 19 0 60446 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686857906360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1942] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1942/stat : 1942 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686856854008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1944] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1944/stat : 1944 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686855801672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1948] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 45067 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 0.52 0.19 0.10 3/212 1948
/proc/meminfo: memFree=29383760/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9625040 CPUtime=8.17 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 18483 0 25 0 808 9 0 0 20 0 19 0 60419 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2406260 46810 2286 9 0 2396937 0
[pid=1907/tid=1914] ppid=1903 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/1907/task/1914/stat : 1914 (java) R 1903 1907 1865 0 -1 4202560 2457 0 6 0 594 4 0 0 20 0 19 0 60429 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140687038986688 140686906080288 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0
[pid=1907/tid=1915] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1915/stat : 1915 (java) S 1903 1907 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140687028050600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1917] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1917/stat : 1917 (java) S 1903 1907 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140687026998056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1920] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1920/stat : 1920 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140687025945512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1922] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1922/stat : 1922 (java) S 1903 1907 1865 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140687024892968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1923] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1923/stat : 1923 (java) S 1903 1907 1865 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140687023839400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1925] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1925/stat : 1925 (java) S 1903 1907 1865 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686877473064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1927] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1927/stat : 1927 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686876420520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1929] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1929/stat : 1929 (java) S 1903 1907 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 60434 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686875367976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1931] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (java) S 1903 1907 1865 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 60437 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686863170152 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1933] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1933/stat : 1933 (java) S 1903 1907 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686862116472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1935] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1935/stat : 1935 (java) S 1903 1907 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686861063816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1937] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1937/stat : 1937 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686860012560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1939] ppid=1903 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/1907/task/1939/stat : 1939 (java) S 1903 1907 1865 0 -1 4202560 11014 0 1 0 140 2 0 0 20 0 19 0 60446 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686858958904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1941] ppid=1903 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/1907/task/1941/stat : 1941 (java) S 1903 1907 1865 0 -1 4202560 3717 0 1 0 66 0 0 0 20 0 19 0 60446 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686857906360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1942] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1942/stat : 1942 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686856854008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1944] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1944/stat : 1944 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686855801672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1948] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 46810 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9625040


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

/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 101249 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1728.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.07 1.79 3/212 1986
/proc/meminfo: memFree=28891124/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9625040 CPUtime=1788.28 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 21025 0 25 0 178758 70 0 0 20 0 19 0 60419 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2406260 100752 2295 9 0 2396937 0
[pid=1907/tid=1914] ppid=1903 vsize=9625040 CPUtime=1775.33 cores=0,2,4,6
/proc/1907/task/1914/stat : 1914 (java) R 1903 1907 1865 0 -1 4202560 2505 0 6 0 177501 32 0 0 20 0 19 0 60429 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687038987424 140686905790269 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0
[pid=1907/tid=1915] ppid=1903 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/1907/task/1915/stat : 1915 (java) S 1903 1907 1865 0 -1 4202560 443 0 0 0 63 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687028050600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1917] ppid=1903 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1907/task/1917/stat : 1917 (java) S 1903 1907 1865 0 -1 4202560 340 0 0 0 64 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687026998056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1920] ppid=1903 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/1907/task/1920/stat : 1920 (java) S 1903 1907 1865 0 -1 4202560 280 0 0 0 65 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687025945512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1922] ppid=1903 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/1907/task/1922/stat : 1922 (java) S 1903 1907 1865 0 -1 4202560 296 0 0 0 59 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687024892968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1923] ppid=1903 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/1907/task/1923/stat : 1923 (java) S 1903 1907 1865 0 -1 4202560 261 0 0 0 68 6 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687023839400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1925] ppid=1903 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/1907/task/1925/stat : 1925 (java) S 1903 1907 1865 0 -1 4202560 235 0 0 0 64 4 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686877473064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1927] ppid=1903 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1907/task/1927/stat : 1927 (java) S 1903 1907 1865 0 -1 4202560 167 0 0 0 66 6 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686876420520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1929] ppid=1903 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1907/task/1929/stat : 1929 (java) S 1903 1907 1865 0 -1 4202560 260 0 0 0 64 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686875367976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1931] ppid=1903 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (java) S 1903 1907 1865 0 -1 4202560 154 0 0 0 33 2 0 0 20 0 19 0 60437 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686863170152 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1933] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1933/stat : 1933 (java) S 1903 1907 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686862116472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1935] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1935/stat : 1935 (java) S 1903 1907 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686861063816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1937] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1937/stat : 1937 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686860012560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1939] ppid=1903 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/1907/task/1939/stat : 1939 (java) S 1903 1907 1865 0 -1 4202560 11022 0 1 0 147 2 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686858958904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1941] ppid=1903 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/1907/task/1941/stat : 1941 (java) S 1903 1907 1865 0 -1 4202560 3717 0 1 0 66 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686857906360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1942] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1942/stat : 1942 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686856854008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1944] ppid=1903 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/1907/task/1944/stat : 1944 (java) S 1903 1907 1865 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686855801672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1948] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.02 2.06 1.79 3/212 1986
/proc/meminfo: memFree=28891128/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 21025 0 25 0 179939 70 0 0 20 0 19 0 60419 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2406260 100752 2295 9 0 2396937 0
[pid=1907/tid=1914] ppid=1903 vsize=9625040 CPUtime=1787.1 cores=0,2,4,6
/proc/1907/task/1914/stat : 1914 (java) R 1903 1907 1865 0 -1 4202560 2505 0 6 0 178677 33 0 0 20 0 19 0 60429 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687038979776 140686905855520 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0
[pid=1907/tid=1915] ppid=1903 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/1907/task/1915/stat : 1915 (java) S 1903 1907 1865 0 -1 4202560 443 0 0 0 63 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687028050600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1917] ppid=1903 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1907/task/1917/stat : 1917 (java) S 1903 1907 1865 0 -1 4202560 340 0 0 0 64 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687026998056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1920] ppid=1903 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/1907/task/1920/stat : 1920 (java) S 1903 1907 1865 0 -1 4202560 280 0 0 0 65 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687025945512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1922] ppid=1903 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/1907/task/1922/stat : 1922 (java) S 1903 1907 1865 0 -1 4202560 296 0 0 0 59 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687024892968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1923] ppid=1903 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/1907/task/1923/stat : 1923 (java) S 1903 1907 1865 0 -1 4202560 261 0 0 0 68 6 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687023839400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1925] ppid=1903 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/1907/task/1925/stat : 1925 (java) S 1903 1907 1865 0 -1 4202560 235 0 0 0 64 4 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686877473064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1927] ppid=1903 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1907/task/1927/stat : 1927 (java) S 1903 1907 1865 0 -1 4202560 167 0 0 0 66 6 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686876420520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1929] ppid=1903 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1907/task/1929/stat : 1929 (java) S 1903 1907 1865 0 -1 4202560 260 0 0 0 64 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686875367976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1931] ppid=1903 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (java) S 1903 1907 1865 0 -1 4202560 154 0 0 0 33 2 0 0 20 0 19 0 60437 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686863170152 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1933] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1933/stat : 1933 (java) S 1903 1907 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686862116472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1935] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1935/stat : 1935 (java) S 1903 1907 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686861063816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1937] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1937/stat : 1937 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686860012560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1939] ppid=1903 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/1907/task/1939/stat : 1939 (java) S 1903 1907 1865 0 -1 4202560 11022 0 1 0 147 2 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686858958904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1941] ppid=1903 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/1907/task/1941/stat : 1941 (java) S 1903 1907 1865 0 -1 4202560 3717 0 1 0 66 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686857906360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1942] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1942/stat : 1942 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686856854008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1944] ppid=1903 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/1907/task/1944/stat : 1944 (java) S 1903 1907 1865 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686855801672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1948] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1907 sig 9
??? kill -1907 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 2.02 2.06 1.79 3/212 1986
/proc/meminfo: memFree=28891128/32872528 swapFree=1099624/1181384
[pid=1907] ppid=1903 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/1907/stat : 1907 (java) S 1903 1907 1865 0 -1 4202496 21025 0 25 0 179939 70 0 0 20 0 19 0 60419 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140734529886432 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/1907/statm: 2406260 100752 2295 9 0 2396937 0
[pid=1907/tid=1914] ppid=1903 vsize=9625040 CPUtime=1787.1 cores=0,2,4,6
/proc/1907/task/1914/stat : 1914 (java) R 1903 1907 1865 0 -1 4202560 2505 0 6 0 178677 33 0 0 20 0 19 0 60429 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687038979776 140686905855520 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0
[pid=1907/tid=1915] ppid=1903 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/1907/task/1915/stat : 1915 (java) S 1903 1907 1865 0 -1 4202560 443 0 0 0 63 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687028050600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1917] ppid=1903 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1907/task/1917/stat : 1917 (java) S 1903 1907 1865 0 -1 4202560 340 0 0 0 64 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687026998056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1920] ppid=1903 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/1907/task/1920/stat : 1920 (java) S 1903 1907 1865 0 -1 4202560 280 0 0 0 65 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687025945512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1922] ppid=1903 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/1907/task/1922/stat : 1922 (java) S 1903 1907 1865 0 -1 4202560 296 0 0 0 59 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687024892968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1923] ppid=1903 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/1907/task/1923/stat : 1923 (java) S 1903 1907 1865 0 -1 4202560 261 0 0 0 68 6 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140687023839400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1925] ppid=1903 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/1907/task/1925/stat : 1925 (java) S 1903 1907 1865 0 -1 4202560 235 0 0 0 64 4 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686877473064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907/tid=1927] ppid=1903 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1907/task/1927/stat : 1927 (java) S 1903 1907 1865 0 -1 4202560 167 0 0 0 66 6 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686876420520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1929] ppid=1903 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1907/task/1929/stat : 1929 (java) S 1903 1907 1865 0 -1 4202560 260 0 0 0 64 5 0 0 20 0 19 0 60434 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686875367976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1931] ppid=1903 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (java) S 1903 1907 1865 0 -1 4202560 154 0 0 0 33 2 0 0 20 0 19 0 60437 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686863170152 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1933] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1933/stat : 1933 (java) S 1903 1907 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686862116472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1935] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1935/stat : 1935 (java) S 1903 1907 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 60438 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686861063816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1937] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1937/stat : 1937 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686860012560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1939] ppid=1903 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/1907/task/1939/stat : 1939 (java) S 1903 1907 1865 0 -1 4202560 11022 0 1 0 147 2 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686858958904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1907/tid=1941] ppid=1903 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/1907/task/1941/stat : 1941 (java) S 1903 1907 1865 0 -1 4202560 3717 0 1 0 66 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686857906360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1942] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1942/stat : 1942 (java) S 1903 1907 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686856854008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1907/tid=1944] ppid=1903 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/1907/task/1944/stat : 1944 (java) S 1903 1907 1865 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 60446 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686855801672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1907/tid=1948] ppid=1903 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1948/stat : 1948 (java) S 1903 1907 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 60504 9856040960 100752 33554432000 1073741824 1073778376 140734529895296 140686854747432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.17
CPU time (s): 1800.09
CPU user time (s): 1799.39
CPU system time (s): 0.7
CPU usage (%): 100.33
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.89
system time used= 1.16282
maximum resident set size= 562140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21062
page faults= 25
swaps= 0
block input operations= 9320
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39704
involuntary context switches= 19085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1215 second user time and 13.4859 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 16:25:12
IDJOB=4117352
IDBENCH=111565
IDSOLVER=2546
FILE ID=node115/4117352-1467210312
RUNJOBID= node115-1467210312-1881
PBS_JOBID= 19997598
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/EmployeeScheduling/normalized-aug4.5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117352-1467210312/watcher-4117352-1467210312 -o /tmp/evaluation-result-4117352-1467210312/solver-4117352-1467210312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1881 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117352-1467210312.opb

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

MD5SUM BENCH= 4388f70cc0fac0165a49b338c248bcae
RANDOM SEED=853803264

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		: 2667.087
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.17
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.087
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	: 5332.56
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.087
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	: 5332.54
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.087
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	: 5332.55
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.087
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	: 5332.55
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.087
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	: 5332.55
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.087
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	: 5332.55
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.087
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29765720 kB
Buffers:           63312 kB
Cached:          1141580 kB
SwapCached:            0 kB
Active:            94716 kB
Inactive:        1125008 kB
Active(anon):      17612 kB
Inactive(anon):        0 kB
Active(file):      77104 kB
Inactive(file):  1125008 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3896 kB
Writeback:             0 kB
AnonPages:       1196180 kB
Mapped:            13216 kB
Shmem:               204 kB
Slab:             573080 kB
SReclaimable:      17732 kB
SUnreclaim:       555348 kB
KernelStack:        1336 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1283108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node115 at 2016-06-29 16:55:06