Trace number 4248086

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)SAT 56.8496 7.68

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-08.xml
MD5SUMc33b611f783ff62a93dcb2ff1216bc06
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.042851999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
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-4248086-1500691315.xml"  -tl '2400s' -p 8 -x 0
0.00/0.18	c [HOME/instance-4248086-1500691315.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.30	c parse instance...
0.00/0.49	c solve instance...
56.37/7.66	s SATISFIABLE
56.37/7.66	v <instantiation>
56.37/7.66	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
56.37/7.66	v 	<values>0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 </values>
56.37/7.66	v </instantiation>

Verifier Data

OK	

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-4248086-1500691315/watcher-4248086-1500691315 -o /tmp/evaluation-result-4248086-1500691315/solver-4248086-1500691315 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1023312490 HOME/instance-4248086-1500691315.xml 

pid=2152
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: 15.68 15.14 12.99 10/273 2155
/proc/meminfo: memFree=28780520/32770624 swapFree=5892/122388
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 15.68 15.14 12.99 10/273 2155
/proc/meminfo: memFree=28780520/32770624 swapFree=5892/122388
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200315 s]
/proc/loadavg: 15.68 15.14 12.99 10/273 2155
/proc/meminfo: memFree=28780520/32770624 swapFree=5892/122388
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300299 s]
/proc/loadavg: 15.68 15.14 12.99 10/273 2155
/proc/meminfo: memFree=28780520/32770624 swapFree=5892/122388
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700257 s]
/proc/loadavg: 15.68 15.14 12.99 10/273 2155
/proc/meminfo: memFree=28780520/32770624 swapFree=5892/122388
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50164 s]
/proc/loadavg: 15.68 15.14 12.99 20/302 2184
/proc/meminfo: memFree=28682596/32770624 swapFree=5892/122420
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
[pid=2156] ppid=2155 vsize=13803844 CPUtime=8.8 cores=1,3,5,7,9,11,13,15
/proc/2156/stat : 2156 (java) S 2155 2155 15667 0 -1 1077944320 20036 0 0 0 871 9 0 0 20 0 28 0 4401202 14135136256 42461 33554432000 4194304 4196468 140729361412880 140729361395424 140289461886711 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
/proc/2156/statm: 3450961 42461 3224 1 0 3438194 0
[pid=2156/tid=2157] ppid=2155 vsize=13803844 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2157/stat : 2157 (java) S 2155 2155 15667 0 -1 1077944384 6591 0 0 0 45 3 0 0 20 0 28 0 4401202 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289466127488 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2159] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2159/stat : 2159 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289414507152 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2160] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2160/stat : 2160 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289413454352 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2161] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2161/stat : 2161 (java) S 2155 2155 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289412401552 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2162] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2162/stat : 2162 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289411348752 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2163] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2163/stat : 2163 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289410296976 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2164] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2164/stat : 2164 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289409244176 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2165] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2165/stat : 2165 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289408191376 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2166] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2166/stat : 2166 (java) S 2155 2155 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4401203 14135136256 42461 33554432000 4194304 4196468 140729361412880 140289407138576 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2167] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2167/stat : 2167 (java) S 2155 2155 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4401205 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288923228528 140289461897858 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2168] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2168/stat : 2168 (java) S 2155 2155 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4401206 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288922174496 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2169] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2169/stat : 2169 (java) S 2155 2155 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4401206 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288921121648 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2170] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2170/stat : 2170 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288920069968 140289461905307 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2171] ppid=2155 vsize=13803844 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2171/stat : 2171 (java) R 2155 2155 15667 0 -1 4202560 3105 0 0 0 80 0 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288919004512 140289443432177 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2172] ppid=2155 vsize=13803844 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2172/stat : 2172 (java) R 2155 2155 15667 0 -1 4202560 3813 0 0 0 73 1 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288917951712 140289443430887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2173] ppid=2155 vsize=13803844 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2173/stat : 2173 (java) R 2155 2155 15667 0 -1 4202560 2757 0 0 0 78 1 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288916898776 140289447012776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2174] ppid=2155 vsize=13803844 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2174/stat : 2174 (java) S 2155 2155 15667 0 -1 1077944384 2051 0 0 0 43 0 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288915859952 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2175] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2175/stat : 2175 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288914807392 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2176] ppid=2155 vsize=13803844 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2176/stat : 2176 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401210 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288913754672 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2177] ppid=2155 vsize=13803844 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2177/stat : 2177 (java) R 2155 2155 15667 0 -1 4202560 64 0 0 0 74 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288906238736 140289087096791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2178] ppid=2155 vsize=13803844 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2178/stat : 2178 (java) R 2155 2155 15667 0 -1 4202560 44 0 0 0 56 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288905186920 140289086927260 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2179] ppid=2155 vsize=13803844 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2179/stat : 2179 (java) R 2155 2155 15667 0 -1 4202560 54 0 0 0 69 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288904135144 140289084839263 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2180] ppid=2155 vsize=13803844 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2180/stat : 2180 (java) R 2155 2155 15667 0 -1 4202560 86 0 0 0 74 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288903082064 140289087973045 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2181] ppid=2155 vsize=13803844 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2181/stat : 2181 (java) R 2155 2155 15667 0 -1 4202560 37 0 0 0 63 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288902031608 140289087941228 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2182] ppid=2155 vsize=13803844 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2182/stat : 2182 (java) R 2155 2155 15667 0 -1 4202560 30 0 0 0 81 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288900978392 140289446259016 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2183] ppid=2155 vsize=13803844 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2183/stat : 2183 (java) R 2155 2155 15667 0 -1 4202560 45 0 0 0 67 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288899923944 140289086912637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2184] ppid=2155 vsize=13803844 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2184/stat : 2184 (java) R 2155 2155 15667 0 -1 4202560 44 0 0 0 64 0 0 0 20 0 28 0 4401252 14135136256 42461 33554432000 4194304 4196468 140729361412880 140288898872064 140289087096768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 13813356

