Trace number 4271322

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
choco-solver 4.0.5 par (2017-08-09)SAT 1361.87 257.285

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr2-1.xml
MD5SUMf0da45100268329db1731396e5956751
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 benchmark10.162
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size112
Maximum domain size128
Distribution of domain sizes[{"size":112,"count":10},{"size":118,"count":10},{"size":119,"count":30},{"size":120,"count":10},{"size":125,"count":10},{"size":126,"count":10},{"size":127,"count":10},{"size":128,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271322-1502813447.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271322-1502813447.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
187.35/109.91	c solve instance...
1361.63/257.22	s SATISFIABLE
1361.63/257.22	v <instantiation>
1361.63/257.22	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
1361.63/257.22	v 	<values>77 74 85 86 102 101 127 120 135 136 29 26 39 40 55 56 95 94 108 109 63 62 75 74 85 86 108 114 125 123 1 2 9 8 15 14 23 24 32 31 47 96 107 108 119 118 141 140 149 148 22 24 36 33 43 44 55 56 63 62 32 31 62 60 72 71 85 86 93 92 8 2 17 18 23 24 39 34 46 47 10 9 22 25 33 32 50 49 79 80 2 0 96 88 135 137 153 151 159 160 </values>
1361.63/257.22	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15024 MiB free)
  memory of node 1: 16384 MiB (15653 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271322-1502813447/watcher-4271322-1502813447 -o /tmp/evaluation-result-4271322-1502813447/solver-4271322-1502813447 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1426017261 HOME/instance-4271322-1502813447.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=17003, runsolver pid=17000
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 2.01 5.53 6.64 3/199 17024
/proc/meminfo: memFree=31397824/32770624 swapFree=67108860/67108860
[pid=17003] ppid=17000 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17003/stat : 17003 (xcsp3-exec) S 17000 17003 16326 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114432459 9740288 346 33554432000 4194304 5098028 140727837507056 140727837505160 140582808384124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38305792 140727837512804 140727837513015 140727837513015 140727837515755 0
/proc/17003/statm: 2378 346 289 221 0 87 0
[pid=17005] ppid=17003 vsize=25999808 memory=26728 CPUtime=0.12 cores=0-7
/proc/17005/stat : 17005 (java) S 17003 17003 16326 0 -1 1077944320 5621 0 0 0 11 1 0 0 20 0 20 0 114432459 26623803392 6682 33554432000 4194304 4196468 140730263587840 140730263570384 140496276647671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
/proc/17005/statm: 6499952 6682 2846 1 0 6488269 0
[pid=17005/tid=17006] ppid=17003 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17005/task/17006/stat : 17006 (java) R 17003 17003 16326 0 -1 4202560 3630 0 0 0 8 0 0 0 20 0 20 0 114432459 26623803392 6682 33554432000 4194304 4196468 140730263587840 140496280880944 140496260728158 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17007] ppid=17003 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17005/task/17007/stat : 17007 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140496233200144 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17008] ppid=17003 vsize=25999808 memory=139913079002752 CPUtime=0 cores=0-7
/proc/17005/task/17008/stat : 17008 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495834184336 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17009] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17009/stat : 17009 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495833131280 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17010] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17010/stat : 17010 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495832078736 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17011] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17011/stat : 17011 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495831026704 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17012] ppid=17003 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17005/task/17012/stat : 17012 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495829974160 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17013] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17013/stat : 17013 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495828921104 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17014] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17014/stat : 17014 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26623803392 6682 33554432000 4194304 4196468 140730263587840 140495827868560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17015] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17015/stat : 17015 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432461 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494682163440 140496276658818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17016] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17016/stat : 17016 (java) S 17003 17003 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114432462 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494681109664 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17017] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17017/stat : 17017 (java) S 17003 17003 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114432462 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494680056560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17018] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17018/stat : 17018 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432464 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494679005136 140496276666267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17019] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17019/stat : 17019 (java) S 17003 17003 16326 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 114432464 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494677953264 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17020] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17020/stat : 17020 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432464 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494676900720 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17021] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17021/stat : 17021 (java) S 17003 17003 16326 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 114432464 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494675847664 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17022] ppid=17003 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17005/task/17022/stat : 17022 (java) R 17003 17003 16326 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 114432465 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494674795120 140496276669018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17023] ppid=17003 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17023/stat : 17023 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432465 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494673742304 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17024] ppid=17003 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17005/task/17024/stat : 17024 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432465 26623803392 6682 33554432000 4194304 4196468 140730263587840 140494672689840 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28112 KiB

