Trace number 4249111

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: choco-solver 4.0.5 (2017-07-05)? (TO) 2400.74 302.213

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-pigeon/
Pb-pigeon-card-085-080.xml
MD5SUM28cd33bc142e306671660e6b259caafc
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 variables6800
Number of constraints165
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":6800}]
Minimum constraint arity80
Maximum constraint arity85
Distribution of constraint arities[{"arity":80,"count":85},{"arity":85,"count":80}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":165}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249111-1500693539.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4249111-1500693539.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/1.11	c solve instance...
2400.74/302.29	s UNKNOWN
2400.74/302.29	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249111-1500693539/watcher-4249111-1500693539 -o /tmp/evaluation-result-4249111-1500693539/solver-4249111-1500693539 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 868534009 HOME/instance-4249111-1500693539.xml 

pid=11966
running on 8 cores: 0,2,4,6,8,10,12,14

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: 9.12 9.84 11.75 10/270 11969
/proc/meminfo: memFree=29581296/32770624 swapFree=5800/284176
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 9.12 9.84 11.75 10/270 11969
/proc/meminfo: memFree=29581296/32770624 swapFree=5800/284176
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200291 s]
/proc/loadavg: 9.12 9.84 11.75 10/270 11969
/proc/meminfo: memFree=29581296/32770624 swapFree=5800/284176
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300217 s]
/proc/loadavg: 9.12 9.84 11.75 10/270 11969
/proc/meminfo: memFree=29581296/32770624 swapFree=5800/284176
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700201 s]
/proc/loadavg: 9.12 9.84 11.75 10/270 11969
/proc/meminfo: memFree=29581296/32770624 swapFree=5800/284176
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50111 s]
/proc/loadavg: 9.12 9.84 11.75 13/291 11990
/proc/meminfo: memFree=29375956/32770624 swapFree=5800/284528
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
[pid=11970] ppid=11969 vsize=13801768 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/11970/stat : 11970 (java) S 11969 11969 7621 0 -1 1077944320 17304 0 0 0 658 19 0 0 20 0 28 0 4621644 14133010432 56255 33554432000 4194304 4196468 140722231223504 140722231206048 140241127579383 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
/proc/11970/statm: 3450442 56255 3241 1 0 3437675 0
[pid=11970/tid=11971] ppid=11969 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11971/stat : 11971 (java) S 11969 11969 7621 0 -1 1077944384 6819 0 0 0 101 5 0 0 20 0 28 0 4621644 14133010432 56255 33554432000 4194304 4196468 140722231223504 140241131820160 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11973] ppid=11969 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11973/stat : 11973 (java) S 11969 11969 7621 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240727243664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11974] ppid=11969 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11974/stat : 11974 (java) S 11969 11969 7621 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240726190864 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11975] ppid=11969 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11975/stat : 11975 (java) S 11969 11969 7621 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240725138576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11976] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11976/stat : 11976 (java) S 11969 11969 7621 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240724085776 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11977] ppid=11969 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11977/stat : 11977 (java) S 11969 11969 7621 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240723032464 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11978] ppid=11969 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11978/stat : 11978 (java) S 11969 11969 7621 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240721979664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11979] ppid=11969 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11979/stat : 11979 (java) S 11969 11969 7621 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240720927376 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11980] ppid=11969 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11980/stat : 11980 (java) S 11969 11969 7621 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 28 0 4621645 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240719874576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11981] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11981/stat : 11981 (java) S 11969 11969 7621 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4621648 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240589838960 140241127590530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11982] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11982/stat : 11982 (java) S 11969 11969 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4621648 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240588784928 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11983] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11983/stat : 11983 (java) S 11969 11969 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4621649 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240587732592 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11984] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11984/stat : 11984 (java) S 11969 11969 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240586680912 140241127597979 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11985] ppid=11969 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11985/stat : 11985 (java) R 11969 11969 7621 0 -1 4202560 2224 0 0 0 98 1 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240585613968 140241111075882 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11986] ppid=11969 vsize=13801768 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11986/stat : 11986 (java) R 11969 11969 7621 0 -1 4202560 2136 0 0 0 100 1 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240584565680 140241110990274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11987] ppid=11969 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11987/stat : 11987 (java) R 11969 11969 7621 0 -1 4202560 1839 0 0 0 91 0 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240583508552 140241112687355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11988] ppid=11969 vsize=13801768 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11988/stat : 11988 (java) S 11969 11969 7621 0 -1 1077944384 2377 0 0 0 60 0 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240582469872 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11989] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11989/stat : 11989 (java) S 11969 11969 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240581417824 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11990] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11990/stat : 11990 (java) S 11969 11969 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 56255 33554432000 4194304 4196468 140722231223504 140240580365104 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 13811280

