Trace number 4248559

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
R1: AbsCon-basic 2017-06-11? (TO) 2400.09 2395.11

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg4/
QuasiGroup-4-24.xml
MD5SUMeed4597320c79808ee022b7591b3ea00
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of constraints1106
Number of domains2
Minimum domain size24
Maximum domain size576
Distribution of domain sizes[{"size":24,"count":576},{"size":576,"count":552}]
Minimum variable degree0
Maximum variable degree555
Distribution of variable degrees[{"degree":0,"count":24},{"degree":2,"count":552},{"degree":554,"count":24},{"degree":555,"count":552}]
Minimum constraint arity3
Maximum constraint arity577
Distribution of constraint arities[{"arity":3,"count":552},{"arity":24,"count":1},{"arity":576,"count":1},{"arity":577,"count":552}]
Number of extensional constraints0
Number of intensional constraints552
Distribution of constraint types[{"type":"intension","count":552},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":552}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.28	
0.27/0.28	AbsCon 2 
0.27/0.28	
1.58/0.77	  Solving XCSP3-instance-4248559-1500737652 as a CSP
1.58/0.77	  Loading variables...
1.85/0.87	  Loading constraints...
4.90/2.47	  Solver SolverBacktrack being built...
4.90/2.47	
14.56/11.18	  Preprocessing : gac=true, ccks=90211122, filters=15480, revisions=4348 (useless=3220), AC=64584, removals=64584, inconsistent=false
14.56/11.18	

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-4248559-1500737652/watcher-4248559-1500737652 -o /tmp/evaluation-result-4248559-1500737652/solver-4248559-1500737652 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500717213-13539 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4248559-1500737652.xml 

pid=19400
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.05 3/263 19403
/proc/meminfo: memFree=31628820/32770624 swapFree=5832/225956
[pid=19403] ppid=19400 vsize=8816720 CPUtime=0 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 2265 0 0 0 0 0 0 0 20 0 10 0 9030506 9028321280 1998 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2204180 1998 1209 1 0 2193091 0
[pid=19403/tid=19404] ppid=19400 vsize=10204016 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) R 19400 19403 13508 0 -1 4202560 970 0 0 0 0 0 0 0 20 0 10 0 9030507 10448912384 2027 33554432000 4194304 4196468 140732769540128 140261256615240 140261238455239 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10204016 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 9030508 10448912384 2027 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10204016 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9030508 10448912384 2027 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10204852 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 9030508 10449768448 2027 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10204852 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9030508 10449768448 2092 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10204852 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 9030508 10449768448 2092 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10204852 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9030508 10449768448 2092 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10204852 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9030508 10449768448 2092 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10204852 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9030508 10449768448 2158 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0

[startup+0.100073 s]
/proc/loadavg: 2.08 2.03 2.05 3/263 19403
/proc/meminfo: memFree=31628820/32770624 swapFree=5832/225956
[pid=19403] ppid=19400 vsize=10900580 CPUtime=0.09 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 4799 0 0 0 8 1 0 0 20 0 20 0 9030506 11162193920 5910 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2725145 5910 2633 1 0 2713552 0
[pid=19403/tid=19404] ppid=19400 vsize=10900580 CPUtime=0.08 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) R 19400 19403 13508 0 -1 4202560 2894 0 0 0 7 1 0 0 20 0 20 0 9030507 11162193920 5910 33554432000 4194304 4196468 140732769540128 140261256616544 140261252396189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 5910 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.2012 s]
/proc/loadavg: 2.08 2.03 2.05 3/263 19403
/proc/meminfo: memFree=31628820/32770624 swapFree=5832/225956
[pid=19403] ppid=19400 vsize=10900580 CPUtime=0.27 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 7639 0 0 0 25 2 0 0 20 0 20 0 9030506 11162193920 9076 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2725145 9076 2908 1 0 2713552 0
[pid=19403/tid=19404] ppid=19400 vsize=10900580 CPUtime=0.18 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) D 19400 19403 13508 0 -1 1077944384 4787 0 0 0 17 1 0 0 20 0 20 0 9030507 11162193920 9076 33554432000 4194304 4196468 140732769540128 140261256588080 140261245053485 0 4 0 16800975 18446744072101633572 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 9076 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10900580 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162193920 9076 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10900612 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9030508 11162226688 9076 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10900612 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162226688 9076 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10900612 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9030508 11162226688 9076 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10900612 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162226688 9076 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10900612 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162226688 9076 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10900612 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9030508 11162226688 9076 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900580