[startup+0.210369 s]*
/proc/loadavg: 2.01 5.53 6.64 2/199 17024
/proc/meminfo: memFree=31388092/32770624 swapFree=67108860/67108860
[pid=17003] ppid=17000 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17003/stat : 17003 (xcsp3-exec) S 17000 17003 16326 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114432459 9740288 346 33554432000 4194304 5098028 140727837507056 140727837505160 140582808384124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38305792 140727837512804 140727837513015 140727837513015 140727837515755 0
/proc/17003/statm: 2378 346 289 221 0 87 0
[pid=17005] ppid=17003 vsize=26004064 memory=39192 CPUtime=0.33 cores=0-7
/proc/17005/stat : 17005 (java) S 17003 17003 16326 0 -1 1077944320 8325 0 0 0 31 2 0 0 20 0 20 0 114432459 26628161536 9798 33554432000 4194304 4196468 140730263587840 140730263570384 140496276647671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
/proc/17005/statm: 6501016 9798 3059 1 0 6488269 0
[pid=17005/tid=17006] ppid=17003 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17005/task/17006/stat : 17006 (java) R 17003 17003 16326 0 -1 4202560 5423 0 0 0 18 1 0 0 20 0 20 0 114432459 26628161536 9798 33554432000 4194304 4196468 140730263587840 140496280869712 140496269325685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17007] ppid=17003 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/17005/task/17007/stat : 17007 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140496233200144 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17008] ppid=17003 vsize=26004064 memory=3835289480070403744 CPUtime=0 cores=0-7
/proc/17005/task/17008/stat : 17008 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495834184336 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17009] ppid=17003 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17005/task/17009/stat : 17009 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495833131280 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17010] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17010/stat : 17010 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495832078736 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17011] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17011/stat : 17011 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495831026704 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17012] ppid=17003 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17005/task/17012/stat : 17012 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495829974160 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17013] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17013/stat : 17013 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495828921104 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17014] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17014/stat : 17014 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 9798 33554432000 4194304 4196468 140730263587840 140495827868560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17015] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17015/stat : 17015 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432461 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494682163440 140496276658818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17016] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17016/stat : 17016 (java) S 17003 17003 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114432462 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494681109664 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17017] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17017/stat : 17017 (java) S 17003 17003 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114432462 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494680056560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17018] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17018/stat : 17018 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432464 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494679005136 140496276666267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17019] ppid=17003 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17005/task/17019/stat : 17019 (java) S 17003 17003 16326 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 114432464 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494677953264 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17020] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17020/stat : 17020 (java) S 17003 17003 16326 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 114432464 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494676900720 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17021] ppid=17003 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/17005/task/17021/stat : 17021 (java) S 17003 17003 16326 0 -1 1077944384 433 0 0 0 2 0 0 0 20 0 20 0 114432464 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494675847664 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17022] ppid=17003 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/17005/task/17022/stat : 17022 (java) S 17003 17003 16326 0 -1 1077944384 735 0 0 0 8 0 0 0 20 0 20 0 114432465 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494674795120 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17023] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17023/stat : 17023 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432465 26628161536 9798 33554432000 4194304 4196468 140730263587840 140494673742304 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17024] ppid=17003 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/17005/task/17024/stat : 17024 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432465 26628194304 9798 33554432000 4194304 4196468 140730263587840 140494672689840 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40576 KiB

