Trace number 4248046

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 13.8487 3.04856

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-SF/
Subisomorphism-A-15.xml
MD5SUM31fe6553e55375ea7453a010bd43cd35
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.061519001
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints549
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":180}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":7},{"degree":5,"count":33},{"degree":6,"count":70},{"degree":8,"count":38},{"degree":9,"count":23},{"degree":10,"count":8}]
Minimum constraint arity1
Maximum constraint arity180
Distribution of constraint arities[{"arity":1,"count":69},{"arity":2,"count":479},{"arity":180,"count":1}]
Number of extensional constraints548
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":548},{"type":"allDifferent","count":1}]
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-4248046-1500691292.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248046-1500691292.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
4.42/1.82	c solve instance...
13.66/3.03	s SATISFIABLE
13.66/3.03	v <instantiation>
13.66/3.03	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] </list>
13.66/3.03	v 	<values>140 32 92 68 172 44 185 88 55 26 76 84 117 195 4 78 107 95 121 174 173 17 159 134 197 133 48 136 171 77 33 168 187 9 85 193 192 59 15 167 115 7 40 0 54 186 73 12 137 146 177 36 148 99 111 152 18 45 62 75 13 147 89 198 82 170 109 189 52 184 176 132 64 125 175 14 138 105 153 199 86 196 155 28 165 90 178 100 94 57 19 87 25 42 39 56 16 3 181 37 158 6 116 50 21 46 180 103 124 112 160 114 27 108 154 139 142 101 29 135 71 31 8 102 98 43 58 74 144 150 20 93 38 61 156 183 161 91 22 83 123 70 79 63 188 23 157 169 97 120 41 47 66 30 11 166 65 151 60 130 131 128 53 34 72 122 69 179 10 164 35 51 127 191 5 2 119 110 143 145 </values>
13.66/3.03	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-4248046-1500691292/watcher-4248046-1500691292 -o /tmp/evaluation-result-4248046-1500691292/solver-4248046-1500691292 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 705776058 HOME/instance-4248046-1500691292.xml 

pid=1554
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 15.44 15.06 12.92 10/272 1557
/proc/meminfo: memFree=28797008/32770624 swapFree=5892/122168
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0

