Trace number 4245350

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 5a (2017-07-05)UNSAT 75.2071 19.8318

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-020-05-mul.xml
MD5SUMa36cd0da2272e5282cbf2247e3cbad08
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.94687301
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":20},{"size":400,"count":5}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
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-4245350-1500685925.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245350-1500685925.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
22.71/13.17	c solve instance...
75.17/19.82	s UNSATISFIABLE

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-4245350-1500685925/watcher-4245350-1500685925 -o /tmp/evaluation-result-4245350-1500685925/solver-4245350-1500685925 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1300517260 HOME/instance-4245350-1500685925.xml 

pid=20120
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: 14.86 15.68 14.63 10/273 20123
/proc/meminfo: memFree=30723064/32770624 swapFree=5884/238840
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0

[startup+0.10014 s]
/proc/loadavg: 14.86 15.68 14.63 10/273 20123
/proc/meminfo: memFree=30723064/32770624 swapFree=5884/238840
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200356 s]
/proc/loadavg: 14.86 15.68 14.63 10/273 20123
/proc/meminfo: memFree=30723064/32770624 swapFree=5884/238840
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300241 s]
/proc/loadavg: 14.86 15.68 14.63 10/273 20123
/proc/meminfo: memFree=30723064/32770624 swapFree=5884/238840
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700199 s]
/proc/loadavg: 14.86 15.68 14.63 10/273 20123
/proc/meminfo: memFree=30723064/32770624 swapFree=5884/238840
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50091 s]
/proc/loadavg: 14.39 15.57 14.60 10/294 20144
/proc/meminfo: memFree=30662988/32770624 swapFree=5884/238872
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
[pid=20124] ppid=20123 vsize=13269256 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/20124/stat : 20124 (java) S 20123 20123 8571 0 -1 1077944320 15278 0 0 0 279 5 0 0 20 0 20 0 3860240 13587718144 27256 33554432000 4194304 4196468 140733768271264 140733768253808 140403529301751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
/proc/20124/statm: 3317314 27256 3206 1 0 3304547 0
[pid=20124/tid=20125] ppid=20123 vsize=13269256 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20125/stat : 20125 (java) R 20123 20123 8571 0 -1 4202560 7170 0 0 0 144 3 0 0 20 0 20 0 3860240 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403533536280 140403170757040 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20127] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20127/stat : 20127 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403128486544 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20128] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20128/stat : 20128 (java) S 20123 20123 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403127433744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20129] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20129/stat : 20129 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403126380944 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20130] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20130/stat : 20130 (java) S 20123 20123 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403125328144 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20131] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20131/stat : 20131 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403124276368 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20132] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20132/stat : 20132 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403123223568 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20133] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20133/stat : 20133 (java) S 20123 20123 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403122170768 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20134] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20134/stat : 20134 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3860241 13587718144 27256 33554432000 4194304 4196468 140733768271264 140403121117968 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20135] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20135/stat : 20135 (java) S 20123 20123 8571 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3860243 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402723125616 140403529312898 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20136] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20136/stat : 20136 (java) S 20123 20123 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3860244 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402722071584 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20137] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20137/stat : 20137 (java) S 20123 20123 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3860244 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402721018736 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20138] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20138/stat : 20138 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402719967056 140403529320347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20139] ppid=20123 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20139/stat : 20139 (java) S 20123 20123 8571 0 -1 1077944384 1799 0 0 0 31 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402718915440 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20140] ppid=20123 vsize=13269256 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20140/stat : 20140 (java) S 20123 20123 8571 0 -1 1077944384 1394 0 0 0 33 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402717862640 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 6 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20141] ppid=20123 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20141/stat : 20141 (java) S 20123 20123 8571 0 -1 1077944384 1763 0 0 0 28 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402716809840 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20142] ppid=20123 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20142/stat : 20142 (java) S 20123 20123 8571 0 -1 1077944384 1834 0 0 0 40 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402715757040 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 11 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20143] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20143/stat : 20143 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402714704480 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20144] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20144/stat : 20144 (java) S 20123 20123 8571 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 27256 33554432000 4194304 4196468 140733768271264 140402713651760 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 9 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 13278768

