Trace number 4249895

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.47 374.811

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-02.xml
MD5SUM80353dd8c937a5bb459a24b290639269
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 variables200
Number of constraints14950
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":200}]
Minimum variable degree100
Maximum variable degree199
Distribution of variable degrees[{"degree":100,"count":100},{"degree":199,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":14950}]
Number of extensional constraints0
Number of intensional constraints14950
Distribution of constraint types[{"type":"intension","count":14950}]
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-4249895-1500695686.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4249895-1500695686.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249895-1500695686/watcher-4249895-1500695686 -o /tmp/evaluation-result-4249895-1500695686/solver-4249895-1500695686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16504 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 278306435 HOME/instance-4249895-1500695686.xml 

pid=11354
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: 13.74 14.29 14.11 9/273 11357
/proc/meminfo: memFree=31580172/32770624 swapFree=5724/266052
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0

[startup+0.1001 s]
/proc/loadavg: 13.74 14.29 14.11 9/273 11357
/proc/meminfo: memFree=31580172/32770624 swapFree=5724/266052
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200273 s]
/proc/loadavg: 13.74 14.29 14.11 9/273 11357
/proc/meminfo: memFree=31580172/32770624 swapFree=5724/266052
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.3002 s]
/proc/loadavg: 13.74 14.29 14.11 9/273 11357
/proc/meminfo: memFree=31580172/32770624 swapFree=5724/266052
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700213 s]
/proc/loadavg: 13.74 14.29 14.11 9/273 11357
/proc/meminfo: memFree=31580172/32770624 swapFree=5724/266052
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50085 s]
/proc/loadavg: 13.74 14.29 14.11 10/294 11378
/proc/meminfo: memFree=31393420/32770624 swapFree=5724/266108
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
[pid=11358] ppid=11357 vsize=13269256 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/11358/stat : 11358 (java) S 11357 11357 16473 0 -1 1077944320 14285 0 0 0 405 11 0 0 20 0 20 0 4837710 13587718144 50085 33554432000 4194304 4196468 140729243348736 140729243331280 139821815852791 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
/proc/11358/statm: 3317314 50085 3230 1 0 3304547 0
[pid=11358/tid=11359] ppid=11357 vsize=13269256 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11359/stat : 11359 (java) R 11357 11357 16473 0 -1 4202560 6275 0 0 0 139 6 0 0 20 0 20 0 4837710 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821820090568 139821406885527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11361] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11361/stat : 11361 (java) S 11357 11357 16473 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821734332816 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11362] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11362/stat : 11362 (java) S 11357 11357 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821733280016 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11363] ppid=11357 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11363/stat : 11363 (java) S 11357 11357 16473 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821732227728 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11364] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11364/stat : 11364 (java) S 11357 11357 16473 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821731174928 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11365] ppid=11357 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11365/stat : 11365 (java) S 11357 11357 16473 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821730122640 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11366] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11366/stat : 11366 (java) S 11357 11357 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821729069840 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11367] ppid=11357 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11367/stat : 11367 (java) S 11357 11357 16473 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821728017552 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11368] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11368/stat : 11368 (java) S 11357 11357 16473 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4837711 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821726964752 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11369] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11369/stat : 11369 (java) S 11357 11357 16473 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4837713 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821009221744 139821815863938 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11370] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11370/stat : 11370 (java) S 11357 11357 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821008167712 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11371] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11371/stat : 11371 (java) S 11357 11357 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821007115376 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11372] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11372/stat : 11372 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821006063696 139821815871387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11373] ppid=11357 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11373/stat : 11373 (java) S 11357 11357 16473 0 -1 1077944384 1742 0 0 0 70 0 0 0 20 0 20 0 4837718 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821005011568 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11374] ppid=11357 vsize=13269256 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11374/stat : 11374 (java) S 11357 11357 16473 0 -1 1077944384 1439 0 0 0 68 0 0 0 20 0 20 0 4837718 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821003958768 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11375] ppid=11357 vsize=13269256 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11375/stat : 11375 (java) S 11357 11357 16473 0 -1 1077944384 1823 0 0 0 75 0 0 0 20 0 20 0 4837718 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821002906480 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11376] ppid=11357 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11376/stat : 11376 (java) S 11357 11357 16473 0 -1 1077944384 1515 0 0 0 44 0 0 0 20 0 20 0 4837718 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821001853680 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11377] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11377/stat : 11377 (java) S 11357 11357 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 50085 33554432000 4194304 4196468 140729243348736 139821000800608 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11378] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11378/stat : 11378 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837719 13587718144 50085 33554432000 4194304 4196468 140729243348736 139820999747888 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 13278768

