Trace number 4249931

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 5a (2017-07-05)SAT 237.59 101.604

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-5.xml
MD5SUMb6968c9a609c0a57d63f6c5a20858fdb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.55126101
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains49
Minimum domain size95
Maximum domain size123
Distribution of domain sizes[{"size":95,"count":10},{"size":108,"count":10},{"size":109,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":113,"count":10},{"size":115,"count":20},{"size":117,"count":10},{"size":123,"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-4249931-1500696020.xml"  -tl '2400s' -p 8 -x 3
0.00/0.23	c [HOME/instance-4249931-1500696020.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.31	c 8 solvers in parallel
0.00/0.41	c parse instance...
216.79/98.91	c solve instance...
237.21/101.54	s SATISFIABLE
237.21/101.54	v <instantiation>
237.21/101.54	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>
237.21/101.54	v 	<values>25 24 51 48 63 64 114 124 136 135 21 26 37 38 49 48 93 95 120 119 53 52 69 82 92 91 105 106 123 113 0 1 4 3 15 16 84 30 112 118 76 81 90 91 105 106 124 123 136 141 13 14 31 37 40 41 71 101 130 132 60 69 114 78 135 133 143 144 152 151 4 3 15 18 24 23 48 41 61 67 0 33 61 63 81 79 92 96 108 103 1 78 102 38 118 117 134 136 146 148 </values>
237.21/101.54	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-4249931-1500696020/watcher-4249931-1500696020 -o /tmp/evaluation-result-4249931-1500696020/solver-4249931-1500696020 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1553338351 HOME/instance-4249931-1500696020.xml 

pid=32305
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: 16.12 15.56 14.56 10/273 32308
/proc/meminfo: memFree=31253664/32770624 swapFree=5860/293076
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0

[startup+0.100137 s]
/proc/loadavg: 16.12 15.56 14.56 10/273 32308
/proc/meminfo: memFree=31253664/32770624 swapFree=5860/293076
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200355 s]
/proc/loadavg: 16.12 15.56 14.56 10/273 32308
/proc/meminfo: memFree=31253664/32770624 swapFree=5860/293076
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300235 s]
/proc/loadavg: 16.12 15.56 14.56 10/273 32308
/proc/meminfo: memFree=31253664/32770624 swapFree=5860/293076
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70027 s]
/proc/loadavg: 16.12 15.56 14.56 10/273 32308
/proc/meminfo: memFree=31253664/32770624 swapFree=5860/293076
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50246 s]
/proc/loadavg: 15.63 15.46 14.53 10/294 32329
/proc/meminfo: memFree=31033096/32770624 swapFree=5860/293120
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
[pid=32309] ppid=32308 vsize=13269256 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/32309/stat : 32309 (java) S 32308 32308 7411 0 -1 1077944320 15582 0 0 0 284 26 0 0 20 0 20 0 4869424 13587718144 54675 33554432000 4194304 4196468 140737017222336 140737017204880 140602092646135 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
/proc/32309/statm: 3317314 54675 3229 1 0 3304547 0
[pid=32309/tid=32310] ppid=32308 vsize=13269256 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32310/stat : 32310 (java) R 32308 32308 7411 0 -1 4202560 6878 0 0 0 139 3 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140602096879640 140601732724870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32312] ppid=32308 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32312/stat : 32312 (java) S 32308 32308 7411 0 -1 1077944384 224 0 0 0 2 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140602064488976 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32313] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32313/stat : 32313 (java) S 32308 32308 7411 0 -1 1077944384 30 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601690532496 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32314] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32314/stat : 32314 (java) S 32308 32308 7411 0 -1 1077944384 68 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601689479440 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32315] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32315/stat : 32315 (java) S 32308 32308 7411 0 -1 1077944384 31 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601688426896 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32316] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32316/stat : 32316 (java) S 32308 32308 7411 0 -1 1077944384 67 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601687374864 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32317] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32317/stat : 32317 (java) S 32308 32308 7411 0 -1 1077944384 99 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601686322320 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32318] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32318/stat : 32318 (java) S 32308 32308 7411 0 -1 1077944384 94 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601685269264 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32319] ppid=32308 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32319/stat : 32319 (java) S 32308 32308 7411 0 -1 1077944384 25 0 0 0 1 2 0 0 20 0 20 0 4869425 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601684216720 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32320] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32320/stat : 32320 (java) S 32308 32308 7411 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 20 0 4869428 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601554819312 140602092657282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32321] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32321/stat : 32321 (java) S 32308 32308 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4869428 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601553765536 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32322] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32322/stat : 32322 (java) S 32308 32308 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4869429 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601552712432 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32323] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32323/stat : 32323 (java) S 32308 32308 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4869433 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601551661008 140602092664731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32324] ppid=32308 vsize=13269256 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32324/stat : 32324 (java) S 32308 32308 7411 0 -1 1077944384 1041 0 0 0 27 0 0 0 20 0 20 0 4869433 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601550609136 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32325] ppid=32308 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32325/stat : 32325 (java) S 32308 32308 7411 0 -1 1077944384 1013 0 0 0 29 0 0 0 20 0 20 0 4869433 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601549556592 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32326] ppid=32308 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32326/stat : 32326 (java) S 32308 32308 7411 0 -1 1077944384 1646 0 0 0 28 0 0 0 20 0 20 0 4869433 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601548503536 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32327] ppid=32308 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32327/stat : 32327 (java) S 32308 32308 7411 0 -1 1077944384 2792 0 0 0 45 0 0 0 20 0 20 0 4869433 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601547450992 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32328] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32328/stat : 32328 (java) S 32308 32308 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4869433 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601546398176 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32329] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32329/stat : 32329 (java) S 32308 32308 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4869434 13587718144 54675 33554432000 4194304 4196468 140737017222336 140601545345712 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 13278768