[startup+3.10091 s]
/proc/loadavg: 14.39 15.57 14.60 15/294 20144
/proc/meminfo: memFree=30567144/32770624 swapFree=5884/238872
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
[pid=20124] ppid=20123 vsize=13269256 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/20124/stat : 20124 (java) S 20123 20123 8571 0 -1 1077944320 19723 0 0 0 509 62 0 0 20 0 20 0 3860240 13587718144 70257 33554432000 4194304 4196468 140733768271264 140733768253808 140403529301751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
/proc/20124/statm: 3317314 70257 3239 1 0 3304547 0
[pid=20124/tid=20125] ppid=20123 vsize=13269256 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20125/stat : 20125 (java) R 20123 20123 8571 0 -1 4202560 8830 0 0 0 293 4 0 0 20 0 20 0 3860240 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403533537688 140403170757024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20127] ppid=20123 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20127/stat : 20127 (java) S 20123 20123 8571 0 -1 1077944384 97 0 0 0 3 6 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403128486544 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20128] ppid=20123 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20128/stat : 20128 (java) S 20123 20123 8571 0 -1 1077944384 83 0 0 0 3 6 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403127433744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20129] ppid=20123 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20129/stat : 20129 (java) S 20123 20123 8571 0 -1 1077944384 64 0 0 0 3 6 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403126380944 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20130] ppid=20123 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20130/stat : 20130 (java) S 20123 20123 8571 0 -1 1077944384 62 0 0 0 2 6 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403125328144 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20131] ppid=20123 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20131/stat : 20131 (java) S 20123 20123 8571 0 -1 1077944384 144 0 0 0 3 6 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403124276368 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20132] ppid=20123 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20132/stat : 20132 (java) S 20123 20123 8571 0 -1 1077944384 81 0 0 0 3 7 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403123223568 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20133] ppid=20123 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20133/stat : 20133 (java) S 20123 20123 8571 0 -1 1077944384 87 0 0 0 3 6 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403122170768 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20134] ppid=20123 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20134/stat : 20134 (java) S 20123 20123 8571 0 -1 1077944384 130 0 0 0 3 7 0 0 20 0 20 0 3860241 13587718144 70257 33554432000 4194304 4196468 140733768271264 140403121117968 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20135] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20135/stat : 20135 (java) S 20123 20123 8571 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 20 0 3860243 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402723125616 140403529312898 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20136] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20136/stat : 20136 (java) S 20123 20123 8571 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3860244 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402722071584 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20137] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20137/stat : 20137 (java) S 20123 20123 8571 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3860244 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402721018736 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20138] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20138/stat : 20138 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402719967056 140403529320347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20139] ppid=20123 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20139/stat : 20139 (java) S 20123 20123 8571 0 -1 1077944384 2130 0 0 0 43 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402718915440 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20140] ppid=20123 vsize=13269256 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20140/stat : 20140 (java) S 20123 20123 8571 0 -1 1077944384 1627 0 0 0 48 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402717862640 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20141] ppid=20123 vsize=13269256 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20141/stat : 20141 (java) S 20123 20123 8571 0 -1 1077944384 2105 0 0 0 46 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402716809840 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 4 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20142] ppid=20123 vsize=13269256 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20142/stat : 20142 (java) S 20123 20123 8571 0 -1 1077944384 2757 0 0 0 52 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402715757040 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 11 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20143] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20143/stat : 20143 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402714704480 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20144] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20144/stat : 20144 (java) S 20123 20123 8571 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 70257 33554432000 4194304 4196468 140733768271264 140402713651760 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 13278768

