Trace number 4249200

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 NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT (TO)181 2400.61 303.213

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n40/
TravellingSalesman-40-30-19.xml
MD5SUM6526f92d1e0de584709c666a2aa2b127
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark146
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size34
Maximum domain size40
Distribution of domain sizes[{"size":34,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249200-1500694110.xml"  -tl '2400s' -p 8 -x 3
0.00/0.16	c [HOME/instance-4249200-1500694110.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.22	c 8 solvers in parallel
0.00/0.28	c parse instance...
0.00/0.95	c solve instance...
0.00/1.08	o 366 
0.00/1.12	o 201 
3.67/1.15	o 200 
3.67/1.19	o 199 
4.38/1.24	o 196 
4.38/1.25	o 195 
4.38/1.26	o 193 
4.38/1.27	o 191 
4.38/1.28	o 186 
4.90/1.31	o 183 
4.90/1.32	o 182 
6.45/1.53	o 181 
2400.61/303.24	s SATISFIABLE
2400.61/303.24	v <instantiation>
2400.61/303.24	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] </list>
2400.61/303.24	v 	<values>2 0 4 8 7 16 22 6 10 20 21 29 35 33 32 28 27 25 23 24 39 38 36 37 34 31 30 26 17 18 14 12 19 15 13 11 9 5 3 1 1 4 4 8 12 3 32 6 9 4 5 4 6 1 1 1 3 2 6 7 1 4 2 2 2 1 2 7 5 2 1 4 5 1 2 5 5 4 5 2 </values>
2400.61/303.24	v </instantiation>
2400.61/303.24	c Unexpected resolution interruption!

Verifier Data

OK	181

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

pid=1733
running on 8 cores: 1,3,5,7,9,11,13,15

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: 8.82 8.83 8.93 2/262 1736
/proc/meminfo: memFree=27219568/32770624 swapFree=5884/289836
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0

[startup+0.100061 s]
/proc/loadavg: 8.82 8.83 8.93 2/262 1736
/proc/meminfo: memFree=27219568/32770624 swapFree=5884/289836
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200237 s]
/proc/loadavg: 8.82 8.83 8.93 2/262 1736
/proc/meminfo: memFree=27219568/32770624 swapFree=5884/289836
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300222 s]
/proc/loadavg: 8.82 8.83 8.93 2/262 1736
/proc/meminfo: memFree=27219568/32770624 swapFree=5884/289836
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700185 s]
/proc/loadavg: 8.82 8.83 8.93 2/262 1736
/proc/meminfo: memFree=27219568/32770624 swapFree=5884/289836
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50116 s]
/proc/loadavg: 8.82 8.83 8.93 14/291 1774
/proc/meminfo: memFree=27088852/32770624 swapFree=5884/289868
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
[pid=1737] ppid=1736 vsize=13868332 CPUtime=6.45 cores=1,3,5,7,9,11,13,15
/proc/1737/stat : 1737 (java) S 1736 1736 8571 0 -1 1077944320 18175 0 0 0 631 14 0 0 20 0 28 0 4678729 14201171968 50093 33554432000 4194304 4196468 140721367299472 140721367282016 140520477118199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
/proc/1737/statm: 3467083 50093 3234 1 0 3454316 0
[pid=1737/tid=1738] ppid=1736 vsize=13868332 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1738/stat : 1738 (java) S 1736 1736 8571 0 -1 1077944384 6835 0 0 0 91 3 0 0 20 0 28 0 4678729 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520481358976 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1740] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1740/stat : 1740 (java) S 1736 1736 8571 0 -1 1077944384 17 0 0 0 0 1 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520395598864 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1742] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1742/stat : 1742 (java) S 1736 1736 8571 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520394546320 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1743] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1743/stat : 1743 (java) S 1736 1736 8571 0 -1 1077944384 10 0 0 0 0 1 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520393493264 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1744] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1744/stat : 1744 (java) S 1736 1736 8571 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520392440720 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1745] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1745/stat : 1745 (java) S 1736 1736 8571 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520072407568 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1746] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1746/stat : 1746 (java) S 1736 1736 8571 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520071355024 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1747] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1747/stat : 1747 (java) S 1736 1736 8571 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520070301968 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1748] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1748/stat : 1748 (java) S 1736 1736 8571 0 -1 1077944384 18 0 0 0 0 1 0 0 20 0 28 0 4678730 14201171968 50093 33554432000 4194304 4196468 140721367299472 140520069249424 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1749] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1749/stat : 1749 (java) S 1736 1736 8571 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4678731 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519671020272 140520477129346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1750] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1750/stat : 1750 (java) S 1736 1736 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519669966560 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1751] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1751/stat : 1751 (java) S 1736 1736 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519668913392 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1752] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1752/stat : 1752 (java) S 1736 1736 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4678735 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519667861968 140520477136795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1753] ppid=1736 vsize=13868332 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1753/stat : 1753 (java) R 1736 1736 8571 0 -1 4202560 1459 0 0 0 81 0 0 0 20 0 28 0 4678735 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519666798992 140520455093559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1754] ppid=1736 vsize=13868332 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1754/stat : 1754 (java) R 1736 1736 8571 0 -1 4202560 1903 0 0 0 91 0 0 0 20 0 28 0 4678735 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519665747744 140520458468674 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1755] ppid=1736 vsize=13868332 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1755/stat : 1755 (java) R 1736 1736 8571 0 -1 4202560 1669 0 0 0 88 0 0 0 20 0 28 0 4678735 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519664684488 140520462758336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1756] ppid=1736 vsize=13868332 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1756/stat : 1756 (java) R 1736 1736 8571 0 -1 4202560 2813 0 0 0 62 1 0 0 20 0 28 0 4678736 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519663650928 140520461198686 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1757] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1757/stat : 1757 (java) S 1736 1736 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4678736 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519662599136 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1758] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1758/stat : 1758 (java) S 1736 1736 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4678736 14201171968 50093 33554432000 4194304 4196468 140721367299472 140519661546672 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 13877844

