Trace number 4246777

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
R1: AbsCon-basic 2017-06-11SAT (TO)124 2400.08 2393.81

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.28/0.28	
0.28/0.28	AbsCon 2 
0.28/0.28	
1.68/0.73	  Solving XCSP3-instance-4246777-1500711603 as a COP in -infty..+infty
1.68/0.73	  Loading variables...
1.68/0.78	  Loading constraints...
5.90/1.74	  Solver SolverBacktrack being built...
5.90/1.74	
5.90/1.79	  Preprocessing : gac=false, ccks=501, filters=24, revisions=1 (useless=0), AC=644, removals=644, inconsistent=false
5.90/1.79	
55.95/50.94	o 136
95.30/89.84	o 135
234.56/229.09	o 134
626.20/620.45	o 128
1278.87/1272.99	o 127
1601.15/1595.15	o 126
2014.54/2008.48	o 124
2400.05/2393.80	
2400.05/2393.80	v <instantiation id='sol7' type='solution' cost='124'>  <list> x[] </list>  <values> 0 1 4 6 17 25 32 61 75 84 102 114 124 </values>  </instantiation>
2400.05/2393.80	s SATISFIABLE

Verifier Data

OK	124

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-4246777-1500711603/watcher-4246777-1500711603 -o /tmp/evaluation-result-4246777-1500711603/solver-4246777-1500711603 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500696962-13208 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4246777-1500711603.xml 

pid=17502
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 2.04 3/263 17505
/proc/meminfo: memFree=31473952/32770624 swapFree=5880/149604
[pid=17505] ppid=17502 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 2069 0 0 0 0 0 0 0 20 0 2 0 6429943 8550137856 2310 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2087436 2310 1198 1 0 2076347 0
[pid=17505/tid=17506] ppid=17502 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) R 17502 17505 15667 0 -1 4202560 913 0 0 0 0 0 0 0 20 0 2 0 6429944 8550137856 2442 33554432000 4194304 4196468 140733721057952 140398601148832 140398590090865 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0

[startup+0.100097 s]
/proc/loadavg: 1.92 2.00 2.04 3/263 17505
/proc/meminfo: memFree=31473952/32770624 swapFree=5880/149604
[pid=17505] ppid=17502 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 4872 0 0 0 9 1 0 0 20 0 20 0 6429943 11162193920 5972 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2725145 5972 2620 1 0 2713552 0
[pid=17505/tid=17506] ppid=17502 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) R 17502 17505 15667 0 -1 4202560 2962 0 0 0 8 0 0 0 20 0 20 0 6429944 11162193920 5972 33554432000 4194304 4196468 140733721057952 140398601149024 140398596928669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.20038 s]
/proc/loadavg: 1.92 2.00 2.04 3/263 17505
/proc/meminfo: memFree=31473952/32770624 swapFree=5880/149604
[pid=17505] ppid=17502 vsize=10903200 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 6582 0 0 0 26 2 0 0 20 0 20 0 6429943 11164876800 8631 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2725800 8631 2879 1 0 2714207 0
[pid=17505/tid=17506] ppid=17502 vsize=10903200 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) R 17502 17505 15667 0 -1 4202560 3802 0 0 0 17 0 0 0 20 0 20 0 6429944 11164876800 8697 33554432000 4194304 4196468 140733721057952 140398601120560 140398589586461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10903200

[startup+0.300364 s]
/proc/loadavg: 1.92 2.00 2.04 3/263 17505
/proc/meminfo: memFree=31473952/32770624 swapFree=5880/149604
[pid=17505] ppid=17502 vsize=10969228 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 8443 0 0 0 46 3 0 0 20 0 21 0 6429943 11232489472 13317 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2742307 13317 3014 1 0 2730193 0
[pid=17505/tid=17506] ppid=17502 vsize=10969228 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11232489472 13317 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.700217 s]
/proc/loadavg: 1.92 2.00 2.04 3/263 17505
/proc/meminfo: memFree=31473952/32770624 swapFree=5880/149604
[pid=17505] ppid=17502 vsize=10971352 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 13236 0 0 0 163 5 0 0 20 0 21 0 6429943 11234664448 24529 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2742838 24529 3109 1 0 2730705 0
[pid=17505/tid=17506] ppid=17502 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11234664448 24529 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 10971352

