Trace number 4263927

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.1101 2475.1399

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark532
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.31/0.33	
0.31/0.33	AbsCon 2 
0.31/0.33	
2.93/1.22	  Solving XCSP3-instance-4263927-1502287831 as a COP in -infty..+infty
2.93/1.22	  Loading variables...
2.93/1.27	  Loading constraints...
64.44/21.99	  Solver SolverBacktrack being built...
64.44/21.99	
64.77/22.05	  Preprocessing : gac=false, ccks=1001, filters=44, revisions=1 (useless=0), AC=1484, removals=1484, inconsistent=false
64.77/22.05	
2520.07/2475.11	
2520.07/2475.11	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-4263927-1502287831/watcher-4263927-1502287831 -o /tmp/evaluation-result-4263927-1502287831/solver-4263927-1502287831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7907 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263927-1502287831.xml 

pid=14347
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: 1.95 2.02 2.04 4/200 14350
/proc/meminfo: memFree=31117324/32770624 swapFree=0/380612
[pid=14350] ppid=14347 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14350/stat : 14350 (runsolver) D 14347 14350 1774 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 76598338 24240128 107 18446744073709551615 4194304 4338465 140722182475040 140722182472680 140500832166615 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 21020672 140722182475936 140722182476361 140722182476361 140722182479818 0
/proc/14350/statm: 5918 107 54 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.95 2.02 2.04 4/200 14350
/proc/meminfo: memFree=31117324/32770624 swapFree=0/380612
[pid=14350] ppid=14347 vsize=10085108 CPUtime=0.01 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 3797 0 0 0 1 0 0 0 20 0 8 0 76598338 10327150592 4961 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2521277 4961 2053 1 0 2510774 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10085108

[startup+0.200302 s]
/proc/loadavg: 1.95 2.02 2.04 4/200 14350
/proc/meminfo: memFree=31117324/32770624 swapFree=0/380612
[pid=14350] ppid=14347 vsize=10551180 CPUtime=0.1 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 5277 0 0 0 9 1 0 0 20 0 15 0 76598338 10804408320 6796 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2637795 6796 2780 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.306914 s]
/proc/loadavg: 1.95 2.02 2.04 4/200 14350
/proc/meminfo: memFree=31117324/32770624 swapFree=0/380612
[pid=14350] ppid=14347 vsize=10553264 CPUtime=0.31 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 9055 0 0 0 28 3 0 0 20 0 15 0 76598338 10806542336 10381 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2638316 10381 2925 1 0 2627261 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10553264

[startup+0.704531 s]
/proc/loadavg: 1.95 2.02 2.04 4/200 14350
/proc/meminfo: memFree=31117324/32770624 swapFree=0/380612
[pid=14350] ppid=14347 vsize=10621952 CPUtime=1.37 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 14179 0 0 0 131 6 0 0 20 0 16 0 76598338 10876878848 23358 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2655488 23358 3064 1 0 2644414 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10621952

[startup+1.50353 s]
/proc/loadavg: 1.95 2.02 2.04 5/216 14366
/proc/meminfo: memFree=30927160/32770624 swapFree=0/380664
[pid=14350] ppid=14347 vsize=10621952 CPUtime=3.81 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 16540 0 0 0 369 12 0 0 20 0 16 0 76598338 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2655488 56809 3126 1 0 2644414 0
[pid=14350/tid=14352] ppid=14347 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) S 14347 14350 1774 0 -1 1077944384 136 0 0 0 1 1 0 0 20 0 16 0 76598346 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) S 14347 14350 1774 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 16 0 76598346 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) S 14347 14350 1774 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 16 0 76598346 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) S 14347 14350 1774 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 16 0 76598346 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721667197456 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721277110896 139721713400450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10621952 CPUtime=0.91 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) S 14347 14350 1774 0 -1 1077944384 1945 0 0 0 91 0 0 0 20 0 16 0 76598351 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721272899696 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10621952 CPUtime=0.89 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) S 14347 14350 1774 0 -1 1077944384 1550 0 0 0 88 1 0 0 20 0 16 0 76598351 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721271846896 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10621952 CPUtime=0.53 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) R 14347 14350 1774 0 -1 4202560 2220 0 0 0 52 1 0 0 20 0 16 0 76598351 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721270791864 139721691757648 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 76598355 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10621952 CPUtime=1.12 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) R 14347 14350 1774 0 -1 4202560 2969 0 0 0 110 2 0 0 20 0 16 0 76598372 10876878848 56809 18446744073709551615 4194304 4196468 140722627103680 139721265494656 139721699457034 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 10621952