[startup+3.10158 s]
/proc/loadavg: 9.12 9.84 11.75 21/299 11998
/proc/meminfo: memFree=29197388/32770624 swapFree=5800/284524
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
[pid=11970] ppid=11969 vsize=13801768 CPUtime=18.96 cores=0,2,4,6,8,10,12,14
/proc/11970/stat : 11970 (java) S 11969 11969 7621 0 -1 1077944320 20442 0 0 0 1839 57 0 0 20 0 28 0 4621644 14133010432 107533 33554432000 4194304 4196468 140722231223504 140722231206048 140241127579383 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
/proc/11970/statm: 3450442 107533 3268 1 0 3437675 0
[pid=11970/tid=11971] ppid=11969 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11971/stat : 11971 (java) S 11969 11969 7621 0 -1 1077944384 6819 0 0 0 101 5 0 0 20 0 28 0 4621644 14133010432 107533 33554432000 4194304 4196468 140722231223504 140241131820160 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11973] ppid=11969 vsize=13801768 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11973/stat : 11973 (java) S 11969 11969 7621 0 -1 1077944384 71 0 0 0 7 6 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240727243664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11974] ppid=11969 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11974/stat : 11974 (java) S 11969 11969 7621 0 -1 1077944384 85 0 0 0 6 5 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240726190864 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11975] ppid=11969 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11975/stat : 11975 (java) S 11969 11969 7621 0 -1 1077944384 61 0 0 0 7 3 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240725138576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11976] ppid=11969 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11976/stat : 11976 (java) S 11969 11969 7621 0 -1 1077944384 68 0 0 0 6 5 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240724085776 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11977] ppid=11969 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11977/stat : 11977 (java) S 11969 11969 7621 0 -1 1077944384 66 0 0 0 5 5 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240723032464 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11978] ppid=11969 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11978/stat : 11978 (java) S 11969 11969 7621 0 -1 1077944384 71 0 0 0 5 4 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240721979664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11979] ppid=11969 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11979/stat : 11979 (java) S 11969 11969 7621 0 -1 1077944384 74 0 0 0 7 5 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240720927376 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11980] ppid=11969 vsize=13801768 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11980/stat : 11980 (java) S 11969 11969 7621 0 -1 1077944384 76 0 0 0 8 5 0 0 20 0 28 0 4621645 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240719874576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11981] ppid=11969 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11981/stat : 11981 (java) S 11969 11969 7621 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 28 0 4621648 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240589838960 140241127590530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11982] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11982/stat : 11982 (java) S 11969 11969 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4621648 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240588784992 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11983] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11983/stat : 11983 (java) S 11969 11969 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4621649 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240587732592 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11984] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11984/stat : 11984 (java) S 11969 11969 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240586680912 140241127597979 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11985] ppid=11969 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11985/stat : 11985 (java) R 11969 11969 7621 0 -1 4202560 3058 0 0 0 201 1 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240585614304 140241112501165 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11986] ppid=11969 vsize=13801768 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11986/stat : 11986 (java) R 11969 11969 7621 0 -1 4202560 2974 0 0 0 235 1 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240584567448 140241111062708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11987] ppid=11969 vsize=13801768 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11987/stat : 11987 (java) R 11969 11969 7621 0 -1 4202560 2064 0 0 0 181 0 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240583512480 140241111868395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11988] ppid=11969 vsize=13801768 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11988/stat : 11988 (java) S 11969 11969 7621 0 -1 1077944384 2677 0 0 0 75 1 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240582469872 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11989] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11989/stat : 11989 (java) S 11969 11969 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240581417824 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11990] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11990/stat : 11990 (java) S 11969 11969 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240580365104 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11991] ppid=11969 vsize=13801768 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11991/stat : 11991 (java) R 11969 11969 7621 0 -1 4202560 66 0 0 0 124 0 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240572348472 140240770969766 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11992] ppid=11969 vsize=13801768 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11992/stat : 11992 (java) R 11969 11969 7621 0 -1 4202560 88 0 0 0 110 1 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240571297792 140240765453729 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11993] ppid=11969 vsize=13801768 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11993/stat : 11993 (java) R 11969 11969 7621 0 -1 4202560 157 0 0 0 116 0 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240570245320 140240771125789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11994] ppid=11969 vsize=13801768 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11994/stat : 11994 (java) R 11969 11969 7621 0 -1 4202560 220 0 0 0 128 0 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240569192416 140240771480279 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11995] ppid=11969 vsize=13801768 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11995/stat : 11995 (java) R 11969 11969 7621 0 -1 4202560 83 0 0 0 123 0 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240568139688 140240771090689 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11996] ppid=11969 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11996/stat : 11996 (java) R 11969 11969 7621 0 -1 4202560 45 0 0 0 99 0 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240567087768 140240766457847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11997] ppid=11969 vsize=13801768 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11997/stat : 11997 (java) R 11969 11969 7621 0 -1 4202560 51 0 0 0 143 1 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240566039032 140240770850152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11998] ppid=11969 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11998/stat : 11998 (java) R 11969 11969 7621 0 -1 4202560 61 0 0 0 139 0 0 0 20 0 28 0 4621757 14133010432 107533 33554432000 4194304 4196468 140722231223504 140240564981944 140240771469047 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 13811280