[startup+3.10166 s]
/proc/loadavg: 9.16 8.90 8.96 13/291 1862
/proc/meminfo: memFree=27026612/32770624 swapFree=5884/289860
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
[pid=1737] ppid=1736 vsize=13868332 CPUtime=19.07 cores=1,3,5,7,9,11,13,15
/proc/1737/stat : 1737 (java) S 1736 1736 8571 0 -1 1077944320 20701 0 0 0 1891 16 0 0 20 0 28 0 4678729 14201171968 53038 33554432000 4194304 4196468 140721367299472 140721367282016 140520477118199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
/proc/1737/statm: 3467083 53038 3250 1 0 3454316 0
[pid=1737/tid=1738] ppid=1736 vsize=13868332 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1738/stat : 1738 (java) S 1736 1736 8571 0 -1 1077944384 6835 0 0 0 91 3 0 0 20 0 28 0 4678729 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520481358976 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1740] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1740/stat : 1740 (java) S 1736 1736 8571 0 -1 1077944384 17 0 0 0 0 1 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520395598864 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1742] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1742/stat : 1742 (java) S 1736 1736 8571 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520394546320 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1743] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1743/stat : 1743 (java) S 1736 1736 8571 0 -1 1077944384 10 0 0 0 0 1 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520393493264 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1744] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1744/stat : 1744 (java) S 1736 1736 8571 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520392440720 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1745] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1745/stat : 1745 (java) S 1736 1736 8571 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520072407568 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1746] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1746/stat : 1746 (java) S 1736 1736 8571 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520071355024 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1747] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1747/stat : 1747 (java) S 1736 1736 8571 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520070301968 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1748] ppid=1736 vsize=13868332 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1748/stat : 1748 (java) S 1736 1736 8571 0 -1 1077944384 18 0 0 0 0 1 0 0 20 0 28 0 4678730 14201171968 53038 33554432000 4194304 4196468 140721367299472 140520069249424 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1749] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1749/stat : 1749 (java) S 1736 1736 8571 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4678731 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519671020272 140520477129346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1750] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1750/stat : 1750 (java) S 1736 1736 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519669966560 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1751] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1751/stat : 1751 (java) S 1736 1736 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519668913392 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1752] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1752/stat : 1752 (java) S 1736 1736 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4678735 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519667861968 140520477136795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1753] ppid=1736 vsize=13868332 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1753/stat : 1753 (java) R 1736 1736 8571 0 -1 4202560 2131 0 0 0 180 0 0 0 20 0 28 0 4678735 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519666795136 140520461508351 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1754] ppid=1736 vsize=13868332 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1754/stat : 1754 (java) R 1736 1736 8571 0 -1 4202560 2675 0 0 0 203 0 0 0 20 0 28 0 4678735 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519665743096 140520456773425 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1755] ppid=1736 vsize=13868332 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1755/stat : 1755 (java) R 1736 1736 8571 0 -1 4202560 2174 0 0 0 206 0 0 0 20 0 28 0 4678735 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519664689568 140520458638268 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1756] ppid=1736 vsize=13868332 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1756/stat : 1756 (java) S 1736 1736 8571 0 -1 1077944384 3143 0 0 0 87 1 0 0 20 0 28 0 4678736 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519663650928 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1757] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1757/stat : 1757 (java) S 1736 1736 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4678736 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519662599136 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1758] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1758/stat : 1758 (java) S 1736 1736 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4678736 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519661546672 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1855] ppid=1736 vsize=13868332 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1855/stat : 1855 (java) R 1736 1736 8571 0 -1 4202560 34 0 0 0 126 0 0 0 20 0 28 0 4678881 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519056854312 140520079552848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1856] ppid=1736 vsize=13868332 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1856/stat : 1856 (java) R 1736 1736 8571 0 -1 4202560 29 0 0 0 104 0 0 0 20 0 28 0 4678881 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519052647232 140520077860718 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1857] ppid=1736 vsize=13868332 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1857/stat : 1857 (java) R 1736 1736 8571 0 -1 4202560 29 0 0 0 121 0 0 0 20 0 28 0 4678882 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519054749832 140520078588768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1858] ppid=1736 vsize=13868332 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1858/stat : 1858 (java) R 1736 1736 8571 0 -1 4202560 31 0 0 0 90 0 0 0 20 0 28 0 4678882 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519053696584 140520078586820 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1859] ppid=1736 vsize=13868332 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1859/stat : 1859 (java) R 1736 1736 8571 0 -1 4202560 28 0 0 0 116 0 0 0 20 0 28 0 4678882 14201171968 53038 33554432000 4194304 4196468 140721367299472 140518042357072 140520077860547 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1860] ppid=1736 vsize=13868332 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1860/stat : 1860 (java) R 1736 1736 8571 0 -1 4202560 28 0 0 0 124 0 0 0 20 0 28 0 4678882 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519051592232 140520077860542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1861] ppid=1736 vsize=13868332 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1861/stat : 1861 (java) R 1736 1736 8571 0 -1 4202560 36 0 0 0 112 0 0 0 20 0 28 0 4678882 14201171968 53038 33554432000 4194304 4196468 140721367299472 140518041306136 140520078587103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1862] ppid=1736 vsize=13868332 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1862/stat : 1862 (java) R 1736 1736 8571 0 -1 4202560 31 0 0 0 104 0 0 0 20 0 28 0 4678882 14201171968 53038 33554432000 4194304 4196468 140721367299472 140519050539496 140520079271418 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 13877844

