Trace number 4264107

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.04 2517.3101

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-4.xml
MD5SUM51c1ec7c53f2e239726c0b7c1f1d5b64
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1387
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1466
Maximum domain size1466
Distribution of domain sizes[{"size":1466,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.31/0.33	
0.31/0.33	AbsCon 2 
0.31/0.33	
0.65/0.60	  Solving XCSP3-instance-4264107-1502262373 as a COP in -infty..+infty
0.65/0.60	  Loading variables...
0.93/0.69	  Loading constraints...
1.80/0.91	  Solver SolverBacktrack being built...
1.80/0.91	
22.60/21.44	  Preprocessing : gac=true, ccks=391681334, filters=1118, revisions=1161 (useless=43), AC=233456, removals=233456, inconsistent=false
22.60/21.44	
2520.02/2517.30	
2520.02/2517.30	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-4264107-1502262373/watcher-4264107-1502262373 -o /tmp/evaluation-result-4264107-1502262373/solver-4264107-1502262373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264107-1502262373.xml 

pid=17923
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: 2.13 2.06 2.06 4/200 17926
/proc/meminfo: memFree=31191956/32770624 swapFree=0/398580
[pid=17926] ppid=17923 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17926/stat : 17926 (runsolver) D 17923 17926 9153 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 68148344 24240128 108 18446744073709551615 4194304 4338465 140734768570016 140734768567656 139876938248919 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 12726272 140734768574623 140734768575049 140734768575049 140734768578506 0
/proc/17926/statm: 5918 108 54 36 0 2156 0

[startup+0.109248 s]
/proc/loadavg: 2.13 2.06 2.06 4/200 17926
/proc/meminfo: memFree=31191956/32770624 swapFree=0/398580
[pid=17926] ppid=17923 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 3808 0 0 0 2 1 0 0 20 0 9 0 68148344 10395312128 4949 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2537918 4949 2109 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200233 s]
/proc/loadavg: 2.13 2.06 2.06 4/200 17926
/proc/meminfo: memFree=31191956/32770624 swapFree=0/398580
[pid=17926] ppid=17923 vsize=10551180 CPUtime=0.1 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 5055 0 0 0 9 1 0 0 20 0 15 0 68148344 10804408320 7037 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2637795 7037 2749 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.305527 s]
/proc/loadavg: 2.13 2.06 2.06 4/200 17926
/proc/meminfo: memFree=31191956/32770624 swapFree=0/398580
[pid=17926] ppid=17923 vsize=10553264 CPUtime=0.31 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 8591 0 0 0 28 3 0 0 20 0 15 0 68148344 10806542336 10487 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2638316 10487 2935 1 0 2627261 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10553264

[startup+0.700932 s]
/proc/loadavg: 2.13 2.06 2.06 4/200 17926
/proc/meminfo: memFree=31191956/32770624 swapFree=0/398580
[pid=17926] ppid=17923 vsize=10621952 CPUtime=1.2 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 12908 0 0 0 115 5 0 0 20 0 16 0 68148344 10876878848 21161 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2655488 21161 3089 1 0 2644414 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10621952

[startup+1.50054 s]
/proc/loadavg: 2.13 2.06 2.06 3/216 17942
/proc/meminfo: memFree=31074280/32770624 swapFree=0/398640
[pid=17926] ppid=17923 vsize=10624000 CPUtime=2.58 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 15095 0 0 0 251 7 0 0 20 0 16 0 68148344 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 32479 3103 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.36 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 1055 0 0 0 36 0 0 0 20 0 16 0 68148356 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.33 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 1221 0 0 0 33 0 0 0 20 0 16 0 68148356 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 2125 0 0 0 48 0 0 0 20 0 16 0 68148356 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 68148360 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=1.16 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 3575 0 0 0 114 2 0 0 20 0 16 0 68148377 10878976000 32479 18446744073709551615 4194304 4196468 140727015568192 140618753788160 140618862031014 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 10624000

