Trace number 4249955

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 254.873 96.4875

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr1-1.xml
MD5SUM00a0c39161bc8317718298f720cd241b
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 benchmark24.1378
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains49
Minimum domain size100
Maximum domain size115
Distribution of domain sizes[{"size":100,"count":10},{"size":103,"count":10},{"size":105,"count":20},{"size":106,"count":10},{"size":107,"count":10},{"size":108,"count":10},{"size":113,"count":10},{"size":114,"count":10},{"size":115,"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 -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249955-1500695922.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4249955-1500695922.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
178.82/86.84	c solve instance...
254.54/96.44	s SATISFIABLE
254.54/96.44	v <instantiation>
254.54/96.44	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>
254.54/96.44	v 	<values>0 1 9 8 20 19 33 71 85 41 9 8 19 20 33 34 48 47 61 62 4 3 19 31 48 47 61 62 72 71 0 1 30 53 61 62 77 76 85 86 0 1 10 9 77 76 88 89 96 95 15 16 41 42 88 89 99 98 108 109 0 1 4 3 7 8 20 19 79 71 24 25 37 53 99 98 111 112 132 133 48 49 54 53 111 112 122 121 132 133 53 52 60 61 122 121 135 136 139 138 </values>
254.54/96.44	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-4249955-1500695922/watcher-4249955-1500695922 -o /tmp/evaluation-result-4249955-1500695922/solver-4249955-1500695922 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1188533796 HOME/instance-4249955-1500695922.xml 

pid=12234
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.43 10.36 12.58 3/263 12237
/proc/meminfo: memFree=25246044/32770624 swapFree=5892/131452
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0

[startup+0.1001 s]
/proc/loadavg: 6.43 10.36 12.58 3/263 12237
/proc/meminfo: memFree=25246044/32770624 swapFree=5892/131452
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200298 s]
/proc/loadavg: 6.43 10.36 12.58 3/263 12237
/proc/meminfo: memFree=25246044/32770624 swapFree=5892/131452
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300278 s]
/proc/loadavg: 6.43 10.36 12.58 3/263 12237
/proc/meminfo: memFree=25246044/32770624 swapFree=5892/131452
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700228 s]
/proc/loadavg: 6.43 10.36 12.58 3/263 12237
/proc/meminfo: memFree=25246044/32770624 swapFree=5892/131452
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5008 s]
/proc/loadavg: 6.43 10.36 12.58 3/284 12258
/proc/meminfo: memFree=25066824/32770624 swapFree=5892/131432
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
[pid=12238] ppid=12237 vsize=13269256 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/12238/stat : 12238 (java) S 12237 12237 15667 0 -1 1077944320 12375 0 0 0 255 28 0 0 20 0 20 0 4861854 13587718144 54784 33554432000 4194304 4196468 140721719447104 140721719429648 140390777020151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
/proc/12238/statm: 3317314 54784 3221 1 0 3304547 0
[pid=12238/tid=12239] ppid=12237 vsize=13269256 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12239/stat : 12239 (java) R 12237 12237 15667 0 -1 4202560 6795 0 0 0 137 4 0 0 20 0 20 0 4861855 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390781257704 140390417707411 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12241] ppid=12237 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12241/stat : 12241 (java) S 12237 12237 15667 0 -1 1077944384 33 0 0 0 1 2 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390737979792 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12242] ppid=12237 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12242/stat : 12242 (java) S 12237 12237 15667 0 -1 1077944384 20 0 0 0 1 2 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390375602448 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12243] ppid=12237 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12243/stat : 12243 (java) S 12237 12237 15667 0 -1 1077944384 21 0 0 0 1 3 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390374550160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12244] ppid=12237 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12244/stat : 12244 (java) S 12237 12237 15667 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390373497360 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12245] ppid=12237 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12245/stat : 12245 (java) S 12237 12237 15667 0 -1 1077944384 20 0 0 0 1 2 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390372445072 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12246] ppid=12237 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12246/stat : 12246 (java) S 12237 12237 15667 0 -1 1077944384 32 0 0 0 2 2 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390371392272 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12247] ppid=12237 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12247/stat : 12247 (java) S 12237 12237 15667 0 -1 1077944384 20 0 0 0 1 3 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390370339984 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12248] ppid=12237 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12248/stat : 12248 (java) S 12237 12237 15667 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 4861856 13587718144 54784 33554432000 4194304 4196468 140721719447104 140390369287184 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12249] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12249/stat : 12249 (java) S 12237 12237 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4861857 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389970876528 140390777031298 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12250] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12250/stat : 12250 (java) S 12237 12237 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4861858 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389969822560 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12251] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12251/stat : 12251 (java) S 12237 12237 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4861858 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389968770160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12252] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12252/stat : 12252 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389967718480 140390777038747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12253] ppid=12237 vsize=13269256 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12253/stat : 12253 (java) S 12237 12237 15667 0 -1 1077944384 1024 0 0 0 25 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389966666352 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12254] ppid=12237 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12254/stat : 12254 (java) S 12237 12237 15667 0 -1 1077944384 571 0 0 0 20 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389965613552 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12255] ppid=12237 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12255/stat : 12255 (java) S 12237 12237 15667 0 -1 1077944384 881 0 0 0 18 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389964561264 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12256] ppid=12237 vsize=13269256 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12256/stat : 12256 (java) S 12237 12237 15667 0 -1 1077944384 1536 0 0 0 39 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389963508464 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12257] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12257/stat : 12257 (java) S 12237 12237 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389962455392 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12258] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12258/stat : 12258 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 54784 33554432000 4194304 4196468 140721719447104 140389961402672 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 13278768