[startup+6.30156 s]
/proc/loadavg: 9.16 8.90 8.96 10/291 1862
/proc/meminfo: memFree=27007140/32770624 swapFree=5884/289876
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
[pid=1737] ppid=1736 vsize=13868332 CPUtime=44.5 cores=1,3,5,7,9,11,13,15
/proc/1737/stat : 1737 (java) S 1736 1736 8571 0 -1 1077944320 28901 0 0 0 4421 29 0 0 20 0 28 0 4678729 14201171968 61253 33554432000 4194304 4196468 140721367299472 140721367282016 140520477118199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
/proc/1737/statm: 3467083 61253 3256 1 0 3454316 0
[pid=1737/tid=1738] ppid=1736 vsize=13868332 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1738/stat : 1738 (java) S 1736 1736 8571 0 -1 1077944384 6835 0 0 0 91 3 0 0 20 0 28 0 4678729 14201171968 61253 33554432000 4194304 4196468 140721367299472 140520481358976 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1740] ppid=1736 vsize=13868332 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1740/stat : 1740 (java) S 1736 1736 8571 0 -1 1077944384 33 0 0 0 1 2 0 0 20 0 28 0 4678730 14201171968 61253 33554432000 4194304 4196468 140721367299472 140520395598864 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1742] ppid=1736 vsize=13868332 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1742/stat : 1742 (java) S 1736 1736 8571 0 -1 1077944384 821 0 0 0 1 1 0 0 20 0 28 0 4678730 14201171968 61253 33554432000 4194304 4196468 140721367299472 140520394546320 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1743] ppid=1736 vsize=13868332 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1743/stat : 1743 (java) S 1736 1736 8571 0 -1 1077944384 25 0 0 0 1 2 0 0 20 0 28 0 4678730 14201171968 61253 33554432000 4194304 4196468 140721367299472 140520393493264 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1744] ppid=1736 vsize=13868332 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1744/stat : 1744 (java) S 1736 1736 8571 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 28 0 4678730 14201171968 61253 33554432000 4194304 4196468 140721367299472 140520392440720 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0

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