[startup+3.10122 s]
/proc/loadavg: 15.63 15.46 14.53 10/294 32329
/proc/meminfo: memFree=30783988/32770624 swapFree=5860/293120
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
[pid=32309] ppid=32308 vsize=13269256 CPUtime=5.48 cores=0,2,4,6,8,10,12,14
/proc/32309/stat : 32309 (java) S 32308 32308 7411 0 -1 1077944320 17739 0 0 0 470 78 0 0 20 0 20 0 4869424 13587718144 106156 33554432000 4194304 4196468 140737017222336 140737017204880 140602092646135 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
/proc/32309/statm: 3317314 106156 3232 1 0 3304547 0
[pid=32309/tid=32310] ppid=32308 vsize=13269256 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32310/stat : 32310 (java) R 32308 32308 7411 0 -1 4202560 7479 0 0 0 286 5 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140602096883864 140601732724884 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32312] ppid=32308 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32312/stat : 32312 (java) S 32308 32308 7411 0 -1 1077944384 279 0 0 0 6 8 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140602064488976 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32313] ppid=32308 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32313/stat : 32313 (java) S 32308 32308 7411 0 -1 1077944384 83 0 0 0 5 8 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601690532496 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32314] ppid=32308 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32314/stat : 32314 (java) S 32308 32308 7411 0 -1 1077944384 125 0 0 0 5 9 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601689479440 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32315] ppid=32308 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32315/stat : 32315 (java) S 32308 32308 7411 0 -1 1077944384 84 0 0 0 5 8 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601688426896 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32316] ppid=32308 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32316/stat : 32316 (java) S 32308 32308 7411 0 -1 1077944384 122 0 0 0 5 9 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601687374864 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32317] ppid=32308 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32317/stat : 32317 (java) S 32308 32308 7411 0 -1 1077944384 244 0 0 0 6 8 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601686322320 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32318] ppid=32308 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32318/stat : 32318 (java) S 32308 32308 7411 0 -1 1077944384 336 0 0 0 5 8 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601685269264 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32319] ppid=32308 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32319/stat : 32319 (java) S 32308 32308 7411 0 -1 1077944384 80 0 0 0 5 8 0 0 20 0 20 0 4869425 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601684216720 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32320] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32320/stat : 32320 (java) S 32308 32308 7411 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 4869428 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601554819312 140602092657282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32321] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32321/stat : 32321 (java) S 32308 32308 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4869428 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601553765536 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32322] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32322/stat : 32322 (java) S 32308 32308 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4869429 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601552712432 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32323] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32323/stat : 32323 (java) S 32308 32308 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4869433 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601551661008 140602092664731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32324] ppid=32308 vsize=13269256 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32324/stat : 32324 (java) S 32308 32308 7411 0 -1 1077944384 1071 0 0 0 27 0 0 0 20 0 20 0 4869433 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601550609136 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32325] ppid=32308 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32325/stat : 32325 (java) S 32308 32308 7411 0 -1 1077944384 1015 0 0 0 29 0 0 0 20 0 20 0 4869433 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601549556592 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32326] ppid=32308 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32326/stat : 32326 (java) S 32308 32308 7411 0 -1 1077944384 1814 0 0 0 29 0 0 0 20 0 20 0 4869433 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601548503536 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32327] ppid=32308 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32327/stat : 32327 (java) S 32308 32308 7411 0 -1 1077944384 3243 0 0 0 49 0 0 0 20 0 20 0 4869433 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601547450992 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32328] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32328/stat : 32328 (java) S 32308 32308 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4869433 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601546398176 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32329] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32329/stat : 32329 (java) S 32308 32308 7411 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 4869434 13587718144 106156 33554432000 4194304 4196468 140737017222336 140601545345712 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 13278768