[startup+6.30159 s]
/proc/loadavg: 9.91 10.00 11.79 18/299 11998
/proc/meminfo: memFree=28927400/32770624 swapFree=5800/284536
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
[pid=11970] ppid=11969 vsize=13801768 CPUtime=44.32 cores=0,2,4,6,8,10,12,14
/proc/11970/stat : 11970 (java) S 11969 11969 7621 0 -1 1077944320 28666 0 0 0 4351 81 0 0 20 0 28 0 4621644 14133010432 173767 33554432000 4194304 4196468 140722231223504 140722231206048 140241127579383 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
/proc/11970/statm: 3450442 173767 3273 1 0 3437675 0
[pid=11970/tid=11971] ppid=11969 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11971/stat : 11971 (java) S 11969 11969 7621 0 -1 1077944384 6819 0 0 0 101 5 0 0 20 0 28 0 4621644 14133010432 173767 33554432000 4194304 4196468 140722231223504 140241131820160 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11973] ppid=11969 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11973/stat : 11973 (java) S 11969 11969 7621 0 -1 1077944384 109 0 0 0 10 7 0 0 20 0 28 0 4621645 14133010432 173767 33554432000 4194304 4196468 140722231223504 140240727243664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11974] ppid=11969 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11974/stat : 11974 (java) S 11969 11969 7621 0 -1 1077944384 131 0 0 0 10 7 0 0 20 0 28 0 4621645 14133010432 173767 33554432000 4194304 4196468 140722231223504 140240726190864 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11975] ppid=11969 vsize=13801768 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11975/stat : 11975 (java) S 11969 11969 7621 0 -1 1077944384 303 0 0 0 10 4 0 0 20 0 28 0 4621645 14133010432 173767 33554432000 4194304 4196468 140722231223504 140240725138576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11976] ppid=11969 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11976/stat : 11976 (java) S 11969 11969 7621 0 -1 1077944384 672 0 0 0 10 7 0 0 20 0 28 0 4621645 14133010432 173767 33554432000 4194304 4196468 140722231223504 140240724085776 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0

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

[pid=11970/tid=11997] ppid=11969 vsize=13801768 CPUtime=219.56 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11997/stat : 11997 (java) R 11969 11969 7621 0 -1 4202560 1394 0 0 0 21944 12 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240566034760 140240772767369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11998] ppid=11969 vsize=13801768 CPUtime=218.57 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11998/stat : 11998 (java) R 11969 11969 7621 0 -1 4202560 1093 0 0 0 21846 11 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240564982024 140240773321308 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
Current children cumulated CPU time (s) 1764.4
Current children cumulated vsize (KiB) 13811280