[startup+3.10157 s]
/proc/loadavg: 1.95 2.02 2.04 6/216 14366
/proc/meminfo: memFree=30527000/32770624 swapFree=0/380664
[pid=14350] ppid=14347 vsize=10621952 CPUtime=8.69 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 19582 0 0 0 817 52 0 0 20 0 16 0 76598338 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2655488 175851 3152 1 0 2644414 0
[pid=14350/tid=14352] ppid=14347 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10621952 CPUtime=0.76 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) R 14347 14350 1774 0 -1 4202560 374 0 0 0 67 9 0 0 20 0 16 0 76598346 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721698416722 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10621952 CPUtime=0.81 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) R 14347 14350 1774 0 -1 4202560 360 0 0 0 71 10 0 0 20 0 16 0 76598346 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721698416722 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10621952 CPUtime=0.8 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) R 14347 14350 1774 0 -1 4202560 399 0 0 0 70 10 0 0 20 0 16 0 76598346 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721698413358 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10621952 CPUtime=0.79 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) R 14347 14350 1774 0 -1 4202560 424 0 0 0 69 10 0 0 20 0 16 0 76598346 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721667197656 139721698411424 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 16 0 76598348 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721277109408 139721713399509 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10621952 CPUtime=1.32 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) S 14347 14350 1774 0 -1 1077944384 2074 0 0 0 132 0 0 0 20 0 16 0 76598351 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721272899696 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10621952 CPUtime=1.38 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) S 14347 14350 1774 0 -1 1077944384 2465 0 0 0 137 1 0 0 20 0 16 0 76598351 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721271846896 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10621952 CPUtime=0.61 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) S 14347 14350 1774 0 -1 1077944384 2373 0 0 0 60 1 0 0 20 0 16 0 76598351 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721270794608 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 76598355 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10621952 CPUtime=1.89 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) S 14347 14350 1774 0 -1 1077944384 3023 0 0 0 186 3 0 0 20 0 16 0 76598372 10876878848 175851 18446744073709551615 4194304 4196468 140722627103680 139721265495792 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 10621952

[startup+6.30075 s]
/proc/loadavg: 2.03 2.04 2.05 6/216 14366
/proc/meminfo: memFree=29836528/32770624 swapFree=0/380664
[pid=14350] ppid=14347 vsize=10621952 CPUtime=18.94 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 35709 0 0 0 1772 122 0 0 20 0 16 0 76598338 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2655488 326558 3160 1 0 2644414 0
[pid=14350/tid=14352] ppid=14347 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10621952 CPUtime=2.87 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) S 14347 14350 1774 0 -1 1077944384 858 0 0 0 261 26 0 0 20 0 16 0 76598346 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10621952 CPUtime=2.88 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) S 14347 14350 1774 0 -1 1077944384 1632 0 0 0 261 27 0 0 20 0 16 0 76598346 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10621952 CPUtime=2.9 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) S 14347 14350 1774 0 -1 1077944384 947 0 0 0 263 27 0 0 20 0 16 0 76598346 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10621952 CPUtime=2.88 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) S 14347 14350 1774 0 -1 1077944384 977 0 0 0 261 27 0 0 20 0 16 0 76598346 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721667197456 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10621952 CPUtime=0.05 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 6492 0 0 0 5 0 0 0 20 0 16 0 76598348 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721277110896 139721713400450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10621952 CPUtime=1.7 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) R 14347 14350 1774 0 -1 4202560 4666 0 0 0 170 0 0 0 20 0 16 0 76598351 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721272881696 139721696800194 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10621952 CPUtime=1.77 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) R 14347 14350 1774 0 -1 4202560 6017 0 0 0 176 1 0 0 20 0 16 0 76598351 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721271830784 139721696886087 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10621952 CPUtime=0.62 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) S 14347 14350 1774 0 -1 1077944384 2780 0 0 0 61 1 0 0 20 0 16 0 76598351 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721270794608 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 16 0 76598355 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10621952 CPUtime=2.93 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) R 14347 14350 1774 0 -1 4202560 3413 0 0 0 289 4 0 0 20 0 16 0 76598372 10876878848 326558 18446744073709551615 4194304 4196468 140722627103680 139721265493904 139721699458305 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 18.94
Current children cumulated vsize (KiB) 10621952

