Trace number 4249940

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 576.634 159.512

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 -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249940-1500695761.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4249940-1500695761.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.32	c parse instance...
259.36/119.55	c solve instance...
576.22/159.46	s SATISFIABLE
576.22/159.46	v <instantiation>
576.22/159.46	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>
576.22/159.46	v 	<values>26 19 35 39 48 49 64 69 79 81 3 50 75 61 95 94 111 110 119 120 41 43 54 52 64 67 83 82 95 96 98 72 118 117 128 129 137 136 145 146 72 73 85 86 112 111 129 130 134 135 4 2 15 16 23 24 35 34 48 49 10 16 25 22 35 34 50 57 65 64 1 0 10 11 14 13 24 23 31 32 34 32 64 45 83 81 97 96 106 105 90 48 104 122 138 136 153 154 160 159 </values>
576.22/159.46	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-4249940-1500695761/watcher-4249940-1500695761 -o /tmp/evaluation-result-4249940-1500695761/solver-4249940-1500695761 -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 1266473062 HOME/instance-4249940-1500695761.xml 

pid=12137
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: 12.46 14.48 14.13 3/263 12140
/proc/meminfo: memFree=30040300/32770624 swapFree=5892/131192
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0

[startup+0.1001 s]
/proc/loadavg: 12.46 14.48 14.13 3/263 12140
/proc/meminfo: memFree=30040300/32770624 swapFree=5892/131192
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200265 s]
/proc/loadavg: 12.46 14.48 14.13 3/263 12140
/proc/meminfo: memFree=30040300/32770624 swapFree=5892/131192
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300265 s]
/proc/loadavg: 12.46 14.48 14.13 3/263 12140
/proc/meminfo: memFree=30040300/32770624 swapFree=5892/131192
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700287 s]
/proc/loadavg: 12.46 14.48 14.13 3/263 12140
/proc/meminfo: memFree=30040300/32770624 swapFree=5892/131192
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5009 s]
/proc/loadavg: 12.46 14.48 14.13 3/284 12161
/proc/meminfo: memFree=29861432/32770624 swapFree=5892/131276
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
[pid=12141] ppid=12140 vsize=13269256 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12141/stat : 12141 (java) S 12140 12140 15667 0 -1 1077944320 12499 0 0 0 262 28 0 0 20 0 20 0 4845808 13587718144 54895 33554432000 4194304 4196468 140729610298048 140729610280592 139742063431415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
/proc/12141/statm: 3317314 54895 3222 1 0 3304547 0
[pid=12141/tid=12142] ppid=12140 vsize=13269256 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12142/stat : 12142 (java) R 12140 12140 15667 0 -1 4202560 6787 0 0 0 137 4 0 0 20 0 20 0 4845809 13587718144 54895 33554432000 4194304 4196468 140729610298048 139742067670024 139741680670488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12144] ppid=12140 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12144/stat : 12144 (java) S 12140 12140 15667 0 -1 1077944384 27 0 0 0 2 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741663037968 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12145] ppid=12140 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12145/stat : 12145 (java) S 12140 12140 15667 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741661985424 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12146] ppid=12140 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12146/stat : 12146 (java) S 12140 12140 15667 0 -1 1077944384 23 0 0 0 1 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741660932368 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12147] ppid=12140 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12147/stat : 12147 (java) S 12140 12140 15667 0 -1 1077944384 29 0 0 0 2 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741659879824 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12148] ppid=12140 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12148/stat : 12148 (java) S 12140 12140 15667 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741658827792 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12149] ppid=12140 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12149/stat : 12149 (java) S 12140 12140 15667 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741657775248 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12150] ppid=12140 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12150/stat : 12150 (java) S 12140 12140 15667 0 -1 1077944384 25 0 0 0 1 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741656722192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12151] ppid=12140 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12151/stat : 12151 (java) S 12140 12140 15667 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 4845810 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741655669648 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12152] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12152/stat : 12152 (java) S 12140 12140 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4845812 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741391481072 139742063442562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12153] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12153/stat : 12153 (java) S 12140 12140 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4845813 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741390427296 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12154] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12154/stat : 12154 (java) S 12140 12140 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4845813 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741389374192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12155] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12155/stat : 12155 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845817 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741388322768 139742063450011 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12156] ppid=12140 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12156/stat : 12156 (java) S 12140 12140 15667 0 -1 1077944384 1186 0 0 0 29 0 0 0 20 0 20 0 4845817 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741387270896 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12157] ppid=12140 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12157/stat : 12157 (java) S 12140 12140 15667 0 -1 1077944384 671 0 0 0 17 0 0 0 20 0 20 0 4845817 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741386218352 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12158] ppid=12140 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12158/stat : 12158 (java) S 12140 12140 15667 0 -1 1077944384 669 0 0 0 24 0 0 0 20 0 20 0 4845817 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741385165296 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12159] ppid=12140 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12159/stat : 12159 (java) S 12140 12140 15667 0 -1 1077944384 1605 0 0 0 36 0 0 0 20 0 20 0 4845817 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741384112752 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12160] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12160/stat : 12160 (java) S 12140 12140 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845818 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741383059936 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12161] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12161/stat : 12161 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845818 13587718144 54895 33554432000 4194304 4196468 140729610298048 139741382007472 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 13278768

