Trace number 4263926

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
AbsCon-basic 2017-06-11? (TO) 2520.0901 2488.3301

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.29/0.33	
0.29/0.33	AbsCon 2 
0.29/0.33	
2.29/1.10	  Solving XCSP3-instance-4263926-1502287839 as a COP in -infty..+infty
2.29/1.10	  Loading variables...
2.64/1.16	  Loading constraints...
44.00/14.80	  Solver SolverBacktrack being built...
44.00/14.80	
44.30/14.85	  Preprocessing : gac=false, ccks=1001, filters=40, revisions=1 (useless=0), AC=1400, removals=1400, inconsistent=false
44.30/14.85	
2520.04/2488.31	
2520.04/2488.31	s UNKNOWN

Verifier Data


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-4263926-1502287839/watcher-4263926-1502287839 -o /tmp/evaluation-result-4263926-1502287839/solver-4263926-1502287839 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23062 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263926-1502287839.xml 

pid=31918
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 4.75 3.32 2.49 2/195 31921
/proc/meminfo: memFree=30373984/32770624 swapFree=0/455408
[pid=31921] ppid=31918 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31921/stat : 31921 (runsolver) D 31918 31921 16590 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30977499 24240128 106 18446744073709551615 4194304 4338465 140727778031936 140727778029576 139882183606999 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 26943488 140727778033824 140727778034250 140727778034250 140727778037706 0
/proc/31921/statm: 5918 106 53 36 0 2156 0

[startup+0.102676 s]
/proc/loadavg: 4.75 3.32 2.49 2/195 31921
/proc/meminfo: memFree=30373984/32770624 swapFree=0/455408
[pid=31921] ppid=31918 vsize=10019572 CPUtime=0.01 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 3873 0 0 0 1 0 0 0 20 0 8 0 30977499 10260041728 4550 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2504893 4550 2049 1 0 2494390 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10019572

[startup+0.202818 s]
/proc/loadavg: 4.75 3.32 2.49 2/195 31921
/proc/meminfo: memFree=30373984/32770624 swapFree=0/455408
[pid=31921] ppid=31918 vsize=10551180 CPUtime=0.1 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 5412 0 0 0 9 1 0 0 20 0 15 0 30977499 10804408320 7190 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2637795 7190 2770 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.300295 s]
/proc/loadavg: 4.75 3.32 2.49 2/195 31921
/proc/meminfo: memFree=30373984/32770624 swapFree=0/455408
[pid=31921] ppid=31918 vsize=10553264 CPUtime=0.29 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 8974 0 0 0 26 3 0 0 20 0 15 0 30977499 10806542336 10147 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2638316 10147 2950 1 0 2627261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10553264

[startup+0.708859 s]
/proc/loadavg: 4.75 3.32 2.49 2/195 31921
/proc/meminfo: memFree=30373984/32770624 swapFree=0/455408
[pid=31921] ppid=31918 vsize=10621952 CPUtime=1.36 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 13693 0 0 0 130 6 0 0 20 0 16 0 30977499 10876878848 22699 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2655488 22699 3070 1 0 2644414 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10621952