[startup+12.7016 s]
/proc/loadavg: 2.03 2.04 2.05 6/216 14366
/proc/meminfo: memFree=27277072/32770624 swapFree=0/380660
[pid=14350] ppid=14347 vsize=10621952 CPUtime=39.67 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 47519 0 0 0 3594 373 0 0 20 0 16 0 76598338 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2655488 961111 3160 1 0 2644414 0
[pid=14350/tid=14352] ppid=14347 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10621952 CPUtime=7.15 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) R 14347 14350 1774 0 -1 4202560 2473 0 0 0 630 85 0 0 20 0 16 0 76598346 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 139721670355464 139721698089936 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10621952 CPUtime=7.14 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) R 14347 14350 1774 0 -1 4202560 3013 0 0 0 622 92 0 0 20 0 16 0 76598346 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 139721669302432 139721698385804 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10621952 CPUtime=7.13 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) R 14347 14350 1774 0 -1 4202560 2476 0 0 0 624 89 0 0 20 0 16 0 76598346 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 139721668250376 139721698089991 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10621952 CPUtime=7.08 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) R 14347 14350 1774 0 -1 4202560 2834 0 0 0 619 89 0 0 20 0 16 0 76598346 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 139721667197576 139721698089991 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 7009 0 0 0 6 0 0 0 20 0 16 0 76598348 10876878848 961111 18446744073709551615 4194304 4196468 140722627103680 139721277109440 139721713399509 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0

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