[startup+3.1009 s]
/proc/loadavg: 11.62 14.27 14.07 4/284 12161
/proc/meminfo: memFree=29671148/32770624 swapFree=5892/131276
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
[pid=12141] ppid=12140 vsize=13269256 CPUtime=5.3 cores=0,2,4,6,8,10,12,14
/proc/12141/stat : 12141 (java) S 12140 12140 15667 0 -1 1077944320 13502 0 0 0 444 86 0 0 20 0 20 0 4845808 13587718144 107344 33554432000 4194304 4196468 140729610298048 140729610280592 139742063431415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
/proc/12141/statm: 3317314 107344 3237 1 0 3304547 0
[pid=12141/tid=12142] ppid=12140 vsize=13269256 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12142/stat : 12142 (java) R 12140 12140 15667 0 -1 4202560 6979 0 0 0 284 6 0 0 20 0 20 0 4845809 13587718144 107344 33554432000 4194304 4196468 140729610298048 139742067667528 139741680791826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12144] ppid=12140 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12144/stat : 12144 (java) S 12140 12140 15667 0 -1 1077944384 80 0 0 0 6 9 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741663037968 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12145] ppid=12140 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12145/stat : 12145 (java) S 12140 12140 15667 0 -1 1077944384 76 0 0 0 5 9 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741661985424 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12146] ppid=12140 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12146/stat : 12146 (java) S 12140 12140 15667 0 -1 1077944384 69 0 0 0 5 9 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741660932368 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12147] ppid=12140 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12147/stat : 12147 (java) S 12140 12140 15667 0 -1 1077944384 84 0 0 0 6 8 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741659879824 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12148] ppid=12140 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12148/stat : 12148 (java) S 12140 12140 15667 0 -1 1077944384 241 0 0 0 5 10 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741658827792 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12149] ppid=12140 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12149/stat : 12149 (java) S 12140 12140 15667 0 -1 1077944384 87 0 0 0 6 9 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741657775248 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12150] ppid=12140 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12150/stat : 12150 (java) S 12140 12140 15667 0 -1 1077944384 79 0 0 0 5 9 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741656722192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12151] ppid=12140 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12151/stat : 12151 (java) S 12140 12140 15667 0 -1 1077944384 107 0 0 0 5 9 0 0 20 0 20 0 4845810 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741655669648 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12152] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12152/stat : 12152 (java) S 12140 12140 15667 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4845812 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741391481072 139742063442562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12153] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12153/stat : 12153 (java) S 12140 12140 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4845813 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741390427296 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12154] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12154/stat : 12154 (java) S 12140 12140 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4845813 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741389374192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12155] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12155/stat : 12155 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845817 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741388322768 139742063450011 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12156] ppid=12140 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12156/stat : 12156 (java) S 12140 12140 15667 0 -1 1077944384 1191 0 0 0 29 0 0 0 20 0 20 0 4845817 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741387270896 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12157] ppid=12140 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12157/stat : 12157 (java) S 12140 12140 15667 0 -1 1077944384 678 0 0 0 18 0 0 0 20 0 20 0 4845817 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741386218352 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12158] ppid=12140 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12158/stat : 12158 (java) S 12140 12140 15667 0 -1 1077944384 672 0 0 0 24 0 0 0 20 0 20 0 4845817 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741385165296 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12159] ppid=12140 vsize=13269256 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12159/stat : 12159 (java) S 12140 12140 15667 0 -1 1077944384 1652 0 0 0 39 0 0 0 20 0 20 0 4845817 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741384112752 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12160] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12160/stat : 12160 (java) S 12140 12140 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845818 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741383059936 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12161] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12161/stat : 12161 (java) S 12140 12140 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4845818 13587718144 107344 33554432000 4194304 4196468 140729610298048 139741382007472 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 13278768