[startup+3.10078 s]
/proc/loadavg: 13.74 14.29 14.11 10/294 11378
/proc/meminfo: memFree=31288864/32770624 swapFree=5724/266108
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
[pid=11358] ppid=11357 vsize=13269256 CPUtime=6.72 cores=0,2,4,6,8,10,12,14
/proc/11358/stat : 11358 (java) S 11357 11357 16473 0 -1 1077944320 15286 0 0 0 598 74 0 0 20 0 20 0 4837710 13587718144 76542 33554432000 4194304 4196468 140729243348736 140729243331280 139821815852791 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
/proc/11358/statm: 3317314 76542 3233 1 0 3304547 0
[pid=11358/tid=11359] ppid=11357 vsize=13269256 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11359/stat : 11359 (java) R 11357 11357 16473 0 -1 4202560 6297 0 0 0 287 6 0 0 20 0 20 0 4837710 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821820087736 139821406885458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11361] ppid=11357 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11361/stat : 11361 (java) S 11357 11357 16473 0 -1 1077944384 63 0 0 0 4 8 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821734332816 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11362] ppid=11357 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11362/stat : 11362 (java) S 11357 11357 16473 0 -1 1077944384 307 0 0 0 3 7 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821733280016 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11363] ppid=11357 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11363/stat : 11363 (java) S 11357 11357 16473 0 -1 1077944384 65 0 0 0 4 8 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821732227728 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11364] ppid=11357 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11364/stat : 11364 (java) S 11357 11357 16473 0 -1 1077944384 121 0 0 0 4 7 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821731174928 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11365] ppid=11357 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11365/stat : 11365 (java) S 11357 11357 16473 0 -1 1077944384 65 0 0 0 4 8 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821730122640 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11366] ppid=11357 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11366/stat : 11366 (java) S 11357 11357 16473 0 -1 1077944384 115 0 0 0 4 7 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821729069840 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11367] ppid=11357 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11367/stat : 11367 (java) S 11357 11357 16473 0 -1 1077944384 65 0 0 0 4 8 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821728017552 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11368] ppid=11357 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11368/stat : 11368 (java) S 11357 11357 16473 0 -1 1077944384 59 0 0 0 4 8 0 0 20 0 20 0 4837711 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821726964752 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11369] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11369/stat : 11369 (java) S 11357 11357 16473 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 4837713 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821009221744 139821815863938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11370] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11370/stat : 11370 (java) S 11357 11357 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821008167776 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11371] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11371/stat : 11371 (java) S 11357 11357 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821007115392 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11372] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11372/stat : 11372 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821006063696 139821815871387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11373] ppid=11357 vsize=13269256 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11373/stat : 11373 (java) R 11357 11357 16473 0 -1 4202560 1750 0 0 0 72 0 0 0 20 0 20 0 4837718 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821004999568 139821797375361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11374] ppid=11357 vsize=13269256 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11374/stat : 11374 (java) R 11357 11357 16473 0 -1 4202560 1447 0 0 0 70 0 0 0 20 0 20 0 4837718 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821003948408 139821799239613 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11375] ppid=11357 vsize=13269256 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11375/stat : 11375 (java) S 11357 11357 16473 0 -1 1077944384 1842 0 0 0 81 0 0 0 20 0 20 0 4837718 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821002906480 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11376] ppid=11357 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11376/stat : 11376 (java) S 11357 11357 16473 0 -1 1077944384 1710 0 0 0 50 0 0 0 20 0 20 0 4837718 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821001853680 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11377] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11377/stat : 11377 (java) S 11357 11357 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 76542 33554432000 4194304 4196468 140729243348736 139821000800608 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11378] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11378/stat : 11378 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837719 13587718144 76542 33554432000 4194304 4196468 140729243348736 139820999747888 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 13278768