[startup+0.31009 s]*
/proc/loadavg: 2.01 5.53 6.64 3/199 17024
/proc/meminfo: memFree=31383812/32770624 swapFree=67108860/67108860
[pid=17003] ppid=17000 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17003/stat : 17003 (xcsp3-exec) S 17000 17003 16326 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114432459 9740288 346 33554432000 4194304 5098028 140727837507056 140727837505160 140582808384124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38305792 140727837512804 140727837513015 140727837513015 140727837515755 0
/proc/17003/statm: 2378 346 289 221 0 87 0
[pid=17005] ppid=17003 vsize=26004064 memory=44060 CPUtime=0.49 cores=0-7
/proc/17005/stat : 17005 (java) S 17003 17003 16326 0 -1 1077944320 9206 0 0 0 47 2 0 0 20 0 20 0 114432459 26628161536 11015 33554432000 4194304 4196468 140730263587840 140730263570384 140496276647671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
/proc/17005/statm: 6501016 11015 3082 1 0 6488269 0
[pid=17005/tid=17006] ppid=17003 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17005/task/17006/stat : 17006 (java) R 17003 17003 16326 0 -1 4202560 6086 0 0 0 28 1 0 0 20 0 20 0 114432459 26628161536 11015 33554432000 4194304 4196468 140730263587840 140496280884688 140496276659606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17007] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17007/stat : 17007 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140496233200144 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17008] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17008/stat : 17008 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495834184336 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17009] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17009/stat : 17009 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495833131280 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17010] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17010/stat : 17010 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495832078736 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17011] ppid=17003 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17005/task/17011/stat : 17011 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495831026704 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17012] ppid=17003 vsize=26004064 memory=139912921838511 CPUtime=0 cores=0-7
/proc/17005/task/17012/stat : 17012 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495829974160 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17013] ppid=17003 vsize=26004064 memory=139912921840816 CPUtime=0 cores=0-7
/proc/17005/task/17013/stat : 17013 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495828921104 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17014] ppid=17003 vsize=26004064 memory=139912921843120 CPUtime=0 cores=0-7
/proc/17005/task/17014/stat : 17014 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26628161536 11015 33554432000 4194304 4196468 140730263587840 140495827868560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17015] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17015/stat : 17015 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432461 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494682163440 140496276658818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17016] ppid=17003 vsize=26004064 memory=279825843693200 CPUtime=0 cores=0-7
/proc/17005/task/17016/stat : 17016 (java) S 17003 17003 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114432462 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494681109664 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17017] ppid=17003 vsize=26004064 memory=279825843700112 CPUtime=0 cores=0-7
/proc/17005/task/17017/stat : 17017 (java) S 17003 17003 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114432462 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494680056560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17018] ppid=17003 vsize=26004064 memory=279825843641392 CPUtime=0 cores=0-7
/proc/17005/task/17018/stat : 17018 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432464 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494679005136 140496276666267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17019] ppid=17003 vsize=26004064 memory=279825843713936 CPUtime=0.02 cores=0-7
/proc/17005/task/17019/stat : 17019 (java) S 17003 17003 16326 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 20 0 114432464 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494677953264 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17020] ppid=17003 vsize=26004064 memory=279825843720848 CPUtime=0.01 cores=0-7
/proc/17005/task/17020/stat : 17020 (java) R 17003 17003 16326 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 20 0 114432464 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494676900720 140496256046058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17021] ppid=17003 vsize=26004064 memory=279825843718544 CPUtime=0.02 cores=0-7
/proc/17005/task/17021/stat : 17021 (java) S 17003 17003 16326 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 20 0 114432464 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494675847664 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17022] ppid=17003 vsize=26004064 memory=279825843734704 CPUtime=0.13 cores=0-7
/proc/17005/task/17022/stat : 17022 (java) R 17003 17003 16326 0 -1 4202560 879 0 0 0 13 0 0 0 20 0 20 0 114432465 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494674791488 140496256080736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17023] ppid=17003 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17023/stat : 17023 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114432465 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494673742304 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17024] ppid=17003 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17005/task/17024/stat : 17024 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432465 26628161536 11015 33554432000 4194304 4196468 140730263587840 140494672689840 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45444 KiB

[startup+0.701038 s]
/proc/loadavg: 2.01 5.53 6.64 6/199 17024
/proc/meminfo: memFree=31365264/32770624 swapFree=67108860/67108860
[pid=17003] ppid=17000 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17003/stat : 17003 (xcsp3-exec) S 17000 17003 16326 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114432459 9740288 346 33554432000 4194304 5098028 140727837507056 140727837505160 140582808384124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38305792 140727837512804 140727837513015 140727837513015 140727837515755 0
/proc/17003/statm: 2378 346 289 221 0 87 0
[pid=17005] ppid=17003 vsize=26006188 memory=104032 CPUtime=1.57 cores=0-7
/proc/17005/stat : 17005 (java) S 17003 17003 16326 0 -1 1077944320 12145 0 0 0 153 4 0 0 20 0 20 0 114432459 26630336512 26008 33554432000 4194304 4196468 140730263587840 140730263570384 140496276647671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
/proc/17005/statm: 6501547 26008 3201 1 0 6488781 0
[pid=17005/tid=17006] ppid=17003 vsize=26006188 memory=279825844092592 CPUtime=0.67 cores=0-7
/proc/17005/task/17006/stat : 17006 (java) R 17003 17003 16326 0 -1 4202560 6757 0 0 0 65 2 0 0 20 0 20 0 114432459 26630336512 26008 33554432000 4194304 4196468 140730263587840 140496280884960 140495914358391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17007] ppid=17003 vsize=26006188 memory=139912922047344 CPUtime=0 cores=0-7
/proc/17005/task/17007/stat : 17007 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26630336512 26008 33554432000 4194304 4196468 140730263587840 140496233200144 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17008] ppid=17003 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/17005/task/17008/stat : 17008 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114432460 26630336512 26008 33554432000 4194304 4196468 140730263587840 140495834184336 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17009] ppid=17003 vsize=26006188 memory=4612 CPUtime=0 cores=0-7
/proc/17005/task/17009/stat : 17009 (java) S 17003 17003 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114432460 26630336512 26008 33554432000 4194304 4196468 140730263587840 140495833131280 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0

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