[startup+6.30126 s]
/proc/loadavg: 15.63 15.46 14.53 10/294 32329
/proc/meminfo: memFree=30257860/32770624 swapFree=5860/293120
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
[pid=32309] ppid=32308 vsize=13269256 CPUtime=9.97 cores=0,2,4,6,8,10,12,14
/proc/32309/stat : 32309 (java) S 32308 32308 7411 0 -1 1077944320 19654 0 0 0 834 163 0 0 20 0 20 0 4869424 13587718144 233619 33554432000 4194304 4196468 140737017222336 140737017204880 140602092646135 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
/proc/32309/statm: 3317314 233619 3232 1 0 3304547 0
[pid=32309/tid=32310] ppid=32308 vsize=13269256 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32310/stat : 32310 (java) R 32308 32308 7411 0 -1 4202560 7829 0 0 0 583 10 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140602096880984 140601732648985 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32312] ppid=32308 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32312/stat : 32312 (java) S 32308 32308 7411 0 -1 1077944384 360 0 0 0 14 18 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140602064488976 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32313] ppid=32308 vsize=13269256 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32313/stat : 32313 (java) S 32308 32308 7411 0 -1 1077944384 162 0 0 0 12 18 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601690532496 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32314] ppid=32308 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32314/stat : 32314 (java) S 32308 32308 7411 0 -1 1077944384 208 0 0 0 13 19 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601689479440 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32315] ppid=32308 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32315/stat : 32315 (java) S 32308 32308 7411 0 -1 1077944384 165 0 0 0 12 19 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601688426896 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32316] ppid=32308 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32316/stat : 32316 (java) S 32308 32308 7411 0 -1 1077944384 201 0 0 0 12 19 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601687374864 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32317] ppid=32308 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32317/stat : 32317 (java) S 32308 32308 7411 0 -1 1077944384 323 0 0 0 13 19 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601686322320 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32318] ppid=32308 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32318/stat : 32318 (java) S 32308 32308 7411 0 -1 1077944384 412 0 0 0 12 17 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601685269264 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32319] ppid=32308 vsize=13269256 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32319/stat : 32319 (java) S 32308 32308 7411 0 -1 1077944384 171 0 0 0 12 18 0 0 20 0 20 0 4869425 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601684216720 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32320] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32320/stat : 32320 (java) S 32308 32308 7411 0 -1 1077944384 740 0 0 0 0 0 0 0 20 0 20 0 4869428 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601554819312 140602092657282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32321] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32321/stat : 32321 (java) S 32308 32308 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4869428 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601553765536 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32322] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32322/stat : 32322 (java) S 32308 32308 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4869429 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601552712432 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32323] ppid=32308 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32323/stat : 32323 (java) S 32308 32308 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4869433 13587718144 233619 33554432000 4194304 4196468 140737017222336 140601551661008 140602092664731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0

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