[startup+0.300898 s]
/proc/loadavg: 2.08 2.03 2.05 3/263 19403
/proc/meminfo: memFree=31628820/32770624 swapFree=5832/225956
[pid=19403] ppid=19400 vsize=10969228 CPUtime=0.48 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 8476 0 0 0 45 3 0 0 20 0 21 0 9030506 11232489472 13401 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2742307 13401 3013 1 0 2730193 0
[pid=19403/tid=19404] ppid=19400 vsize=10969228 CPUtime=0.26 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) S 19400 19403 13508 0 -1 1077944384 5207 0 0 0 24 2 0 0 20 0 21 0 9030507 11232489472 13401 33554432000 4194304 4196468 140732769540128 140261256617136 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10969228 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11232489472 13401 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10969228

[startup+0.700425 s]
/proc/loadavg: 2.08 2.03 2.05 3/263 19403
/proc/meminfo: memFree=31628820/32770624 swapFree=5832/225956
[pid=19403] ppid=19400 vsize=10971352 CPUtime=1.58 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 12413 0 0 0 153 5 0 0 20 0 21 0 9030506 11234664448 24416 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2742838 24416 3110 1 0 2730705 0
[pid=19403/tid=19404] ppid=19400 vsize=10971352 CPUtime=0.26 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) S 19400 19403 13508 0 -1 1077944384 5207 0 0 0 24 2 0 0 20 0 21 0 9030507 11234664448 24416 33554432000 4194304 4196468 140732769540128 140261256617136 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 24416 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10971352

[startup+1.50079 s]
/proc/loadavg: 2.08 2.03 2.05 3/284 19424
/proc/meminfo: memFree=31482464/32770624 swapFree=5832/225988
[pid=19403] ppid=19400 vsize=10971352 CPUtime=3.44 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 17156 0 0 0 330 14 0 0 20 0 21 0 9030506 11234664448 51916 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2742838 51916 3150 1 0 2730705 0
[pid=19403/tid=19404] ppid=19400 vsize=10971352 CPUtime=0.26 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) S 19400 19403 13508 0 -1 1077944384 5207 0 0 0 24 2 0 0 20 0 21 0 9030507 11234664448 51916 33554432000 4194304 4196468 140732769540128 140261256617136 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10971352 CPUtime=0.01 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 18 0 0 0 0 1 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10971352 CPUtime=0.01 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10971352 CPUtime=0.01 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 16 0 0 0 0 1 0 0 20 0 21 0 9030508 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19414] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19414/stat : 19414 (java) S 19400 19403 13508 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 21 0 9030510 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260593814000 140261252385410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19415] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19415/stat : 19415 (java) S 19400 19403 13508 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 9030511 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260592760224 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19416] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19416/stat : 19416 (java) S 19400 19403 13508 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 9030512 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260591707632 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19417] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19417/stat : 19417 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030515 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260590656208 140261252392859 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19418] ppid=19400 vsize=10971352 CPUtime=0.42 cores=0-3,8-11
/proc/19403/task/19418/stat : 19418 (java) S 19400 19403 13508 0 -1 1077944384 1626 0 0 0 42 0 0 0 20 0 21 0 9030515 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260589602800 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19419] ppid=19400 vsize=10971352 CPUtime=0.47 cores=0-3,8-11
/proc/19403/task/19419/stat : 19419 (java) S 19400 19403 13508 0 -1 1077944384 1664 0 0 0 47 0 0 0 20 0 21 0 9030515 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260588550256 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19420] ppid=19400 vsize=10971352 CPUtime=0.38 cores=0-3,8-11
/proc/19403/task/19420/stat : 19420 (java) S 19400 19403 13508 0 -1 1077944384 1121 0 0 0 38 0 0 0 20 0 21 0 9030515 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260587497712 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19421] ppid=19400 vsize=10971352 CPUtime=0.54 cores=0-3,8-11
/proc/19403/task/19421/stat : 19421 (java) S 19400 19403 13508 0 -1 1077944384 2912 0 0 0 53 1 0 0 20 0 21 0 9030515 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260586445168 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19422] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19422/stat : 19422 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 9030516 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260585392864 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19423] ppid=19400 vsize=10971352 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19423/stat : 19423 (java) S 19400 19403 13508 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 9030516 11234664448 51916 33554432000 4194304 4196468 140732769540128 140260584340400 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19424] ppid=19400 vsize=10971352 CPUtime=1.18 cores=0-3,8-11

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