[startup+0.100078 s]
/proc/loadavg: 15.44 15.06 12.92 10/272 1557
/proc/meminfo: memFree=28797008/32770624 swapFree=5892/122168
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200354 s]
/proc/loadavg: 15.44 15.06 12.92 10/272 1557
/proc/meminfo: memFree=28797008/32770624 swapFree=5892/122168
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300286 s]
/proc/loadavg: 15.44 15.06 12.92 10/272 1557
/proc/meminfo: memFree=28797008/32770624 swapFree=5892/122168
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700224 s]
/proc/loadavg: 15.44 15.06 12.92 10/272 1557
/proc/meminfo: memFree=28797008/32770624 swapFree=5892/122168
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5009 s]
/proc/loadavg: 15.44 15.06 12.92 13/293 1578
/proc/meminfo: memFree=28659116/32770624 swapFree=5892/122196
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
[pid=1558] ppid=1557 vsize=13269256 CPUtime=3.85 cores=1,3,5,7,9,11,13,15
/proc/1558/stat : 1558 (java) S 1557 1557 15667 0 -1 1077944320 19477 0 0 0 342 43 0 0 20 0 20 0 4398892 13587718144 61075 33554432000 4194304 4196468 140721155029344 140721155011888 140119668748023 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
/proc/1558/statm: 3317314 61075 3229 1 0 3304547 0
[pid=1558/tid=1559] ppid=1557 vsize=13269256 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1559/stat : 1559 (java) R 1557 1557 15667 0 -1 4202560 8321 0 0 0 135 5 0 0 20 0 20 0 4398893 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119672983112 140119651210902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1561] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1561/stat : 1561 (java) S 1557 1557 15667 0 -1 1077944384 61 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119621368208 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1562] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1562/stat : 1562 (java) S 1557 1557 15667 0 -1 1077944384 58 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119620315408 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1563] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1563/stat : 1563 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119619263120 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1564] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1564/stat : 1564 (java) S 1557 1557 15667 0 -1 1077944384 143 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119618210320 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1565] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1565/stat : 1565 (java) S 1557 1557 15667 0 -1 1077944384 178 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119264131984 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1566] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1566/stat : 1566 (java) S 1557 1557 15667 0 -1 1077944384 59 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119263079184 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1567] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1567/stat : 1567 (java) S 1557 1557 15667 0 -1 1077944384 83 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119262026896 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1568] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1568/stat : 1568 (java) S 1557 1557 15667 0 -1 1077944384 80 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119260974096 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1569] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1569/stat : 1569 (java) S 1557 1557 15667 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 20 0 4398896 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118862510192 140119668759170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1570] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1570/stat : 1570 (java) S 1557 1557 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4398897 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118861456160 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1571] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1571/stat : 1571 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 4398897 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118860403824 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1572] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1572/stat : 1572 (java) S 1557 1557 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118859352144 140119668766619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1573] ppid=1557 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1573/stat : 1573 (java) S 1557 1557 15667 0 -1 1077944384 3531 0 0 0 50 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118858300016 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1574] ppid=1557 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1574/stat : 1574 (java) R 1557 1557 15667 0 -1 4202560 1534 0 0 0 40 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118857234656 140119653141871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1575] ppid=1557 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1575/stat : 1575 (java) S 1557 1557 15667 0 -1 1077944384 1528 0 0 0 44 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118856194928 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1576] ppid=1557 vsize=13269256 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1576/stat : 1576 (java) S 1557 1557 15667 0 -1 1077944384 2302 0 0 0 48 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118855142128 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1577] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1577/stat : 1577 (java) S 1557 1557 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118854089056 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1578] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1578/stat : 1578 (java) S 1557 1557 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118853036336 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 13278768

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1558 sig 9
??? kill 1557 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60116 s]
/proc/loadavg: 15.44 15.06 12.92 13/293 1578
/proc/meminfo: memFree=28659116/32770624 swapFree=5892/122196
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
[pid=1558] ppid=1557 vsize=13269256 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/1558/stat : 1558 (java) S 1557 1557 15667 0 -1 1077944320 19489 0 0 0 352 43 0 0 20 0 20 0 4398892 13587718144 61075 33554432000 4194304 4196468 140721155029344 140721155011888 140119668748023 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
/proc/1558/statm: 3317314 61075 3229 1 0 3304547 0
[pid=1558/tid=1559] ppid=1557 vsize=13269256 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1559/stat : 1559 (java) R 1557 1557 15667 0 -1 4202560 8333 0 0 0 145 5 0 0 20 0 20 0 4398893 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119672980904 140119653828998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1561] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1561/stat : 1561 (java) S 1557 1557 15667 0 -1 1077944384 61 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119621368208 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1562] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1562/stat : 1562 (java) S 1557 1557 15667 0 -1 1077944384 58 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119620315408 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1563] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1563/stat : 1563 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119619263120 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1564] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1564/stat : 1564 (java) S 1557 1557 15667 0 -1 1077944384 143 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119618210320 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1565] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1565/stat : 1565 (java) S 1557 1557 15667 0 -1 1077944384 178 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119264131984 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1566] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1566/stat : 1566 (java) S 1557 1557 15667 0 -1 1077944384 59 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119263079184 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1567] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1567/stat : 1567 (java) S 1557 1557 15667 0 -1 1077944384 83 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119262026896 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1568] ppid=1557 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1568/stat : 1568 (java) S 1557 1557 15667 0 -1 1077944384 80 0 0 0 2 4 0 0 20 0 20 0 4398894 13587718144 61075 33554432000 4194304 4196468 140721155029344 140119260974096 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1569] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1569/stat : 1569 (java) S 1557 1557 15667 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 20 0 4398896 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118862510192 140119668759170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1570] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1570/stat : 1570 (java) S 1557 1557 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4398897 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118861456160 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1571] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1571/stat : 1571 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 4398897 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118860403824 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1572] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1572/stat : 1572 (java) S 1557 1557 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118859352144 140119668766619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1573] ppid=1557 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1573/stat : 1573 (java) D 1557 1557 15667 0 -1 4202560 3531 0 0 0 50 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118858299936 140119648672159 0 4 0 16800975 18446744072099658885 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1574] ppid=1557 vsize=13269256 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1574/stat : 1574 (java) D 1557 1557 15667 0 -1 4202560 1534 0 0 0 41 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118857234656 140119648655159 0 4 0 16800975 18446744072099658885 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1575] ppid=1557 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1575/stat : 1575 (java) D 1557 1557 15667 0 -1 4202560 1528 0 0 0 44 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118856195224 140119648672159 0 4 0 16800975 18446744072099658885 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1576] ppid=1557 vsize=13269256 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1576/stat : 1576 (java) D 1557 1557 15667 0 -1 4202560 2302 0 0 0 48 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118855142424 140119648672159 0 4 0 16800975 18446744072099658885 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1577] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1577/stat : 1577 (java) S 1557 1557 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118854089056 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1578] ppid=1557 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1578/stat : 1578 (java) D 1557 1557 15667 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 4398901 13587718144 61075 33554432000 4194304 4196468 140721155029344 140118853036256 140119653604110 0 4 0 16800975 18446744072099658885 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 13278768