[pid=17005/tid=17022] ppid=17003 vsize=26538700 memory=1384 CPUtime=0.81 cores=0-7
/proc/17005/task/17022/stat : 17022 (java) S 17003 17003 16326 0 -1 1077944384 10005 0 0 0 78 3 0 0 20 0 28 0 114432465 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494674795120 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17023] ppid=17003 vsize=26538700 memory=10740432 CPUtime=0 cores=0-7
/proc/17005/task/17023/stat : 17023 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 114432465 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494673742304 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17024] ppid=17003 vsize=26538700 memory=2196 CPUtime=0.1 cores=0-7
/proc/17005/task/17024/stat : 17024 (java) S 17003 17003 16326 0 -1 1077944384 1155 0 0 0 5 5 0 0 20 0 28 0 114432465 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494672689840 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17026] ppid=17003 vsize=26538700 memory=6764 CPUtime=145.6 cores=0-7
/proc/17005/task/17026/stat : 17026 (java) R 17003 17003 16326 0 -1 4202560 3490 0 0 0 14536 24 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494665173688 140495917200921 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17027] ppid=17003 vsize=26538700 memory=840 CPUtime=145.55 cores=0-7
/proc/17005/task/17027/stat : 17027 (java) R 17003 17003 16326 0 -1 4202560 3658 0 0 0 14530 25 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494664122016 140495920803955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17028] ppid=17003 vsize=26538700 memory=1692 CPUtime=145.58 cores=0-7
/proc/17005/task/17028/stat : 17028 (java) R 17003 17003 16326 0 -1 4202560 8721 0 0 0 14495 63 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494663069976 140495917198765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17029] ppid=17003 vsize=26538700 memory=10740012 CPUtime=145.57 cores=0-7
/proc/17005/task/17029/stat : 17029 (java) R 17003 17003 16326 0 -1 4202560 8173 0 0 0 14543 14 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494662017440 140495917199325 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17030] ppid=17003 vsize=26538700 memory=10734164 CPUtime=144.17 cores=0-7
/proc/17005/task/17030/stat : 17030 (java) R 17003 17003 16326 0 -1 4202560 4356 0 0 0 14403 14 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494660964272 140495920803955 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17031] ppid=17003 vsize=26538700 memory=1948 CPUtime=145.57 cores=0-7
/proc/17005/task/17031/stat : 17031 (java) R 17003 17003 16326 0 -1 4202560 83126 0 0 0 14534 23 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494659911840 140495920804001 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17032] ppid=17003 vsize=26538700 memory=8572 CPUtime=145.31 cores=0-7
/proc/17005/task/17032/stat : 17032 (java) R 17003 17003 16326 0 -1 4202560 4221 0 0 0 14512 19 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494658859056 140495917197507 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17033] ppid=17003 vsize=26538700 memory=1228 CPUtime=143.78 cores=0-7
/proc/17005/task/17033/stat : 17033 (java) R 17003 17003 16326 0 -1 4202560 45730 0 0 0 14359 19 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494657806232 140495916707445 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
Current children cumulated CPU time: 1352.13 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 10741816 KiB