[startup+3.10056 s]
/proc/loadavg: 2.13 2.06 2.06 3/216 17942
/proc/meminfo: memFree=31073908/32770624 swapFree=0/398640
[pid=17926] ppid=17923 vsize=10624000 CPUtime=4.21 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 16065 0 0 0 414 7 0 0 20 0 16 0 68148344 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 32502 3108 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.36 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 1160 0 0 0 36 0 0 0 20 0 16 0 68148356 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.35 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 1608 0 0 0 35 0 0 0 20 0 16 0 68148356 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 2406 0 0 0 49 0 0 0 20 0 16 0 68148356 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 68148360 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=2.76 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 3708 0 0 0 274 2 0 0 20 0 16 0 68148377 10878976000 32502 18446744073709551615 4194304 4196468 140727015568192 140618753785776 140618862098224 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 10624000

[startup+6.30055 s]
/proc/loadavg: 2.04 2.04 2.05 3/216 17942
/proc/meminfo: memFree=31072608/32770624 swapFree=0/398640
[pid=17926] ppid=17923 vsize=10624000 CPUtime=7.45 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 17261 0 0 0 738 7 0 0 20 0 16 0 68148344 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 32547 3108 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 1603 0 0 0 38 0 0 0 20 0 16 0 68148356 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.37 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 1747 0 0 0 37 0 0 0 20 0 16 0 68148356 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 2422 0 0 0 49 0 0 0 20 0 16 0 68148356 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 16 0 68148360 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=5.96 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 3900 0 0 0 594 2 0 0 20 0 16 0 68148377 10878976000 32547 18446744073709551615 4194304 4196468 140727015568192 140618753785808 140618862098956 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.96 2.02 2.04 3/216 17942
/proc/meminfo: memFree=31071888/32770624 swapFree=0/398640
[pid=17926] ppid=17923 vsize=10624000 CPUtime=13.9 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 19793 0 0 0 1383 7 0 0 20 0 16 0 68148344 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 32568 3108 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 32568 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0

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