[startup+3.10172 s]
/proc/loadavg: 15.94 15.20 13.02 21/302 2184
/proc/meminfo: memFree=28573692/32770624 swapFree=5892/122420
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
[pid=2156] ppid=2155 vsize=13801768 CPUtime=21.36 cores=1,3,5,7,9,11,13,15
/proc/2156/stat : 2156 (java) S 2155 2155 15667 0 -1 1077944320 34352 0 0 0 2120 16 0 0 20 0 28 0 4401202 14133010432 56416 33554432000 4194304 4196468 140729361412880 140729361395424 140289461886711 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
/proc/2156/statm: 3450442 56416 3258 1 0 3437675 0
[pid=2156/tid=2157] ppid=2155 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2157/stat : 2157 (java) S 2155 2155 15667 0 -1 1077944384 6591 0 0 0 45 3 0 0 20 0 28 0 4401202 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289466127488 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2159] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2159/stat : 2159 (java) S 2155 2155 15667 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289414507152 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2160] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2160/stat : 2160 (java) S 2155 2155 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289413454352 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2161] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2161/stat : 2161 (java) S 2155 2155 15667 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289412401552 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2162] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2162/stat : 2162 (java) S 2155 2155 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289411348752 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2163] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2163/stat : 2163 (java) S 2155 2155 15667 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289410296976 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2164] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2164/stat : 2164 (java) S 2155 2155 15667 0 -1 1077944384 521 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289409244176 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2165] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2165/stat : 2165 (java) S 2155 2155 15667 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289408191376 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2166] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2166/stat : 2166 (java) S 2155 2155 15667 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 4401203 14133010432 56416 33554432000 4194304 4196468 140729361412880 140289407138576 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2167] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2167/stat : 2167 (java) S 2155 2155 15667 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 28 0 4401205 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288923228528 140289461897858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2168] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2168/stat : 2168 (java) S 2155 2155 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288922174496 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2169] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2169/stat : 2169 (java) S 2155 2155 15667 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288921121648 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2170] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2170/stat : 2170 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288920069968 140289461905307 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2171] ppid=2155 vsize=13801768 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2171/stat : 2171 (java) S 2155 2155 15667 0 -1 1077944384 6771 0 0 0 131 1 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288919018352 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2172] ppid=2155 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2172/stat : 2172 (java) S 2155 2155 15667 0 -1 1077944384 9879 0 0 0 128 1 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288917965552 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2173] ppid=2155 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2173/stat : 2173 (java) S 2155 2155 15667 0 -1 1077944384 4835 0 0 0 128 1 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288916912752 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2174] ppid=2155 vsize=13801768 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2174/stat : 2174 (java) S 2155 2155 15667 0 -1 1077944384 2383 0 0 0 47 0 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288915859952 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2175] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2175/stat : 2175 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288914807392 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2176] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2176/stat : 2176 (java) S 2155 2155 15667 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288913754672 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2177] ppid=2155 vsize=13801768 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2177/stat : 2177 (java) R 2155 2155 15667 0 -1 4202560 216 0 0 0 209 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288906243176 140289086912437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2178] ppid=2155 vsize=13801768 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2178/stat : 2178 (java) R 2155 2155 15667 0 -1 4202560 168 0 0 0 194 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288905187720 140289087095986 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2179] ppid=2155 vsize=13801768 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2179/stat : 2179 (java) R 2155 2155 15667 0 -1 4202560 187 0 0 0 197 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288904134840 140289086912238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2180] ppid=2155 vsize=13801768 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2180/stat : 2180 (java) R 2155 2155 15667 0 -1 4202560 209 0 0 0 220 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288903086384 140289441611744 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2181] ppid=2155 vsize=13801768 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2181/stat : 2181 (java) R 2155 2155 15667 0 -1 4202560 126 0 0 0 187 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288902029472 140289088376061 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2182] ppid=2155 vsize=13801768 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2182/stat : 2182 (java) R 2155 2155 15667 0 -1 4202560 71 0 0 0 237 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288900977720 140289087096735 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2183] ppid=2155 vsize=13801768 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2183/stat : 2183 (java) R 2155 2155 15667 0 -1 4202560 142 0 0 0 196 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288899924544 140289088074686 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2184] ppid=2155 vsize=13801768 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2184/stat : 2184 (java) R 2155 2155 15667 0 -1 4202560 151 0 0 0 190 0 0 0 20 0 28 0 4401252 14133010432 56416 33554432000 4194304 4196468 140729361412880 140288898875672 140289447098071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
Current children cumulated CPU time (s) 21.36
Current children cumulated vsize (KiB) 13811280