[startup+3.10084 s]
/proc/loadavg: 6.08 10.22 12.52 3/284 12258
/proc/meminfo: memFree=24879776/32770624 swapFree=5892/131432
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
[pid=12238] ppid=12237 vsize=13269256 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/12238/stat : 12238 (java) S 12237 12237 15667 0 -1 1077944320 13423 0 0 0 440 85 0 0 20 0 20 0 4861854 13587718144 119586 33554432000 4194304 4196468 140721719447104 140721719429648 140390777020151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
/proc/12238/statm: 3317314 119586 3235 1 0 3304547 0
[pid=12238/tid=12239] ppid=12237 vsize=13269256 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12239/stat : 12239 (java) R 12237 12237 15667 0 -1 4202560 6974 0 0 0 283 7 0 0 20 0 20 0 4861855 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390781255768 140390417575348 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12241] ppid=12237 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12241/stat : 12241 (java) S 12237 12237 15667 0 -1 1077944384 79 0 0 0 5 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390737979792 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12242] ppid=12237 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12242/stat : 12242 (java) S 12237 12237 15667 0 -1 1077944384 68 0 0 0 5 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390375602448 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12243] ppid=12237 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12243/stat : 12243 (java) S 12237 12237 15667 0 -1 1077944384 78 0 0 0 5 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390374550160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12244] ppid=12237 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12244/stat : 12244 (java) S 12237 12237 15667 0 -1 1077944384 77 0 0 0 5 8 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390373497360 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12245] ppid=12237 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12245/stat : 12245 (java) S 12237 12237 15667 0 -1 1077944384 293 0 0 0 5 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390372445072 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12246] ppid=12237 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12246/stat : 12246 (java) S 12237 12237 15667 0 -1 1077944384 81 0 0 0 6 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390371392272 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12247] ppid=12237 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12247/stat : 12247 (java) S 12237 12237 15667 0 -1 1077944384 71 0 0 0 5 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390370339984 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12248] ppid=12237 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12248/stat : 12248 (java) S 12237 12237 15667 0 -1 1077944384 92 0 0 0 5 9 0 0 20 0 20 0 4861856 13587718144 119586 33554432000 4194304 4196468 140721719447104 140390369287184 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12249] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12249/stat : 12249 (java) S 12237 12237 15667 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 20 0 4861857 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389970876528 140390777031298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12250] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12250/stat : 12250 (java) S 12237 12237 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4861858 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389969822560 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12251] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12251/stat : 12251 (java) S 12237 12237 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4861858 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389968770160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12252] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12252/stat : 12252 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389967718480 140390777038747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12253] ppid=12237 vsize=13269256 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12253/stat : 12253 (java) S 12237 12237 15667 0 -1 1077944384 1027 0 0 0 25 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389966666352 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12254] ppid=12237 vsize=13269256 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12254/stat : 12254 (java) S 12237 12237 15667 0 -1 1077944384 575 0 0 0 21 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389965613552 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12255] ppid=12237 vsize=13269256 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12255/stat : 12255 (java) S 12237 12237 15667 0 -1 1077944384 888 0 0 0 19 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389964561264 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12256] ppid=12237 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12256/stat : 12256 (java) S 12237 12237 15667 0 -1 1077944384 1609 0 0 0 43 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389963508464 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12257] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12257/stat : 12257 (java) S 12237 12237 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389962455392 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12258] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12258/stat : 12258 (java) S 12237 12237 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 119586 33554432000 4194304 4196468 140721719447104 140389961402672 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 13278768