[startup+256.802 s]
/proc/loadavg: 7.41 5.69 6.33 9/208 17040
/proc/meminfo: memFree=20665540/32770624 swapFree=67108860/67108860
[pid=17003] ppid=17000 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17003/stat : 17003 (xcsp3-exec) S 17000 17003 16326 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114432459 9740288 346 33554432000 4194304 5098028 140727837507056 140727837505160 140582808384124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38305792 140727837512804 140727837513015 140727837513015 140727837515755 0
/proc/17003/statm: 2378 346 289 221 0 87 0
[pid=17005] ppid=17003 vsize=26538700 memory=10740432 CPUtime=1358.44 cores=0-7
/proc/17005/stat : 17005 (java) S 17003 17003 16326 0 -1 1077944320 371837 0 0 0 133783 2061 0 0 20 0 28 0 114432459 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140730263570384 140496276647671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
/proc/17005/statm: 6634675 2685108 3300 1 0 6621909 0
[pid=17005/tid=17006] ppid=17003 vsize=26538700 memory=6791534058613427641 CPUtime=98.16 cores=0-7
/proc/17005/task/17006/stat : 17006 (java) S 17003 17003 16326 0 -1 1077944384 22173 0 0 0 9745 71 0 0 20 0 28 0 114432459 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140496280888448 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17007] ppid=17003 vsize=26538700 memory=956 CPUtime=10.54 cores=0-7
/proc/17005/task/17007/stat : 17007 (java) S 17003 17003 16326 0 -1 1077944384 12921 0 0 0 835 219 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140496233200144 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17008] ppid=17003 vsize=26538700 memory=2340 CPUtime=10.61 cores=0-7
/proc/17005/task/17008/stat : 17008 (java) S 17003 17003 16326 0 -1 1077944384 12134 0 0 0 838 223 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495834184336 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17009] ppid=17003 vsize=26538700 memory=2240 CPUtime=10.53 cores=0-7
/proc/17005/task/17009/stat : 17009 (java) S 17003 17003 16326 0 -1 1077944384 16798 0 0 0 836 217 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495833131280 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17010] ppid=17003 vsize=26538700 memory=4128 CPUtime=10.6 cores=0-7
/proc/17005/task/17010/stat : 17010 (java) S 17003 17003 16326 0 -1 1077944384 10823 0 0 0 848 212 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495832078736 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17011] ppid=17003 vsize=26538700 memory=10740432 CPUtime=10.54 cores=0-7
/proc/17005/task/17011/stat : 17011 (java) S 17003 17003 16326 0 -1 1077944384 17760 0 0 0 842 212 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495831026704 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17012] ppid=17003 vsize=26538700 memory=7594289852227808105 CPUtime=10.64 cores=0-7
/proc/17005/task/17012/stat : 17012 (java) S 17003 17003 16326 0 -1 1077944384 23563 0 0 0 834 230 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495829974160 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17013] ppid=17003 vsize=26538700 memory=7230074430815955305 CPUtime=10.61 cores=0-7
/proc/17005/task/17013/stat : 17013 (java) S 17003 17003 16326 0 -1 1077944384 15711 0 0 0 838 223 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495828921104 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17014] ppid=17003 vsize=26538700 memory=7884510408967929956 CPUtime=10.59 cores=0-7
/proc/17005/task/17014/stat : 17014 (java) S 17003 17003 16326 0 -1 1077944384 11876 0 0 0 836 223 0 0 20 0 28 0 114432460 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140495827868560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17015] ppid=17003 vsize=26538700 memory=279825843486960 CPUtime=0.97 cores=0-7
/proc/17005/task/17015/stat : 17015 (java) S 17003 17003 16326 0 -1 1077944384 11489 0 0 0 93 4 0 0 20 0 28 0 114432461 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494682163440 140496276658818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17016] ppid=17003 vsize=26538700 memory=7236274499273452907 CPUtime=0 cores=0-7
/proc/17005/task/17016/stat : 17016 (java) S 17003 17003 16326 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 114432462 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494681109728 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17017] ppid=17003 vsize=26538700 memory=6764 CPUtime=0 cores=0-7
/proc/17005/task/17017/stat : 17017 (java) S 17003 17003 16326 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 28 0 114432462 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494680056576 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17018] ppid=17003 vsize=26538700 memory=840 CPUtime=0 cores=0-7
/proc/17005/task/17018/stat : 17018 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 114432464 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494679005136 140496276666267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17019] ppid=17003 vsize=26538700 memory=1692 CPUtime=2.15 cores=0-7
/proc/17005/task/17019/stat : 17019 (java) S 17003 17003 16326 0 -1 1077944384 17106 0 0 0 212 3 0 0 20 0 28 0 114432464 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494677953264 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17020] ppid=17003 vsize=26538700 memory=916 CPUtime=2.09 cores=0-7
/proc/17005/task/17020/stat : 17020 (java) S 17003 17003 16326 0 -1 1077944384 11409 0 0 0 206 3 0 0 20 0 28 0 114432464 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494676900720 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17021] ppid=17003 vsize=26538700 memory=4420 CPUtime=1.82 cores=0-7
/proc/17005/task/17021/stat : 17021 (java) S 17003 17003 16326 0 -1 1077944384 13689 0 0 0 178 4 0 0 20 0 28 0 114432464 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494675847664 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17022] ppid=17003 vsize=26538700 memory=1384 CPUtime=0.81 cores=0-7
/proc/17005/task/17022/stat : 17022 (java) S 17003 17003 16326 0 -1 1077944384 10005 0 0 0 78 3 0 0 20 0 28 0 114432465 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494674795120 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17023] ppid=17003 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/17005/task/17023/stat : 17023 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 114432465 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494673742304 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17024] ppid=17003 vsize=26538700 memory=10740432 CPUtime=0.1 cores=0-7
/proc/17005/task/17024/stat : 17024 (java) S 17003 17003 16326 0 -1 1077944384 1176 0 0 0 5 5 0 0 20 0 28 0 114432465 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494672689840 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17026] ppid=17003 vsize=26538700 memory=1384 CPUtime=146.39 cores=0-7
/proc/17005/task/17026/stat : 17026 (java) R 17003 17003 16326 0 -1 4202560 3531 0 0 0 14615 24 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494665173688 140495917197607 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17027] ppid=17003 vsize=26538700 memory=1384 CPUtime=146.34 cores=0-7
/proc/17005/task/17027/stat : 17027 (java) R 17003 17003 16326 0 -1 4202560 3677 0 0 0 14609 25 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494664122152 140495920803955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17028] ppid=17003 vsize=26538700 memory=10740432 CPUtime=146.37 cores=0-7
/proc/17005/task/17028/stat : 17028 (java) R 17003 17003 16326 0 -1 4202560 8774 0 0 0 14574 63 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494663069976 140495917199325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17029] ppid=17003 vsize=26538700 memory=1384 CPUtime=146.36 cores=0-7
/proc/17005/task/17029/stat : 17029 (java) R 17003 17003 16326 0 -1 4202560 8195 0 0 0 14622 14 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494662017576 140495917198093 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17030] ppid=17003 vsize=26538700 memory=10740432 CPUtime=144.96 cores=0-7
/proc/17005/task/17030/stat : 17030 (java) R 17003 17003 16326 0 -1 4202560 4398 0 0 0 14482 14 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494660964272 140495920731411 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17031] ppid=17003 vsize=26538700 memory=796 CPUtime=146.36 cores=0-7
/proc/17005/task/17031/stat : 17031 (java) R 17003 17003 16326 0 -1 4202560 83181 0 0 0 14613 23 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494659911976 140495917200982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17032] ppid=17003 vsize=26538700 memory=6791534058613427641 CPUtime=146.1 cores=0-7
/proc/17005/task/17032/stat : 17032 (java) R 17003 17003 16326 0 -1 4202560 4270 0 0 0 14591 19 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494658859192 140495916707440 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17033] ppid=17003 vsize=26538700 memory=5668 CPUtime=144.56 cores=0-7
/proc/17005/task/17033/stat : 17033 (java) R 17003 17003 16326 0 -1 4202560 45775 0 0 0 14437 19 0 0 20 0 28 0 114443451 27175628800 2685108 33554432000 4194304 4196468 140730263587840 140494657806232 140495917198770 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
Current children cumulated CPU time: 1358.44 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 10741816 KiB