[startup+1.50083 s]
/proc/loadavg: 1.92 2.00 2.04 10/284 17526
/proc/meminfo: memFree=31240156/32770624 swapFree=5880/149988
[pid=17505] ppid=17502 vsize=10971352 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 17334 0 0 0 428 68 0 0 20 0 21 0 6429943 11234664448 76133 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2742838 76133 3155 1 0 2730705 0
[pid=17505/tid=17506] ppid=17502 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11234664448 76133 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17507] ppid=17502 vsize=10971352 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17507/stat : 17507 (java) R 17502 17505 15667 0 -1 4202560 85 0 0 0 3 8 0 0 20 0 21 0 6429945 11234664448 76133 33554432000 4194304 4196468 140733721057952 140398522981592 140398581934617 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17509] ppid=17502 vsize=10971352 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17509/stat : 17509 (java) R 17502 17505 15667 0 -1 4202560 93 0 0 0 5 6 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398202711384 140398581934617 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17510] ppid=17502 vsize=10971352 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17510/stat : 17510 (java) R 17502 17505 15667 0 -1 4202560 83 0 0 0 3 8 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398201658328 140398581934617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17511] ppid=17502 vsize=10971352 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17511/stat : 17511 (java) R 17502 17505 15667 0 -1 4202560 94 0 0 0 3 8 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398200605784 140398581934617 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17512] ppid=17502 vsize=10971352 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17512/stat : 17512 (java) R 17502 17505 15667 0 -1 4202560 82 0 0 0 2 5 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398199552416 140398581934617 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17513] ppid=17502 vsize=10971352 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17513/stat : 17513 (java) R 17502 17505 15667 0 -1 4202560 91 0 0 0 3 8 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398198500184 140398581934617 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17514] ppid=17502 vsize=10971352 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17514/stat : 17514 (java) R 17502 17505 15667 0 -1 4202560 97 0 0 0 3 7 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398197447128 140398581934617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17515] ppid=17502 vsize=10971352 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17515/stat : 17515 (java) R 17502 17505 15667 0 -1 4202560 82 0 0 0 3 8 0 0 20 0 21 0 6429945 11234664448 76645 33554432000 4194304 4196468 140733721057952 140398196394584 140398581934617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17516] ppid=17502 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 6429947 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397938320672 140398596916949 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17517] ppid=17502 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6429948 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397937268448 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17518] ppid=17502 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 6429948 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397936215280 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17519] ppid=17502 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429952 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397935163856 140398596925339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17520] ppid=17502 vsize=10971352 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 15667 0 -1 1077944384 2256 0 0 0 71 0 0 0 20 0 21 0 6429952 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397934110960 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17521] ppid=17502 vsize=10971352 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 15667 0 -1 1077944384 2001 0 0 0 65 0 0 0 20 0 21 0 6429952 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397933058416 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17522] ppid=17502 vsize=10971352 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 15667 0 -1 1077944384 1204 0 0 0 66 0 0 0 20 0 21 0 6429952 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397932005360 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17523] ppid=17502 vsize=10971352 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 15667 0 -1 1077944384 2521 0 0 0 60 1 0 0 20 0 21 0 6429952 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397930952816 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17524] ppid=17502 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17524/stat : 17524 (java) S 17502 17505 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6429953 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397929901024 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17525] ppid=17502 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17525/stat : 17525 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429953 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397928848560 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17526] ppid=17502 vsize=10971352 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17526/stat : 17526 (java) S 17502 17505 15667 0 -1 1077944384 2010 0 0 0 105 2 0 0 20 0 21 0 6429972 11234664448 76645 33554432000 4194304 4196468 140733721057952 140397925651616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 10971352

