Trace number 4264350

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 NameAnswerCPU timeWall clock time
AbsCon-basic 2017-06-11? (TO) 2520.02 2516.71

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-19.xml
MD5SUM13382dc3b02e119e78eeacc23771b1ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.439026
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints57
Number of domains2
Minimum domain size19
Maximum domain size38
Distribution of domain sizes[{"size":19,"count":38},{"size":38,"count":38}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":38},{"degree":38,"count":38}]
Minimum constraint arity2
Maximum constraint arity39
Distribution of constraint arities[{"arity":2,"count":19},{"arity":39,"count":38}]
Number of extensional constraints0
Number of intensional constraints19
Distribution of constraint types[{"type":"intension","count":19},{"type":"element","count":38}]
Optimization problemNO
Type of objective

Solver Data

0.34/0.32	
0.34/0.32	AbsCon 2 
0.34/0.32	
0.68/0.53	  Solving XCSP3-instance-4264350-1502280533 as a CSP
0.68/0.53	  Loading variables...
0.68/0.56	  Loading constraints...
0.92/0.66	  Solver SolverBacktrack being built...
0.92/0.66	
0.92/0.69	  Preprocessing : gac=true, ccks=20482, filters=38, revisions=38 (useless=0), AC=418, removals=418, inconsistent=false
0.92/0.69	

Verifier Data

One s line expected

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-4264350-1502280533/watcher-4264350-1502280533 -o /tmp/evaluation-result-4264350-1502280533/solver-4264350-1502280533 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264350-1502280533.xml 

pid=23271
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.00 1.96 1.91 2/200 23274
/proc/meminfo: memFree=31212184/32770624 swapFree=0/403956
[pid=23274] ppid=23271 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23274/stat : 23274 (runsolver) D 23271 23274 9153 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 69964414 24240128 106 18446744073709551615 4194304 4338465 140733285717856 140733285715496 140138157249239 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 25890816 140733285720223 140733285720649 140733285720649 140733285724106 0
/proc/23274/statm: 5918 106 53 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 2.00 1.96 1.91 2/200 23274
/proc/meminfo: memFree=31212184/32770624 swapFree=0/403956
[pid=23274] ppid=23271 vsize=10152696 CPUtime=0.03 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 4080 0 0 0 2 1 0 0 20 0 9 0 69964414 10396360704 4738 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2537918 4716 2123 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10152696

[startup+0.202485 s]
/proc/loadavg: 2.00 1.96 1.91 2/200 23274
/proc/meminfo: memFree=31212184/32770624 swapFree=0/403956
[pid=23274] ppid=23271 vsize=10551180 CPUtime=0.13 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 5476 0 0 0 12 1 0 0 20 0 15 0 69964414 10804408320 6952 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2637795 6952 2776 1 0 2627261 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551180

[startup+0.305501 s]
/proc/loadavg: 2.00 1.96 1.91 2/200 23274
/proc/meminfo: memFree=31212184/32770624 swapFree=0/403956
[pid=23274] ppid=23271 vsize=10553264 CPUtime=0.34 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 9077 0 0 0 31 3 0 0 20 0 15 0 69964414 10806542336 10450 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2638316 10450 2977 1 0 2627261 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10553264

[startup+0.707475 s]
/proc/loadavg: 2.00 1.96 1.91 2/200 23274
/proc/meminfo: memFree=31212184/32770624 swapFree=0/403956
[pid=23274] ppid=23271 vsize=10621952 CPUtime=1.26 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 13573 0 0 0 120 6 0 0 20 0 16 0 69964414 10876878848 21756 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2655488 21756 3096 1 0 2644414 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10621952

[startup+1.5006 s]
/proc/loadavg: 2.16 2.00 1.93 3/216 23290
/proc/meminfo: memFree=31112056/32770624 swapFree=0/404004
[pid=23274] ppid=23271 vsize=10624000 CPUtime=2.97 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 20783 0 0 0 290 7 0 0 20 0 16 0 69964414 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 28677 3102 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 3370 0 0 0 59 0 0 0 20 0 16 0 69964426 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 2411 0 0 0 59 0 0 0 20 0 16 0 69964426 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.36 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 1964 0 0 0 36 0 0 0 20 0 16 0 69964426 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964429 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=1.17 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 5446 0 0 0 114 3 0 0 20 0 16 0 69964446 10878976000 28677 18446744073709551615 4194304 4196468 140732417842256 140397632184272 140397793114815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10624000

[startup+3.10061 s]
/proc/loadavg: 2.16 2.00 1.93 3/216 23290
/proc/meminfo: memFree=31102748/32770624 swapFree=0/404004
[pid=23274] ppid=23271 vsize=10624000 CPUtime=4.58 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 21787 0 0 0 451 7 0 0 20 0 16 0 69964414 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 31775 3102 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 3525 0 0 0 59 0 0 0 20 0 16 0 69964426 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 2435 0 0 0 59 0 0 0 20 0 16 0 69964426 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.37 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 2270 0 0 0 37 0 0 0 20 0 16 0 69964426 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 16 0 69964429 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=2.77 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 5906 0 0 0 274 3 0 0 20 0 16 0 69964446 10878976000 31775 18446744073709551615 4194304 4196468 140732417842256 140397632184336 140397793078337 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 10624000

[startup+6.30061 s]
/proc/loadavg: 2.16 2.00 1.93 3/216 23291
/proc/meminfo: memFree=31083508/32770624 swapFree=0/404008
[pid=23274] ppid=23271 vsize=10624000 CPUtime=7.82 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 24249 0 0 0 774 8 0 0 20 0 16 0 69964414 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 36218 3107 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 376 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 3545 0 0 0 60 0 0 0 20 0 16 0 69964426 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 3021 0 0 0 62 0 0 0 20 0 16 0 69964426 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 2509 0 0 0 38 0 0 0 20 0 16 0 69964426 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 660 0 0 0 0 0 0 0 20 0 16 0 69964429 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=5.96 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 6554 0 0 0 593 3 0 0 20 0 16 0 69964446 10878976000 36218 18446744073709551615 4194304 4196468 140732417842256 140397632187224 140397793079024 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.14 2.00 1.93 3/216 23291
/proc/meminfo: memFree=31037968/32770624 swapFree=0/404008
[pid=23274] ppid=23271 vsize=10624000 CPUtime=14.23 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 26766 0 0 0 1414 9 0 0 20 0 16 0 69964414 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 46981 3107 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 69964421 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 46981 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0

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

/proc/meminfo: memFree=30922180/32770624 swapFree=0/404420
[pid=23274] ppid=23271 vsize=10624000 CPUtime=2445.56 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 59578 0 0 0 244514 42 0 0 20 0 16 0 69964414 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 37375 3143 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 4997 0 0 0 29 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 2079 0 0 0 29 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 3153 0 0 0 28 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 1778 0 0 0 29 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0.23 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 5283 0 0 0 19 4 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 4550 0 0 0 66 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 5315 0 0 0 71 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.41 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 6869 0 0 0 41 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 1478 0 0 0 19 28 0 0 20 0 16 0 69964429 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=2441.56 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 16435 0 0 0 244151 5 0 0 20 0 16 0 69964446 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397632187600 140397793079413 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 2445.56
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.94 1.88 1.87 3/214 23545
/proc/meminfo: memFree=30923328/32770624 swapFree=0/404428
[pid=23274] ppid=23271 vsize=10624000 CPUtime=2505.59 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 59599 0 0 0 250516 43 0 0 20 0 16 0 69964414 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 37375 3143 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 4997 0 0 0 29 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 2079 0 0 0 30 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 3153 0 0 0 28 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 1778 0 0 0 29 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 5288 0 0 0 20 4 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 4550 0 0 0 66 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 5315 0 0 0 71 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.41 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 6869 0 0 0 41 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 1482 0 0 0 20 28 0 0 20 0 16 0 69964429 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=2501.56 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 16447 0 0 0 250151 5 0 0 20 0 16 0 69964446 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397632187600 140397793855385 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 2505.59
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.7 s]
/proc/loadavg: 1.95 1.88 1.87 3/214 23546
/proc/meminfo: memFree=30923588/32770624 swapFree=0/404424
[pid=23274] ppid=23271 vsize=10624000 CPUtime=2520 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 60300 0 0 0 251957 43 0 0 20 0 16 0 69964414 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 37375 3143 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 5335 0 0 0 29 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 2122 0 0 0 30 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 3169 0 0 0 28 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 1791 0 0 0 29 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 5463 0 0 0 20 4 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 4552 0 0 0 66 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 5317 0 0 0 71 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.41 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 6871 0 0 0 41 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 1510 0 0 0 20 28 0 0 20 0 16 0 69964429 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=2515.95 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 16529 0 0 0 251590 5 0 0 20 0 16 0 69964446 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397632187488 140397793079801 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 2520
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 23274 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2516.7 s]
/proc/loadavg: 1.95 1.88 1.87 3/214 23546
/proc/meminfo: memFree=30923588/32770624 swapFree=0/404424
[pid=23274] ppid=23271 vsize=10624000 CPUtime=2520 cores=1,3,5,7
/proc/23274/stat : 23274 (java) S 23271 23274 9153 0 -1 1077944320 60300 0 0 0 251957 43 0 0 20 0 16 0 69964414 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140732417824800 140398147206903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
/proc/23274/statm: 2656000 37375 3143 1 0 2644926 0
[pid=23274/tid=23276] ppid=23271 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/23274/task/23276/stat : 23276 (java) S 23271 23274 9153 0 -1 1077944384 6223 0 0 0 19 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140398151449776 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23277] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23277/stat : 23277 (java) S 23271 23274 9153 0 -1 1077944384 5335 0 0 0 29 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397758634896 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23278] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23278/stat : 23278 (java) S 23271 23274 9153 0 -1 1077944384 2122 0 0 0 30 1 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397757582096 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23279] ppid=23271 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/23274/task/23279/stat : 23279 (java) S 23271 23274 9153 0 -1 1077944384 3169 0 0 0 28 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397756529808 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23280] ppid=23271 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/23274/task/23280/stat : 23280 (java) S 23271 23274 9153 0 -1 1077944384 1791 0 0 0 29 2 0 0 20 0 16 0 69964421 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397755477008 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23281] ppid=23271 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/23274/task/23281/stat : 23281 (java) S 23271 23274 9153 0 -1 1077944384 5463 0 0 0 20 4 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397643798640 140398147218050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23282] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23282/stat : 23282 (java) S 23271 23274 9153 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397642744608 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23283] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23283/stat : 23283 (java) S 23271 23274 9153 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 69964423 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397641692272 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23284] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23284/stat : 23284 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397640640592 140398147225499 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23285] ppid=23271 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/23274/task/23285/stat : 23285 (java) S 23271 23274 9153 0 -1 1077944384 4552 0 0 0 66 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397639588464 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23286] ppid=23271 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/23274/task/23286/stat : 23286 (java) S 23271 23274 9153 0 -1 1077944384 5317 0 0 0 71 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397638535664 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23287] ppid=23271 vsize=10624000 CPUtime=0.41 cores=1,3,5,7
/proc/23274/task/23287/stat : 23287 (java) S 23271 23274 9153 0 -1 1077944384 6871 0 0 0 41 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397637483376 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23288] ppid=23271 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/23274/task/23288/stat : 23288 (java) S 23271 23274 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 69964426 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397636430816 140398147217109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23289] ppid=23271 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/23274/task/23289/stat : 23289 (java) S 23271 23274 9153 0 -1 1077944384 1510 0 0 0 20 28 0 0 20 0 16 0 69964429 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397635377584 140398147218050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
[pid=23274/tid=23290] ppid=23271 vsize=10624000 CPUtime=2515.95 cores=1,3,5,7
/proc/23274/task/23290/stat : 23290 (java) R 23271 23274 9153 0 -1 4202560 16529 0 0 0 251590 5 0 0 20 0 16 0 69964446 10878976000 37375 18446744073709551615 4194304 4196468 140732417842256 140397632187488 140397793079801 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28471296 140732417843661 140732417843790 140732417843790 140732417847247 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2516.71
CPU time (s): 2520.02
CPU user time (s): 2519.58
CPU system time (s): 0.4421
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.58
system time used= 0.4421
maximum resident set size= 222760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61989
involuntary context switches= 1178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5027 second user time and 13.981 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-09 13:54:57
IDJOB=4264350
IDBENCH=124365
IDSOLVER=2652
FILE ID=node135/4264350-1502280533
RUNJOBID= node135-1502259017-17571
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-19.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264350-1502280533/watcher-4264350-1502280533 -o /tmp/evaluation-result-4264350-1502280533/solver-4264350-1502280533 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264350-1502280533.xml

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

MD5SUM BENCH= 13382dc3b02e119e78eeacc23771b1ff
RANDOM SEED=628730241

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:        31212456 kB
MemAvailable:   31886484 kB
Buffers:          260004 kB
Cached:           699524 kB
SwapCached:            0 kB
Active:           693928 kB
Inactive:         428904 kB
Active(anon):     163752 kB
Inactive(anon):    24948 kB
Active(file):     530176 kB
Inactive(file):   403956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             4 kB
AnonPages:        163316 kB
Mapped:            56756 kB
Shmem:             25272 kB
Slab:             138444 kB
SReclaimable:     111464 kB
SUnreclaim:        26980 kB
KernelStack:        3584 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1148768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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 14:36:54