[startup+6.30163 s]
/proc/loadavg: 15.94 15.20 13.02 17/302 2184
/proc/meminfo: memFree=28283596/32770624 swapFree=5892/122424

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

/proc/2156/task/2168/stat : 2168 (java) S 2155 2155 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288922174496 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2169] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2169/stat : 2169 (java) S 2155 2155 15667 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288921121648 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2170] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2170/stat : 2170 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288920069968 140289461905307 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2171] ppid=2155 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2171/stat : 2171 (java) S 2155 2155 15667 0 -1 1077944384 6863 0 0 0 134 1 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288919018352 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2172] ppid=2155 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2172/stat : 2172 (java) S 2155 2155 15667 0 -1 1077944384 10001 0 0 0 134 1 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288917965552 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2173] ppid=2155 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2173/stat : 2173 (java) S 2155 2155 15667 0 -1 1077944384 4839 0 0 0 128 1 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288916912752 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2174] ppid=2155 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2174/stat : 2174 (java) S 2155 2155 15667 0 -1 1077944384 2421 0 0 0 48 0 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288915859952 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2175] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2175/stat : 2175 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288914807392 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2176] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2176/stat : 2176 (java) S 2155 2155 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288913754672 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2177] ppid=2155 vsize=13801768 CPUtime=5.27 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2177/stat : 2177 (java) R 2155 2155 15667 0 -1 4202560 248 0 0 0 526 1 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288906239352 140289086912413 0 4 0 16800975 0 0 0 -1 11 0 0 7 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2178] ppid=2155 vsize=13801768 CPUtime=5.13 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2178/stat : 2178 (java) R 2155 2155 15667 0 -1 4202560 201 0 0 0 512 1 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288905187720 140289087096650 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2179] ppid=2155 vsize=13801768 CPUtime=5.13 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2179/stat : 2179 (java) R 2155 2155 15667 0 -1 4202560 503 0 0 0 512 1 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288904137776 140289087904787 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2180] ppid=2155 vsize=13801768 CPUtime=5.34 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2180/stat : 2180 (java) R 2155 2155 15667 0 -1 4202560 260 0 0 0 533 1 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288903083064 140289087941358 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2181] ppid=2155 vsize=13801768 CPUtime=5.04 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2181/stat : 2181 (java) R 2155 2155 15667 0 -1 4202560 183 0 0 0 504 0 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288902029280 140289087904471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2182] ppid=2155 vsize=13801768 CPUtime=5.46 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2182/stat : 2182 (java) R 2155 2155 15667 0 -1 4202560 76 0 0 0 546 0 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288900977544 140289086912198 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2183] ppid=2155 vsize=13801768 CPUtime=5.12 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2183/stat : 2183 (java) R 2155 2155 15667 0 -1 4202560 188 0 0 0 511 1 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288899924664 140289086912226 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2184] ppid=2155 vsize=13801768 CPUtime=5.04 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2184/stat : 2184 (java) R 2155 2155 15667 0 -1 4202560 221 0 0 0 503 1 0 0 20 0 28 0 4401252 14133010432 135436 33554432000 4194304 4196468 140729361412880 140288898871432 140289088376078 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
Current children cumulated CPU time (s) 46.88
Current children cumulated vsize (KiB) 13811280