/proc/32309/task/32328/stat : 32328 (java) S 32308 32308 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4869433 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601546398176 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32329] ppid=32308 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32329/stat : 32329 (java) S 32308 32308 7411 0 -1 1077944384 420 0 0 0 3 2 0 0 20 0 28 0 4869434 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601545345712 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 7 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32354] ppid=32308 vsize=13801768 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32354/stat : 32354 (java) R 32308 32308 7411 0 -1 4202560 79 0 0 0 17 0 0 0 20 0 28 0 4879316 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601537328720 140601729811174 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32355] ppid=32308 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32355/stat : 32355 (java) R 32308 32308 7411 0 -1 4202560 15 0 0 0 16 0 0 0 20 0 28 0 4879316 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601536280944 140601732552236 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32356] ppid=32308 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32356/stat : 32356 (java) R 32308 32308 7411 0 -1 4202560 48 0 0 0 16 0 0 0 20 0 28 0 4879316 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601535227216 140601729811551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32357] ppid=32308 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32357/stat : 32357 (java) R 32308 32308 7411 0 -1 4202560 42 0 0 0 16 0 0 0 20 0 28 0 4879316 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601534174528 140601732552075 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32358] ppid=32308 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32358/stat : 32358 (java) R 32308 32308 7411 0 -1 4202560 30 0 0 0 12 0 0 0 20 0 28 0 4879316 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601533121000 140601732613873 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32359] ppid=32308 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32359/stat : 32359 (java) R 32308 32308 7411 0 -1 4202560 29 0 0 0 9 0 0 0 20 0 28 0 4879316 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601532067256 140601732613894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32360] ppid=32308 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32360/stat : 32360 (java) R 32308 32308 7411 0 -1 4202560 50 0 0 0 16 0 0 0 20 0 28 0 4879326 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601531016152 140601732613913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32361] ppid=32308 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32361/stat : 32361 (java) R 32308 32308 7411 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 28 0 4879326 14133010432 1810493 33554432000 4194304 4196468 140737017222336 140601529962760 140601729811531 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
Current children cumulated CPU time (s) 219.02
Current children cumulated vsize (KiB) 13811280