[startup+1.50084 s]
/proc/loadavg: 4.75 3.32 2.49 5/211 31937
/proc/meminfo: memFree=30187084/32770624 swapFree=0/455444
[pid=31921] ppid=31918 vsize=10621952 CPUtime=3.79 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 16486 0 0 0 364 15 0 0 20 0 16 0 30977499 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2655488 69216 3122 1 0 2644414 0
[pid=31921/tid=31923] ppid=31918 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10621952 CPUtime=0.07 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 109 0 0 0 6 1 0 0 20 0 16 0 30977507 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 92 0 0 0 5 1 0 0 20 0 16 0 30977507 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10621952 CPUtime=0.07 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 237 0 0 0 6 1 0 0 20 0 16 0 30977507 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 100 0 0 0 5 1 0 0 20 0 16 0 30977507 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10621952 CPUtime=0.83 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) S 31918 31921 16590 0 -1 1077944384 1784 0 0 0 83 0 0 0 20 0 16 0 30977512 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203381480176 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10621952 CPUtime=0.81 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) S 31918 31921 16590 0 -1 1077944384 1441 0 0 0 81 0 0 0 20 0 16 0 30977512 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10621952 CPUtime=0.53 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) R 31918 31921 16590 0 -1 4202560 2125 0 0 0 52 1 0 0 20 0 16 0 30977512 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203379370432 140204338289019 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30977515 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10621952 CPUtime=1.07 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 2957 0 0 0 104 3 0 0 20 0 16 0 30977532 10876878848 69216 18446744073709551615 4194304 4196468 140724879282304 140203374076280 140203985429286 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 10621952

[startup+3.10068 s]
/proc/loadavg: 4.77 3.35 2.50 6/211 31937
/proc/meminfo: memFree=29733180/32770624 swapFree=0/455444
[pid=31921] ppid=31918 vsize=10621952 CPUtime=8.51 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 18070 0 0 0 800 51 0 0 20 0 16 0 30977499 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2655488 167949 3149 1 0 2644414 0
[pid=31921/tid=31923] ppid=31918 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10621952 CPUtime=0.89 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 290 0 0 0 79 10 0 0 20 0 16 0 30977507 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10621952 CPUtime=0.87 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 289 0 0 0 77 10 0 0 20 0 16 0 30977507 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10621952 CPUtime=0.89 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 412 0 0 0 79 10 0 0 20 0 16 0 30977507 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10621952 CPUtime=0.88 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 265 0 0 0 78 10 0 0 20 0 16 0 30977507 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 629 0 0 0 2 0 0 0 20 0 16 0 30977509 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) S 31918 31921 16590 0 -1 1077944384 1815 0 0 0 109 0 0 0 20 0 16 0 30977512 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203381480176 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10621952 CPUtime=1.17 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) S 31918 31921 16590 0 -1 1077944384 1565 0 0 0 117 0 0 0 20 0 16 0 30977512 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10621952 CPUtime=0.58 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) S 31918 31921 16590 0 -1 1077944384 2221 0 0 0 57 1 0 0 20 0 16 0 30977512 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203379374576 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30977515 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10621952 CPUtime=1.82 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 3021 0 0 0 178 4 0 0 20 0 16 0 30977532 10876878848 167949 18446744073709551615 4194304 4196468 140724879282304 140203374075408 140204329681104 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 10621952

[startup+6.3007 s]
/proc/loadavg: 4.77 3.35 2.50 6/211 31937
/proc/meminfo: memFree=29019000/32770624 swapFree=0/455444
[pid=31921] ppid=31918 vsize=10621952 CPUtime=18.71 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 33507 0 0 0 1746 125 0 0 20 0 16 0 30977499 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2655488 341828 3159 1 0 2644414 0
[pid=31921/tid=31923] ppid=31918 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10621952 CPUtime=3 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 1016 0 0 0 272 28 0 0 20 0 16 0 30977507 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10621952 CPUtime=2.97 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 1243 0 0 0 270 27 0 0 20 0 16 0 30977507 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10621952 CPUtime=2.99 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 1314 0 0 0 272 27 0 0 20 0 16 0 30977507 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10621952 CPUtime=2.99 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 1149 0 0 0 271 28 0 0 20 0 16 0 30977507 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 6149 0 0 0 6 0 0 0 20 0 16 0 30977509 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10621952 CPUtime=1.53 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) R 31918 31921 16590 0 -1 4202560 4506 0 0 0 153 0 0 0 20 0 16 0 30977512 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203381461192 140204328688971 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10621952 CPUtime=1.41 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) R 31918 31921 16590 0 -1 4202560 3913 0 0 0 141 0 0 0 20 0 16 0 30977512 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204324438924 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10621952 CPUtime=0.58 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) S 31918 31921 16590 0 -1 1077944384 2256 0 0 0 57 1 0 0 20 0 16 0 30977512 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203379374576 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 30977515 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10621952 CPUtime=2.85 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 4386 0 0 0 280 5 0 0 20 0 16 0 30977532 10876878848 341828 18446744073709551615 4194304 4196468 140724879282304 140203374075504 140203991704682 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 18.71
Current children cumulated vsize (KiB) 10621952