[startup+282.301 s]
/proc/loadavg: 15.68 13.51 12.84 17/300 12262
/proc/meminfo: memFree=27945688/32770624 swapFree=5800/284960
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
[pid=11970] ppid=11969 vsize=13801768 CPUtime=2242.21 cores=0,2,4,6,8,10,12,14
/proc/11970/stat : 11970 (java) S 11969 11969 7621 0 -1 1077944320 61695 0 0 0 223981 240 0 0 20 0 28 0 4621644 14133010432 873400 33554432000 4194304 4196468 140722231223504 140722231206048 140241127579383 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
/proc/11970/statm: 3450442 873400 3273 1 0 3437675 0
[pid=11970/tid=11971] ppid=11969 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11971/stat : 11971 (java) S 11969 11969 7621 0 -1 1077944384 6819 0 0 0 101 5 0 0 20 0 28 0 4621644 14133010432 873400 33554432000 4194304 4196468 140722231223504 140241131820160 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11973] ppid=11969 vsize=13801768 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11973/stat : 11973 (java) S 11969 11969 7621 0 -1 1077944384 299 0 0 0 18 17 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240727243664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11974] ppid=11969 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11974/stat : 11974 (java) S 11969 11969 7621 0 -1 1077944384 690 0 0 0 17 16 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240726190864 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11975] ppid=11969 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11975/stat : 11975 (java) S 11969 11969 7621 0 -1 1077944384 811 0 0 0 16 12 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240725138576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11976] ppid=11969 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11976/stat : 11976 (java) S 11969 11969 7621 0 -1 1077944384 859 0 0 0 17 16 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240724085776 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11977] ppid=11969 vsize=13801768 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11977/stat : 11977 (java) S 11969 11969 7621 0 -1 1077944384 397 0 0 0 17 18 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240723032464 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11978] ppid=11969 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11978/stat : 11978 (java) S 11969 11969 7621 0 -1 1077944384 273 0 0 0 16 16 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240721979664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11979] ppid=11969 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11979/stat : 11979 (java) S 11969 11969 7621 0 -1 1077944384 247 0 0 0 17 17 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240720927376 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11980] ppid=11969 vsize=13801768 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11980/stat : 11980 (java) S 11969 11969 7621 0 -1 1077944384 1004 0 0 0 20 17 0 0 20 0 28 0 4621645 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240719874576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11981] ppid=11969 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11981/stat : 11981 (java) S 11969 11969 7621 0 -1 1077944384 2302 0 0 0 3 3 0 0 20 0 28 0 4621648 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240589838960 140241127590530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11982] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11982/stat : 11982 (java) S 11969 11969 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4621648 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240588784992 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11983] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11983/stat : 11983 (java) S 11969 11969 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4621649 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240587732592 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11984] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11984/stat : 11984 (java) S 11969 11969 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240586680912 140241127597979 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11985] ppid=11969 vsize=13801768 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11985/stat : 11985 (java) S 11969 11969 7621 0 -1 1077944384 8410 0 0 0 337 2 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240585627760 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11986] ppid=11969 vsize=13801768 CPUtime=3.27 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11986/stat : 11986 (java) S 11969 11969 7621 0 -1 1077944384 7861 0 0 0 325 2 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240584574960 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11987] ppid=11969 vsize=13801768 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11987/stat : 11987 (java) S 11969 11969 7621 0 -1 1077944384 6894 0 0 0 265 1 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240583522672 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11988] ppid=11969 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11988/stat : 11988 (java) S 11969 11969 7621 0 -1 1077944384 6764 0 0 0 87 2 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240582469872 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11989] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11989/stat : 11989 (java) S 11969 11969 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240581417824 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11990] ppid=11969 vsize=13801768 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11990/stat : 11990 (java) S 11969 11969 7621 0 -1 1077944384 488 0 0 0 7 8 0 0 20 0 28 0 4621653 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240580365104 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 21 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11991] ppid=11969 vsize=13801768 CPUtime=278.28 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11991/stat : 11991 (java) R 11969 11969 7621 0 -1 4202560 1938 0 0 0 27817 11 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240572350632 140240771360547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11992] ppid=11969 vsize=13801768 CPUtime=278.78 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11992/stat : 11992 (java) R 11969 11969 7621 0 -1 4202560 2499 0 0 0 27868 10 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240571300768 140240772639101 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11993] ppid=11969 vsize=13801768 CPUtime=277.52 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11993/stat : 11993 (java) R 11969 11969 7621 0 -1 4202560 4586 0 0 0 27737 15 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240570244448 140240772723635 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11994] ppid=11969 vsize=13801768 CPUtime=278.71 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11994/stat : 11994 (java) R 11969 11969 7621 0 -1 4202560 3261 0 0 0 27853 18 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240569192312 140240773044380 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11995] ppid=11969 vsize=13801768 CPUtime=279.38 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11995/stat : 11995 (java) R 11969 11969 7621 0 -1 4202560 726 0 0 0 27937 1 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240568139864 140240771090689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11996] ppid=11969 vsize=13801768 CPUtime=277.24 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11996/stat : 11996 (java) R 11969 11969 7621 0 -1 4202560 499 0 0 0 27724 0 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240567087400 140240771361032 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11997] ppid=11969 vsize=13801768 CPUtime=279.45 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11997/stat : 11997 (java) R 11969 11969 7621 0 -1 4202560 1574 0 0 0 27932 13 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240566034760 140240773182057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11998] ppid=11969 vsize=13801768 CPUtime=278.49 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11998/stat : 11998 (java) R 11969 11969 7621 0 -1 4202560 1200 0 0 0 27838 11 0 0 20 0 28 0 4621757 14133010432 873400 33554432000 4194304 4196468 140722231223504 140240564982024 140240771361061 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
Current children cumulated CPU time (s) 2242.21
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.202 s]
/proc/loadavg: 15.71 13.66 12.90 17/300 12262
/proc/meminfo: memFree=27926740/32770624 swapFree=5800/284976
[pid=11969] ppid=11966 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11969/stat : 11969 (xcsp3-exec) S 11966 11969 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4621644 9740288 346 33554432000 4194304 5098028 140729160864912 140729160863016 139958070141564 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16252928 140729160869007 140729160869216 140729160869216 140729160871915 0
/proc/11969/statm: 2378 346 289 221 0 87 0
[pid=11970] ppid=11969 vsize=13801768 CPUtime=2400.74 cores=0,2,4,6,8,10,12,14
/proc/11970/stat : 11970 (java) S 11969 11969 7621 0 -1 1077944320 62519 0 0 0 239833 241 0 0 20 0 28 0 4621644 14133010432 878008 33554432000 4194304 4196468 140722231223504 140722231206048 140241127579383 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
/proc/11970/statm: 3450442 878008 3273 1 0 3437675 0
[pid=11970/tid=11971] ppid=11969 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11971/stat : 11971 (java) S 11969 11969 7621 0 -1 1077944384 6819 0 0 0 101 5 0 0 20 0 28 0 4621644 14133010432 878008 33554432000 4194304 4196468 140722231223504 140241131820160 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11973] ppid=11969 vsize=13801768 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11973/stat : 11973 (java) S 11969 11969 7621 0 -1 1077944384 299 0 0 0 18 17 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240727243664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11974] ppid=11969 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11974/stat : 11974 (java) S 11969 11969 7621 0 -1 1077944384 690 0 0 0 17 16 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240726190864 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11975] ppid=11969 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11975/stat : 11975 (java) S 11969 11969 7621 0 -1 1077944384 811 0 0 0 16 12 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240725138576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11976] ppid=11969 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11976/stat : 11976 (java) S 11969 11969 7621 0 -1 1077944384 859 0 0 0 17 16 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240724085776 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11977] ppid=11969 vsize=13801768 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11977/stat : 11977 (java) S 11969 11969 7621 0 -1 1077944384 397 0 0 0 17 18 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240723032464 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11978] ppid=11969 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11978/stat : 11978 (java) S 11969 11969 7621 0 -1 1077944384 273 0 0 0 16 16 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240721979664 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11979] ppid=11969 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11979/stat : 11979 (java) S 11969 11969 7621 0 -1 1077944384 247 0 0 0 17 17 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240720927376 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11980] ppid=11969 vsize=13801768 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11980/stat : 11980 (java) S 11969 11969 7621 0 -1 1077944384 1004 0 0 0 20 17 0 0 20 0 28 0 4621645 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240719874576 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11981] ppid=11969 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11981/stat : 11981 (java) S 11969 11969 7621 0 -1 1077944384 2302 0 0 0 3 3 0 0 20 0 28 0 4621648 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240589838960 140241127590530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11982] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11982/stat : 11982 (java) S 11969 11969 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4621648 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240588784992 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11983] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11983/stat : 11983 (java) S 11969 11969 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4621649 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240587732592 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11984] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11984/stat : 11984 (java) S 11969 11969 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240586680912 140241127597979 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11985] ppid=11969 vsize=13801768 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11985/stat : 11985 (java) S 11969 11969 7621 0 -1 1077944384 8410 0 0 0 337 2 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240585627760 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11986] ppid=11969 vsize=13801768 CPUtime=3.27 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11986/stat : 11986 (java) S 11969 11969 7621 0 -1 1077944384 7861 0 0 0 325 2 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240584574960 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11987] ppid=11969 vsize=13801768 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11987/stat : 11987 (java) S 11969 11969 7621 0 -1 1077944384 6894 0 0 0 265 1 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240583522672 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11988] ppid=11969 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11988/stat : 11988 (java) S 11969 11969 7621 0 -1 1077944384 6764 0 0 0 87 2 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240582469872 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11989] ppid=11969 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11989/stat : 11989 (java) S 11969 11969 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240581417824 140241127589589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11990] ppid=11969 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11990/stat : 11990 (java) S 11969 11969 7621 0 -1 1077944384 488 0 0 0 8 8 0 0 20 0 28 0 4621653 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240580365104 140241127590530 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 21 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11991] ppid=11969 vsize=13801768 CPUtime=298.17 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11991/stat : 11991 (java) R 11969 11969 7621 0 -1 4202560 2087 0 0 0 29805 12 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240572350632 140240771360538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11992] ppid=11969 vsize=13801768 CPUtime=298.67 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11992/stat : 11992 (java) R 11969 11969 7621 0 -1 4202560 2639 0 0 0 29856 11 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240571300768 140240772639101 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11993] ppid=11969 vsize=13801768 CPUtime=297.16 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11993/stat : 11993 (java) R 11969 11969 7621 0 -1 4202560 4732 0 0 0 29701 15 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240570244448 140240773044344 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11994] ppid=11969 vsize=13801768 CPUtime=298.34 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11994/stat : 11994 (java) R 11969 11969 7621 0 -1 4202560 3504 0 0 0 29815 19 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240569192312 140240773008755 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11995] ppid=11969 vsize=13801768 CPUtime=299.27 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11995/stat : 11995 (java) R 11969 11969 7621 0 -1 4202560 749 0 0 0 29926 1 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240568139864 140240771090645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11996] ppid=11969 vsize=13801768 CPUtime=297.08 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11996/stat : 11996 (java) R 11969 11969 7621 0 -1 4202560 499 0 0 0 29708 0 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240567087400 140240772026976 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11997] ppid=11969 vsize=13801768 CPUtime=299.34 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11997/stat : 11997 (java) R 11969 11969 7621 0 -1 4202560 1646 0 0 0 29921 13 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240566034760 140240773321308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
[pid=11970/tid=11998] ppid=11969 vsize=13801768 CPUtime=298.36 cores=0,2,4,6,8,10,12,14
/proc/11970/task/11998/stat : 11998 (java) R 11969 11969 7621 0 -1 4202560 1251 0 0 0 29825 11 0 0 20 0 28 0 4621757 14133010432 878008 33554432000 4194304 4196468 140722231223504 140240564982024 140240773321391 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15077376 140722231227580 140722231227756 140722231227756 140722231230415 0
Current children cumulated CPU time (s) 2400.74
Current children cumulated vsize (KiB) 13811280

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11969 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2056
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1028
# CPU time returned by wait4() is 0.003084
# while last known CPU time is 2400.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.213
CPU time (s): 2400.74
CPU user time (s): 2398.33
CPU system time (s): 2.41
CPU usage (%): 794.387
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002056
system time used= 0.001028
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.57786 second user time and 4.65866 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 05:18:59
IDJOB=4249111
IDBENCH=135555
IDSOLVER=2625
FILE ID=node124/4249111-1500693539
RUNJOBID= node124-1500683887-7652
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-pigeon/Pb-pigeon-card-085-080.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249111-1500693539/watcher-4249111-1500693539 -o /tmp/evaluation-result-4249111-1500693539/solver-4249111-1500693539 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 868534009 HOME/instance-4249111-1500693539.xml

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

MD5SUM BENCH= 28cd33bc142e306671660e6b259caafc
RANDOM SEED=868534009

node124.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		: 1733.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.16
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	: 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	: 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		: 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.16
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	: 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	: 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	: 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.16
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		: 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		: 1600.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.16
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	: 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		: 1867.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.16
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		: 2668.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	: 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		: 1867.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.16
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		: 2668.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	: 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	: 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.16
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		: 2668.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	: 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		: 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.16
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		: 2668.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:        29581400 kB
MemAvailable:   29743544 kB
Buffers:          115708 kB
Cached:           328884 kB
SwapCached:            0 kB
Active:          2463448 kB
Inactive:         292920 kB
Active(anon):    2314632 kB
Inactive(anon):     8744 kB
Active(file):     148816 kB
Inactive(file):   284176 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7656 kB
Writeback:             0 kB
AnonPages:       2377012 kB
Mapped:            42764 kB
Shmem:              8840 kB
Slab:             123656 kB
SReclaimable:      89972 kB
SUnreclaim:        33684 kB
KernelStack:        5024 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4495172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61992 MiB
End job on node124 at 2017-07-22 05:24:01