[startup+100.801 s]
/proc/loadavg: 11.14 13.99 14.10 20/303 32361
/proc/meminfo: memFree=20978004/32770624 swapFree=5860/293216
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
[pid=32309] ppid=32308 vsize=13801768 CPUtime=231.64 cores=0,2,4,6,8,10,12,14
/proc/32309/stat : 32309 (java) S 32308 32308 7411 0 -1 1077944320 177805 0 0 0 21426 1738 0 0 20 0 28 0 4869424 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140737017204880 140602092646135 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
/proc/32309/statm: 3450442 1815769 3283 1 0 3437675 0
[pid=32309/tid=32310] ppid=32308 vsize=13801768 CPUtime=81.33 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32310/stat : 32310 (java) S 32308 32308 7411 0 -1 1077944384 19157 0 0 0 8099 34 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140602096886912 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32312] ppid=32308 vsize=13801768 CPUtime=16.35 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32312/stat : 32312 (java) S 32308 32308 7411 0 -1 1077944384 14803 0 0 0 1427 208 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140602064488976 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32313] ppid=32308 vsize=13801768 CPUtime=16.46 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32313/stat : 32313 (java) S 32308 32308 7411 0 -1 1077944384 17955 0 0 0 1431 215 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601690532496 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32314] ppid=32308 vsize=13801768 CPUtime=16.44 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32314/stat : 32314 (java) S 32308 32308 7411 0 -1 1077944384 12684 0 0 0 1440 204 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601689479440 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32315] ppid=32308 vsize=13801768 CPUtime=16.35 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32315/stat : 32315 (java) S 32308 32308 7411 0 -1 1077944384 10825 0 0 0 1430 205 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601688426896 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32316] ppid=32308 vsize=13801768 CPUtime=16.18 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32316/stat : 32316 (java) S 32308 32308 7411 0 -1 1077944384 13862 0 0 0 1418 200 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601687374864 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32317] ppid=32308 vsize=13801768 CPUtime=16.38 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32317/stat : 32317 (java) S 32308 32308 7411 0 -1 1077944384 13708 0 0 0 1409 229 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601686322320 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32318] ppid=32308 vsize=13801768 CPUtime=16.39 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32318/stat : 32318 (java) S 32308 32308 7411 0 -1 1077944384 13374 0 0 0 1406 233 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601685269264 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32319] ppid=32308 vsize=13801768 CPUtime=16.39 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32319/stat : 32319 (java) S 32308 32308 7411 0 -1 1077944384 12445 0 0 0 1446 193 0 0 20 0 28 0 4869425 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601684216720 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32320] ppid=32308 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32320/stat : 32320 (java) S 32308 32308 7411 0 -1 1077944384 11606 0 0 0 98 1 0 0 20 0 28 0 4869428 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601554819312 140602092657282 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32321] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32321/stat : 32321 (java) S 32308 32308 7411 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 4869428 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601553765600 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32322] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32322/stat : 32322 (java) S 32308 32308 7411 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 4869429 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601552712448 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32323] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32323/stat : 32323 (java) S 32308 32308 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4869433 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601551661008 140602092664731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32324] ppid=32308 vsize=13801768 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32324/stat : 32324 (java) S 32308 32308 7411 0 -1 1077944384 11603 0 0 0 262 2 0 0 20 0 28 0 4869433 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601550609136 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32325] ppid=32308 vsize=13801768 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32325/stat : 32325 (java) S 32308 32308 7411 0 -1 1077944384 7854 0 0 0 195 2 0 0 20 0 28 0 4869433 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601549556592 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32326] ppid=32308 vsize=13801768 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32326/stat : 32326 (java) R 32308 32308 7411 0 -1 4202560 9184 0 0 0 217 1 0 0 20 0 28 0 4869433 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601548494880 140602076808160 0 4 0 16800975 0 0 0 -1 12 0 0 1 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32327] ppid=32308 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32327/stat : 32327 (java) S 32308 32308 7411 0 -1 1077944384 6384 0 0 0 90 1 0 0 20 0 28 0 4869433 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601547450992 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32328] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32328/stat : 32328 (java) S 32308 32308 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4869433 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601546398176 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32329] ppid=32308 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32329/stat : 32329 (java) S 32308 32308 7411 0 -1 1077944384 420 0 0 0 3 2 0 0 20 0 28 0 4869434 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601545345712 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32354] ppid=32308 vsize=13801768 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32354/stat : 32354 (java) R 32308 32308 7411 0 -1 4202560 110 0 0 0 129 0 0 0 20 0 28 0 4879316 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601537329688 140601735950014 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32355] ppid=32308 vsize=13801768 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32355/stat : 32355 (java) R 32308 32308 7411 0 -1 4202560 30 0 0 0 121 0 0 0 20 0 28 0 4879316 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601536278072 140601735950014 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32356] ppid=32308 vsize=13801768 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32356/stat : 32356 (java) R 32308 32308 7411 0 -1 4202560 56 0 0 0 140 0 0 0 20 0 28 0 4879316 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601535228280 140601736169787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32357] ppid=32308 vsize=13801768 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32357/stat : 32357 (java) R 32308 32308 7411 0 -1 4202560 105 0 0 0 133 0 0 0 20 0 28 0 4879316 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601534175448 140601735948208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32358] ppid=32308 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32358/stat : 32358 (java) R 32308 32308 7411 0 -1 4202560 39 0 0 0 139 0 0 0 20 0 28 0 4879316 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601533120520 140601730937145 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32359] ppid=32308 vsize=13801768 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32359/stat : 32359 (java) R 32308 32308 7411 0 -1 4202560 42 0 0 0 117 0 0 0 20 0 28 0 4879316 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601532068632 140601736169895 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32360] ppid=32308 vsize=13801768 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32360/stat : 32360 (java) R 32308 32308 7411 0 -1 4202560 56 0 0 0 124 0 0 0 20 0 28 0 4879326 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601531015784 140601736169792 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32361] ppid=32308 vsize=13801768 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32361/stat : 32361 (java) R 32308 32308 7411 0 -1 4202560 39 0 0 0 141 0 0 0 20 0 28 0 4879326 14133010432 1815769 33554432000 4194304 4196468 140737017222336 140601529962112 140601735948208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
Current children cumulated CPU time (s) 231.64
Current children cumulated vsize (KiB) 13811280