[startup+2.40138 s]
/proc/loadavg: 15.44 15.06 12.92 21/301 1586
/proc/meminfo: memFree=28556916/32770624 swapFree=5892/122204
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
[pid=1558] ppid=1557 vsize=13801768 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/1558/stat : 1558 (java) S 1557 1557 15667 0 -1 1077944320 22552 0 0 0 822 71 0 0 20 0 28 0 4398892 14133010432 79170 33554432000 4194304 4196468 140721155029344 140721155011888 140119668748023 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
/proc/1558/statm: 3450442 79170 3258 1 0 3437675 0
[pid=1558/tid=1559] ppid=1557 vsize=13801768 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1559/stat : 1559 (java) S 1557 1557 15667 0 -1 1077944384 8526 0 0 0 168 5 0 0 20 0 28 0 4398893 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119672988800 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1561] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1561/stat : 1561 (java) R 1557 1557 15667 0 -1 4202560 115 0 0 0 6 7 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119621368408 140119653775442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1562] ppid=1557 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1562/stat : 1562 (java) R 1557 1557 15667 0 -1 4202560 86 0 0 0 5 6 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119620315608 140119653775442 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1563] ppid=1557 vsize=13801768 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1563/stat : 1563 (java) D 1557 1557 15667 0 -1 4202560 88 0 0 0 4 8 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119619263008 140119653774042 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1564] ppid=1557 vsize=13801768 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1564/stat : 1564 (java) R 1557 1557 15667 0 -1 4202560 178 0 0 0 4 8 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119618210520 140119653775879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1565] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1565/stat : 1565 (java) R 1557 1557 15667 0 -1 4202560 224 0 0 0 6 7 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119264132184 140119653775879 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1566] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1566/stat : 1566 (java) R 1557 1557 15667 0 -1 4202560 101 0 0 0 5 8 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119263076984 140119653771804 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1567] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1567/stat : 1567 (java) R 1557 1557 15667 0 -1 4202560 129 0 0 0 5 8 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119262024416 140119653775879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1568] ppid=1557 vsize=13801768 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1568/stat : 1568 (java) R 1557 1557 15667 0 -1 4202560 105 0 0 0 4 6 0 0 20 0 28 0 4398894 14133010432 79170 33554432000 4194304 4196468 140721155029344 140119260974296 140119653775879 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0

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

/proc/1558/task/1570/stat : 1570 (java) S 1557 1557 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4398897 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118861456160 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1571] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1571/stat : 1571 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 4398897 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118860403824 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1572] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1572/stat : 1572 (java) S 1557 1557 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118859352144 140119668766619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1573] ppid=1557 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1573/stat : 1573 (java) S 1557 1557 15667 0 -1 1077944384 4070 0 0 0 94 1 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118858279184 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1574] ppid=1557 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1574/stat : 1574 (java) R 1557 1557 15667 0 -1 4202560 1879 0 0 0 79 0 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118857232520 140119650267337 0 4 0 16800975 0 0 0 -1 13 0 0 11 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1575] ppid=1557 vsize=13801768 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1575/stat : 1575 (java) R 1557 1557 15667 0 -1 4202560 2611 0 0 0 88 0 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118856180432 140119650292257 0 4 0 16800975 0 0 0 -1 9 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1576] ppid=1557 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1576/stat : 1576 (java) S 1557 1557 15667 0 -1 1077944384 2502 0 0 0 58 0 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118855138320 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1577] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1577/stat : 1577 (java) S 1557 1557 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118854089056 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1578] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1578/stat : 1578 (java) S 1557 1557 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118853036336 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1579] ppid=1557 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1579/stat : 1579 (java) S 1557 1557 15667 0 -1 1077944384 66 0 0 0 36 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118845021184 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1580] ppid=1557 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1580/stat : 1580 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 37 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118843969200 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1581] ppid=1557 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1581/stat : 1581 (java) S 1557 1557 15667 0 -1 1077944384 51 0 0 0 38 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118842916816 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1582] ppid=1557 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1582/stat : 1582 (java) S 1557 1557 15667 0 -1 1077944384 56 0 0 0 37 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118841868000 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1583] ppid=1557 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1583/stat : 1583 (java) S 1557 1557 15667 0 -1 1077944384 41 0 0 0 31 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118840811840 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1584] ppid=1557 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1584/stat : 1584 (java) S 1557 1557 15667 0 -1 1077944384 39 0 0 0 39 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118839761072 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1585] ppid=1557 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1585/stat : 1585 (java) S 1557 1557 15667 0 -1 1077944384 44 0 0 0 33 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118838707376 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1586] ppid=1557 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1586/stat : 1586 (java) S 1557 1557 15667 0 -1 1077944384 43 0 0 0 37 0 0 0 20 0 28 0 4399076 14133010432 79682 33554432000 4194304 4196468 140721155029344 140118837656576 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 13811280