[startup+257.202 s]
/proc/loadavg: 7.41 5.69 6.33 9/208 17040
/proc/meminfo: memFree=20665540/32770624 swapFree=67108860/67108860
[pid=17003] ppid=17000 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17003/stat : 17003 (xcsp3-exec) S 17000 17003 16326 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114432459 9740288 346 33554432000 4194304 5098028 140727837507056 140727837505160 140582808384124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38305792 140727837512804 140727837513015 140727837513015 140727837515755 0
/proc/17003/statm: 2378 346 289 221 0 87 0
[pid=17005] ppid=17003 vsize=26538700 memory=10740444 CPUtime=1361.63 cores=0-7
/proc/17005/stat : 17005 (java) S 17003 17003 16326 0 -1 1077944320 376091 0 0 0 134101 2062 0 0 20 0 28 0 114432459 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140730263570384 140496276647671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
/proc/17005/statm: 6634675 2685111 3300 1 0 6621909 0
[pid=17005/tid=17006] ppid=17003 vsize=26538700 memory=1384 CPUtime=98.16 cores=0-7
/proc/17005/task/17006/stat : 17006 (java) S 17003 17003 16326 0 -1 1077944384 22173 0 0 0 9745 71 0 0 20 0 28 0 114432459 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140496280888448 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17007] ppid=17003 vsize=26538700 memory=1384 CPUtime=10.54 cores=0-7
/proc/17005/task/17007/stat : 17007 (java) S 17003 17003 16326 0 -1 1077944384 12921 0 0 0 835 219 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140496233200144 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17008] ppid=17003 vsize=26538700 memory=6791534058613427641 CPUtime=10.61 cores=0-7
/proc/17005/task/17008/stat : 17008 (java) S 17003 17003 16326 0 -1 1077944384 12134 0 0 0 838 223 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495834184336 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17009] ppid=17003 vsize=26538700 memory=4420 CPUtime=10.53 cores=0-7
/proc/17005/task/17009/stat : 17009 (java) S 17003 17003 16326 0 -1 1077944384 16798 0 0 0 836 217 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495833131280 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17010] ppid=17003 vsize=26538700 memory=4096 CPUtime=10.6 cores=0-7
/proc/17005/task/17010/stat : 17010 (java) S 17003 17003 16326 0 -1 1077944384 10823 0 0 0 848 212 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495832078736 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17011] ppid=17003 vsize=26538700 memory=1152 CPUtime=10.54 cores=0-7
/proc/17005/task/17011/stat : 17011 (java) S 17003 17003 16326 0 -1 1077944384 17760 0 0 0 842 212 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495831026704 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17012] ppid=17003 vsize=26538700 memory=3504 CPUtime=10.64 cores=0-7
/proc/17005/task/17012/stat : 17012 (java) S 17003 17003 16326 0 -1 1077944384 23563 0 0 0 834 230 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495829974160 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17013] ppid=17003 vsize=26538700 memory=1384 CPUtime=10.61 cores=0-7
/proc/17005/task/17013/stat : 17013 (java) S 17003 17003 16326 0 -1 1077944384 15711 0 0 0 838 223 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495828921104 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17014] ppid=17003 vsize=26538700 memory=10740432 CPUtime=10.59 cores=0-7
/proc/17005/task/17014/stat : 17014 (java) S 17003 17003 16326 0 -1 1077944384 11876 0 0 0 836 223 0 0 20 0 28 0 114432460 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140495827868560 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17015] ppid=17003 vsize=26538700 memory=1716 CPUtime=0.97 cores=0-7
/proc/17005/task/17015/stat : 17015 (java) S 17003 17003 16326 0 -1 1077944384 11489 0 0 0 93 4 0 0 20 0 28 0 114432461 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494682163440 140496276658818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17016] ppid=17003 vsize=26538700 memory=1948 CPUtime=0 cores=0-7
/proc/17005/task/17016/stat : 17016 (java) S 17003 17003 16326 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 114432462 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494681109728 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17017] ppid=17003 vsize=26538700 memory=8572 CPUtime=0 cores=0-7
/proc/17005/task/17017/stat : 17017 (java) S 17003 17003 16326 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 28 0 114432462 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494680056576 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17018] ppid=17003 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/17005/task/17018/stat : 17018 (java) S 17003 17003 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 114432464 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494679005136 140496276666267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17019] ppid=17003 vsize=26538700 memory=10740432 CPUtime=2.17 cores=0-7
/proc/17005/task/17019/stat : 17019 (java) R 17003 17003 16326 0 -1 1077944384 17614 0 0 0 214 3 0 0 20 0 28 0 114432464 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494677953264 140496276658818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17020] ppid=17003 vsize=26538700 memory=5668 CPUtime=2.1 cores=0-7
/proc/17005/task/17020/stat : 17020 (java) S 17003 17003 16326 0 -1 1077944384 11618 0 0 0 207 3 0 0 20 0 28 0 114432464 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494676900720 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17021] ppid=17003 vsize=26538700 memory=1008 CPUtime=1.82 cores=0-7
/proc/17005/task/17021/stat : 17021 (java) S 17003 17003 16326 0 -1 1077944384 13692 0 0 0 178 4 0 0 20 0 28 0 114432464 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494675847664 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17022] ppid=17003 vsize=26538700 memory=4612 CPUtime=0.81 cores=0-7
/proc/17005/task/17022/stat : 17022 (java) S 17003 17003 16326 0 -1 1077944384 10889 0 0 0 78 3 0 0 20 0 28 0 114432465 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494674795120 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17023] ppid=17003 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/17005/task/17023/stat : 17023 (java) S 17003 17003 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 114432465 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494673742304 140496276657877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17024] ppid=17003 vsize=26538700 memory=10740432 CPUtime=0.1 cores=0-7
/proc/17005/task/17024/stat : 17024 (java) S 17003 17003 16326 0 -1 1077944384 1176 0 0 0 5 5 0 0 20 0 28 0 114432465 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494672689840 140496276658818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17026] ppid=17003 vsize=26538700 memory=1384 CPUtime=146.78 cores=0-7
/proc/17005/task/17026/stat : 17026 (java) R 17003 17003 16326 0 -1 4202560 3551 0 0 0 14654 24 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494665173688 140495917198430 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17027] ppid=17003 vsize=26538700 memory=10740432 CPUtime=146.74 cores=0-7
/proc/17005/task/17027/stat : 17027 (java) R 17003 17003 16326 0 -1 4202560 3712 0 0 0 14649 25 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494664122152 140495920731796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17028] ppid=17003 vsize=26538700 memory=3504 CPUtime=146.77 cores=0-7
/proc/17005/task/17028/stat : 17028 (java) R 17003 17003 16326 0 -1 4202560 8795 0 0 0 14614 63 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494663069976 140495917197749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17029] ppid=17003 vsize=26538700 memory=1384 CPUtime=146.76 cores=0-7
/proc/17005/task/17029/stat : 17029 (java) R 17003 17003 16326 0 -1 4202560 8214 0 0 0 14662 14 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494662017576 140495917198814 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17030] ppid=17003 vsize=26538700 memory=10740432 CPUtime=145.36 cores=0-7
/proc/17005/task/17030/stat : 17030 (java) R 17003 17003 16326 0 -1 4202560 4416 0 0 0 14522 14 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494660964272 140495920803975 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17031] ppid=17003 vsize=26538700 memory=6791534058613427641 CPUtime=146.76 cores=0-7
/proc/17005/task/17031/stat : 17031 (java) R 17003 17003 16326 0 -1 4202560 85652 0 0 0 14653 23 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494659914280 140495916101140 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17032] ppid=17003 vsize=26538700 memory=6791534058613427641 CPUtime=146.48 cores=0-7
/proc/17005/task/17032/stat : 17032 (java) R 17003 17003 16326 0 -1 4202560 4287 0 0 0 14629 19 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494658859192 140495920803955 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
[pid=17005/tid=17033] ppid=17003 vsize=26538700 memory=8572 CPUtime=144.95 cores=0-7
/proc/17005/task/17033/stat : 17033 (java) R 17003 17003 16326 0 -1 4202560 45824 0 0 0 14476 19 0 0 20 0 28 0 114443451 27175628800 2685111 33554432000 4194304 4196468 140730263587840 140494657806232 140495916707440 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140730263594130 140730263594307 140730263594307 140730263597007 0
Current children cumulated CPU time: 1361.63 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 10741828 KiB