[startup+12.7008 s]
/proc/loadavg: 4.95 3.43 2.54 6/211 31937
/proc/meminfo: memFree=26451708/32770624 swapFree=0/455460
[pid=31921] ppid=31918 vsize=10621952 CPUtime=39.09 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 48211 0 0 0 3548 361 0 0 20 0 16 0 30977499 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2655488 981143 3160 1 0 2644414 0
[pid=31921/tid=31923] ppid=31918 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10621952 CPUtime=7.21 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) R 31918 31921 16590 0 -1 4202560 2777 0 0 0 629 92 0 0 20 0 16 0 30977507 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204330188609 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10621952 CPUtime=7.05 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) R 31918 31921 16590 0 -1 4202560 2916 0 0 0 618 87 0 0 20 0 16 0 30977507 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140203954797600 140204330188572 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10621952 CPUtime=7.14 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) R 31918 31921 16590 0 -1 4202560 3555 0 0 0 629 85 0 0 20 0 16 0 30977507 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140203953744776 140204329892867 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10621952 CPUtime=7.07 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) R 31918 31921 16590 0 -1 4202560 2673 0 0 0 628 79 0 0 20 0 16 0 30977507 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140203952692312 140204329892899 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10621952 CPUtime=0.07 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 6657 0 0 0 7 0 0 0 20 0 16 0 30977509 10876878848 981143 18446744073709551615 4194304 4196468 140724879282304 140203909272384 140204345202389 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0

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