[startup+6.3009 s]
/proc/loadavg: 11.62 14.27 14.07 3/284 12161
/proc/meminfo: memFree=28929344/32770624 swapFree=5892/131288
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
[pid=12141] ppid=12140 vsize=13269256 CPUtime=9.87 cores=0,2,4,6,8,10,12,14
/proc/12141/stat : 12141 (java) S 12140 12140 15667 0 -1 1077944320 15935 0 0 0 808 179 0 0 20 0 20 0 4845808 13587718144 230310 33554432000 4194304 4196468 140729610298048 140729610280592 139742063431415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
/proc/12141/statm: 3317314 230310 3237 1 0 3304547 0
[pid=12141/tid=12142] ppid=12140 vsize=13269256 CPUtime=5.91 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12142/stat : 12142 (java) R 12140 12140 15667 0 -1 4202560 7598 0 0 0 579 12 0 0 20 0 20 0 4845809 13587718144 230310 33554432000 4194304 4196468 140729610298048 139742067666584 139741680671115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12144] ppid=12140 vsize=13269256 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12144/stat : 12144 (java) S 12140 12140 15667 0 -1 1077944384 156 0 0 0 12 21 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741663037968 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12145] ppid=12140 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12145/stat : 12145 (java) S 12140 12140 15667 0 -1 1077944384 156 0 0 0 12 20 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741661985424 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12146] ppid=12140 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12146/stat : 12146 (java) S 12140 12140 15667 0 -1 1077944384 147 0 0 0 12 20 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741660932368 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12147] ppid=12140 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12147/stat : 12147 (java) S 12140 12140 15667 0 -1 1077944384 159 0 0 0 13 19 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741659879824 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12148] ppid=12140 vsize=13269256 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12148/stat : 12148 (java) S 12140 12140 15667 0 -1 1077944384 315 0 0 0 12 21 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741658827792 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12149] ppid=12140 vsize=13269256 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12149/stat : 12149 (java) S 12140 12140 15667 0 -1 1077944384 158 0 0 0 13 20 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741657775248 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12150] ppid=12140 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12150/stat : 12150 (java) S 12140 12140 15667 0 -1 1077944384 150 0 0 0 12 20 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741656722192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12151] ppid=12140 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12151/stat : 12151 (java) S 12140 12140 15667 0 -1 1077944384 178 0 0 0 12 20 0 0 20 0 20 0 4845810 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741655669648 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12152] ppid=12140 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12152/stat : 12152 (java) S 12140 12140 15667 0 -1 1077944384 545 0 0 0 1 0 0 0 20 0 20 0 4845812 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741391481072 139742063442562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12153] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12153/stat : 12153 (java) S 12140 12140 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4845813 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741390427296 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12154] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12154/stat : 12154 (java) S 12140 12140 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4845813 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741389374192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12155] ppid=12140 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12155/stat : 12155 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4845817 13587718144 230310 33554432000 4194304 4196468 140729610298048 139741388322768 139742063450011 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0

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