[startup+6.30092 s]
/proc/loadavg: 14.20 15.51 14.58 11/294 20144
/proc/meminfo: memFree=30315852/32770624 swapFree=5884/238884
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
[pid=20124] ppid=20123 vsize=13269256 CPUtime=10.62 cores=0,2,4,6,8,10,12,14
/proc/20124/stat : 20124 (java) S 20123 20123 8571 0 -1 1077944320 22674 0 0 0 925 137 0 0 20 0 20 0 3860240 13587718144 104893 33554432000 4194304 4196468 140733768271264 140733768253808 140403529301751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
/proc/20124/statm: 3317314 104893 3245 1 0 3304547 0
[pid=20124/tid=20125] ppid=20123 vsize=13269256 CPUtime=6.02 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20125/stat : 20125 (java) R 20123 20123 8571 0 -1 4202560 8876 0 0 0 598 4 0 0 20 0 20 0 3860240 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403533538088 140403170757040 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20127] ppid=20123 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20127/stat : 20127 (java) S 20123 20123 8571 0 -1 1077944384 191 0 0 0 8 15 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403128486544 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20128] ppid=20123 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20128/stat : 20128 (java) S 20123 20123 8571 0 -1 1077944384 179 0 0 0 7 16 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403127433744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20129] ppid=20123 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20129/stat : 20129 (java) S 20123 20123 8571 0 -1 1077944384 146 0 0 0 8 15 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403126380944 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20130] ppid=20123 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20130/stat : 20130 (java) S 20123 20123 8571 0 -1 1077944384 154 0 0 0 7 16 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403125328144 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20131] ppid=20123 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20131/stat : 20131 (java) S 20123 20123 8571 0 -1 1077944384 227 0 0 0 7 16 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403124276368 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20132] ppid=20123 vsize=13269256 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20132/stat : 20132 (java) S 20123 20123 8571 0 -1 1077944384 162 0 0 0 7 15 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403123223568 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20133] ppid=20123 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20133/stat : 20133 (java) S 20123 20123 8571 0 -1 1077944384 173 0 0 0 8 16 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403122170768 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20134] ppid=20123 vsize=13269256 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20134/stat : 20134 (java) S 20123 20123 8571 0 -1 1077944384 200 0 0 0 7 15 0 0 20 0 20 0 3860241 13587718144 104893 33554432000 4194304 4196468 140733768271264 140403121117968 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20135] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20135/stat : 20135 (java) S 20123 20123 8571 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 20 0 3860243 13587718144 104893 33554432000 4194304 4196468 140733768271264 140402723125616 140403529312898 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20136] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20136/stat : 20136 (java) S 20123 20123 8571 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3860244 13587718144 104893 33554432000 4194304 4196468 140733768271264 140402722071648 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20137] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20137/stat : 20137 (java) S 20123 20123 8571 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3860244 13587718144 104893 33554432000 4194304 4196468 140733768271264 140402721018736 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20138] ppid=20123 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20138/stat : 20138 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3860248 13587718144 104893 33554432000 4194304 4196468 140733768271264 140402719967056 140403529320347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0

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

/proc/20124/task/20136/stat : 20136 (java) S 20123 20123 8571 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 3860244 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402722071648 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20137] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20137/stat : 20137 (java) S 20123 20123 8571 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 3860244 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402721018752 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20138] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20138/stat : 20138 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402719967056 140403529320347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20139] ppid=20123 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20139/stat : 20139 (java) S 20123 20123 8571 0 -1 1077944384 4901 0 0 0 196 1 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402718915440 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20140] ppid=20123 vsize=13801768 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20140/stat : 20140 (java) S 20123 20123 8571 0 -1 1077944384 5539 0 0 0 167 1 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402717862640 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 6 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20141] ppid=20123 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20141/stat : 20141 (java) S 20123 20123 8571 0 -1 1077944384 5409 0 0 0 196 1 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402716809840 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20142] ppid=20123 vsize=13801768 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20142/stat : 20142 (java) S 20123 20123 8571 0 -1 1077944384 4972 0 0 0 87 1 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402715757040 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20143] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20143/stat : 20143 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402714704480 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20144] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20144/stat : 20144 (java) S 20123 20123 8571 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402713651760 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 9 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20145] ppid=20123 vsize=13801768 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20145/stat : 20145 (java) R 20123 20123 8571 0 -1 4202560 499 0 0 0 486 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402705637000 140403174119442 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20146] ppid=20123 vsize=13801768 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20146/stat : 20146 (java) R 20123 20123 8571 0 -1 4202560 673 0 0 0 450 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402704584096 140403173467600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20147] ppid=20123 vsize=13801768 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20147/stat : 20147 (java) R 20123 20123 8571 0 -1 4202560 1773 0 0 0 491 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402703533000 140403173467600 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20148] ppid=20123 vsize=13801768 CPUtime=4.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20148/stat : 20148 (java) R 20123 20123 8571 0 -1 4202560 302 0 0 0 497 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402702480024 140403173709108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20149] ppid=20123 vsize=13801768 CPUtime=4.81 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20149/stat : 20149 (java) R 20123 20123 8571 0 -1 4202560 585 0 0 0 481 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402701426808 140403173763952 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20150] ppid=20123 vsize=13801768 CPUtime=4.69 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20150/stat : 20150 (java) R 20123 20123 8571 0 -1 4202560 231 0 0 0 469 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402700374840 140403173467600 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20151] ppid=20123 vsize=13801768 CPUtime=4.95 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20151/stat : 20151 (java) R 20123 20123 8571 0 -1 4202560 7647 0 0 0 495 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402699323352 140403173467600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20152] ppid=20123 vsize=13801768 CPUtime=4.87 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20152/stat : 20152 (java) R 20123 20123 8571 0 -1 4202560 502 0 0 0 487 0 0 0 20 0 28 0 3861558 14133010432 262602 33554432000 4194304 4196468 140733768271264 140402698269176 140403173467600 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
Current children cumulated CPU time (s) 70.33
Current children cumulated vsize (KiB) 13811280