[pid=19403/tid=19423] ppid=19400 vsize=10973400 CPUtime=0.65 cores=0-3,8-11
/proc/19403/task/19423/stat : 19423 (java) S 19400 19403 13508 0 -1 1077944384 1150 0 0 0 35 30 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260584340400 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19424] ppid=19400 vsize=10973400 CPUtime=2321.4 cores=0-3,8-11
/proc/19403/task/19424/stat : 19424 (java) R 19400 19403 13508 0 -1 4202560 25308 0 0 0 232136 4 0 0 20 0 21 0 9030535 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260581148504 140260890461707 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 2327.27
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/284 19607
/proc/meminfo: memFree=31096836/32770624 swapFree=5832/228476
[pid=19403] ppid=19400 vsize=10973400 CPUtime=2387.27 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 70951 0 0 0 238651 76 0 0 20 0 21 0 9030506 11236761600 74387 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2743350 74387 3171 1 0 2731217 0
[pid=19403/tid=19404] ppid=19400 vsize=10973400 CPUtime=0.26 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) S 19400 19403 13508 0 -1 1077944384 5207 0 0 0 24 2 0 0 20 0 21 0 9030507 11236761600 74387 33554432000 4194304 4196468 140732769540128 140261256617136 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 365 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 106 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 88 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 106 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 101 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10973400 CPUtime=0.07 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 119 0 0 0 3 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 93 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10973400 CPUtime=0.07 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 175 0 0 0 2 5 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19414] ppid=19400 vsize=10973400 CPUtime=0.03 cores=0-3,8-11
/proc/19403/task/19414/stat : 19414 (java) S 19400 19403 13508 0 -1 1077944384 855 0 0 0 2 1 0 0 20 0 21 0 9030510 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260593814000 140261252385410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19415] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19415/stat : 19415 (java) S 19400 19403 13508 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 9030511 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260592760288 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19416] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19416/stat : 19416 (java) S 19400 19403 13508 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 9030512 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260591707648 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19417] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19417/stat : 19417 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260590656208 140261252392859 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19418] ppid=19400 vsize=10973400 CPUtime=1.15 cores=0-3,8-11
/proc/19403/task/19418/stat : 19418 (java) S 19400 19403 13508 0 -1 1077944384 7182 0 0 0 114 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260589602800 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19419] ppid=19400 vsize=10973400 CPUtime=1.25 cores=0-3,8-11
/proc/19403/task/19419/stat : 19419 (java) S 19400 19403 13508 0 -1 1077944384 8734 0 0 0 124 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260588550256 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19420] ppid=19400 vsize=10973400 CPUtime=0.96 cores=0-3,8-11
/proc/19403/task/19420/stat : 19420 (java) S 19400 19403 13508 0 -1 1077944384 8773 0 0 0 95 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260587497712 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19421] ppid=19400 vsize=10973400 CPUtime=0.9 cores=0-3,8-11
/proc/19403/task/19421/stat : 19421 (java) S 19400 19403 13508 0 -1 1077944384 10905 0 0 0 88 2 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260586445168 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19422] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19422/stat : 19422 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260585392864 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19423] ppid=19400 vsize=10973400 CPUtime=0.65 cores=0-3,8-11
/proc/19403/task/19423/stat : 19423 (java) S 19400 19403 13508 0 -1 1077944384 1182 0 0 0 35 30 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260584340400 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19424] ppid=19400 vsize=10973400 CPUtime=2381.38 cores=0-3,8-11
/proc/19403/task/19424/stat : 19424 (java) R 19400 19403 13508 0 -1 4202560 25545 0 0 0 238134 4 0 0 20 0 21 0 9030535 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260581148504 140260897261498 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 2387.27
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2395.1 s]
/proc/loadavg: 2.00 2.03 2.05 3/284 19607
/proc/meminfo: memFree=31096960/32770624 swapFree=5832/228492
[pid=19403] ppid=19400 vsize=10973400 CPUtime=2400.07 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 70960 0 0 0 239931 76 0 0 20 0 21 0 9030506 11236761600 74387 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2743350 74387 3171 1 0 2731217 0
[pid=19403/tid=19404] ppid=19400 vsize=10973400 CPUtime=0.26 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) S 19400 19403 13508 0 -1 1077944384 5207 0 0 0 24 2 0 0 20 0 21 0 9030507 11236761600 74387 33554432000 4194304 4196468 140732769540128 140261256617136 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 365 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 106 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 88 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 106 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 101 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10973400 CPUtime=0.07 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 119 0 0 0 3 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 93 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10973400 CPUtime=0.07 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 175 0 0 0 2 5 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19414] ppid=19400 vsize=10973400 CPUtime=0.03 cores=0-3,8-11
/proc/19403/task/19414/stat : 19414 (java) S 19400 19403 13508 0 -1 1077944384 855 0 0 0 2 1 0 0 20 0 21 0 9030510 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260593814000 140261252385410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19415] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19415/stat : 19415 (java) S 19400 19403 13508 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 9030511 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260592760288 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19416] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19416/stat : 19416 (java) S 19400 19403 13508 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 9030512 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260591707648 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19417] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19417/stat : 19417 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260590656208 140261252392859 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19418] ppid=19400 vsize=10973400 CPUtime=1.15 cores=0-3,8-11
/proc/19403/task/19418/stat : 19418 (java) S 19400 19403 13508 0 -1 1077944384 7182 0 0 0 114 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260589602800 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19419] ppid=19400 vsize=10973400 CPUtime=1.25 cores=0-3,8-11
/proc/19403/task/19419/stat : 19419 (java) S 19400 19403 13508 0 -1 1077944384 8734 0 0 0 124 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260588550256 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19420] ppid=19400 vsize=10973400 CPUtime=0.96 cores=0-3,8-11
/proc/19403/task/19420/stat : 19420 (java) S 19400 19403 13508 0 -1 1077944384 8773 0 0 0 95 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260587497712 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19421] ppid=19400 vsize=10973400 CPUtime=0.9 cores=0-3,8-11
/proc/19403/task/19421/stat : 19421 (java) S 19400 19403 13508 0 -1 1077944384 10905 0 0 0 88 2 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260586445168 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19422] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19422/stat : 19422 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260585392864 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19423] ppid=19400 vsize=10973400 CPUtime=0.67 cores=0-3,8-11
/proc/19403/task/19423/stat : 19423 (java) S 19400 19403 13508 0 -1 1077944384 1184 0 0 0 36 31 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260584340400 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19424] ppid=19400 vsize=10973400 CPUtime=2394.18 cores=0-3,8-11
/proc/19403/task/19424/stat : 19424 (java) R 19400 19403 13508 0 -1 4202560 25552 0 0 0 239414 4 0 0 20 0 21 0 9030535 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260581148504 140260897051170 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10973400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19403 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2395.1 s]
/proc/loadavg: 2.00 2.03 2.05 3/284 19607
/proc/meminfo: memFree=31096960/32770624 swapFree=5832/228492
[pid=19403] ppid=19400 vsize=10973400 CPUtime=2400.07 cores=0-3,8-11
/proc/19403/stat : 19403 (java) S 19400 19403 13508 0 -1 1077944320 70960 0 0 0 239931 76 0 0 20 0 21 0 9030506 11236761600 74387 33554432000 4194304 4196468 140732769540128 140732769522672 140261252374263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
/proc/19403/statm: 2743350 74387 3171 1 0 2731217 0
[pid=19403/tid=19404] ppid=19400 vsize=10973400 CPUtime=0.26 cores=0-3,8-11
/proc/19403/task/19404/stat : 19404 (java) S 19400 19403 13508 0 -1 1077944384 5207 0 0 0 24 2 0 0 20 0 21 0 9030507 11236761600 74387 33554432000 4194304 4196468 140732769540128 140261256617136 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19405] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19405/stat : 19405 (java) S 19400 19403 13508 0 -1 1077944384 365 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260858768144 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19406] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19406/stat : 19406 (java) S 19400 19403 13508 0 -1 1077944384 106 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260857715600 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19407] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19407/stat : 19407 (java) S 19400 19403 13508 0 -1 1077944384 88 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260856663056 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19408] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19408/stat : 19408 (java) S 19400 19403 13508 0 -1 1077944384 106 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260855610512 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19409] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19409/stat : 19409 (java) S 19400 19403 13508 0 -1 1077944384 101 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260854556944 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19410] ppid=19400 vsize=10973400 CPUtime=0.07 cores=0-3,8-11
/proc/19403/task/19410/stat : 19410 (java) S 19400 19403 13508 0 -1 1077944384 119 0 0 0 3 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260853504400 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19411] ppid=19400 vsize=10973400 CPUtime=0.06 cores=0-3,8-11
/proc/19403/task/19411/stat : 19411 (java) S 19400 19403 13508 0 -1 1077944384 93 0 0 0 2 4 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260852451856 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19412] ppid=19400 vsize=10973400 CPUtime=0.07 cores=0-3,8-11
/proc/19403/task/19412/stat : 19412 (java) S 19400 19403 13508 0 -1 1077944384 175 0 0 0 2 5 0 0 20 0 21 0 9030508 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260851399312 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19414] ppid=19400 vsize=10973400 CPUtime=0.03 cores=0-3,8-11
/proc/19403/task/19414/stat : 19414 (java) S 19400 19403 13508 0 -1 1077944384 855 0 0 0 2 1 0 0 20 0 21 0 9030510 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260593814000 140261252385410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19415] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19415/stat : 19415 (java) S 19400 19403 13508 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 9030511 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260592760288 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19416] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19416/stat : 19416 (java) S 19400 19403 13508 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 9030512 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260591707648 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19417] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19417/stat : 19417 (java) S 19400 19403 13508 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260590656208 140261252392859 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19418] ppid=19400 vsize=10973400 CPUtime=1.15 cores=0-3,8-11
/proc/19403/task/19418/stat : 19418 (java) S 19400 19403 13508 0 -1 1077944384 7182 0 0 0 114 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260589602800 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19419] ppid=19400 vsize=10973400 CPUtime=1.25 cores=0-3,8-11
/proc/19403/task/19419/stat : 19419 (java) S 19400 19403 13508 0 -1 1077944384 8734 0 0 0 124 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260588550256 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19420] ppid=19400 vsize=10973400 CPUtime=0.96 cores=0-3,8-11
/proc/19403/task/19420/stat : 19420 (java) S 19400 19403 13508 0 -1 1077944384 8773 0 0 0 95 1 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260587497712 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19421] ppid=19400 vsize=10973400 CPUtime=0.9 cores=0-3,8-11
/proc/19403/task/19421/stat : 19421 (java) S 19400 19403 13508 0 -1 1077944384 10905 0 0 0 88 2 0 0 20 0 21 0 9030515 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260586445168 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19422] ppid=19400 vsize=10973400 CPUtime=0 cores=0-3,8-11
/proc/19403/task/19422/stat : 19422 (java) S 19400 19403 13508 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260585392864 140261252384469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19423] ppid=19400 vsize=10973400 CPUtime=0.67 cores=0-3,8-11
/proc/19403/task/19423/stat : 19423 (java) S 19400 19403 13508 0 -1 1077944384 1184 0 0 0 36 31 0 0 20 0 21 0 9030516 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260584340400 140261252385410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
[pid=19403/tid=19424] ppid=19400 vsize=10973400 CPUtime=2394.18 cores=0-3,8-11
/proc/19403/task/19424/stat : 19424 (java) R 19400 19403 13508 0 -1 4202560 25552 0 0 0 239414 4 0 0 20 0 21 0 9030535 11236761600 74387 33554432000 4194304 4196468 140732769540128 140260581148504 140260897051170 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22327296 140732769543363 140732769543492 140732769543492 140732769546191 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2395.11
CPU time (s): 2400.09
CPU user time (s): 2399.32
CPU system time (s): 0.769932
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.32
system time used= 0.769932
maximum resident set size= 298652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56834
involuntary context switches= 121018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.043 second user time and 17.5733 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 17:34:12
IDJOB=4248559
IDBENCH=133755
IDSOLVER=2624
FILE ID=node144/4248559-1500737652
RUNJOBID= node144-1500717213-13539
PBS_JOBID= 20623363
Free space on /tmp= 62008 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg4/QuasiGroup-4-24.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248559-1500737652/watcher-4248559-1500737652 -o /tmp/evaluation-result-4248559-1500737652/solver-4248559-1500737652 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500717213-13539 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4248559-1500737652.xml

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

MD5SUM BENCH= eed4597320c79808ee022b7591b3ea00
RANDOM SEED=1409845040

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31628900 kB
MemAvailable:   31777532 kB
Buffers:          139096 kB
Cached:           292932 kB
SwapCached:            0 kB
Active:           476928 kB
Inactive:         234668 kB
Active(anon):     282228 kB
Inactive(anon):     8712 kB
Active(file):     194700 kB
Inactive(file):   225956 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7860 kB
Writeback:             0 kB
AnonPages:        294792 kB
Mapped:            42892 kB
Shmem:              8844 kB
Slab:             121540 kB
SReclaimable:      87624 kB
SUnreclaim:        33916 kB
KernelStack:        4880 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1177088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 62000 MiB
End job on node144 at 2017-07-22 18:14:07