[startup+6.30089 s]
/proc/loadavg: 13.36 14.20 14.08 10/294 11378
/proc/meminfo: memFree=30888168/32770624 swapFree=5724/266108
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
[pid=11358] ppid=11357 vsize=13269256 CPUtime=14.71 cores=0,2,4,6,8,10,12,14
/proc/11358/stat : 11358 (java) S 11357 11357 16473 0 -1 1077944320 24503 0 0 0 1256 215 0 0 20 0 20 0 4837710 13587718144 176854 33554432000 4194304 4196468 140729243348736 140729243331280 139821815852791 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
/proc/11358/statm: 3317314 176854 3260 1 0 3304547 0
[pid=11358/tid=11359] ppid=11357 vsize=13269256 CPUtime=5.3 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11359/stat : 11359 (java) R 11357 11357 16473 0 -1 4202560 7298 0 0 0 523 7 0 0 20 0 20 0 4837710 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821820088840 139821406885527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11361] ppid=11357 vsize=13269256 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11361/stat : 11361 (java) S 11357 11357 16473 0 -1 1077944384 538 0 0 0 54 26 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821734332816 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11362] ppid=11357 vsize=13269256 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11362/stat : 11362 (java) S 11357 11357 16473 0 -1 1077944384 726 0 0 0 51 23 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821733280016 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11363] ppid=11357 vsize=13269256 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11363/stat : 11363 (java) S 11357 11357 16473 0 -1 1077944384 396 0 0 0 55 25 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821732227728 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11364] ppid=11357 vsize=13269256 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11364/stat : 11364 (java) S 11357 11357 16473 0 -1 1077944384 464 0 0 0 53 24 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821731174928 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11365] ppid=11357 vsize=13269256 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11365/stat : 11365 (java) S 11357 11357 16473 0 -1 1077944384 247 0 0 0 55 26 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821730122640 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11366] ppid=11357 vsize=13269256 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11366/stat : 11366 (java) S 11357 11357 16473 0 -1 1077944384 789 0 0 0 53 25 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821729069840 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11367] ppid=11357 vsize=13269256 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11367/stat : 11367 (java) S 11357 11357 16473 0 -1 1077944384 275 0 0 0 53 26 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821728017552 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11368] ppid=11357 vsize=13269256 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11368/stat : 11368 (java) S 11357 11357 16473 0 -1 1077944384 567 0 0 0 54 25 0 0 20 0 20 0 4837711 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821726964752 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11369] ppid=11357 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11369/stat : 11369 (java) S 11357 11357 16473 0 -1 1077944384 2037 0 0 0 5 0 0 0 20 0 20 0 4837713 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821009221744 139821815863938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11370] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11370/stat : 11370 (java) S 11357 11357 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821008167776 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11371] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11371/stat : 11371 (java) S 11357 11357 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821007115392 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11372] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11372/stat : 11372 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 176854 33554432000 4194304 4196468 140729243348736 139821006063696 139821815871387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0

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