/proc/meminfo: memFree=19998172/32770624 swapFree=0/456632
[pid=31921] ppid=31918 vsize=10624000 CPUtime=2413.96 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 239690 0 0 0 240921 475 0 0 20 0 16 0 30977499 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2656000 1092739 3165 1 0 2644926 0
[pid=31921/tid=31923] ppid=31918 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10624000 CPUtime=8.18 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 3441 0 0 0 715 103 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10624000 CPUtime=8.02 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 4089 0 0 0 703 99 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10624000 CPUtime=8.11 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 3866 0 0 0 719 92 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10624000 CPUtime=8.04 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 3110 0 0 0 714 90 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10624000 CPUtime=0.16 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 8567 0 0 0 14 2 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10624000 CPUtime=2.83 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) S 31918 31921 16590 0 -1 1077944384 14616 0 0 0 281 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203381480176 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10624000 CPUtime=2.83 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) S 31918 31921 16590 0 -1 1077944384 19657 0 0 0 281 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10624000 CPUtime=0.76 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) S 31918 31921 16590 0 -1 1077944384 12371 0 0 0 74 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203379374576 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10624000 CPUtime=1.27 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 2112 0 0 0 61 66 0 0 20 0 16 0 30977515 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10624000 CPUtime=2373.44 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 160299 0 0 0 237324 20 0 0 20 0 16 0 30977532 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203374077096 140203993096845 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 2413.96
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/211 32182
/proc/meminfo: memFree=19998272/32770624 swapFree=0/456652
[pid=31921] ppid=31918 vsize=10624000 CPUtime=2474.01 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 244857 0 0 0 246924 477 0 0 20 0 16 0 30977499 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2656000 1092739 3165 1 0 2644926 0
[pid=31921/tid=31923] ppid=31918 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10624000 CPUtime=8.18 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 3441 0 0 0 715 103 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10624000 CPUtime=8.02 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 4089 0 0 0 703 99 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10624000 CPUtime=8.11 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 3866 0 0 0 719 92 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10624000 CPUtime=8.04 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 3110 0 0 0 714 90 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 8613 0 0 0 14 3 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10624000 CPUtime=2.85 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) S 31918 31921 16590 0 -1 1077944384 16029 0 0 0 283 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203381480176 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10624000 CPUtime=2.83 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) S 31918 31921 16590 0 -1 1077944384 20067 0 0 0 281 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10624000 CPUtime=0.76 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) S 31918 31921 16590 0 -1 1077944384 12384 0 0 0 74 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203379374576 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10624000 CPUtime=1.3 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 2156 0 0 0 62 68 0 0 20 0 16 0 30977515 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10624000 CPUtime=2433.43 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 163540 0 0 0 243323 20 0 0 20 0 16 0 30977532 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203374076512 140203992975204 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 2474.01
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.31 s]
/proc/loadavg: 2.00 2.02 2.08 3/211 32184
/proc/meminfo: memFree=19998288/32770624 swapFree=0/456668
[pid=31921] ppid=31918 vsize=10624000 CPUtime=2520.04 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 247948 0 0 0 251526 478 0 0 20 0 16 0 30977499 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2656000 1092739 3165 1 0 2644926 0
[pid=31921/tid=31923] ppid=31918 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10624000 CPUtime=8.18 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 3441 0 0 0 715 103 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10624000 CPUtime=8.02 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 4089 0 0 0 703 99 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10624000 CPUtime=8.11 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 3866 0 0 0 719 92 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10624000 CPUtime=8.04 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 3110 0 0 0 714 90 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 8622 0 0 0 14 3 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10624000 CPUtime=2.85 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) S 31918 31921 16590 0 -1 1077944384 16032 0 0 0 283 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203381480176 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10624000 CPUtime=2.83 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) S 31918 31921 16590 0 -1 1077944384 20071 0 0 0 281 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10624000 CPUtime=0.76 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) S 31918 31921 16590 0 -1 1077944384 12396 0 0 0 74 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203379374576 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10624000 CPUtime=1.33 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 2195 0 0 0 64 69 0 0 20 0 16 0 30977515 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10624000 CPUtime=2479.44 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 166564 0 0 0 247924 20 0 0 20 0 16 0 30977532 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203374076512 140203992906534 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 10624000

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