[startup+3.10096 s]
/proc/loadavg: 1.92 2.00 2.04 3/284 17526
/proc/meminfo: memFree=31105492/32770624 swapFree=5880/149988
[pid=17505] ppid=17502 vsize=10973400 CPUtime=7.86 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 18094 0 0 0 674 112 0 0 20 0 21 0 6429943 11236761600 95074 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2743350 95074 3158 1 0 2731217 0
[pid=17505/tid=17506] ppid=17502 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17507] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 15667 0 -1 1077944384 121 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398522981392 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17509] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 15667 0 -1 1077944384 129 0 0 0 9 11 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398202711184 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17510] ppid=17502 vsize=10973400 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 13 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398201658128 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17511] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 15667 0 -1 1077944384 130 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398200605584 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17512] ppid=17502 vsize=10973400 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 10 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398199552528 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17513] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 15667 0 -1 1077944384 127 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398198499984 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17514] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 15667 0 -1 1077944384 132 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398197446928 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17515] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 15667 0 -1 1077944384 118 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95074 33554432000 4194304 4196468 140733721057952 140398196394384 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17516] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 6429947 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397938322160 140398596917890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17517] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397937268448 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17518] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397936215280 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17519] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429952 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397935163856 140398596925339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17520] ppid=17502 vsize=10973400 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 15667 0 -1 1077944384 2303 0 0 0 97 0 0 0 20 0 21 0 6429952 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397934110960 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17521] ppid=17502 vsize=10973400 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 15667 0 -1 1077944384 2069 0 0 0 84 0 0 0 20 0 21 0 6429952 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397933058416 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17522] ppid=17502 vsize=10973400 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 15667 0 -1 1077944384 1230 0 0 0 81 0 0 0 20 0 21 0 6429952 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397932005360 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17523] ppid=17502 vsize=10973400 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 15667 0 -1 1077944384 2629 0 0 0 68 1 0 0 20 0 21 0 6429952 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397930952816 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17524] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17524/stat : 17524 (java) S 17502 17505 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6429953 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397929901024 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17525] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17525/stat : 17525 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429953 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397928848560 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17526] ppid=17502 vsize=10973400 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17526/stat : 17526 (java) R 17502 17505 15667 0 -1 4202560 2232 0 0 0 256 2 0 0 20 0 21 0 6429972 11236761600 95074 33554432000 4194304 4196468 140733721057952 140397925657416 140398209386512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 10973400

[startup+6.30094 s]
/proc/loadavg: 2.01 2.01 2.05 3/284 17526
/proc/meminfo: memFree=31104416/32770624 swapFree=5880/150004
[pid=17505] ppid=17502 vsize=10973400 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 21178 0 0 0 1002 112 0 0 20 0 21 0 6429943 11236761600 95207 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2743350 95207 3160 1 0 2731217 0
[pid=17505/tid=17506] ppid=17502 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17507] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 15667 0 -1 1077944384 121 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398522981392 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17509] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 15667 0 -1 1077944384 129 0 0 0 9 11 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398202711184 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17510] ppid=17502 vsize=10973400 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 13 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398201658128 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17511] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 15667 0 -1 1077944384 130 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398200605584 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17512] ppid=17502 vsize=10973400 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 10 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398199552528 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17513] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 15667 0 -1 1077944384 127 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398198499984 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17514] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 15667 0 -1 1077944384 132 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398197446928 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17515] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 15667 0 -1 1077944384 118 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 95207 33554432000 4194304 4196468 140733721057952 140398196394384 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17516] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 15667 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 21 0 6429947 11236761600 95207 33554432000 4194304 4196468 140733721057952 140397938322160 140398596917890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17517] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=17505/tid=17525] ppid=17502 vsize=10973400 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17525/stat : 17525 (java) S 17502 17505 15667 0 -1 1077944384 1717 0 0 0 53 49 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397928848560 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17526] ppid=17502 vsize=10973400 CPUtime=2261.11 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17526/stat : 17526 (java) R 17502 17505 15667 0 -1 4202560 27433 0 0 0 226107 4 0 0 20 0 21 0 6429972 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397925654088 140398209387656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 2268.53
Current children cumulated vsize (KiB) 10973400