[pid=1737/tid=1861] ppid=1736 vsize=13868332 CPUtime=216.66 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1861/stat : 1861 (java) R 1736 1736 8571 0 -1 4202560 861 0 0 0 21665 1 0 0 20 0 28 0 4678882 14201171968 48819 33554432000 4194304 4196468 140721367299472 140518041305000 140520077863177 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1862] ppid=1736 vsize=13868332 CPUtime=217.89 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1862/stat : 1862 (java) R 1736 1736 8571 0 -1 4202560 1701 0 0 0 21788 1 0 0 20 0 28 0 4678882 14201171968 48819 33554432000 4194304 4196468 140721367299472 140519050539672 140520079118457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
Current children cumulated CPU time (s) 1760.19
Current children cumulated vsize (KiB) 13877844

[startup+282.302 s]
/proc/loadavg: 15.37 11.68 9.99 17/300 2117
/proc/meminfo: memFree=30221512/32770624 swapFree=5884/290228
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
[pid=1737] ppid=1736 vsize=13868332 CPUtime=2235.19 cores=1,3,5,7,9,11,13,15
/proc/1737/stat : 1737 (java) S 1736 1736 8571 0 -1 1077944320 67295 0 0 0 223358 161 0 0 20 0 28 0 4678729 14201171968 78690 33554432000 4194304 4196468 140721367299472 140721367282016 140520477118199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
/proc/1737/statm: 3467083 78690 3268 1 0 3454316 0
[pid=1737/tid=1738] ppid=1736 vsize=13868332 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1738/stat : 1738 (java) S 1736 1736 8571 0 -1 1077944384 6835 0 0 0 91 3 0 0 20 0 28 0 4678729 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520481358976 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1740] ppid=1736 vsize=13868332 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1740/stat : 1740 (java) S 1736 1736 8571 0 -1 1077944384 876 0 0 0 38 10 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520395598864 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1742] ppid=1736 vsize=13868332 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1742/stat : 1742 (java) S 1736 1736 8571 0 -1 1077944384 1447 0 0 0 37 10 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520394546320 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1743] ppid=1736 vsize=13868332 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1743/stat : 1743 (java) S 1736 1736 8571 0 -1 1077944384 530 0 0 0 36 10 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520393493264 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1744] ppid=1736 vsize=13868332 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1744/stat : 1744 (java) S 1736 1736 8571 0 -1 1077944384 888 0 0 0 38 11 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520392440720 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1745] ppid=1736 vsize=13868332 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1745/stat : 1745 (java) S 1736 1736 8571 0 -1 1077944384 928 0 0 0 38 9 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520072407568 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1746] ppid=1736 vsize=13868332 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1746/stat : 1746 (java) S 1736 1736 8571 0 -1 1077944384 1591 0 0 0 37 10 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520071355024 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1747] ppid=1736 vsize=13868332 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1747/stat : 1747 (java) S 1736 1736 8571 0 -1 1077944384 578 0 0 0 38 10 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520070301968 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1748] ppid=1736 vsize=13868332 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1748/stat : 1748 (java) S 1736 1736 8571 0 -1 1077944384 1816 0 0 0 38 11 0 0 20 0 28 0 4678730 14201171968 78690 33554432000 4194304 4196468 140721367299472 140520069249424 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1749] ppid=1736 vsize=13868332 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1749/stat : 1749 (java) S 1736 1736 8571 0 -1 1077944384 2330 0 0 0 36 40 0 0 20 0 28 0 4678731 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519671020272 140520477129346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1750] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1750/stat : 1750 (java) S 1736 1736 8571 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519669966560 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1751] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1751/stat : 1751 (java) S 1736 1736 8571 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519668913408 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1752] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1752/stat : 1752 (java) S 1736 1736 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4678735 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519667861968 140520477136795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1753] ppid=1736 vsize=13868332 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1753/stat : 1753 (java) S 1736 1736 8571 0 -1 1077944384 10422 0 0 0 291 2 0 0 20 0 28 0 4678735 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519666809072 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1754] ppid=1736 vsize=13868332 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1754/stat : 1754 (java) S 1736 1736 8571 0 -1 1077944384 7091 0 0 0 277 1 0 0 20 0 28 0 4678735 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519665756528 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1755] ppid=1736 vsize=13868332 CPUtime=3.13 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1755/stat : 1755 (java) S 1736 1736 8571 0 -1 1077944384 9073 0 0 0 312 1 0 0 20 0 28 0 4678735 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519664703472 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1756] ppid=1736 vsize=13868332 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1756/stat : 1756 (java) S 1736 1736 8571 0 -1 1077944384 7064 0 0 0 101 2 0 0 20 0 28 0 4678736 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519663650928 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1757] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1757/stat : 1757 (java) S 1736 1736 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4678736 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519662599136 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1758] ppid=1736 vsize=13868332 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1758/stat : 1758 (java) S 1736 1736 8571 0 -1 1077944384 735 0 0 0 7 8 0 0 20 0 28 0 4678736 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519661546672 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1855] ppid=1736 vsize=13868332 CPUtime=276.97 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1855/stat : 1855 (java) R 1736 1736 8571 0 -1 4202560 720 0 0 0 27696 1 0 0 20 0 28 0 4678881 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519056854264 140520079110925 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1856] ppid=1736 vsize=13868332 CPUtime=278.13 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1856/stat : 1856 (java) R 1736 1736 8571 0 -1 4202560 912 0 0 0 27812 1 0 0 20 0 28 0 4678881 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519052644656 140520079272228 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1857] ppid=1736 vsize=13868332 CPUtime=277.54 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1857/stat : 1857 (java) R 1736 1736 8571 0 -1 4202560 1129 0 0 0 27753 1 0 0 20 0 28 0 4678882 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519054749496 140520077860851 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1858] ppid=1736 vsize=13868332 CPUtime=277.2 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1858/stat : 1858 (java) R 1736 1736 8571 0 -1 4202560 4838 0 0 0 27717 3 0 0 20 0 28 0 4678882 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519053697256 140520081157168 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1859] ppid=1736 vsize=13868332 CPUtime=276.65 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1859/stat : 1859 (java) R 1736 1736 8571 0 -1 4202560 950 0 0 0 27662 3 0 0 20 0 28 0 4678882 14201171968 78690 33554432000 4194304 4196468 140721367299472 140518042358120 140520077860299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1860] ppid=1736 vsize=13868332 CPUtime=277.77 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1860/stat : 1860 (java) R 1736 1736 8571 0 -1 4202560 451 0 0 0 27776 1 0 0 20 0 28 0 4678882 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519051591368 140520078587061 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1861] ppid=1736 vsize=13868332 CPUtime=275.91 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1861/stat : 1861 (java) R 1736 1736 8571 0 -1 4202560 942 0 0 0 27590 1 0 0 20 0 28 0 4678882 14201171968 78690 33554432000 4194304 4196468 140721367299472 140518041308256 140520081156699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1862] ppid=1736 vsize=13868332 CPUtime=277.09 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1862/stat : 1862 (java) R 1736 1736 8571 0 -1 4202560 1810 0 0 0 27707 2 0 0 20 0 28 0 4678882 14201171968 78690 33554432000 4194304 4196468 140721367299472 140519050538968 140520078985626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
Current children cumulated CPU time (s) 2235.19
Current children cumulated vsize (KiB) 13877844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.202 s]
/proc/loadavg: 15.65 12.04 10.16 17/301 2118
/proc/meminfo: memFree=30224084/32770624 swapFree=5884/290244
[pid=1736] ppid=1733 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1736/stat : 1736 (xcsp3-exec) S 1733 1736 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4678728 9740288 346 33554432000 4194304 5098028 140733790333136 140733790331240 140178088858236 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 19144704 140733790336143 140733790336352 140733790336352 140733790339051 0
/proc/1736/statm: 2378 346 289 221 0 87 0
[pid=1737] ppid=1736 vsize=13868332 CPUtime=2400.61 cores=1,3,5,7,9,11,13,15
/proc/1737/stat : 1737 (java) S 1736 1736 8571 0 -1 1077944320 69375 0 0 0 239892 169 0 0 20 0 28 0 4678729 14201171968 76062 33554432000 4194304 4196468 140721367299472 140721367282016 140520477118199 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
/proc/1737/statm: 3467083 76062 3268 1 0 3454316 0
[pid=1737/tid=1738] ppid=1736 vsize=13868332 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1738/stat : 1738 (java) S 1736 1736 8571 0 -1 1077944384 6835 0 0 0 91 3 0 0 20 0 28 0 4678729 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520481358976 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1740] ppid=1736 vsize=13868332 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1740/stat : 1740 (java) S 1736 1736 8571 0 -1 1077944384 1033 0 0 0 43 11 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520395598864 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1742] ppid=1736 vsize=13868332 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1742/stat : 1742 (java) S 1736 1736 8571 0 -1 1077944384 2033 0 0 0 43 11 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520394546320 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1743] ppid=1736 vsize=13868332 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1743/stat : 1743 (java) S 1736 1736 8571 0 -1 1077944384 598 0 0 0 41 10 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520393493264 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1744] ppid=1736 vsize=13868332 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1744/stat : 1744 (java) S 1736 1736 8571 0 -1 1077944384 987 0 0 0 44 11 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520392440720 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1745] ppid=1736 vsize=13868332 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1745/stat : 1745 (java) S 1736 1736 8571 0 -1 1077944384 1073 0 0 0 45 10 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520072407568 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1746] ppid=1736 vsize=13868332 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1746/stat : 1746 (java) S 1736 1736 8571 0 -1 1077944384 1669 0 0 0 43 10 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520071355024 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1747] ppid=1736 vsize=13868332 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1747/stat : 1747 (java) S 1736 1736 8571 0 -1 1077944384 640 0 0 0 44 10 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520070301968 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1748] ppid=1736 vsize=13868332 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1748/stat : 1748 (java) S 1736 1736 8571 0 -1 1077944384 1859 0 0 0 44 12 0 0 20 0 28 0 4678730 14201171968 76062 33554432000 4194304 4196468 140721367299472 140520069249424 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1749] ppid=1736 vsize=13868332 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1749/stat : 1749 (java) S 1736 1736 8571 0 -1 1077944384 2586 0 0 0 41 44 0 0 20 0 28 0 4678731 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519671020272 140520477129346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1750] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1750/stat : 1750 (java) S 1736 1736 8571 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519669966560 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1751] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1751/stat : 1751 (java) S 1736 1736 8571 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 4678732 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519668913408 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1752] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1752/stat : 1752 (java) S 1736 1736 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4678735 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519667861968 140520477136795 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1753] ppid=1736 vsize=13868332 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1753/stat : 1753 (java) S 1736 1736 8571 0 -1 1077944384 10424 0 0 0 291 2 0 0 20 0 28 0 4678735 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519666809072 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1754] ppid=1736 vsize=13868332 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1754/stat : 1754 (java) S 1736 1736 8571 0 -1 1077944384 7093 0 0 0 277 1 0 0 20 0 28 0 4678735 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519665756528 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1755] ppid=1736 vsize=13868332 CPUtime=3.13 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1755/stat : 1755 (java) S 1736 1736 8571 0 -1 1077944384 9075 0 0 0 312 1 0 0 20 0 28 0 4678735 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519664703472 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1756] ppid=1736 vsize=13868332 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1756/stat : 1756 (java) S 1736 1736 8571 0 -1 1077944384 7066 0 0 0 101 2 0 0 20 0 28 0 4678736 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519663650928 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1757] ppid=1736 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1757/stat : 1757 (java) S 1736 1736 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4678736 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519662599136 140520477128405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1758] ppid=1736 vsize=13868332 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1758/stat : 1758 (java) S 1736 1736 8571 0 -1 1077944384 742 0 0 0 8 8 0 0 20 0 28 0 4678736 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519661546672 140520477129346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1855] ppid=1736 vsize=13868332 CPUtime=297.61 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1855/stat : 1855 (java) R 1736 1736 8571 0 -1 4202560 780 0 0 0 29760 1 0 0 20 0 28 0 4678881 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519056853560 140520079119447 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1856] ppid=1736 vsize=13868332 CPUtime=298.68 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1856/stat : 1856 (java) R 1736 1736 8571 0 -1 4202560 981 0 0 0 29867 1 0 0 20 0 28 0 4678881 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519052644288 140520079027668 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1857] ppid=1736 vsize=13868332 CPUtime=298.23 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1857/stat : 1857 (java) R 1736 1736 8571 0 -1 4202560 1204 0 0 0 29822 1 0 0 20 0 28 0 4678882 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519054749544 140520081157188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1858] ppid=1736 vsize=13868332 CPUtime=297.69 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1858/stat : 1858 (java) R 1736 1736 8571 0 -1 4202560 5029 0 0 0 29766 3 0 0 20 0 28 0 4678882 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519053699728 140520079216992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1859] ppid=1736 vsize=13868332 CPUtime=297.24 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1859/stat : 1859 (java) R 1736 1736 8571 0 -1 4202560 981 0 0 0 29721 3 0 0 20 0 28 0 4678882 14201171968 76062 33554432000 4194304 4196468 140721367299472 140518042357608 140520079934076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1860] ppid=1736 vsize=13868332 CPUtime=298.44 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1860/stat : 1860 (java) R 1736 1736 8571 0 -1 4202560 465 0 0 0 29843 1 0 0 20 0 28 0 4678882 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519051591352 140520077863177 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1861] ppid=1736 vsize=13868332 CPUtime=296.55 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1861/stat : 1861 (java) R 1736 1736 8571 0 -1 4202560 998 0 0 0 29654 1 0 0 20 0 28 0 4678882 14201171968 76062 33554432000 4194304 4196468 140721367299472 140518041306040 140520077864580 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
[pid=1737/tid=1862] ppid=1736 vsize=13868332 CPUtime=297.63 cores=1,3,5,7,9,11,13,15
/proc/1737/task/1862/stat : 1862 (java) R 1736 1736 8571 0 -1 4202560 1885 0 0 0 29761 2 0 0 20 0 28 0 4678882 14201171968 76062 33554432000 4194304 4196468 140721367299472 140519050538984 140520078068383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38981632 140721367307452 140721367307628 140721367307628 140721367310287 0
Current children cumulated CPU time (s) 2400.61
Current children cumulated vsize (KiB) 13877844

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