/proc/12141/task/12153/stat : 12153 (java) S 12140 12140 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4845813 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741390427360 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12154] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12154/stat : 12154 (java) S 12140 12140 15667 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 4845813 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741389374208 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12155] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12155/stat : 12155 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741388322768 139742063450011 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12156] ppid=12140 vsize=13801768 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12156/stat : 12156 (java) S 12140 12140 15667 0 -1 1077944384 15193 0 0 0 309 3 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741387270896 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12157] ppid=12140 vsize=13801768 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12157/stat : 12157 (java) S 12140 12140 15667 0 -1 1077944384 12057 0 0 0 268 2 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741386218352 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12158] ppid=12140 vsize=13801768 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12158/stat : 12158 (java) S 12140 12140 15667 0 -1 1077944384 13326 0 0 0 290 2 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741385165296 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12159] ppid=12140 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12159/stat : 12159 (java) S 12140 12140 15667 0 -1 1077944384 7726 0 0 0 89 2 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741384112752 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 13 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12160] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12160/stat : 12160 (java) S 12140 12140 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4845818 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741383059936 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12161] ppid=12140 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12161/stat : 12161 (java) S 12140 12140 15667 0 -1 1077944384 1074 0 0 0 4 5 0 0 20 0 28 0 4845818 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741382007472 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 12 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12163] ppid=12140 vsize=13801768 CPUtime=37.82 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12163/stat : 12163 (java) R 12140 12140 15667 0 -1 4202560 1902 0 0 0 3782 0 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741373991400 139741684341516 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12164] ppid=12140 vsize=13801768 CPUtime=37.93 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12164/stat : 12164 (java) R 12140 12140 15667 0 -1 4202560 2064 0 0 0 3793 0 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741372940136 139741684252592 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12165] ppid=12140 vsize=13801768 CPUtime=37.66 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12165/stat : 12165 (java) R 12140 12140 15667 0 -1 4202560 2215 0 0 0 3765 1 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741371887832 139741684252625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12166] ppid=12140 vsize=13801768 CPUtime=37.67 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12166/stat : 12166 (java) R 12140 12140 15667 0 -1 4202560 2127 0 0 0 3766 1 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741370835560 139741684253821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12167] ppid=12140 vsize=13801768 CPUtime=38.12 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12167/stat : 12167 (java) R 12140 12140 15667 0 -1 4202560 2348 0 0 0 3812 0 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741369782256 139741684249819 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12168] ppid=12140 vsize=13801768 CPUtime=38.45 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12168/stat : 12168 (java) R 12140 12140 15667 0 -1 4202560 42401 0 0 0 3841 4 0 0 20 0 28 0 4857765 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741368729960 139741684341516 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12169] ppid=12140 vsize=13801768 CPUtime=37.6 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12169/stat : 12169 (java) R 12140 12140 15667 0 -1 4202560 25750 0 0 0 3759 1 0 0 20 0 28 0 4857765 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741367676904 139741684341336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12170] ppid=12140 vsize=13801768 CPUtime=37.68 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12170/stat : 12170 (java) R 12140 12140 15667 0 -1 4202560 2459 0 0 0 3768 0 0 0 20 0 28 0 4857765 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741366623992 139741684343435 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
Current children cumulated CPU time (s) 568.34
Current children cumulated vsize (KiB) 13811280