[startup+2322.3 s]
/proc/loadavg: 2.14 2.06 2.05 3/283 17868
/proc/meminfo: memFree=31243876/32770624 swapFree=5880/152516
[pid=17505] ppid=17502 vsize=10973400 CPUtime=2328.54 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 72971 0 0 0 232697 157 0 0 20 0 21 0 6429943 11236761600 103132 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2743350 103132 3177 1 0 2731217 0
[pid=17505/tid=17506] ppid=17502 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17507] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 15667 0 -1 1077944384 121 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398522981392 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17509] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 15667 0 -1 1077944384 129 0 0 0 9 11 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398202711184 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17510] ppid=17502 vsize=10973400 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398201658128 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17511] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 15667 0 -1 1077944384 130 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398200605584 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17512] ppid=17502 vsize=10973400 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 10 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398199552528 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17513] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 15667 0 -1 1077944384 127 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398198499984 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17514] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 15667 0 -1 1077944384 132 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398197446928 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17515] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 15667 0 -1 1077944384 118 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398196394384 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17516] ppid=17502 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 15667 0 -1 1077944384 1499 0 0 0 2 2 0 0 20 0 21 0 6429947 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397938322160 140398596917890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17517] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397937268448 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17518] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397936215280 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17519] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397935163856 140398596925339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17520] ppid=17502 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 15667 0 -1 1077944384 8166 0 0 0 122 1 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397934110960 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17521] ppid=17502 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 15667 0 -1 1077944384 8183 0 0 0 121 2 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397933058416 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17522] ppid=17502 vsize=10973400 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 15667 0 -1 1077944384 6626 0 0 0 104 1 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397932005360 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17523] ppid=17502 vsize=10973400 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 15667 0 -1 1077944384 11693 0 0 0 87 2 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397930952816 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17524] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17524/stat : 17524 (java) S 17502 17505 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397929901024 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17525] ppid=17502 vsize=10973400 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17525/stat : 17525 (java) S 17502 17505 15667 0 -1 1077944384 1723 0 0 0 54 50 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397928848560 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17526] ppid=17502 vsize=10973400 CPUtime=2321.09 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17526/stat : 17526 (java) R 17502 17505 15667 0 -1 4202560 27534 0 0 0 232105 4 0 0 20 0 21 0 6429972 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397925654088 140398209296768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 2328.54
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/283 17869
/proc/meminfo: memFree=31232788/32770624 swapFree=5880/152580
[pid=17505] ppid=17502 vsize=10973400 CPUtime=2388.55 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 73623 0 0 0 238697 158 0 0 20 0 21 0 6429943 11236761600 103132 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2743350 103132 3177 1 0 2731217 0
[pid=17505/tid=17506] ppid=17502 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17507] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 15667 0 -1 1077944384 121 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398522981392 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17509] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 15667 0 -1 1077944384 129 0 0 0 9 11 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398202711184 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17510] ppid=17502 vsize=10973400 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398201658128 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17511] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 15667 0 -1 1077944384 130 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398200605584 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17512] ppid=17502 vsize=10973400 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 10 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398199552528 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17513] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 15667 0 -1 1077944384 127 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398198499984 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17514] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 15667 0 -1 1077944384 132 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398197446928 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17515] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 15667 0 -1 1077944384 118 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398196394384 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17516] ppid=17502 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 15667 0 -1 1077944384 1506 0 0 0 2 2 0 0 20 0 21 0 6429947 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397938322160 140398596917890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17517] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397937268448 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17518] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397936215280 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17519] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397935163856 140398596925339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17520] ppid=17502 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 15667 0 -1 1077944384 8168 0 0 0 122 1 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397934110960 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17521] ppid=17502 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 15667 0 -1 1077944384 8185 0 0 0 121 2 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397933058416 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17522] ppid=17502 vsize=10973400 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 15667 0 -1 1077944384 6628 0 0 0 104 1 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397932005360 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17523] ppid=17502 vsize=10973400 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 15667 0 -1 1077944384 11701 0 0 0 87 2 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397930952816 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17524] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17524/stat : 17524 (java) S 17502 17505 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397929901024 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17525] ppid=17502 vsize=10973400 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17525/stat : 17525 (java) S 17502 17505 15667 0 -1 1077944384 1755 0 0 0 55 52 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397928848560 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17526] ppid=17502 vsize=10973400 CPUtime=2381.08 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17526/stat : 17526 (java) R 17502 17505 15667 0 -1 4202560 28133 0 0 0 238103 5 0 0 20 0 21 0 6429972 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397925654088 140398209386512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 2388.55
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393.8 s]
/proc/loadavg: 2.04 2.05 2.05 3/283 17869
/proc/meminfo: memFree=31219916/32770624 swapFree=5880/152600
[pid=17505] ppid=17502 vsize=10973400 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/17505/stat : 17505 (java) S 17502 17505 15667 0 -1 1077944320 73623 0 0 0 239847 158 0 0 20 0 21 0 6429943 11236761600 103132 33554432000 4194304 4196468 140733721057952 140733721040496 140398596906743 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
/proc/17505/statm: 2743350 103132 3177 1 0 2731217 0
[pid=17505/tid=17506] ppid=17502 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17506/stat : 17506 (java) S 17502 17505 15667 0 -1 1077944384 5186 0 0 0 25 1 0 0 20 0 21 0 6429944 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398601149616 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17507] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 15667 0 -1 1077944384 121 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398522981392 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17509] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 15667 0 -1 1077944384 129 0 0 0 9 11 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398202711184 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17510] ppid=17502 vsize=10973400 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398201658128 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17511] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 15667 0 -1 1077944384 130 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398200605584 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17512] ppid=17502 vsize=10973400 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 15667 0 -1 1077944384 119 0 0 0 6 10 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398199552528 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17513] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 15667 0 -1 1077944384 127 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398198499984 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17514] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 15667 0 -1 1077944384 132 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398197446928 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17515] ppid=17502 vsize=10973400 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 15667 0 -1 1077944384 118 0 0 0 7 13 0 0 20 0 21 0 6429945 11236761600 103132 33554432000 4194304 4196468 140733721057952 140398196394384 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17516] ppid=17502 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 15667 0 -1 1077944384 1506 0 0 0 2 2 0 0 20 0 21 0 6429947 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397938322160 140398596917890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17517] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397937268448 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17518] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 6429948 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397936215280 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17519] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397935163856 140398596925339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17520] ppid=17502 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 15667 0 -1 1077944384 8168 0 0 0 122 1 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397934110960 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17521] ppid=17502 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 15667 0 -1 1077944384 8185 0 0 0 121 2 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397933058416 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17522] ppid=17502 vsize=10973400 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 15667 0 -1 1077944384 6628 0 0 0 104 1 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397932005360 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17523] ppid=17502 vsize=10973400 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 15667 0 -1 1077944384 11701 0 0 0 87 2 0 0 20 0 21 0 6429952 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397930952816 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17524] ppid=17502 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17524/stat : 17524 (java) S 17502 17505 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397929901024 140398596916949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17525] ppid=17502 vsize=10973400 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17525/stat : 17525 (java) S 17502 17505 15667 0 -1 1077944384 1755 0 0 0 56 52 0 0 20 0 21 0 6429953 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397928848560 140398596917890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
[pid=17505/tid=17526] ppid=17502 vsize=10973400 CPUtime=2392.58 cores=0,2,4,6,8,10,12,14
/proc/17505/task/17526/stat : 17526 (java) R 17502 17505 15667 0 -1 4202560 28133 0 0 0 239253 5 0 0 20 0 21 0 6429972 11236761600 103132 33554432000 4194304 4196468 140733721057952 140397925654088 140398210706229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7077888 140733721060547 140733721060676 140733721060676 140733721063375 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10973400

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 17505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2393.81
CPU time (s): 2400.08
CPU user time (s): 2398.48
CPU system time (s): 1.5958
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 10973432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.48
system time used= 1.5958
maximum resident set size= 413392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55961
involuntary context switches= 123409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9547 second user time and 19.8736 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 10:20:03
IDJOB=4246777
IDBENCH=126238
IDSOLVER=2624
FILE ID=node104/4246777-1500711603
RUNJOBID= node104-1500696962-13208
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-13-a4.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246777-1500711603/watcher-4246777-1500711603 -o /tmp/evaluation-result-4246777-1500711603/solver-4246777-1500711603 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500696962-13208 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4246777-1500711603.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=1245532107

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31473628 kB
MemAvailable:   31601108 kB
Buffers:          185564 kB
Cached:           205340 kB
SwapCached:          252 kB
Active:           619176 kB
Inactive:         205988 kB
Active(anon):     389424 kB
Inactive(anon):    56384 kB
Active(file):     229752 kB
Inactive(file):   149604 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              7832 kB
Writeback:             0 kB
AnonPages:        439044 kB
Mapped:            42380 kB
Shmem:              8772 kB
Slab:             162720 kB
SReclaimable:     127916 kB
SUnreclaim:        34804 kB
KernelStack:        4752 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1309216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 10:59:57