/proc/meminfo: memFree=24387064/32770624 swapFree=0/381092
[pid=14350] ppid=14347 vsize=10624000 CPUtime=2427.18 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 278637 0 0 0 242168 550 0 0 20 0 16 0 76598338 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2656000 1385812 3164 1 0 2644926 0
[pid=14350/tid=14352] ppid=14347 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10624000 CPUtime=12.33 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) S 14347 14350 1774 0 -1 1077944384 3404 0 0 0 1128 105 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10624000 CPUtime=12.32 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) S 14347 14350 1774 0 -1 1077944384 5230 0 0 0 1112 120 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10624000 CPUtime=12.29 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) S 14347 14350 1774 0 -1 1077944384 4132 0 0 0 1111 118 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10624000 CPUtime=12.26 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) S 14347 14350 1774 0 -1 1077944384 4791 0 0 0 1102 124 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721667197456 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10624000 CPUtime=0.22 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 11043 0 0 0 19 3 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721277110896 139721713400450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10624000 CPUtime=2.96 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) S 14347 14350 1774 0 -1 1077944384 14283 0 0 0 294 2 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721272899696 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10624000 CPUtime=3.04 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) S 14347 14350 1774 0 -1 1077944384 13815 0 0 0 301 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721271846896 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) S 14347 14350 1774 0 -1 1077944384 17035 0 0 0 77 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721270794608 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10624000 CPUtime=1.16 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 2298 0 0 0 58 58 0 0 20 0 16 0 76598355 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10624000 CPUtime=2369.52 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) R 14347 14350 1774 0 -1 4202560 195059 0 0 0 236932 20 0 0 20 0 16 0 76598372 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721265499352 139721350982756 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 2427.18
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/216 14703
/proc/meminfo: memFree=24386928/32770624 swapFree=0/381096
[pid=14350] ppid=14347 vsize=10624000 CPUtime=2487.22 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 282867 0 0 0 248169 553 0 0 20 0 16 0 76598338 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2656000 1385812 3164 1 0 2644926 0
[pid=14350/tid=14352] ppid=14347 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10624000 CPUtime=12.33 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) S 14347 14350 1774 0 -1 1077944384 3404 0 0 0 1128 105 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10624000 CPUtime=12.32 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) S 14347 14350 1774 0 -1 1077944384 5230 0 0 0 1112 120 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10624000 CPUtime=12.29 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) S 14347 14350 1774 0 -1 1077944384 4132 0 0 0 1111 118 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10624000 CPUtime=12.26 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) S 14347 14350 1774 0 -1 1077944384 4791 0 0 0 1102 124 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721667197456 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10624000 CPUtime=0.22 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 11052 0 0 0 19 3 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721277110896 139721713400450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10624000 CPUtime=2.96 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) S 14347 14350 1774 0 -1 1077944384 14293 0 0 0 294 2 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721272899696 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10624000 CPUtime=3.04 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) S 14347 14350 1774 0 -1 1077944384 13821 0 0 0 301 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721271846896 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) S 14347 14350 1774 0 -1 1077944384 17038 0 0 0 77 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721270794608 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10624000 CPUtime=1.19 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 2339 0 0 0 59 60 0 0 20 0 16 0 76598355 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10624000 CPUtime=2429.52 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) R 14347 14350 1774 0 -1 4202560 199220 0 0 0 242932 20 0 0 20 0 16 0 76598372 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721265499352 139721351083818 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 2487.22
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 14704
/proc/meminfo: memFree=24386984/32770624 swapFree=0/381116
[pid=14350] ppid=14347 vsize=10624000 CPUtime=2520.07 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 286696 0 0 0 251453 554 0 0 20 0 16 0 76598338 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2656000 1385812 3164 1 0 2644926 0
[pid=14350/tid=14352] ppid=14347 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10624000 CPUtime=12.33 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) S 14347 14350 1774 0 -1 1077944384 3404 0 0 0 1128 105 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10624000 CPUtime=12.32 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) S 14347 14350 1774 0 -1 1077944384 5230 0 0 0 1112 120 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10624000 CPUtime=12.29 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) S 14347 14350 1774 0 -1 1077944384 4132 0 0 0 1111 118 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10624000 CPUtime=12.26 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) S 14347 14350 1774 0 -1 1077944384 4791 0 0 0 1102 124 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721667197456 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10624000 CPUtime=0.22 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 11060 0 0 0 19 3 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721277110896 139721713400450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10624000 CPUtime=2.98 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) S 14347 14350 1774 0 -1 1077944384 15607 0 0 0 296 2 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721272899696 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10624000 CPUtime=3.04 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) S 14347 14350 1774 0 -1 1077944384 13835 0 0 0 301 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721271846896 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) S 14347 14350 1774 0 -1 1077944384 17041 0 0 0 77 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721270794608 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10624000 CPUtime=1.21 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 2388 0 0 0 60 61 0 0 20 0 16 0 76598355 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10624000 CPUtime=2462.32 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) R 14347 14350 1774 0 -1 4202560 201661 0 0 0 246212 20 0 0 20 0 16 0 76598372 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721265497496 139721350911089 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 2520.07
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 14350 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2475.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 14704
/proc/meminfo: memFree=24386984/32770624 swapFree=0/381116
[pid=14350] ppid=14347 vsize=10624000 CPUtime=2520.07 cores=1,3,5,7
/proc/14350/stat : 14350 (java) S 14347 14350 1774 0 -1 1077944320 286696 0 0 0 251453 554 0 0 20 0 16 0 76598338 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 140722627086224 139721713389303 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
/proc/14350/statm: 2656000 1385812 3164 1 0 2644926 0
[pid=14350/tid=14352] ppid=14347 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/14350/task/14352/stat : 14352 (java) S 14347 14350 1774 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721717632176 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14353] ppid=14347 vsize=10624000 CPUtime=12.33 cores=1,3,5,7
/proc/14350/task/14353/stat : 14353 (java) S 14347 14350 1774 0 -1 1077944384 3404 0 0 0 1128 105 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721670355344 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14354] ppid=14347 vsize=10624000 CPUtime=12.32 cores=1,3,5,7
/proc/14350/task/14354/stat : 14354 (java) S 14347 14350 1774 0 -1 1077944384 5230 0 0 0 1112 120 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721669302544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14355] ppid=14347 vsize=10624000 CPUtime=12.29 cores=1,3,5,7
/proc/14350/task/14355/stat : 14355 (java) S 14347 14350 1774 0 -1 1077944384 4132 0 0 0 1111 118 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721668250256 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14356] ppid=14347 vsize=10624000 CPUtime=12.26 cores=1,3,5,7
/proc/14350/task/14356/stat : 14356 (java) S 14347 14350 1774 0 -1 1077944384 4791 0 0 0 1102 124 0 0 20 0 16 0 76598346 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721667197456 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14357] ppid=14347 vsize=10624000 CPUtime=0.22 cores=1,3,5,7
/proc/14350/task/14357/stat : 14357 (java) S 14347 14350 1774 0 -1 1077944384 11060 0 0 0 19 3 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721277110896 139721713400450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14358] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14358/stat : 14358 (java) S 14347 14350 1774 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721276056928 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14359] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14359/stat : 14359 (java) S 14347 14350 1774 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 76598348 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721275004544 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14360] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14360/stat : 14360 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721273952848 139721713407899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14361] ppid=14347 vsize=10624000 CPUtime=2.98 cores=1,3,5,7
/proc/14350/task/14361/stat : 14361 (java) S 14347 14350 1774 0 -1 1077944384 15607 0 0 0 296 2 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721272899696 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14362] ppid=14347 vsize=10624000 CPUtime=3.04 cores=1,3,5,7
/proc/14350/task/14362/stat : 14362 (java) S 14347 14350 1774 0 -1 1077944384 13835 0 0 0 301 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721271846896 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14363] ppid=14347 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/14350/task/14363/stat : 14363 (java) S 14347 14350 1774 0 -1 1077944384 17041 0 0 0 77 3 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721270794608 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14364] ppid=14347 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/14350/task/14364/stat : 14364 (java) S 14347 14350 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 76598351 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721269742048 139721713399509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14365] ppid=14347 vsize=10624000 CPUtime=1.21 cores=1,3,5,7
/proc/14350/task/14365/stat : 14365 (java) S 14347 14350 1774 0 -1 1077944384 2388 0 0 0 60 61 0 0 20 0 16 0 76598355 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721268689840 139721713400450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
[pid=14350/tid=14366] ppid=14347 vsize=10624000 CPUtime=2462.32 cores=1,3,5,7
/proc/14350/task/14366/stat : 14366 (java) R 14347 14350 1774 0 -1 4202560 201661 0 0 0 246212 20 0 0 20 0 16 0 76598372 10878976000 1385812 18446744073709551615 4194304 4196468 140722627103680 139721265497496 139721350911089 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23990272 140722627109325 140722627109454 140722627109454 140722627112911 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2475.14
CPU time (s): 2520.11
CPU user time (s): 2514.54
CPU system time (s): 5.57512
CPU usage (%): 101.817
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.54
system time used= 5.57512
maximum resident set size= 5543728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57222
involuntary context switches= 1267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5122 second user time and 16.5727 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-09 15:56:24
IDJOB=4263927
IDBENCH=126248
IDSOLVER=2652
FILE ID=node133/4263927-1502287831
RUNJOBID= node133-1502259076-7907
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-a4.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263927-1502287831/watcher-4263927-1502287831 -o /tmp/evaluation-result-4263927-1502287831/solver-4263927-1502287831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7907 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263927-1502287831.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=1822733359

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.17
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.17
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.17
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:        31117776 kB
MemAvailable:   31844232 kB
Buffers:          262792 kB
Cached:           760268 kB
SwapCached:            0 kB
Active:           809860 kB
Inactive:         413464 kB
Active(anon):     200876 kB
Inactive(anon):    33112 kB
Active(file):     608984 kB
Inactive(file):   380352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9008 kB
Writeback:             8 kB
AnonPages:        200272 kB
Mapped:            58156 kB
Shmem:             33468 kB
Slab:             132364 kB
SReclaimable:     105908 kB
SUnreclaim:        26456 kB
KernelStack:        3536 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1158276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 62012 MiB
End job on node133 at 2017-08-09 16:37:39