/proc/meminfo: memFree=31005252/32770624 swapFree=0/399048
[pid=17926] ppid=17923 vsize=10624000 CPUtime=2444.99 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 49689 0 0 0 244459 40 0 0 20 0 16 0 68148344 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 40932 3118 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 760 0 0 0 1 1 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 7883 0 0 0 77 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 8142 0 0 0 71 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 9232 0 0 0 59 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 1314 0 0 0 16 30 0 0 20 0 16 0 68148360 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=2442.14 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 15253 0 0 0 244210 4 0 0 20 0 16 0 68148377 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618753787928 140618862098224 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 2444.99
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/215 18139
/proc/meminfo: memFree=31006272/32770624 swapFree=0/399092
[pid=17926] ppid=17923 vsize=10624000 CPUtime=2505.01 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 49865 0 0 0 250460 41 0 0 20 0 16 0 68148344 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 40932 3118 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 7885 0 0 0 77 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 8150 0 0 0 71 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 9234 0 0 0 59 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 1345 0 0 0 17 30 0 0 20 0 16 0 68148360 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=2502.14 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 15380 0 0 0 250210 4 0 0 20 0 16 0 68148377 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618753787928 140618862098604 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 2505.01
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2517.3 s]
/proc/loadavg: 2.04 2.03 2.05 6/216 18220
/proc/meminfo: memFree=31097392/32770624 swapFree=0/399104
[pid=17926] ppid=17923 vsize=10624000 CPUtime=2520.02 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 49865 0 0 0 251961 41 0 0 20 0 16 0 68148344 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 40932 3118 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 7885 0 0 0 77 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 8150 0 0 0 71 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 9234 0 0 0 59 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 1345 0 0 0 17 31 0 0 20 0 16 0 68148360 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=2517.14 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 15380 0 0 0 251710 4 0 0 20 0 16 0 68148377 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618753787928 140618857867039 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 2520.02
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 17926 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2517.3 s]
/proc/loadavg: 2.04 2.03 2.05 6/216 18220
/proc/meminfo: memFree=31097392/32770624 swapFree=0/399104
[pid=17926] ppid=17923 vsize=10624000 CPUtime=2520.02 cores=1,3,5,7
/proc/17926/stat : 17926 (java) S 17923 17926 9153 0 -1 1077944320 49865 0 0 0 251961 41 0 0 20 0 16 0 68148344 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140727015550736 140619270057719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
/proc/17926/statm: 2656000 40932 3118 1 0 2644926 0
[pid=17926/tid=17928] ppid=17923 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17926/task/17928/stat : 17928 (java) S 17923 17926 9153 0 -1 1077944384 5745 0 0 0 18 2 0 0 20 0 16 0 68148351 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619274300592 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17929] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17929/stat : 17929 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619200477584 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17930] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17930/stat : 17930 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619199424784 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17931] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17931/stat : 17931 (java) S 17923 17926 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619198372496 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17932] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17932/stat : 17932 (java) S 17923 17926 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 68148352 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140619197319696 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17933] ppid=17923 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/17926/task/17933/stat : 17933 (java) S 17923 17926 9153 0 -1 1077944384 766 0 0 0 1 1 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618765400688 140619270068866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17934] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17934/stat : 17934 (java) S 17923 17926 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 68148353 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618764346656 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17935] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17935/stat : 17935 (java) S 17923 17926 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 68148354 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618763294320 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17936] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17936/stat : 17936 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618762242640 140619270076315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17937] ppid=17923 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/17926/task/17937/stat : 17937 (java) S 17923 17926 9153 0 -1 1077944384 7885 0 0 0 77 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618761189488 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17938] ppid=17923 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/17926/task/17938/stat : 17938 (java) S 17923 17926 9153 0 -1 1077944384 8150 0 0 0 71 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618760136688 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17939] ppid=17923 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/17926/task/17939/stat : 17939 (java) S 17923 17926 9153 0 -1 1077944384 9234 0 0 0 59 1 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618759084400 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17940] ppid=17923 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17926/task/17940/stat : 17940 (java) S 17923 17926 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 68148356 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618758031840 140619270067925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17941] ppid=17923 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/17926/task/17941/stat : 17941 (java) S 17923 17926 9153 0 -1 1077944384 1345 0 0 0 17 31 0 0 20 0 16 0 68148360 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618756979632 140619270068866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
[pid=17926/tid=17942] ppid=17923 vsize=10624000 CPUtime=2517.14 cores=1,3,5,7
/proc/17926/task/17942/stat : 17942 (java) R 17923 17926 9153 0 -1 4202560 15380 0 0 0 251710 4 0 0 20 0 16 0 68148377 10878976000 40932 18446744073709551615 4194304 4196468 140727015568192 140618753787928 140618857867039 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35184640 140727015571917 140727015572046 140727015572046 140727015575503 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2517.31
CPU time (s): 2520.04
CPU user time (s): 2519.62
CPU system time (s): 0.414058
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.62
system time used= 0.414058
maximum resident set size= 172412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57126
involuntary context switches= 683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5464 second user time and 13.3565 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-09 08:52:17
IDJOB=4264107
IDBENCH=115772
IDSOLVER=2652
FILE ID=node135/4264107-1502262373
RUNJOBID= node135-1502259017-17571
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-15-4.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264107-1502262373/watcher-4264107-1502262373 -o /tmp/evaluation-result-4264107-1502262373/solver-4264107-1502262373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264107-1502262373.xml

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

MD5SUM BENCH= 51c1ec7c53f2e239726c0b7c1f1d5b64
RANDOM SEED=1627994852

node135.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.21
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.21
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.21
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.21
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:        31191956 kB
MemAvailable:   31852952 kB
Buffers:          254912 kB
Cached:           691732 kB
SwapCached:            0 kB
Active:           721612 kB
Inactive:         423528 kB
Active(anon):     198944 kB
Inactive(anon):    24948 kB
Active(file):     522668 kB
Inactive(file):   398580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14928 kB
Writeback:             0 kB
AnonPages:        198740 kB
Mapped:            56128 kB
Shmem:             25272 kB
Slab:             138100 kB
SReclaimable:     111164 kB
SUnreclaim:        26936 kB
KernelStack:        3536 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1149268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-09 09:34:14