[startup+19.6013 s]
/proc/loadavg: 13.88 15.40 14.56 21/302 20152
/proc/meminfo: memFree=29683308/32770624 swapFree=5884/238896
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
[pid=20124] ppid=20123 vsize=13801768 CPUtime=73.5 cores=0,2,4,6,8,10,12,14
/proc/20124/stat : 20124 (java) S 20123 20123 8571 0 -1 1077944320 57033 0 0 0 6963 387 0 0 20 0 28 0 3860240 14133010432 262612 33554432000 4194304 4196468 140733768271264 140733768253808 140403529301751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
/proc/20124/statm: 3450442 262612 3295 1 0 3437675 0
[pid=20124/tid=20125] ppid=20123 vsize=13801768 CPUtime=12.19 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20125/stat : 20125 (java) S 20123 20123 8571 0 -1 1077944384 9310 0 0 0 1213 6 0 0 20 0 28 0 3860240 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403533542528 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20127] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20127/stat : 20127 (java) S 20123 20123 8571 0 -1 1077944384 1477 0 0 0 116 45 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403128486544 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20128] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20128/stat : 20128 (java) S 20123 20123 8571 0 -1 1077944384 1310 0 0 0 115 46 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403127433744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20129] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20129/stat : 20129 (java) S 20123 20123 8571 0 -1 1077944384 1592 0 0 0 115 46 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403126380944 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20130] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20130/stat : 20130 (java) S 20123 20123 8571 0 -1 1077944384 1591 0 0 0 114 47 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403125328144 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20131] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20131/stat : 20131 (java) S 20123 20123 8571 0 -1 1077944384 1452 0 0 0 113 48 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403124276368 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20132] ppid=20123 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20132/stat : 20132 (java) S 20123 20123 8571 0 -1 1077944384 1443 0 0 0 113 47 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403123223568 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20133] ppid=20123 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20133/stat : 20133 (java) S 20123 20123 8571 0 -1 1077944384 1514 0 0 0 114 46 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403122170768 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20134] ppid=20123 vsize=13801768 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20134/stat : 20134 (java) S 20123 20123 8571 0 -1 1077944384 1408 0 0 0 113 44 0 0 20 0 28 0 3860241 14133010432 262612 33554432000 4194304 4196468 140733768271264 140403121117968 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20135] ppid=20123 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20135/stat : 20135 (java) S 20123 20123 8571 0 -1 1077944384 1362 0 0 0 8 0 0 0 20 0 28 0 3860243 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402723125616 140403529312898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20136] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20136/stat : 20136 (java) S 20123 20123 8571 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 3860244 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402722071648 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20137] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20137/stat : 20137 (java) S 20123 20123 8571 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 3860244 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402721018752 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20138] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20138/stat : 20138 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402719967056 140403529320347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20139] ppid=20123 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20139/stat : 20139 (java) S 20123 20123 8571 0 -1 1077944384 4901 0 0 0 196 1 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402718915440 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20140] ppid=20123 vsize=13801768 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20140/stat : 20140 (java) S 20123 20123 8571 0 -1 1077944384 5539 0 0 0 167 1 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402717862640 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 6 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20141] ppid=20123 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20141/stat : 20141 (java) S 20123 20123 8571 0 -1 1077944384 5409 0 0 0 196 1 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402716809840 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20142] ppid=20123 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20142/stat : 20142 (java) S 20123 20123 8571 0 -1 1077944384 5009 0 0 0 88 1 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402715757040 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20143] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20143/stat : 20143 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402714704480 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20144] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20144/stat : 20144 (java) S 20123 20123 8571 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402713651760 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 9 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20145] ppid=20123 vsize=13801768 CPUtime=5.26 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20145/stat : 20145 (java) R 20123 20123 8571 0 -1 4202560 513 0 0 0 526 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402705636312 140403173911825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20146] ppid=20123 vsize=13801768 CPUtime=4.9 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20146/stat : 20146 (java) R 20123 20123 8571 0 -1 4202560 678 0 0 0 490 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402704584096 140403173468019 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20147] ppid=20123 vsize=13801768 CPUtime=5.3 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20147/stat : 20147 (java) R 20123 20123 8571 0 -1 4202560 1791 0 0 0 530 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402703532568 140403173816074 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20148] ppid=20123 vsize=13801768 CPUtime=5.37 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20148/stat : 20148 (java) R 20123 20123 8571 0 -1 4202560 329 0 0 0 537 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402702479496 140403173467600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20149] ppid=20123 vsize=13801768 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20149/stat : 20149 (java) R 20123 20123 8571 0 -1 4202560 593 0 0 0 520 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402701426696 140403173467600 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20150] ppid=20123 vsize=13801768 CPUtime=5.09 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20150/stat : 20150 (java) R 20123 20123 8571 0 -1 4202560 243 0 0 0 509 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402700374104 140403173467600 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20151] ppid=20123 vsize=13801768 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20151/stat : 20151 (java) R 20123 20123 8571 0 -1 4202560 7668 0 0 0 535 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402699321368 140403173467600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20152] ppid=20123 vsize=13801768 CPUtime=5.27 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20152/stat : 20152 (java) R 20123 20123 8571 0 -1 4202560 509 0 0 0 527 0 0 0 20 0 28 0 3861558 14133010432 262612 33554432000 4194304 4196468 140733768271264 140402698268504 140403173605801 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
Current children cumulated CPU time (s) 73.5
Current children cumulated vsize (KiB) 13811280