[startup+7.20156 s]
/proc/loadavg: 15.94 15.20 13.02 18/302 2184
/proc/meminfo: memFree=28248832/32770624 swapFree=5892/122436
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
[pid=2156] ppid=2155 vsize=13801768 CPUtime=53.2 cores=1,3,5,7,9,11,13,15
/proc/2156/stat : 2156 (java) S 2155 2155 15667 0 -1 1077944320 35562 0 0 0 5291 29 0 0 20 0 28 0 4401202 14133010432 134667 33554432000 4194304 4196468 140729361412880 140729361395424 140289461886711 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
/proc/2156/statm: 3450442 134667 3259 1 0 3437675 0
[pid=2156/tid=2157] ppid=2155 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2157/stat : 2157 (java) S 2155 2155 15667 0 -1 1077944384 6591 0 0 0 45 3 0 0 20 0 28 0 4401202 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289466127488 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2159] ppid=2155 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2159/stat : 2159 (java) S 2155 2155 15667 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289414507152 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2160] ppid=2155 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2160/stat : 2160 (java) S 2155 2155 15667 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289413454352 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2161] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2161/stat : 2161 (java) S 2155 2155 15667 0 -1 1077944384 228 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289412401552 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2162] ppid=2155 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2162/stat : 2162 (java) S 2155 2155 15667 0 -1 1077944384 81 0 0 0 1 1 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289411348752 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2163] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2163/stat : 2163 (java) S 2155 2155 15667 0 -1 1077944384 95 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289410296976 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2164] ppid=2155 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2164/stat : 2164 (java) S 2155 2155 15667 0 -1 1077944384 533 0 0 0 1 1 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289409244176 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2165] ppid=2155 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2165/stat : 2165 (java) S 2155 2155 15667 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289408191376 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2166] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2166/stat : 2166 (java) S 2155 2155 15667 0 -1 1077944384 102 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134667 33554432000 4194304 4196468 140729361412880 140289407138576 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2167] ppid=2155 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2167/stat : 2167 (java) S 2155 2155 15667 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 28 0 4401205 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288923228528 140289461897858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2168] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2168/stat : 2168 (java) S 2155 2155 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288922174496 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2169] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2169/stat : 2169 (java) S 2155 2155 15667 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288921121648 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2170] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2170/stat : 2170 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288920069968 140289461905307 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2171] ppid=2155 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2171/stat : 2171 (java) S 2155 2155 15667 0 -1 1077944384 6863 0 0 0 134 1 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288919018352 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2172] ppid=2155 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2172/stat : 2172 (java) S 2155 2155 15667 0 -1 1077944384 10001 0 0 0 134 1 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288917965552 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2173] ppid=2155 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2173/stat : 2173 (java) S 2155 2155 15667 0 -1 1077944384 4839 0 0 0 128 1 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288916912752 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2174] ppid=2155 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2174/stat : 2174 (java) S 2155 2155 15667 0 -1 1077944384 2421 0 0 0 48 0 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288915859952 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2175] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2175/stat : 2175 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288914807392 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2176] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2176/stat : 2176 (java) S 2155 2155 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288913754672 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2177] ppid=2155 vsize=13801768 CPUtime=6.06 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2177/stat : 2177 (java) R 2155 2155 15667 0 -1 4202560 249 0 0 0 605 1 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288906239352 140289086912484 0 4 0 16800975 0 0 0 -1 11 0 0 7 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2178] ppid=2155 vsize=13801768 CPUtime=5.92 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2178/stat : 2178 (java) R 2155 2155 15667 0 -1 4202560 201 0 0 0 591 1 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288905189632 140289087748291 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2179] ppid=2155 vsize=13801768 CPUtime=5.92 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2179/stat : 2179 (java) R 2155 2155 15667 0 -1 4202560 503 0 0 0 591 1 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288904135864 140289087096568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2180] ppid=2155 vsize=13801768 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2180/stat : 2180 (java) R 2155 2155 15667 0 -1 4202560 260 0 0 0 612 1 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288903083064 140289443292932 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2181] ppid=2155 vsize=13801768 CPUtime=5.83 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2181/stat : 2181 (java) R 2155 2155 15667 0 -1 4202560 183 0 0 0 583 0 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288902029216 140289087903404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2182] ppid=2155 vsize=13801768 CPUtime=6.25 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2182/stat : 2182 (java) R 2155 2155 15667 0 -1 4202560 76 0 0 0 625 0 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288900977544 140289087096791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2183] ppid=2155 vsize=13801768 CPUtime=5.89 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2183/stat : 2183 (java) R 2155 2155 15667 0 -1 4202560 188 0 0 0 588 1 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288899924664 140289087096645 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2184] ppid=2155 vsize=13801768 CPUtime=5.83 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2184/stat : 2184 (java) R 2155 2155 15667 0 -1 4202560 222 0 0 0 582 1 0 0 20 0 28 0 4401252 14133010432 134667 33554432000 4194304 4196468 140729361412880 140288898871944 140289087903214 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
Current children cumulated CPU time (s) 53.2
Current children cumulated vsize (KiB) 13811280