[startup+6.30085 s]
/proc/loadavg: 6.08 10.22 12.52 3/284 12258
/proc/meminfo: memFree=24469512/32770624 swapFree=5892/131432
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
[pid=12238] ppid=12237 vsize=13269256 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/12238/stat : 12238 (java) S 12237 12237 15667 0 -1 1077944320 16411 0 0 0 806 175 0 0 20 0 20 0 4861854 13587718144 261543 33554432000 4194304 4196468 140721719447104 140721719429648 140390777020151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
/proc/12238/statm: 3317314 261543 3235 1 0 3304547 0
[pid=12238/tid=12239] ppid=12237 vsize=13269256 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12239/stat : 12239 (java) R 12237 12237 15667 0 -1 4202560 7881 0 0 0 579 13 0 0 20 0 20 0 4861855 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390781257000 140390417575383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12241] ppid=12237 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12241/stat : 12241 (java) S 12237 12237 15667 0 -1 1077944384 154 0 0 0 12 20 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390737979792 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12242] ppid=12237 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12242/stat : 12242 (java) S 12237 12237 15667 0 -1 1077944384 142 0 0 0 13 19 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390375602448 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12243] ppid=12237 vsize=13269256 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12243/stat : 12243 (java) S 12237 12237 15667 0 -1 1077944384 164 0 0 0 13 20 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390374550160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12244] ppid=12237 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12244/stat : 12244 (java) S 12237 12237 15667 0 -1 1077944384 148 0 0 0 13 19 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390373497360 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12245] ppid=12237 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12245/stat : 12245 (java) S 12237 12237 15667 0 -1 1077944384 377 0 0 0 13 18 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390372445072 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12246] ppid=12237 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12246/stat : 12246 (java) S 12237 12237 15667 0 -1 1077944384 159 0 0 0 13 19 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390371392272 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12247] ppid=12237 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12247/stat : 12247 (java) S 12237 12237 15667 0 -1 1077944384 151 0 0 0 12 20 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390370339984 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12248] ppid=12237 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12248/stat : 12248 (java) S 12237 12237 15667 0 -1 1077944384 163 0 0 0 12 19 0 0 20 0 20 0 4861856 13587718144 261543 33554432000 4194304 4196468 140721719447104 140390369287184 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12249] ppid=12237 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12249/stat : 12249 (java) S 12237 12237 15667 0 -1 1077944384 537 0 0 0 1 0 0 0 20 0 20 0 4861857 13587718144 261543 33554432000 4194304 4196468 140721719447104 140389970876528 140390777031298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12250] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12250/stat : 12250 (java) S 12237 12237 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4861858 13587718144 261543 33554432000 4194304 4196468 140721719447104 140389969822560 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12251] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12251/stat : 12251 (java) S 12237 12237 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4861858 13587718144 261543 33554432000 4194304 4196468 140721719447104 140389968770160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12252] ppid=12237 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12252/stat : 12252 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4861862 13587718144 261543 33554432000 4194304 4196468 140721719447104 140389967718480 140390777038747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0

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