[startup+19.8013 s]
/proc/loadavg: 13.88 15.40 14.56 18/302 20152
/proc/meminfo: memFree=29682688/32770624 swapFree=5884/238896
[pid=20123] ppid=20120 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20123/stat : 20123 (xcsp3-exec) S 20120 20123 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3860240 9740288 346 33554432000 4194304 5098028 140720469832416 140720469830520 140317948637820 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 17321984 140720469836942 140720469837152 140720469837152 140720469839851 0
/proc/20123/statm: 2378 346 289 221 0 87 0
[pid=20124] ppid=20123 vsize=13801768 CPUtime=75.17 cores=0,2,4,6,8,10,12,14
/proc/20124/stat : 20124 (java) S 20123 20123 8571 0 -1 1077944320 57155 0 0 0 7130 387 0 0 20 0 28 0 3860240 14133010432 262613 33554432000 4194304 4196468 140733768271264 140733768253808 140403529301751 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
/proc/20124/statm: 3450442 262613 3295 1 0 3437675 0
[pid=20124/tid=20125] ppid=20123 vsize=13801768 CPUtime=12.19 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20125/stat : 20125 (java) S 20123 20123 8571 0 -1 1077944384 9310 0 0 0 1213 6 0 0 20 0 28 0 3860240 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403533542528 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20127] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20127/stat : 20127 (java) S 20123 20123 8571 0 -1 1077944384 1477 0 0 0 116 45 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403128486544 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20128] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20128/stat : 20128 (java) S 20123 20123 8571 0 -1 1077944384 1310 0 0 0 115 46 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403127433744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20129] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20129/stat : 20129 (java) S 20123 20123 8571 0 -1 1077944384 1592 0 0 0 115 46 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403126380944 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20130] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20130/stat : 20130 (java) S 20123 20123 8571 0 -1 1077944384 1591 0 0 0 114 47 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403125328144 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20131] ppid=20123 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20131/stat : 20131 (java) S 20123 20123 8571 0 -1 1077944384 1452 0 0 0 113 48 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403124276368 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20132] ppid=20123 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20132/stat : 20132 (java) S 20123 20123 8571 0 -1 1077944384 1443 0 0 0 113 47 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403123223568 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20133] ppid=20123 vsize=13801768 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20133/stat : 20133 (java) S 20123 20123 8571 0 -1 1077944384 1514 0 0 0 114 46 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403122170768 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20134] ppid=20123 vsize=13801768 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20134/stat : 20134 (java) S 20123 20123 8571 0 -1 1077944384 1408 0 0 0 113 44 0 0 20 0 28 0 3860241 14133010432 262613 33554432000 4194304 4196468 140733768271264 140403121117968 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20135] ppid=20123 vsize=13801768 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20135/stat : 20135 (java) S 20123 20123 8571 0 -1 1077944384 1362 0 0 0 8 0 0 0 20 0 28 0 3860243 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402723125616 140403529312898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20136] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20136/stat : 20136 (java) S 20123 20123 8571 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 3860244 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402722071648 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20137] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20137/stat : 20137 (java) S 20123 20123 8571 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 3860244 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402721018752 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20138] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20138/stat : 20138 (java) S 20123 20123 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402719967056 140403529320347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20139] ppid=20123 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20139/stat : 20139 (java) S 20123 20123 8571 0 -1 1077944384 4901 0 0 0 196 1 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402718915440 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20140] ppid=20123 vsize=13801768 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20140/stat : 20140 (java) S 20123 20123 8571 0 -1 1077944384 5539 0 0 0 167 1 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402717862640 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 6 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20141] ppid=20123 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20141/stat : 20141 (java) S 20123 20123 8571 0 -1 1077944384 5409 0 0 0 196 1 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402716809840 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20142] ppid=20123 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20142/stat : 20142 (java) S 20123 20123 8571 0 -1 1077944384 5009 0 0 0 88 1 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402715757040 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20143] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20143/stat : 20143 (java) S 20123 20123 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402714704480 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20144] ppid=20123 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20144/stat : 20144 (java) S 20123 20123 8571 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3860248 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402713651760 140403529312898 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 9 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20145] ppid=20123 vsize=13801768 CPUtime=5.46 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20145/stat : 20145 (java) S 20123 20123 8571 0 -1 1077944384 540 0 0 0 546 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402705641008 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20146] ppid=20123 vsize=13801768 CPUtime=5.11 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20146/stat : 20146 (java) S 20123 20123 8571 0 -1 1077944384 678 0 0 0 511 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402704589520 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20147] ppid=20123 vsize=13801768 CPUtime=5.51 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20147/stat : 20147 (java) S 20123 20123 8571 0 -1 1077944384 1853 0 0 0 551 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402703537744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20148] ppid=20123 vsize=13801768 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20148/stat : 20148 (java) S 20123 20123 8571 0 -1 1077944384 329 0 0 0 558 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402702484944 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20149] ppid=20123 vsize=13801768 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20149/stat : 20149 (java) R 20123 20123 8571 0 -1 4202560 593 0 0 0 540 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402701426696 140403173708352 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20150] ppid=20123 vsize=13801768 CPUtime=5.3 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20150/stat : 20150 (java) S 20123 20123 8571 0 -1 1077944384 254 0 0 0 530 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402700379344 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20151] ppid=20123 vsize=13801768 CPUtime=5.56 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20151/stat : 20151 (java) R 20123 20123 8571 0 -1 4202560 7670 0 0 0 556 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402699321368 140403173467631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
[pid=20124/tid=20152] ppid=20123 vsize=13801768 CPUtime=5.48 cores=0,2,4,6,8,10,12,14
/proc/20124/task/20152/stat : 20152 (java) S 20123 20123 8571 0 -1 1077944384 529 0 0 0 548 0 0 0 20 0 28 0 3861558 14133010432 262613 33554432000 4194304 4196468 140733768271264 140402698273744 140403529311957 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34394112 140733768275132 140733768275308 140733768275308 140733768277967 0
Current children cumulated CPU time (s) 75.17
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 19.8318
CPU time (s): 75.2071
CPU user time (s): 71.3205
CPU system time (s): 3.88664
CPU usage (%): 379.225
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.3205
system time used= 3.88664
maximum resident set size= 1050456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6045
involuntary context switches= 5787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184823 second user time and 0.209823 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 03:12:05
IDJOB=4245350
IDBENCH=120888
IDSOLVER=2626
FILE ID=node126/4245350-1500685925
RUNJOBID= node126-1500683384-8602
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-020-05-mul.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-4245350-1500685925/watcher-4245350-1500685925 -o /tmp/evaluation-result-4245350-1500685925/solver-4245350-1500685925 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1300517260 HOME/instance-4245350-1500685925.xml

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

MD5SUM BENCH= a36cd0da2272e5282cbf2247e3cbad08
RANDOM SEED=1300517260

node126.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.50
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.50
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.50
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		: 2267.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.50
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		: 1600.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.50
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		: 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.50
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		: 2133.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.50
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		: 1733.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.50
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:        30723148 kB
MemAvailable:   30767956 kB
Buffers:           49464 kB
Cached:           306992 kB
SwapCached:            0 kB
Active:          1427188 kB
Inactive:         247508 kB
Active(anon):    1321820 kB
Inactive(anon):     8668 kB
Active(file):     105368 kB
Inactive(file):   238840 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8520 kB
Writeback:             0 kB
AnonPages:       1377144 kB
Mapped:            42480 kB
Shmem:              8872 kB
Slab:              66316 kB
SReclaimable:      32872 kB
SUnreclaim:        33444 kB
KernelStack:        5200 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3266292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61968 MiB
End job on node126 at 2017-07-22 03:12:25