Real time (s): 303.213
CPU time (s): 2400.61
CPU user time (s): 2398.92
CPU system time (s): 1.69
CPU usage (%): 791.725
Max. virtual memory (cumulated for all children) (KiB): 13877844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001656
system time used= 0.001334
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519
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.86 second user time and 4.67132 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 05:28:30
IDJOB=4249200
IDBENCH=135789
IDSOLVER=2626
FILE ID=node126/4249200-1500694110
RUNJOBID= node126-1500683384-8603
PBS_JOBID= 20623339
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n40/TravellingSalesman-40-30-19.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-4249200-1500694110/watcher-4249200-1500694110 -o /tmp/evaluation-result-4249200-1500694110/solver-4249200-1500694110 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 181270778 HOME/instance-4249200-1500694110.xml

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

MD5SUM BENCH= 6526f92d1e0de584709c666a2aa2b127
RANDOM SEED=181270778

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

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

processor	: 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.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		: 2000.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		: 2533.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		: 2667.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		: 2668.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		: 1733.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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 1867.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		: 2133.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:        27220352 kB
MemAvailable:   27511348 kB
Buffers:          115248 kB
Cached:           455920 kB
SwapCached:            0 kB
Active:          4807812 kB
Inactive:         298492 kB
Active(anon):    4537552 kB
Inactive(anon):     8656 kB
Active(file):     270260 kB
Inactive(file):   289836 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:       4500624 kB
Mapped:            42592 kB
Shmem:              8840 kB
Slab:             127736 kB
SReclaimable:      93468 kB
SUnreclaim:        34268 kB
KernelStack:        5024 kB
PageTables:        13496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5335580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4356096 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 05:33:33