/proc/12238/task/12250/stat : 12250 (java) S 12237 12237 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4861858 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389969822560 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12251] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12251/stat : 12251 (java) S 12237 12237 15667 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 4861858 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389968770176 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12252] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12252/stat : 12252 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389967718480 140390777038747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12253] ppid=12237 vsize=13801768 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12253/stat : 12253 (java) S 12237 12237 15667 0 -1 1077944384 8488 0 0 0 276 1 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389966666352 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12254] ppid=12237 vsize=13801768 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12254/stat : 12254 (java) S 12237 12237 15667 0 -1 1077944384 10422 0 0 0 288 2 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389965613552 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12255] ppid=12237 vsize=13801768 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12255/stat : 12255 (java) S 12237 12237 15667 0 -1 1077944384 9840 0 0 0 286 1 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389964561264 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12256] ppid=12237 vsize=13801768 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12256/stat : 12256 (java) S 12237 12237 15667 0 -1 1077944384 7755 0 0 0 92 1 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389963508464 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12257] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12257/stat : 12257 (java) S 12237 12237 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389962455392 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12258] ppid=12237 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12258/stat : 12258 (java) S 12237 12237 15667 0 -1 1077944384 290 0 0 0 2 2 0 0 20 0 28 0 4861862 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389961402672 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12267] ppid=12237 vsize=13801768 CPUtime=7.43 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12267/stat : 12267 (java) R 12237 12237 15667 0 -1 4202560 726 0 0 0 743 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389953388344 140390421198784 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12268] ppid=12237 vsize=13801768 CPUtime=7.71 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12268/stat : 12268 (java) R 12237 12237 15667 0 -1 4202560 1490 0 0 0 771 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389952335720 140390421124667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12269] ppid=12237 vsize=13801768 CPUtime=7.55 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12269/stat : 12269 (java) R 12237 12237 15667 0 -1 4202560 1003 0 0 0 755 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389951282760 140390416348736 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12270] ppid=12237 vsize=13801768 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12270/stat : 12270 (java) R 12237 12237 15667 0 -1 4202560 18236 0 0 0 743 1 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389950230488 140390421145059 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12271] ppid=12237 vsize=13801768 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12271/stat : 12271 (java) R 12237 12237 15667 0 -1 4202560 894 0 0 0 745 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389949178376 140390416348685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12272] ppid=12237 vsize=13801768 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12272/stat : 12272 (java) R 12237 12237 15667 0 -1 4202560 679 0 0 0 737 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389948128080 140390416348736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12273] ppid=12237 vsize=13801768 CPUtime=7.74 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12273/stat : 12273 (java) R 12237 12237 15667 0 -1 4202560 673 0 0 0 774 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389947072584 140390416349358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12274] ppid=12237 vsize=13801768 CPUtime=7.6 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12274/stat : 12274 (java) R 12237 12237 15667 0 -1 4202560 6894 0 0 0 760 0 0 0 20 0 28 0 4870539 14133010432 1619720 33554432000 4194304 4196468 140721719447104 140389946019216 140390416348779 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
Current children cumulated CPU time (s) 244.99
Current children cumulated vsize (KiB) 13811280