[startup+7.60155 s]
/proc/loadavg: 15.94 15.20 13.02 18/302 2184
/proc/meminfo: memFree=28248832/32770624 swapFree=5892/122436
[pid=2155] ppid=2152 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2155/stat : 2155 (xcsp3-exec) S 2152 2155 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4401202 9740288 346 33554432000 4194304 5098028 140735188246736 140735188244840 140629931917948 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 39370752 140735188255886 140735188256096 140735188256096 140735188258795 0
/proc/2155/statm: 2378 346 289 221 0 87 0
[pid=2156] ppid=2155 vsize=13801768 CPUtime=56.37 cores=1,3,5,7,9,11,13,15
/proc/2156/stat : 2156 (java) S 2155 2155 15667 0 -1 1077944320 36257 0 0 0 5607 30 0 0 20 0 28 0 4401202 14133010432 134559 33554432000 4194304 4196468 140729361412880 140729361395424 140289461886711 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
/proc/2156/statm: 3450442 134559 3259 1 0 3437675 0
[pid=2156/tid=2157] ppid=2155 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2157/stat : 2157 (java) S 2155 2155 15667 0 -1 1077944384 6591 0 0 0 45 3 0 0 20 0 28 0 4401202 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289466127488 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2159] ppid=2155 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2159/stat : 2159 (java) S 2155 2155 15667 0 -1 1077944384 49 0 0 0 1 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289414507152 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2160] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2160/stat : 2160 (java) S 2155 2155 15667 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289413454352 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2161] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2161/stat : 2161 (java) S 2155 2155 15667 0 -1 1077944384 257 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289412401552 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2162] ppid=2155 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2162/stat : 2162 (java) S 2155 2155 15667 0 -1 1077944384 81 0 0 0 1 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289411348752 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2163] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2163/stat : 2163 (java) S 2155 2155 15667 0 -1 1077944384 116 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289410296976 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2164] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2164/stat : 2164 (java) S 2155 2155 15667 0 -1 1077944384 539 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289409244176 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2165] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2165/stat : 2165 (java) S 2155 2155 15667 0 -1 1077944384 83 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289408191376 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2166] ppid=2155 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2166/stat : 2166 (java) S 2155 2155 15667 0 -1 1077944384 384 0 0 0 2 1 0 0 20 0 28 0 4401203 14133010432 134559 33554432000 4194304 4196468 140729361412880 140289407138576 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2167] ppid=2155 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2167/stat : 2167 (java) S 2155 2155 15667 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 28 0 4401205 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288923228528 140289461897858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2168] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2168/stat : 2168 (java) S 2155 2155 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288922174496 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2169] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2169/stat : 2169 (java) S 2155 2155 15667 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 4401206 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288921121648 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2170] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2170/stat : 2170 (java) S 2155 2155 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288920069968 140289461905307 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2171] ppid=2155 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2171/stat : 2171 (java) S 2155 2155 15667 0 -1 1077944384 6863 0 0 0 134 1 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288919018352 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2172] ppid=2155 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2172/stat : 2172 (java) S 2155 2155 15667 0 -1 1077944384 10001 0 0 0 134 1 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288917965552 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2173] ppid=2155 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2173/stat : 2173 (java) S 2155 2155 15667 0 -1 1077944384 4839 0 0 0 128 1 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288916912752 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2174] ppid=2155 vsize=13801768 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2174/stat : 2174 (java) S 2155 2155 15667 0 -1 1077944384 2421 0 0 0 48 0 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288915859952 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2175] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2175/stat : 2175 (java) S 2155 2155 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288914807392 140289461896917 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2176] ppid=2155 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2176/stat : 2176 (java) S 2155 2155 15667 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4401210 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288913754672 140289461897858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2177] ppid=2155 vsize=13801768 CPUtime=6.46 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2177/stat : 2177 (java) R 2155 2155 15667 0 -1 4202560 270 0 0 0 645 1 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288906239352 140289087096721 0 4 0 16800975 0 0 0 -1 11 0 0 7 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2178] ppid=2155 vsize=13801768 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2178/stat : 2178 (java) R 2155 2155 15667 0 -1 4202560 230 0 0 0 631 1 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288905187896 140289087096694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2179] ppid=2155 vsize=13801768 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2179/stat : 2179 (java) R 2155 2155 15667 0 -1 4202560 560 0 0 0 631 1 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288904135864 140289443292932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2180] ppid=2155 vsize=13801768 CPUtime=6.52 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2180/stat : 2180 (java) R 2155 2155 15667 0 -1 4202560 325 0 0 0 651 1 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288903083064 140289087904294 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2181] ppid=2155 vsize=13801768 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2181/stat : 2181 (java) R 2155 2155 15667 0 -1 4202560 206 0 0 0 622 0 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288902029872 140289083988257 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2182] ppid=2155 vsize=13801768 CPUtime=6.65 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2182/stat : 2182 (java) R 2155 2155 15667 0 -1 4202560 89 0 0 0 665 0 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288900977544 140289087096770 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2183] ppid=2155 vsize=13801768 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2183/stat : 2183 (java) R 2155 2155 15667 0 -1 4202560 209 0 0 0 627 1 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288899926736 140289087903227 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
[pid=2156/tid=2184] ppid=2155 vsize=13801768 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/2156/task/2184/stat : 2184 (java) R 2155 2155 15667 0 -1 4202560 260 0 0 0 621 1 0 0 20 0 28 0 4401252 14133010432 134559 33554432000 4194304 4196468 140729361412880 140288898871320 140289087672017 0 4 0 16800975 0 0 0 -1 9 0 0 7 0 0 6293624 6294260 37916672 140729361417404 140729361417580 140729361417580 140729361420239 0
Current children cumulated CPU time (s) 56.37
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 7.68
CPU time (s): 56.8496
CPU user time (s): 56.5285
CPU system time (s): 0.321084
CPU usage (%): 740.229
Max. virtual memory (cumulated for all children) (KiB): 13813360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.5285
system time used= 0.321084
maximum resident set size= 543736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3737
involuntary context switches= 3847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.101806 second user time and 0.117132 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:41:55
IDJOB=4248086
IDBENCH=133093
IDSOLVER=2625
FILE ID=node104/4248086-1500691315
RUNJOBID= node104-1500684128-16797
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-08.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-4248086-1500691315/watcher-4248086-1500691315 -o /tmp/evaluation-result-4248086-1500691315/solver-4248086-1500691315 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1023312490 HOME/instance-4248086-1500691315.xml

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

MD5SUM BENCH= c33b611f783ff62a93dcb2ff1216bc06
RANDOM SEED=1023312490

node104.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	: 5334.12
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.57
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		: 2668.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	: 5334.12
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.57
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		: 2668.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	: 5334.12
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.57
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		: 2668.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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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.57
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		: 2668.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	: 5334.12
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		: 2133.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.57
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		: 2668.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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28780916 kB
MemAvailable:   28868580 kB
Buffers:          167672 kB
Cached:           183340 kB
SwapCached:          252 kB
Active:          3338660 kB
Inactive:         178760 kB
Active(anon):    3121024 kB
Inactive(anon):    56372 kB
Active(file):     217636 kB
Inactive(file):   122388 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:       3178632 kB
Mapped:            42688 kB
Shmem:              8772 kB
Slab:             161908 kB
SReclaimable:     126948 kB
SUnreclaim:        34960 kB
KernelStack:        5040 kB
PageTables:        11868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4023868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2971648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 04:42:03