[startup+2488.31 s]
/proc/loadavg: 2.00 2.02 2.08 3/211 32184
/proc/meminfo: memFree=19998288/32770624 swapFree=0/456668
[pid=31921] ppid=31918 vsize=10624000 CPUtime=2520.04 cores=1,3,5,7
/proc/31921/stat : 31921 (java) S 31918 31921 16590 0 -1 1077944320 247948 0 0 0 251526 478 0 0 20 0 16 0 30977499 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140724879264848 140204345192183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
/proc/31921/statm: 2656000 1092739 3165 1 0 2644926 0
[pid=31921/tid=31923] ppid=31918 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/31921/task/31923/stat : 31923 (java) S 31918 31921 16590 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 30977506 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204349435056 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31924] ppid=31918 vsize=10624000 CPUtime=8.18 cores=1,3,5,7
/proc/31921/task/31924/stat : 31924 (java) S 31918 31921 16590 0 -1 1077944384 3441 0 0 0 715 103 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140204310473744 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31925] ppid=31918 vsize=10624000 CPUtime=8.02 cores=1,3,5,7
/proc/31921/task/31925/stat : 31925 (java) S 31918 31921 16590 0 -1 1077944384 4089 0 0 0 703 99 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203954797712 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31926] ppid=31918 vsize=10624000 CPUtime=8.11 cores=1,3,5,7
/proc/31921/task/31926/stat : 31926 (java) S 31918 31921 16590 0 -1 1077944384 3866 0 0 0 719 92 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203953744656 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31927] ppid=31918 vsize=10624000 CPUtime=8.04 cores=1,3,5,7
/proc/31921/task/31927/stat : 31927 (java) S 31918 31921 16590 0 -1 1077944384 3110 0 0 0 714 90 0 0 20 0 16 0 30977507 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203952692112 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31928] ppid=31918 vsize=10624000 CPUtime=0.17 cores=1,3,5,7
/proc/31921/task/31928/stat : 31928 (java) S 31918 31921 16590 0 -1 1077944384 8622 0 0 0 14 3 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203909273840 140204345203330 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31929] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31929/stat : 31929 (java) S 31918 31921 16590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203908220128 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31930] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31930/stat : 31930 (java) S 31918 31921 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30977509 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203907166976 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31931] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31931/stat : 31931 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203382532048 140204345210779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31932] ppid=31918 vsize=10624000 CPUtime=2.85 cores=1,3,5,7
/proc/31921/task/31932/stat : 31932 (java) S 31918 31921 16590 0 -1 1077944384 16032 0 0 0 283 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203381480176 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31933] ppid=31918 vsize=10624000 CPUtime=2.83 cores=1,3,5,7
/proc/31921/task/31933/stat : 31933 (java) S 31918 31921 16590 0 -1 1077944384 20071 0 0 0 281 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203380427632 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31934] ppid=31918 vsize=10624000 CPUtime=0.76 cores=1,3,5,7
/proc/31921/task/31934/stat : 31934 (java) S 31918 31921 16590 0 -1 1077944384 12396 0 0 0 74 2 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203379374576 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31935] ppid=31918 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/31921/task/31935/stat : 31935 (java) S 31918 31921 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30977512 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203378322272 140204345202389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31936] ppid=31918 vsize=10624000 CPUtime=1.33 cores=1,3,5,7
/proc/31921/task/31936/stat : 31936 (java) S 31918 31921 16590 0 -1 1077944384 2195 0 0 0 64 69 0 0 20 0 16 0 30977515 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203377269296 140204345203330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
[pid=31921/tid=31937] ppid=31918 vsize=10624000 CPUtime=2479.44 cores=1,3,5,7
/proc/31921/task/31937/stat : 31937 (java) R 31918 31921 16590 0 -1 4202560 166564 0 0 0 247924 20 0 0 20 0 16 0 30977532 10878976000 1092739 18446744073709551615 4194304 4196468 140724879282304 140203374076512 140203992906534 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36753408 140724879286734 140724879286863 140724879286863 140724879290319 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2488.33
CPU time (s): 2520.09
CPU user time (s): 2515.28
CPU system time (s): 4.81034
CPU usage (%): 101.276
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.28
system time used= 4.81034
maximum resident set size= 4371800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57516
involuntary context switches= 1074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9403 second user time and 17.8329 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-09 15:56:33
IDJOB=4263926
IDBENCH=126250
IDSOLVER=2652
FILE ID=node127/4263926-1502287839
RUNJOBID= node127-1502258002-23062
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-21-a4.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263926-1502287839/watcher-4263926-1502287839 -o /tmp/evaluation-result-4263926-1502287839/solver-4263926-1502287839 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23062 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263926-1502287839.xml

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=530279361

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
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 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	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30373984 kB
MemAvailable:   30976380 kB
Buffers:          202840 kB
Cached:           684176 kB
SwapCached:            0 kB
Active:          1507140 kB
Inactive:         472124 kB
Active(anon):    1092540 kB
Inactive(anon):    16716 kB
Active(file):     414600 kB
Inactive(file):   455408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8576 kB
Writeback:             0 kB
AnonPages:       1091996 kB
Mapped:            48852 kB
Shmem:             17060 kB
Slab:             121544 kB
SReclaimable:      96444 kB
SUnreclaim:        25100 kB
KernelStack:        3408 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2283048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node127 at 2017-08-09 16:38:02