[startup+159.202 s]
/proc/loadavg: 6.43 10.36 12.58 10/292 12172
/proc/meminfo: memFree=17651348/32770624 swapFree=5892/131428
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
[pid=12141] ppid=12140 vsize=13801768 CPUtime=574.63 cores=0,2,4,6,8,10,12,14
/proc/12141/stat : 12141 (java) S 12140 12140 15667 0 -1 1077944320 330746 0 0 0 55347 2116 0 0 20 0 28 0 4845808 14133010432 1897893 33554432000 4194304 4196468 140729610298048 140729610280592 139742063431415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
/proc/12141/statm: 3450442 1897893 3303 1 0 3437675 0
[pid=12141/tid=12142] ppid=12140 vsize=13801768 CPUtime=98.6 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12142/stat : 12142 (java) S 12140 12140 15667 0 -1 1077944384 17453 0 0 0 9824 36 0 0 20 0 28 0 4845809 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139742067672192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12144] ppid=12140 vsize=13801768 CPUtime=19.49 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12144/stat : 12144 (java) S 12140 12140 15667 0 -1 1077944384 12147 0 0 0 1715 234 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741663037968 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12145] ppid=12140 vsize=13801768 CPUtime=19.5 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12145/stat : 12145 (java) S 12140 12140 15667 0 -1 1077944384 23263 0 0 0 1681 269 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741661985424 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12146] ppid=12140 vsize=13801768 CPUtime=19.46 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12146/stat : 12146 (java) S 12140 12140 15667 0 -1 1077944384 16305 0 0 0 1717 229 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741660932368 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12147] ppid=12140 vsize=13801768 CPUtime=19.4 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12147/stat : 12147 (java) S 12140 12140 15667 0 -1 1077944384 11658 0 0 0 1674 266 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741659879824 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12148] ppid=12140 vsize=13801768 CPUtime=19.55 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12148/stat : 12148 (java) S 12140 12140 15667 0 -1 1077944384 54724 0 0 0 1665 290 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741658827792 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12149] ppid=12140 vsize=13801768 CPUtime=19.59 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12149/stat : 12149 (java) S 12140 12140 15667 0 -1 1077944384 12589 0 0 0 1722 237 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741657775248 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12150] ppid=12140 vsize=13801768 CPUtime=19.48 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12150/stat : 12150 (java) S 12140 12140 15667 0 -1 1077944384 13742 0 0 0 1668 280 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741656722192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12151] ppid=12140 vsize=13801768 CPUtime=19.27 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12151/stat : 12151 (java) S 12140 12140 15667 0 -1 1077944384 18155 0 0 0 1687 240 0 0 20 0 28 0 4845810 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741655669648 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12152] ppid=12140 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12152/stat : 12152 (java) S 12140 12140 15667 0 -1 1077944384 18611 0 0 0 108 6 0 0 20 0 28 0 4845812 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741391481072 139742063442562 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12153] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12153/stat : 12153 (java) S 12140 12140 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4845813 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741390427360 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12154] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12154/stat : 12154 (java) S 12140 12140 15667 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 4845813 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741389374208 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12155] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12155/stat : 12155 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741388322768 139742063450011 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12156] ppid=12140 vsize=13801768 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12156/stat : 12156 (java) S 12140 12140 15667 0 -1 1077944384 15193 0 0 0 309 3 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741387270896 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12157] ppid=12140 vsize=13801768 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12157/stat : 12157 (java) S 12140 12140 15667 0 -1 1077944384 12057 0 0 0 268 2 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741386218352 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12158] ppid=12140 vsize=13801768 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12158/stat : 12158 (java) S 12140 12140 15667 0 -1 1077944384 13326 0 0 0 290 2 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741385165296 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12159] ppid=12140 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12159/stat : 12159 (java) S 12140 12140 15667 0 -1 1077944384 7726 0 0 0 89 2 0 0 20 0 28 0 4845817 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741384112752 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 13 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12160] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12160/stat : 12160 (java) S 12140 12140 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4845818 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741383059936 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12161] ppid=12140 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12161/stat : 12161 (java) S 12140 12140 15667 0 -1 1077944384 1074 0 0 0 4 5 0 0 20 0 28 0 4845818 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741382007472 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 12 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12163] ppid=12140 vsize=13801768 CPUtime=38.6 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12163/stat : 12163 (java) R 12140 12140 15667 0 -1 4202560 1902 0 0 0 3860 0 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741373991400 139741684249814 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12164] ppid=12140 vsize=13801768 CPUtime=38.71 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12164/stat : 12164 (java) R 12140 12140 15667 0 -1 4202560 2066 0 0 0 3871 0 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741372940136 139741684253663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12165] ppid=12140 vsize=13801768 CPUtime=38.45 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12165/stat : 12165 (java) R 12140 12140 15667 0 -1 4202560 2215 0 0 0 3844 1 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741371887832 139741684341516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12166] ppid=12140 vsize=13801768 CPUtime=38.45 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12166/stat : 12166 (java) R 12140 12140 15667 0 -1 4202560 2127 0 0 0 3844 1 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741370835560 139741684341516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12167] ppid=12140 vsize=13801768 CPUtime=38.9 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12167/stat : 12167 (java) R 12140 12140 15667 0 -1 4202560 2400 0 0 0 3890 0 0 0 20 0 28 0 4857764 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741369782256 139741684252640 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12168] ppid=12140 vsize=13801768 CPUtime=39.24 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12168/stat : 12168 (java) R 12140 12140 15667 0 -1 4202560 42408 0 0 0 3920 4 0 0 20 0 28 0 4857765 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741368729960 139741684252668 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12169] ppid=12140 vsize=13801768 CPUtime=38.39 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12169/stat : 12169 (java) R 12140 12140 15667 0 -1 4202560 25750 0 0 0 3838 1 0 0 20 0 28 0 4857765 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741367676904 139741684343435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12170] ppid=12140 vsize=13801768 CPUtime=38.45 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12170/stat : 12170 (java) R 12140 12140 15667 0 -1 4202560 2459 0 0 0 3845 0 0 0 20 0 28 0 4857765 14133010432 1897893 33554432000 4194304 4196468 140729610298048 139741366623992 139741683872394 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
Current children cumulated CPU time (s) 574.63
Current children cumulated vsize (KiB) 13811280