[startup+101.201 s]
/proc/loadavg: 11.45 14.00 14.10 19/303 32361
/proc/meminfo: memFree=20965456/32770624 swapFree=5860/293220
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
[pid=32309] ppid=32308 vsize=13801768 CPUtime=234.92 cores=0,2,4,6,8,10,12,14
/proc/32309/stat : 32309 (java) S 32308 32308 7411 0 -1 1077944320 184815 0 0 0 21753 1739 0 0 20 0 28 0 4869424 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140737017204880 140602092646135 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
/proc/32309/statm: 3450442 1816377 3284 1 0 3437675 0
[pid=32309/tid=32310] ppid=32308 vsize=13801768 CPUtime=81.33 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32310/stat : 32310 (java) S 32308 32308 7411 0 -1 1077944384 19157 0 0 0 8099 34 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140602096886912 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32312] ppid=32308 vsize=13801768 CPUtime=16.35 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32312/stat : 32312 (java) S 32308 32308 7411 0 -1 1077944384 14803 0 0 0 1427 208 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140602064488976 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32313] ppid=32308 vsize=13801768 CPUtime=16.46 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32313/stat : 32313 (java) S 32308 32308 7411 0 -1 1077944384 17955 0 0 0 1431 215 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601690532496 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32314] ppid=32308 vsize=13801768 CPUtime=16.44 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32314/stat : 32314 (java) S 32308 32308 7411 0 -1 1077944384 12684 0 0 0 1440 204 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601689479440 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32315] ppid=32308 vsize=13801768 CPUtime=16.35 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32315/stat : 32315 (java) S 32308 32308 7411 0 -1 1077944384 10825 0 0 0 1430 205 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601688426896 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32316] ppid=32308 vsize=13801768 CPUtime=16.18 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32316/stat : 32316 (java) S 32308 32308 7411 0 -1 1077944384 13862 0 0 0 1418 200 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601687374864 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32317] ppid=32308 vsize=13801768 CPUtime=16.38 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32317/stat : 32317 (java) S 32308 32308 7411 0 -1 1077944384 13708 0 0 0 1409 229 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601686322320 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32318] ppid=32308 vsize=13801768 CPUtime=16.39 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32318/stat : 32318 (java) S 32308 32308 7411 0 -1 1077944384 13374 0 0 0 1406 233 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601685269264 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32319] ppid=32308 vsize=13801768 CPUtime=16.39 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32319/stat : 32319 (java) S 32308 32308 7411 0 -1 1077944384 12445 0 0 0 1446 193 0 0 20 0 28 0 4869425 14133010432 1816377 33554432000 4194304 4196468 140737017222336 140601684216720 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32320] ppid=32308 vsize=13801768 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32320/stat : 32320 (java) S 32308 32308 7411 0 -1 1077944384 11606 0 0 0 98 1 0 0 20 0 28 0 4869428 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601554819312 140602092657282 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32321] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32321/stat : 32321 (java) S 32308 32308 7411 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 4869428 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601553765600 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32322] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32322/stat : 32322 (java) S 32308 32308 7411 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 4869429 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601552712448 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32323] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32323/stat : 32323 (java) S 32308 32308 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4869433 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601551661008 140602092664731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32324] ppid=32308 vsize=13801768 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32324/stat : 32324 (java) S 32308 32308 7411 0 -1 1077944384 11610 0 0 0 267 2 0 0 20 0 28 0 4869433 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601550609136 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32325] ppid=32308 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32325/stat : 32325 (java) R 32308 32308 7411 0 -1 4202560 8409 0 0 0 212 2 0 0 20 0 28 0 4869433 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601549537608 140602076132085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32326] ppid=32308 vsize=13801768 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32326/stat : 32326 (java) R 32308 32308 7411 0 -1 4202560 9192 0 0 0 238 1 0 0 20 0 28 0 4869433 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601548484552 140602076177618 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32327] ppid=32308 vsize=13801768 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32327/stat : 32327 (java) S 32308 32308 7411 0 -1 1077944384 6408 0 0 0 92 1 0 0 20 0 28 0 4869433 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601547450992 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32328] ppid=32308 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32328/stat : 32328 (java) S 32308 32308 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4869433 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601546398176 140602092656341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32329] ppid=32308 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32329/stat : 32329 (java) S 32308 32308 7411 0 -1 1077944384 420 0 0 0 3 2 0 0 20 0 28 0 4869434 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601545345712 140602092657282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32354] ppid=32308 vsize=13801768 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32354/stat : 32354 (java) R 32308 32308 7411 0 -1 4202560 110 0 0 0 163 0 0 0 20 0 28 0 4879316 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601537330616 140601736169163 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32355] ppid=32308 vsize=13801768 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32355/stat : 32355 (java) R 32308 32308 7411 0 -1 4202560 102 0 0 0 159 0 0 0 20 0 28 0 4879316 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601536278664 140601736170677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32356] ppid=32308 vsize=13801768 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32356/stat : 32356 (java) R 32308 32308 7411 0 -1 4202560 56 0 0 0 177 0 0 0 20 0 28 0 4879316 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601535226544 140601736133248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32357] ppid=32308 vsize=13801768 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32357/stat : 32357 (java) R 32308 32308 7411 0 -1 4202560 4418 0 0 0 164 0 0 0 20 0 28 0 4879316 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601534175304 140601736168060 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32358] ppid=32308 vsize=13801768 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32358/stat : 32358 (java) R 32308 32308 7411 0 -1 4202560 39 0 0 0 178 0 0 0 20 0 28 0 4879316 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601533121464 140601736169059 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32359] ppid=32308 vsize=13801768 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32359/stat : 32359 (java) R 32308 32308 7411 0 -1 4202560 42 0 0 0 148 0 0 0 20 0 28 0 4879316 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601532068664 140601735950014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32360] ppid=32308 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32360/stat : 32360 (java) R 32308 32308 7411 0 -1 4202560 56 0 0 0 161 0 0 0 20 0 28 0 4879326 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601531017360 140601736169121 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
[pid=32309/tid=32361] ppid=32308 vsize=13801768 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32361/stat : 32361 (java) R 32308 32308 7411 0 -1 4202560 2217 0 0 0 177 0 0 0 20 0 28 0 4879326 14133010432 1816399 33554432000 4194304 4196468 140737017222336 140601529964472 140601736169171 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24489984 140737017230524 140737017230700 140737017230700 140737017233359 0
Current children cumulated CPU time (s) 234.92
Current children cumulated vsize (KiB) 13811280