[pid=11358/tid=11361] ppid=11357 vsize=13269256 CPUtime=199.59 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11361/stat : 11361 (java) R 11357 11357 16473 0 -1 4202560 12301 0 0 0 19511 448 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821734333016 139821800550504 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11362] ppid=11357 vsize=13269256 CPUtime=200.21 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11362/stat : 11362 (java) R 11357 11357 16473 0 -1 4202560 11124 0 0 0 19546 475 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821733279904 139821800550566 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11363] ppid=11357 vsize=13269256 CPUtime=199.65 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11363/stat : 11363 (java) R 11357 11357 16473 0 -1 4202560 11115 0 0 0 19481 484 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821732227928 139821800550566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11364] ppid=11357 vsize=13269256 CPUtime=199.8 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11364/stat : 11364 (java) R 11357 11357 16473 0 -1 4202560 9931 0 0 0 19494 486 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821731175128 139821800550543 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11365] ppid=11357 vsize=13269256 CPUtime=199.7 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11365/stat : 11365 (java) R 11357 11357 16473 0 -1 4202560 9552 0 0 0 19456 514 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821730122840 139821800803918 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11366] ppid=11357 vsize=13269256 CPUtime=197.73 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11366/stat : 11366 (java) R 11357 11357 16473 0 -1 4202560 12238 0 0 0 19290 483 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821729070040 139821800838087 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11367] ppid=11357 vsize=13269256 CPUtime=199.91 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11367/stat : 11367 (java) R 11357 11357 16473 0 -1 4202560 11429 0 0 0 19492 499 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821728017752 139821800803447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11368] ppid=11357 vsize=13269256 CPUtime=199.87 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11368/stat : 11368 (java) R 11357 11357 16473 0 -1 4202560 12111 0 0 0 19519 468 0 0 20 0 20 0 4837711 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821726964952 139821800550543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11369] ppid=11357 vsize=13269256 CPUtime=6.06 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11369/stat : 11369 (java) S 11357 11357 16473 0 -1 1077944384 53621 0 0 0 602 4 0 0 20 0 20 0 4837713 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821009220064 139821815862997 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11370] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11370/stat : 11370 (java) S 11357 11357 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821008167776 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11371] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11371/stat : 11371 (java) S 11357 11357 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821007115392 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11372] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11372/stat : 11372 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821006063696 139821815871387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11373] ppid=11357 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11373/stat : 11373 (java) S 11357 11357 16473 0 -1 1077944384 4215 0 0 0 96 1 0 0 20 0 20 0 4837718 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821005011616 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11374] ppid=11357 vsize=13269256 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11374/stat : 11374 (java) S 11357 11357 16473 0 -1 1077944384 8676 0 0 0 167 1 0 0 20 0 20 0 4837718 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821003958816 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11375] ppid=11357 vsize=13269256 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11375/stat : 11375 (java) S 11357 11357 16473 0 -1 1077944384 4416 0 0 0 108 0 0 0 20 0 20 0 4837718 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821002906240 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11376] ppid=11357 vsize=13269256 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11376/stat : 11376 (java) S 11357 11357 16473 0 -1 1077944384 3393 0 0 0 56 0 0 0 20 0 20 0 4837718 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821001853680 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11377] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11377/stat : 11377 (java) S 11357 11357 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139821000800608 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11378] ppid=11357 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11378/stat : 11378 (java) S 11357 11357 16473 0 -1 1077944384 570 0 0 0 6 5 0 0 20 0 20 0 4837719 13587718144 2504633 33554432000 4194304 4196468 140729243348736 139820999747888 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
Current children cumulated CPU time (s) 1681.74
Current children cumulated vsize (KiB) 13278768