[startup+96.0015 s]
/proc/loadavg: 3.76 8.25 11.60 17/291 12274
/proc/meminfo: memFree=16902348/32770624 swapFree=5892/131548
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
[pid=12238] ppid=12237 vsize=13801768 CPUtime=251.35 cores=0,2,4,6,8,10,12,14
/proc/12238/stat : 12238 (java) S 12237 12237 15667 0 -1 1077944320 197351 0 0 0 23462 1673 0 0 20 0 28 0 4861854 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140721719429648 140390777020151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
/proc/12238/statm: 3450442 1619737 3300 1 0 3437675 0
[pid=12238/tid=12239] ppid=12237 vsize=13801768 CPUtime=73.28 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12239/stat : 12239 (java) S 12237 12237 15667 0 -1 1077944384 19066 0 0 0 7293 35 0 0 20 0 28 0 4861855 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390781260928 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12241] ppid=12237 vsize=13801768 CPUtime=12.6 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12241/stat : 12241 (java) S 12237 12237 15667 0 -1 1077944384 13225 0 0 0 1055 205 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390737979792 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12242] ppid=12237 vsize=13801768 CPUtime=12.63 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12242/stat : 12242 (java) S 12237 12237 15667 0 -1 1077944384 10780 0 0 0 1047 216 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390375602448 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12243] ppid=12237 vsize=13801768 CPUtime=12.48 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12243/stat : 12243 (java) S 12237 12237 15667 0 -1 1077944384 11075 0 0 0 1033 215 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390374550160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12244] ppid=12237 vsize=13801768 CPUtime=12.6 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12244/stat : 12244 (java) S 12237 12237 15667 0 -1 1077944384 19512 0 0 0 1100 160 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390373497360 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12245] ppid=12237 vsize=13801768 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12245/stat : 12245 (java) S 12237 12237 15667 0 -1 1077944384 8944 0 0 0 1058 210 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390372445072 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12246] ppid=12237 vsize=13801768 CPUtime=12.64 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12246/stat : 12246 (java) S 12237 12237 15667 0 -1 1077944384 14670 0 0 0 1055 209 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390371392272 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12247] ppid=12237 vsize=13801768 CPUtime=12.7 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12247/stat : 12247 (java) S 12237 12237 15667 0 -1 1077944384 10363 0 0 0 1072 198 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390370339984 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12248] ppid=12237 vsize=13801768 CPUtime=12.66 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12248/stat : 12248 (java) S 12237 12237 15667 0 -1 1077944384 11096 0 0 0 1062 204 0 0 20 0 28 0 4861856 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140390369287184 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12249] ppid=12237 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12249/stat : 12249 (java) S 12237 12237 15667 0 -1 1077944384 9164 0 0 0 70 3 0 0 20 0 28 0 4861857 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389970876528 140390777031298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12250] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12250/stat : 12250 (java) S 12237 12237 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4861858 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389969822560 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12251] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12251/stat : 12251 (java) S 12237 12237 15667 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 4861858 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389968770176 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12252] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12252/stat : 12252 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389967718480 140390777038747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12253] ppid=12237 vsize=13801768 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12253/stat : 12253 (java) S 12237 12237 15667 0 -1 1077944384 8488 0 0 0 276 1 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389966666352 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12254] ppid=12237 vsize=13801768 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12254/stat : 12254 (java) S 12237 12237 15667 0 -1 1077944384 10496 0 0 0 289 2 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389965613552 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12255] ppid=12237 vsize=13801768 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12255/stat : 12255 (java) S 12237 12237 15667 0 -1 1077944384 9841 0 0 0 286 1 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389964561264 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12256] ppid=12237 vsize=13801768 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12256/stat : 12256 (java) S 12237 12237 15667 0 -1 1077944384 7785 0 0 0 92 1 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389963508464 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12257] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12257/stat : 12257 (java) S 12237 12237 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389962455392 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12258] ppid=12237 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12258/stat : 12258 (java) S 12237 12237 15667 0 -1 1077944384 404 0 0 0 3 2 0 0 20 0 28 0 4861862 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389961402672 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12267] ppid=12237 vsize=13801768 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12267/stat : 12267 (java) R 12237 12237 15667 0 -1 4202560 896 0 0 0 820 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389953387192 140390421965527 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12268] ppid=12237 vsize=13801768 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12268/stat : 12268 (java) R 12237 12237 15667 0 -1 4202560 1492 0 0 0 851 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389952335528 140390421198787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12269] ppid=12237 vsize=13801768 CPUtime=8.34 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12269/stat : 12269 (java) R 12237 12237 15667 0 -1 4202560 1217 0 0 0 834 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389951283416 140390421198766 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12270] ppid=12237 vsize=13801768 CPUtime=8.24 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12270/stat : 12270 (java) R 12237 12237 15667 0 -1 4202560 18251 0 0 0 823 1 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389950232632 140390416348736 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12271] ppid=12237 vsize=13801768 CPUtime=8.25 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12271/stat : 12271 (java) R 12237 12237 15667 0 -1 4202560 911 0 0 0 825 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389949177568 140390421842726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12272] ppid=12237 vsize=13801768 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12272/stat : 12272 (java) R 12237 12237 15667 0 -1 4202560 725 0 0 0 816 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389948126296 140390421198766 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12273] ppid=12237 vsize=13801768 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12273/stat : 12273 (java) R 12237 12237 15667 0 -1 4202560 674 0 0 0 854 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389947071936 140390421198784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12274] ppid=12237 vsize=13801768 CPUtime=8.39 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12274/stat : 12274 (java) R 12237 12237 15667 0 -1 4202560 6899 0 0 0 839 0 0 0 20 0 28 0 4870539 14133010432 1619737 33554432000 4194304 4196468 140721719447104 140389946019240 140390416349386 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
Current children cumulated CPU time (s) 251.35
Current children cumulated vsize (KiB) 13811280