[startup+2.80169 s]
/proc/loadavg: 15.44 15.06 12.92 21/301 1586
/proc/meminfo: memFree=28556916/32770624 swapFree=5892/122204
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
[pid=1558] ppid=1557 vsize=13801768 CPUtime=12.07 cores=1,3,5,7,9,11,13,15
/proc/1558/stat : 1558 (java) S 1557 1557 15667 0 -1 1077944320 25444 0 0 0 1126 81 0 0 20 0 28 0 4398892 14133010432 87455 33554432000 4194304 4196468 140721155029344 140721155011888 140119668748023 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
/proc/1558/statm: 3450442 87455 3258 1 0 3437675 0
[pid=1558/tid=1559] ppid=1557 vsize=13801768 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1559/stat : 1559 (java) S 1557 1557 15667 0 -1 1077944384 8526 0 0 0 168 5 0 0 20 0 28 0 4398893 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119672988800 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1561] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1561/stat : 1561 (java) S 1557 1557 15667 0 -1 1077944384 146 0 0 0 7 8 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119621368208 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1562] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1562/stat : 1562 (java) S 1557 1557 15667 0 -1 1077944384 106 0 0 0 5 8 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119620315408 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1563] ppid=1557 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1563/stat : 1563 (java) S 1557 1557 15667 0 -1 1077944384 109 0 0 0 5 9 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119619263120 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1564] ppid=1557 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1564/stat : 1564 (java) S 1557 1557 15667 0 -1 1077944384 199 0 0 0 5 9 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119618210320 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1565] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1565/stat : 1565 (java) S 1557 1557 15667 0 -1 1077944384 241 0 0 0 7 8 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119264131984 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1566] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1566/stat : 1566 (java) S 1557 1557 15667 0 -1 1077944384 121 0 0 0 6 9 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119263079184 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1567] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1567/stat : 1567 (java) S 1557 1557 15667 0 -1 1077944384 154 0 0 0 6 9 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119262026896 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1568] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1568/stat : 1568 (java) S 1557 1557 15667 0 -1 1077944384 129 0 0 0 5 8 0 0 20 0 28 0 4398894 14133010432 87455 33554432000 4194304 4196468 140721155029344 140119260974096 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1569] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1569/stat : 1569 (java) S 1557 1557 15667 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 28 0 4398896 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118862510192 140119668759170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1570] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1570/stat : 1570 (java) S 1557 1557 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4398897 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118861456224 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1571] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1571/stat : 1571 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 4398897 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118860403840 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1572] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1572/stat : 1572 (java) S 1557 1557 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118859352144 140119668766619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1573] ppid=1557 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1573/stat : 1573 (java) R 1557 1557 15667 0 -1 4202560 4861 0 0 0 124 1 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118858293208 140119668755420 0 4 0 16800975 0 0 0 -1 13 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1574] ppid=1557 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1574/stat : 1574 (java) R 1557 1557 15667 0 -1 4202560 2652 0 0 0 116 0 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118857233760 140119654804541 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1575] ppid=1557 vsize=13801768 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1575/stat : 1575 (java) R 1557 1557 15667 0 -1 4202560 3261 0 0 0 120 0 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118856181472 140119646342774 0 4 0 16800975 0 0 0 -1 9 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1576] ppid=1557 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1576/stat : 1576 (java) S 1557 1557 15667 0 -1 1077944384 2628 0 0 0 60 0 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118855142128 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1577] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1577/stat : 1577 (java) S 1557 1557 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118854089056 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1578] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1578/stat : 1578 (java) S 1557 1557 15667 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118853036336 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1579] ppid=1557 vsize=13801768 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1579/stat : 1579 (java) R 1557 1557 15667 0 -1 4202560 107 0 0 0 59 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118845020736 140119304650788 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1580] ppid=1557 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1580/stat : 1580 (java) R 1557 1557 15667 0 -1 4202560 98 0 0 0 60 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118843969480 140119304650937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1581] ppid=1557 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1581/stat : 1581 (java) R 1557 1557 15667 0 -1 4202560 56 0 0 0 66 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118842917072 140119304650788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1582] ppid=1557 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1582/stat : 1582 (java) R 1557 1557 15667 0 -1 4202560 245 0 0 0 60 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118841864112 140119304622183 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1583] ppid=1557 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1583/stat : 1583 (java) R 1557 1557 15667 0 -1 4202560 48 0 0 0 61 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118840812528 140119304285369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1584] ppid=1557 vsize=13801768 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1584/stat : 1584 (java) R 1557 1557 15667 0 -1 4202560 40 0 0 0 63 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118839759544 140119304650812 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1585] ppid=1557 vsize=13801768 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1585/stat : 1585 (java) R 1557 1557 15667 0 -1 4202560 89 0 0 0 56 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118838708424 140119304650855 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1586] ppid=1557 vsize=13801768 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1586/stat : 1586 (java) R 1557 1557 15667 0 -1 4202560 66 0 0 0 57 0 0 0 20 0 28 0 4399076 14133010432 87455 33554432000 4194304 4196468 140721155029344 140118837655144 140119304622055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 13811280