Child status: 0
Real time (s): 257.285
CPU time (s): 1361.87
CPU user time (s): 1341.18
CPU system time (s): 20.6819
CPU usage (%): 529.323
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 10741828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1341.18
system time used= 20.6819
maximum resident set size= 10740472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14928
involuntary context switches= 14170


# summary of solver processes directly reported to runsolver:
#   pid: 17003
#   total CPU time (s): 1361.87
#   total CPU user time (s): 1341.18
#   total CPU system time (s): 20.6819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.17534 second user time and 2.84203 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 17:56:28
IDJOB=4271322
IDBENCH=138520
IDSOLVER=2662
FILE ID=node106/4271322-1502813447
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61776 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr2-1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271322-1502813447/watcher-4271322-1502813447 -o /tmp/evaluation-result-4271322-1502813447/solver-4271322-1502813447 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1426017261 HOME/instance-4271322-1502813447.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0da45100268329db1731396e5956751
RANDOM SEED=1426017261

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31414800 kB
MemAvailable:   31983704 kB
Buffers:          184532 kB
Cached:           670260 kB
SwapCached:            0 kB
Active:           458688 kB
Inactive:         452796 kB
Active(anon):      12472 kB
Inactive(anon):    72108 kB
Active(file):     446216 kB
Inactive(file):   380688 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7612 kB
Writeback:             0 kB
AnonPages:         72532 kB
Mapped:            45824 kB
Shmem:             25228 kB
Slab:             141896 kB
SReclaimable:     115672 kB
SUnreclaim:        26224 kB
KernelStack:        3520 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-15 18:00:46