[startup+159.402 s]
/proc/loadavg: 6.43 10.36 12.58 10/292 12172
/proc/meminfo: memFree=17651348/32770624 swapFree=5892/131428
[pid=12140] ppid=12137 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12140/stat : 12140 (xcsp3-exec) S 12137 12140 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 4845808 9740288 345 33554432000 4194304 5098028 140730946891936 140730946890040 140485897966204 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 21749760 140730946892942 140730946893152 140730946893152 140730946895851 0
/proc/12140/statm: 2378 345 289 221 0 87 0
[pid=12141] ppid=12140 vsize=13801768 CPUtime=576.22 cores=0,2,4,6,8,10,12,14
/proc/12141/stat : 12141 (java) S 12140 12140 15667 0 -1 1077944320 334570 0 0 0 55506 2116 0 0 20 0 28 0 4845808 14133010432 1897894 33554432000 4194304 4196468 140729610298048 140729610280592 139742063431415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
/proc/12141/statm: 3450442 1897894 3303 1 0 3437675 0
[pid=12141/tid=12142] ppid=12140 vsize=13801768 CPUtime=98.6 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12142/stat : 12142 (java) S 12140 12140 15667 0 -1 1077944384 17453 0 0 0 9824 36 0 0 20 0 28 0 4845809 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139742067672192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12144] ppid=12140 vsize=13801768 CPUtime=19.49 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12144/stat : 12144 (java) S 12140 12140 15667 0 -1 1077944384 12147 0 0 0 1715 234 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741663037968 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12145] ppid=12140 vsize=13801768 CPUtime=19.5 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12145/stat : 12145 (java) S 12140 12140 15667 0 -1 1077944384 23263 0 0 0 1681 269 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741661985424 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12146] ppid=12140 vsize=13801768 CPUtime=19.46 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12146/stat : 12146 (java) S 12140 12140 15667 0 -1 1077944384 16305 0 0 0 1717 229 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741660932368 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12147] ppid=12140 vsize=13801768 CPUtime=19.4 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12147/stat : 12147 (java) S 12140 12140 15667 0 -1 1077944384 11658 0 0 0 1674 266 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741659879824 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12148] ppid=12140 vsize=13801768 CPUtime=19.55 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12148/stat : 12148 (java) S 12140 12140 15667 0 -1 1077944384 54724 0 0 0 1665 290 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741658827792 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12149] ppid=12140 vsize=13801768 CPUtime=19.59 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12149/stat : 12149 (java) S 12140 12140 15667 0 -1 1077944384 12589 0 0 0 1722 237 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741657775248 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12150] ppid=12140 vsize=13801768 CPUtime=19.48 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12150/stat : 12150 (java) S 12140 12140 15667 0 -1 1077944384 13742 0 0 0 1668 280 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741656722192 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12151] ppid=12140 vsize=13801768 CPUtime=19.27 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12151/stat : 12151 (java) S 12140 12140 15667 0 -1 1077944384 18155 0 0 0 1687 240 0 0 20 0 28 0 4845810 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741655669648 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12152] ppid=12140 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12152/stat : 12152 (java) S 12140 12140 15667 0 -1 1077944384 18611 0 0 0 108 6 0 0 20 0 28 0 4845812 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741391481072 139742063442562 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12153] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12153/stat : 12153 (java) S 12140 12140 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4845813 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741390427360 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12154] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12154/stat : 12154 (java) S 12140 12140 15667 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 4845813 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741389374208 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12155] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12155/stat : 12155 (java) S 12140 12140 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4845817 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741388322768 139742063450011 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12156] ppid=12140 vsize=13801768 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12156/stat : 12156 (java) S 12140 12140 15667 0 -1 1077944384 15364 0 0 0 311 3 0 0 20 0 28 0 4845817 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741387270896 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12157] ppid=12140 vsize=13801768 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12157/stat : 12157 (java) S 12140 12140 15667 0 -1 1077944384 12067 0 0 0 269 2 0 0 20 0 28 0 4845817 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741386218352 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 8 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12158] ppid=12140 vsize=13801768 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12158/stat : 12158 (java) S 12140 12140 15667 0 -1 1077944384 13339 0 0 0 291 2 0 0 20 0 28 0 4845817 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741385165296 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12159] ppid=12140 vsize=13801768 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12159/stat : 12159 (java) S 12140 12140 15667 0 -1 1077944384 7947 0 0 0 90 2 0 0 20 0 28 0 4845817 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741384112752 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 13 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12160] ppid=12140 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12160/stat : 12160 (java) S 12140 12140 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4845818 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741383059936 139742063441621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12161] ppid=12140 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12161/stat : 12161 (java) S 12140 12140 15667 0 -1 1077944384 1074 0 0 0 4 5 0 0 20 0 28 0 4845818 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741382007472 139742063442562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 12 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12163] ppid=12140 vsize=13801768 CPUtime=38.8 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12163/stat : 12163 (java) R 12140 12140 15667 0 -1 4202560 1902 0 0 0 3880 0 0 0 20 0 28 0 4857764 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741373991400 139741684253663 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12164] ppid=12140 vsize=13801768 CPUtime=38.91 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12164/stat : 12164 (java) R 12140 12140 15667 0 -1 4202560 2066 0 0 0 3891 0 0 0 20 0 28 0 4857764 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741372940136 139741684341516 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12165] ppid=12140 vsize=13801768 CPUtime=38.65 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12165/stat : 12165 (java) R 12140 12140 15667 0 -1 4202560 2241 0 0 0 3864 1 0 0 20 0 28 0 4857764 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741371890696 139741683872389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12166] ppid=12140 vsize=13801768 CPUtime=38.63 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12166/stat : 12166 (java) R 12140 12140 15667 0 -1 4202560 2130 0 0 0 3862 1 0 0 20 0 28 0 4857764 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741370835560 139741684251505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12167] ppid=12140 vsize=13801768 CPUtime=39.1 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12167/stat : 12167 (java) R 12140 12140 15667 0 -1 4202560 2416 0 0 0 3910 0 0 0 20 0 28 0 4857764 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741369785208 139742046607991 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12168] ppid=12140 vsize=13801768 CPUtime=39.43 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12168/stat : 12168 (java) R 12140 12140 15667 0 -1 4202560 45781 0 0 0 3939 4 0 0 20 0 28 0 4857765 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741368732200 139741681095258 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12169] ppid=12140 vsize=13801768 CPUtime=38.58 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12169/stat : 12169 (java) R 12140 12140 15667 0 -1 4202560 25751 0 0 0 3857 1 0 0 20 0 28 0 4857765 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741367676904 139741684341516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
[pid=12141/tid=12170] ppid=12140 vsize=13801768 CPUtime=38.64 cores=0,2,4,6,8,10,12,14
/proc/12141/task/12170/stat : 12170 (java) R 12140 12140 15667 0 -1 4202560 2459 0 0 0 3864 0 0 0 20 0 28 0 4857765 14133010432 1897894 33554432000 4194304 4196468 140729610298048 139741366623992 139741684252668 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39432192 140729610306748 140729610306924 140729610306924 140729610309583 0
Current children cumulated CPU time (s) 576.22
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 159.512
CPU time (s): 576.634
CPU user time (s): 555.414
CPU system time (s): 21.2193
CPU usage (%): 361.499
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 555.414
system time used= 21.2193
maximum resident set size= 7696516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12915
involuntary context switches= 36849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27761 second user time and 1.76508 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 05:56:01
IDJOB=4249940
IDBENCH=138520
IDSOLVER=2625
FILE ID=node104/4249940-1500695761
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-e0ddr2-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-4249940-1500695761/watcher-4249940-1500695761 -o /tmp/evaluation-result-4249940-1500695761/solver-4249940-1500695761 -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 1266473062 HOME/instance-4249940-1500695761.xml

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

MD5SUM BENCH= f0da45100268329db1731396e5956751
RANDOM SEED=1266473062

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		: 1600.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		: 1733.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2400.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1733.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:        30041184 kB
MemAvailable:   30139448 kB
Buffers:          173048 kB
Cached:           188448 kB
SwapCached:          252 kB
Active:          2074516 kB
Inactive:         187564 kB
Active(anon):    1855396 kB
Inactive(anon):    56372 kB
Active(file):     219120 kB
Inactive(file):   131192 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:       1909128 kB
Mapped:            42492 kB
Shmem:              8772 kB
Slab:             162356 kB
SReclaimable:     127576 kB
SUnreclaim:        34780 kB
KernelStack:        4880 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3753748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1794048 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 05:58:41