[startup+3.00152 s]
/proc/loadavg: 15.44 15.06 12.92 21/301 1586
/proc/meminfo: memFree=28556916/32770624 swapFree=5892/122204
[pid=1557] ppid=1554 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1557/stat : 1557 (xcsp3-exec) S 1554 1557 15667 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4398892 9740288 346 33554432000 4194304 5098028 140728624194320 140728624192424 139919079973500 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 29642752 140728624198799 140728624199008 140728624199008 140728624201707 0
/proc/1557/statm: 2378 346 289 221 0 87 0
[pid=1558] ppid=1557 vsize=13801768 CPUtime=13.66 cores=1,3,5,7,9,11,13,15
/proc/1558/stat : 1558 (java) S 1557 1557 15667 0 -1 1077944320 25725 0 0 0 1285 81 0 0 20 0 28 0 4398892 14133010432 87718 33554432000 4194304 4196468 140721155029344 140721155011888 140119668748023 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
/proc/1558/statm: 3450442 87718 3260 1 0 3437675 0
[pid=1558/tid=1559] ppid=1557 vsize=13801768 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1559/stat : 1559 (java) S 1557 1557 15667 0 -1 1077944384 8526 0 0 0 168 5 0 0 20 0 28 0 4398893 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119672988800 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1561] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1561/stat : 1561 (java) S 1557 1557 15667 0 -1 1077944384 146 0 0 0 7 8 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119621368208 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1562] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1562/stat : 1562 (java) S 1557 1557 15667 0 -1 1077944384 106 0 0 0 5 8 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119620315408 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1563] ppid=1557 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1563/stat : 1563 (java) S 1557 1557 15667 0 -1 1077944384 109 0 0 0 5 9 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119619263120 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1564] ppid=1557 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1564/stat : 1564 (java) S 1557 1557 15667 0 -1 1077944384 199 0 0 0 5 9 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119618210320 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1565] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1565/stat : 1565 (java) S 1557 1557 15667 0 -1 1077944384 241 0 0 0 7 8 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119264131984 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1566] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1566/stat : 1566 (java) S 1557 1557 15667 0 -1 1077944384 121 0 0 0 6 9 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119263079184 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1567] ppid=1557 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1567/stat : 1567 (java) S 1557 1557 15667 0 -1 1077944384 154 0 0 0 6 9 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119262026896 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1568] ppid=1557 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1568/stat : 1568 (java) S 1557 1557 15667 0 -1 1077944384 129 0 0 0 5 8 0 0 20 0 28 0 4398894 14133010432 87718 33554432000 4194304 4196468 140721155029344 140119260974096 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1569] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1569/stat : 1569 (java) S 1557 1557 15667 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 28 0 4398896 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118862510192 140119668759170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1570] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1570/stat : 1570 (java) S 1557 1557 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4398897 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118861456224 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1571] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1571/stat : 1571 (java) S 1557 1557 15667 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 4398897 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118860403840 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1572] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1572/stat : 1572 (java) S 1557 1557 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118859352144 140119668766619 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1573] ppid=1557 vsize=13801768 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1573/stat : 1573 (java) S 1557 1557 15667 0 -1 1077944384 4896 0 0 0 136 1 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118858300016 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1574] ppid=1557 vsize=13801768 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1574/stat : 1574 (java) R 1557 1557 15667 0 -1 4202560 2878 0 0 0 130 0 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118857233240 140119647152068 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1575] ppid=1557 vsize=13801768 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1575/stat : 1575 (java) R 1557 1557 15667 0 -1 4202560 3272 0 0 0 128 0 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118856194928 140119649121159 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1576] ppid=1557 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1576/stat : 1576 (java) S 1557 1557 15667 0 -1 1077944384 2637 0 0 0 60 0 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118855142128 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 5 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1577] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1577/stat : 1577 (java) S 1557 1557 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118854089056 140119668758229 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1578] ppid=1557 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1578/stat : 1578 (java) S 1557 1557 15667 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4398901 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118853036336 140119668759170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1579] ppid=1557 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1579/stat : 1579 (java) R 1557 1557 15667 0 -1 4202560 107 0 0 0 78 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118845021512 140119298415405 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1580] ppid=1557 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1580/stat : 1580 (java) R 1557 1557 15667 0 -1 4202560 98 0 0 0 75 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118843971664 140119304650953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1581] ppid=1557 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1581/stat : 1581 (java) R 1557 1557 15667 0 -1 4202560 56 0 0 0 82 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118842917072 140119304650830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1582] ppid=1557 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1582/stat : 1582 (java) R 1557 1557 15667 0 -1 4202560 245 0 0 0 71 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118841866632 140119304622566 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1583] ppid=1557 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1583/stat : 1583 (java) R 1557 1557 15667 0 -1 4202560 48 0 0 0 79 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118840812552 140119304650893 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1584] ppid=1557 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1584/stat : 1584 (java) R 1557 1557 15667 0 -1 4202560 40 0 0 0 75 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118839761584 140119304650937 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1585] ppid=1557 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1585/stat : 1585 (java) R 1557 1557 15667 0 -1 4202560 89 0 0 0 69 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118838706152 140119304651367 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
[pid=1558/tid=1586] ppid=1557 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/1558/task/1586/stat : 1586 (java) R 1557 1557 15667 0 -1 4202560 66 0 0 0 76 0 0 0 20 0 28 0 4399076 14133010432 87718 33554432000 4194304 4196468 140721155029344 140118837655624 140119304650884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721155032252 140721155032428 140721155032428 140721155035087 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 3.04856
CPU time (s): 13.8487
CPU user time (s): 13.0246
CPU system time (s): 0.824158
CPU usage (%): 454.272
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0246
system time used= 0.824158
maximum resident set size= 351476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4033
involuntary context switches= 1299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032992 second user time and 0.037116 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:41:32
IDJOB=4248046
IDBENCH=131302
IDSOLVER=2625
FILE ID=node104/4248046-1500691292
RUNJOBID= node104-1500684128-16797
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 31fe6553e55375ea7453a010bd43cd35
RANDOM SEED=705776058

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28796360 kB
MemAvailable:   28883624 kB
Buffers:          167544 kB
Cached:           183512 kB
SwapCached:          252 kB
Active:          3322692 kB
Inactive:         178540 kB
Active(anon):    3105272 kB
Inactive(anon):    56372 kB
Active(file):     217420 kB
Inactive(file):   122168 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:       3164008 kB
Mapped:            42688 kB
Shmem:              8772 kB
Slab:             162300 kB
SReclaimable:     127024 kB
SUnreclaim:        35276 kB
KernelStack:        5024 kB
PageTables:        11848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4024940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2957312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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