[startup+101.601 s]
/proc/loadavg: 11.45 14.00 14.10 19/303 32361
/proc/meminfo: memFree=20965456/32770624 swapFree=5860/293220
[pid=32308] ppid=32305 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32308/stat : 32308 (xcsp3-exec) S 32305 32308 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4869424 9740288 346 33554432000 4194304 5098028 140721754585200 140721754583304 140639929598588 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 36900864 140721754588302 140721754588512 140721754588512 140721754591211 0
/proc/32308/statm: 2378 346 289 221 0 87 0
[pid=32309] ppid=32308 vsize=0 CPUtime=237.57 cores=0,2,4,6,8,10,12,14
/proc/32309/stat : 32309 (java) Z 32308 32308 7411 0 -1 4227084 189097 0 0 0 22014 1743 0 0 20 0 2 0 4869424 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/32309/statm: 0 0 0 0 0 0 0
[pid=32309/tid=32324] ppid=32308 vsize=0 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/32309/task/32324/stat : 32324 (java) R 32308 32308 7411 0 -1 4203588 11631 0 0 0 285 6 0 0 20 0 2 0 4869433 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 12 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 237.57
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 101.604
CPU time (s): 237.59
CPU user time (s): 220.151
CPU system time (s): 17.4396
CPU usage (%): 233.839
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.151
system time used= 17.4396
maximum resident set size= 7268904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189625
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9991
involuntary context switches= 17039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.779952 second user time and 1.02938 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 06:00:20
IDJOB=4249931
IDBENCH=138501
IDSOLVER=2626
FILE ID=node131/4249931-1500696020
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-5.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-4249931-1500696020/watcher-4249931-1500696020 -o /tmp/evaluation-result-4249931-1500696020/solver-4249931-1500696020 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1553338351 HOME/instance-4249931-1500696020.xml

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

MD5SUM BENCH= b6968c9a609c0a57d63f6c5a20858fdb
RANDOM SEED=1553338351

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

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

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

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

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.06
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31253388 kB
MemAvailable:   31425464 kB
Buffers:          117308 kB
Cached:           337036 kB
SwapCached:            0 kB
Active:           782508 kB
Inactive:         301756 kB
Active(anon):     632624 kB
Inactive(anon):     8680 kB
Active(file):     149884 kB
Inactive(file):   293076 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7992 kB
Writeback:             0 kB
AnonPages:        768428 kB
Mapped:            42760 kB
Shmem:              8844 kB
Slab:             124556 kB
SReclaimable:      89900 kB
SUnreclaim:        34656 kB
KernelStack:        5184 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1605296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 06:02:02