[startup+96.4015 s]
/proc/loadavg: 3.76 8.25 11.60 17/291 12274
/proc/meminfo: memFree=16902348/32770624 swapFree=5892/131548
[pid=12237] ppid=12234 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12237/stat : 12237 (xcsp3-exec) S 12234 12237 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4861854 9740288 346 33554432000 4194304 5098028 140734546627152 140734546625256 140174453334652 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 14471168 140734546629774 140734546629984 140734546629984 140734546632683 0
/proc/12237/statm: 2378 346 289 221 0 87 0
[pid=12238] ppid=12237 vsize=13801768 CPUtime=254.54 cores=0,2,4,6,8,10,12,14
/proc/12238/stat : 12238 (java) S 12237 12237 15667 0 -1 1077944320 198497 0 0 0 23781 1673 0 0 20 0 28 0 4861854 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140721719429648 140390777020151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
/proc/12238/statm: 3450442 1619738 3300 1 0 3437675 0
[pid=12238/tid=12239] ppid=12237 vsize=13801768 CPUtime=73.28 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12239/stat : 12239 (java) S 12237 12237 15667 0 -1 1077944384 19066 0 0 0 7293 35 0 0 20 0 28 0 4861855 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390781260928 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12241] ppid=12237 vsize=13801768 CPUtime=12.6 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12241/stat : 12241 (java) S 12237 12237 15667 0 -1 1077944384 13225 0 0 0 1055 205 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390737979792 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12242] ppid=12237 vsize=13801768 CPUtime=12.63 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12242/stat : 12242 (java) S 12237 12237 15667 0 -1 1077944384 10780 0 0 0 1047 216 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390375602448 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12243] ppid=12237 vsize=13801768 CPUtime=12.48 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12243/stat : 12243 (java) S 12237 12237 15667 0 -1 1077944384 11075 0 0 0 1033 215 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390374550160 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12244] ppid=12237 vsize=13801768 CPUtime=12.6 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12244/stat : 12244 (java) S 12237 12237 15667 0 -1 1077944384 19512 0 0 0 1100 160 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390373497360 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12245] ppid=12237 vsize=13801768 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12245/stat : 12245 (java) S 12237 12237 15667 0 -1 1077944384 8944 0 0 0 1058 210 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390372445072 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12246] ppid=12237 vsize=13801768 CPUtime=12.64 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12246/stat : 12246 (java) S 12237 12237 15667 0 -1 1077944384 14670 0 0 0 1055 209 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390371392272 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12247] ppid=12237 vsize=13801768 CPUtime=12.7 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12247/stat : 12247 (java) S 12237 12237 15667 0 -1 1077944384 10363 0 0 0 1072 198 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390370339984 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12248] ppid=12237 vsize=13801768 CPUtime=12.66 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12248/stat : 12248 (java) S 12237 12237 15667 0 -1 1077944384 11096 0 0 0 1062 204 0 0 20 0 28 0 4861856 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140390369287184 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12249] ppid=12237 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12249/stat : 12249 (java) S 12237 12237 15667 0 -1 1077944384 9164 0 0 0 70 3 0 0 20 0 28 0 4861857 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389970876528 140390777031298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12250] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12250/stat : 12250 (java) S 12237 12237 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4861858 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389969822560 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12251] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12251/stat : 12251 (java) S 12237 12237 15667 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 4861858 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389968770176 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12252] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12252/stat : 12252 (java) S 12237 12237 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389967718480 140390777038747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12253] ppid=12237 vsize=13801768 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12253/stat : 12253 (java) S 12237 12237 15667 0 -1 1077944384 9325 0 0 0 285 1 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389966666352 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12254] ppid=12237 vsize=13801768 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12254/stat : 12254 (java) S 12237 12237 15667 0 -1 1077944384 10577 0 0 0 291 2 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389965613552 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12255] ppid=12237 vsize=13801768 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12255/stat : 12255 (java) S 12237 12237 15667 0 -1 1077944384 9860 0 0 0 287 1 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389964561264 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12256] ppid=12237 vsize=13801768 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12256/stat : 12256 (java) S 12237 12237 15667 0 -1 1077944384 7805 0 0 0 93 1 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389963508464 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12257] ppid=12237 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12257/stat : 12257 (java) S 12237 12237 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389962455392 140390777030357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12258] ppid=12237 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12258/stat : 12258 (java) S 12237 12237 15667 0 -1 1077944384 404 0 0 0 3 2 0 0 20 0 28 0 4861862 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389961402672 140390777031298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12267] ppid=12237 vsize=13801768 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12267/stat : 12267 (java) R 12237 12237 15667 0 -1 4202560 903 0 0 0 859 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389953387496 140390416348736 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12268] ppid=12237 vsize=13801768 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12268/stat : 12268 (java) R 12237 12237 15667 0 -1 4202560 1501 0 0 0 889 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389952338456 140390416350632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12269] ppid=12237 vsize=13801768 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12269/stat : 12269 (java) R 12237 12237 15667 0 -1 4202560 1312 0 0 0 874 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389951285648 140390421198784 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12270] ppid=12237 vsize=13801768 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12270/stat : 12270 (java) R 12237 12237 15667 0 -1 4202560 18265 0 0 0 863 1 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389950230696 140390416349386 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12271] ppid=12237 vsize=13801768 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12271/stat : 12271 (java) R 12237 12237 15667 0 -1 4202560 920 0 0 0 856 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389949180864 140390416349436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12272] ppid=12237 vsize=13801768 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12272/stat : 12272 (java) R 12237 12237 15667 0 -1 4202560 733 0 0 0 855 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389948125576 140390421198743 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12273] ppid=12237 vsize=13801768 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12273/stat : 12273 (java) R 12237 12237 15667 0 -1 4202560 712 0 0 0 893 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389947074504 140390422441587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
[pid=12238/tid=12274] ppid=12237 vsize=13801768 CPUtime=8.79 cores=0,2,4,6,8,10,12,14
/proc/12238/task/12274/stat : 12274 (java) R 12237 12237 15667 0 -1 4202560 6908 0 0 0 879 0 0 0 20 0 28 0 4870539 14133010432 1619738 33554432000 4194304 4196468 140721719447104 140389946019416 140390416349458 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8032256 140721719448764 140721719448940 140721719448940 140721719451599 0
Current children cumulated CPU time (s) 254.54
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 96.4875
CPU time (s): 254.873
CPU user time (s): 238.098
CPU system time (s): 16.7748
CPU usage (%): 264.151
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.098
system time used= 16.7748
maximum resident set size= 6478960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10008
involuntary context switches= 16072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.824814 second user time and 0.868576 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 05:58:42
IDJOB=4249955
IDBENCH=138536
IDSOLVER=2625
FILE ID=node104/4249955-1500695922
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr1-1.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-4249955-1500695922/watcher-4249955-1500695922 -o /tmp/evaluation-result-4249955-1500695922/solver-4249955-1500695922 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1188533796 HOME/instance-4249955-1500695922.xml

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

MD5SUM BENCH= 00a0c39161bc8317718298f720cd241b
RANDOM SEED=1188533796

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		: 2267.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.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		: 1733.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		: 2400.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		: 2000.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 2133.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 2400.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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:        25246060 kB
MemAvailable:   25344608 kB
Buffers:          173192 kB
Cached:           189216 kB
SwapCached:          252 kB
Active:          6856992 kB
Inactive:         187824 kB
Active(anon):    6637828 kB
Inactive(anon):    56372 kB
Active(file):     219164 kB
Inactive(file):   131452 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              8200 kB
Writeback:             0 kB
AnonPages:       6692636 kB
Mapped:            42496 kB
Shmem:              8772 kB
Slab:             162156 kB
SReclaimable:     127536 kB
SUnreclaim:        34620 kB
KernelStack:        4768 kB
PageTables:        17756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8060560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6492160 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 06:00:18