[startup+342.301 s]
/proc/loadavg: 10.46 12.63 13.44 10/283 11480
/proc/meminfo: memFree=17181776/32770624 swapFree=5724/266496
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
[pid=11358] ppid=11357 vsize=13269256 CPUtime=2147.78 cores=0,2,4,6,8,10,12,14
/proc/11358/stat : 11358 (java) S 11357 11357 16473 0 -1 1077944320 202122 0 0 0 210857 3921 0 0 20 0 20 0 4837710 13587718144 2504642 33554432000 4194304 4196468 140729243348736 140729243331280 139821815852791 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
/proc/11358/statm: 3317314 2504642 3269 1 0 3304547 0
[pid=11358/tid=11359] ppid=11357 vsize=13269256 CPUtime=74.65 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11359/stat : 11359 (java) S 11357 11357 16473 0 -1 1077944384 11628 0 0 0 7454 11 0 0 20 0 20 0 4837710 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821820092048 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11361] ppid=11357 vsize=13269256 CPUtime=257.74 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11361/stat : 11361 (java) R 11357 11357 16473 0 -1 4202560 14850 0 0 0 25324 450 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821734333016 139821800849360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11362] ppid=11357 vsize=13269256 CPUtime=258.34 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11362/stat : 11362 (java) R 11357 11357 16473 0 -1 4202560 12799 0 0 0 25355 479 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821733280216 139821800849192 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11363] ppid=11357 vsize=13269256 CPUtime=257.56 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11363/stat : 11363 (java) R 11357 11357 16473 0 -1 4202560 12287 0 0 0 25267 489 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821732227616 139821800551509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11364] ppid=11357 vsize=13269256 CPUtime=257.99 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11364/stat : 11364 (java) R 11357 11357 16473 0 -1 4202560 11096 0 0 0 25307 492 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821731175128 139821800849375 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11365] ppid=11357 vsize=13269256 CPUtime=257.9 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11365/stat : 11365 (java) R 11357 11357 16473 0 -1 4202560 10455 0 0 0 25273 517 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821730122840 139821800849300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11366] ppid=11357 vsize=13269256 CPUtime=255.68 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11366/stat : 11366 (java) R 11357 11357 16473 0 -1 4202560 13549 0 0 0 25080 488 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821729070040 139821800849379 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11367] ppid=11357 vsize=13269256 CPUtime=257.88 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11367/stat : 11367 (java) R 11357 11357 16473 0 -1 4202560 12549 0 0 0 25284 504 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821728017752 139821800310385 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11368] ppid=11357 vsize=13269256 CPUtime=257.95 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11368/stat : 11368 (java) R 11357 11357 16473 0 -1 4202560 13387 0 0 0 25323 472 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821726964952 139821800849195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11369] ppid=11357 vsize=13269256 CPUtime=7.47 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11369/stat : 11369 (java) S 11357 11357 16473 0 -1 1077944384 66903 0 0 0 743 4 0 0 20 0 20 0 4837713 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821009220288 139821815862997 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 9 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11370] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11370/stat : 11370 (java) S 11357 11357 16473 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821008167776 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11371] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11371/stat : 11371 (java) S 11357 11357 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821007115392 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11372] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11372/stat : 11372 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821006063696 139821815871387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11373] ppid=11357 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11373/stat : 11373 (java) S 11357 11357 16473 0 -1 1077944384 4218 0 0 0 96 1 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821005011568 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11374] ppid=11357 vsize=13269256 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11374/stat : 11374 (java) S 11357 11357 16473 0 -1 1077944384 8678 0 0 0 167 1 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821003958816 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11375] ppid=11357 vsize=13269256 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11375/stat : 11375 (java) S 11357 11357 16473 0 -1 1077944384 4426 0 0 0 108 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821002906480 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11376] ppid=11357 vsize=13269256 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11376/stat : 11376 (java) S 11357 11357 16473 0 -1 1077944384 3400 0 0 0 56 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821001853440 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11377] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11377/stat : 11377 (java) S 11357 11357 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821000800608 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11378] ppid=11357 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11378/stat : 11378 (java) S 11357 11357 16473 0 -1 1077944384 601 0 0 0 8 7 0 0 20 0 20 0 4837719 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139820999747888 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
Current children cumulated CPU time (s) 2147.78
Current children cumulated vsize (KiB) 13278768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+374.801 s]
/proc/loadavg: 9.14 12.08 13.23 10/283 11481
/proc/meminfo: memFree=16318420/32770624 swapFree=5724/266536
[pid=11357] ppid=11354 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11357/stat : 11357 (xcsp3-exec) S 11354 11357 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4837710 9740288 346 33554432000 4194304 5098028 140722440691184 140722440689288 140675221992060 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 8597504 140722440696975 140722440697184 140722440697184 140722440699883 0
/proc/11357/statm: 2378 346 289 221 0 87 0
[pid=11358] ppid=11357 vsize=13269256 CPUtime=2400.47 cores=0,2,4,6,8,10,12,14
/proc/11358/stat : 11358 (java) S 11357 11357 16473 0 -1 1077944320 206401 0 0 0 236107 3940 0 0 20 0 20 0 4837710 13587718144 2504642 33554432000 4194304 4196468 140729243348736 140729243331280 139821815852791 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
/proc/11358/statm: 3317314 2504642 3269 1 0 3304547 0
[pid=11358/tid=11359] ppid=11357 vsize=13269256 CPUtime=74.66 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11359/stat : 11359 (java) S 11357 11357 16473 0 -1 1077944384 11639 0 0 0 7455 11 0 0 20 0 20 0 4837710 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821820092048 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11361] ppid=11357 vsize=13269256 CPUtime=289.26 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11361/stat : 11361 (java) R 11357 11357 16473 0 -1 4202560 15987 0 0 0 28473 453 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821734333016 139821800849136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11362] ppid=11357 vsize=13269256 CPUtime=289.79 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11362/stat : 11362 (java) R 11357 11357 16473 0 -1 4202560 13254 0 0 0 28498 481 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821733280216 139821800842256 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11363] ppid=11357 vsize=13269256 CPUtime=289.13 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11363/stat : 11363 (java) R 11357 11357 16473 0 -1 4202560 12690 0 0 0 28422 491 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821732227928 139821800842418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11364] ppid=11357 vsize=13269256 CPUtime=289.58 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11364/stat : 11364 (java) R 11357 11357 16473 0 -1 4202560 11547 0 0 0 28465 493 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821731174928 139821800849195 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11365] ppid=11357 vsize=13269256 CPUtime=289.12 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11365/stat : 11365 (java) R 11357 11357 16473 0 -1 4202560 10890 0 0 0 28392 520 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821730122840 139821800552608 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11366] ppid=11357 vsize=13269256 CPUtime=287.25 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11366/stat : 11366 (java) R 11357 11357 16473 0 -1 4202560 14003 0 0 0 28235 490 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821729070040 139821797462596 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11367] ppid=11357 vsize=13269256 CPUtime=289.41 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11367/stat : 11367 (java) R 11357 11357 16473 0 -1 4202560 13204 0 0 0 28434 507 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821728017752 139821800552672 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11368] ppid=11357 vsize=13269256 CPUtime=289.47 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11368/stat : 11368 (java) R 11357 11357 16473 0 -1 4202560 13652 0 0 0 28473 474 0 0 20 0 20 0 4837711 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821726964952 139821797462574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11369] ppid=11357 vsize=13269256 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11369/stat : 11369 (java) S 11357 11357 16473 0 -1 1077944384 66905 0 0 0 815 5 0 0 20 0 20 0 4837713 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821009220288 139821815862997 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 9 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11370] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11370/stat : 11370 (java) S 11357 11357 16473 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821008167776 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11371] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11371/stat : 11371 (java) S 11357 11357 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4837714 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821007115392 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11372] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11372/stat : 11372 (java) S 11357 11357 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821006063696 139821815871387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11373] ppid=11357 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11373/stat : 11373 (java) S 11357 11357 16473 0 -1 1077944384 4222 0 0 0 96 1 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821005011568 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11374] ppid=11357 vsize=13269256 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11374/stat : 11374 (java) S 11357 11357 16473 0 -1 1077944384 8678 0 0 0 167 1 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821003958768 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11375] ppid=11357 vsize=13269256 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11375/stat : 11375 (java) S 11357 11357 16473 0 -1 1077944384 4431 0 0 0 108 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821002906240 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11376] ppid=11357 vsize=13269256 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11376/stat : 11376 (java) S 11357 11357 16473 0 -1 1077944384 3400 0 0 0 56 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821001853680 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11377] ppid=11357 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11377/stat : 11377 (java) S 11357 11357 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4837718 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139821000800608 139821815862997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
[pid=11358/tid=11378] ppid=11357 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/11358/task/11378/stat : 11378 (java) S 11357 11357 16473 0 -1 1077944384 603 0 0 0 9 7 0 0 20 0 20 0 4837719 13587718144 2504642 33554432000 4194304 4196468 140729243348736 139820999747888 139821815863938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 22278144 140729243350204 140729243350380 140729243350380 140729243353039 0
Current children cumulated CPU time (s) 2400.47
Current children cumulated vsize (KiB) 13278768

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 11358 sig 9
??? kill 11357 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 11357 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=912
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1825
# CPU time returned by wait4() is 0.002737
# while last known CPU time is 2400.47
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 374.811
CPU time (s): 2400.47
CPU user time (s): 2361.07
CPU system time (s): 39.4
CPU usage (%): 640.448
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000912
system time used= 0.001825
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.56768 second user time and 4.1147 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 05:54:46
IDJOB=4249895
IDBENCH=138396
IDSOLVER=2625
FILE ID=node114/4249895-1500695686
RUNJOBID= node114-1500682387-16504
PBS_JOBID= 20623324
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-02.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-4249895-1500695686/watcher-4249895-1500695686 -o /tmp/evaluation-result-4249895-1500695686/solver-4249895-1500695686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16504 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 278306435 HOME/instance-4249895-1500695686.xml

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

MD5SUM BENCH= 80353dd8c937a5bb459a24b290639269
RANDOM SEED=278306435

node114.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		: 1867.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.60
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.60
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.60
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.60
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.60
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.60
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.60
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		: 2133.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.60
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:        31580220 kB
MemAvailable:   31756816 kB
Buffers:          122740 kB
Cached:           333580 kB
SwapCached:            0 kB
Active:           482336 kB
Inactive:         274876 kB
Active(anon):     303196 kB
Inactive(anon):     8824 kB
Active(file):     179140 kB
Inactive(file):   266052 kB
Unevictable:        5724 kB
Mlocked:            5724 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8836 kB
Writeback:             0 kB
AnonPages:        312104 kB
Mapped:            43184 kB
Shmem:              8848 kB
Slab:             128196 kB
SReclaimable:      94476 kB
SUnreclaim:        33720 kB
KernelStack:        5040 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1245224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61996 MiB
End job on node114 at 2017-07-22 06:01:01