Trace number 4290658

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
OscaR - Conflict Ordering with restarts 2018-07-02SAT 5.74677 3.36739

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
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 benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1769033229
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.68/1.35	c Parsing done, starting search...
5.63/3.35	s SATISFIABLE
5.63/3.35	v <instantiation>
5.63/3.35	v 	<list>
5.63/3.35	v 		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]
5.63/3.35	v 	</list>
5.63/3.35	v 	<values>
5.63/3.35	v 		7 4 12 11 17 5 0 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17 
5.63/3.35	v 	</values>
5.63/3.35	v </instantiation>

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290658-1532577533/watcher-4290658-1532577533 -o /tmp/evaluation-result-4290658-1532577533/solver-4290658-1532577533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532560661-4177 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1769033229 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290658-1532577533.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6226, runsolver pid=6223
Current StackSize limit: 8192 KiB


[startup+0.108716 s]*
/proc/loadavg: 1.27 1.34 1.33 4/215 6241
/proc/meminfo: memFree=23173232/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14082740 memory=33196 CPUtime=0.13 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 7217 0 0 0 12 1 0 0 20 0 15 0 75316478 14420725760 8299 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3520685 8299 3160 1 0 3482761 0
[pid=6226/tid=6228] ppid=6223 vsize=14082740 memory=-8341102331743474785 CPUtime=0.09 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 5243 0 0 0 9 0 0 0 20 0 15 0 75316478 14420725760 8299 33554432000 4194304 4196468 140724669266384 139857201540016 139857181414750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14082740 memory=5793855798296263097 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 8299 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856670823200 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856669770864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) S 6223 6226 4145 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856667667056 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856666614256 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0.01 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) S 6223 6226 4145 0 -1 1077944384 293 0 0 0 1 0 0 0 20 0 15 0 75316484 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856665561968 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 8299 33554432000 4194304 4196468 140724669266384 139856663456176 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33196 KiB

[startup+0.216109 s]*
/proc/loadavg: 1.27 1.34 1.33 5/215 6241
/proc/meminfo: memFree=23157680/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14082740 memory=47412 CPUtime=0.32 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 10437 0 0 0 30 2 0 0 20 0 15 0 75316478 14420725760 11853 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3520685 11853 3372 1 0 3482761 0
[pid=6226/tid=6228] ppid=6223 vsize=14082740 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 8108 0 0 0 19 1 0 0 20 0 15 0 75316478 14420725760 11853 33554432000 4194304 4196468 140724669266384 139857201556992 139857181414750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14082740 memory=4211974273491160458 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 11853 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856670823200 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856669770864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) S 6223 6226 4145 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 15 0 75316484 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856667667056 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) S 6223 6226 4145 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 15 0 75316484 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856666614256 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0.06 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) R 6223 6226 4145 0 -1 4202560 346 0 0 0 6 0 0 0 20 0 15 0 75316484 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856665558904 139857197346198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 11853 33554432000 4194304 4196468 140724669266384 139856663456176 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47412 KiB

[startup+0.310573 s]*
/proc/loadavg: 1.27 1.34 1.33 3/215 6241
/proc/meminfo: memFree=23154020/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14082740 memory=50956 CPUtime=0.44 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 10805 0 0 0 42 2 0 0 20 0 15 0 75316478 14420725760 12739 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3520685 12739 3417 1 0 3482761 0
[pid=6226/tid=6228] ppid=6223 vsize=14082740 memory=7377246124687064083 CPUtime=0.29 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 8442 0 0 0 28 1 0 0 20 0 15 0 75316478 14420725760 12739 33554432000 4194304 4196468 140724669266384 139857201542096 139857177609559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14082740 memory=4211974273491160458 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 12739 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14082740 memory=140547286372271 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14082740 memory=140547167730241 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14082740 memory=140547167735247 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75316479 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14082740 memory=140547286374092 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14082740 memory=140547167744431 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856670823200 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14082740 memory=281094335479696 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75316481 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856669770864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14082740 memory=281094335477392 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) S 6223 6226 4145 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 75316484 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856667667056 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) S 6223 6226 4145 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 15 0 75316484 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856666614256 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0.08 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) S 6223 6226 4145 0 -1 1077944384 360 0 0 0 8 0 0 0 20 0 15 0 75316484 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856665561968 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14082740 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14082740 memory=140547286369920 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316484 14420725760 12739 33554432000 4194304 4196468 140724669266384 139856663456176 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50956 KiB

[startup+0.700784 s]
/proc/loadavg: 1.27 1.34 1.33 4/215 6241
/proc/meminfo: memFree=23129836/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14084808 memory=89084 CPUtime=0.98 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 17641 0 0 0 94 4 0 0 20 0 15 0 75316478 14422843392 22271 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3521202 22271 3499 1 0 3483273 0
[pid=6226/tid=6228] ppid=6223 vsize=14084808 memory=792 CPUtime=0.67 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 14899 0 0 0 64 3 0 0 20 0 15 0 75316478 14422843392 22271 33554432000 4194304 4196468 140724669266384 139857201557632 139857197356189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14422843392 22271 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14084808 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14084808 memory=7811323491934034025 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75316479 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14084808 memory=7236547281622689387 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75316481 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75316481 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856670823200 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75316481 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856669770864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14084808 memory=68 CPUtime=0.08 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) S 6223 6226 4145 0 -1 1077944384 635 0 0 0 8 0 0 0 20 0 15 0 75316484 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856667667056 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14084808 memory=3 CPUtime=0.05 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) S 6223 6226 4145 0 -1 1077944384 279 0 0 0 5 0 0 0 20 0 15 0 75316484 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856666614256 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14084808 memory=201 CPUtime=0.15 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) S 6223 6226 4145 0 -1 1077944384 446 0 0 0 15 0 0 0 20 0 15 0 75316484 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856665561968 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14084808 memory=281094335663600 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316484 14422843392 22271 33554432000 4194304 4196468 140724669266384 139856663456176 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89084 KiB

[startup+1.5008 s]
/proc/loadavg: 1.41 1.37 1.34 5/215 6241
/proc/meminfo: memFree=23067424/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14090952 memory=188148 CPUtime=3.34 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 26212 0 0 0 326 8 0 0 20 0 15 0 75316478 14429134848 47037 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3522738 47037 3553 1 0 3484809 0
[pid=6226/tid=6228] ppid=6223 vsize=14090952 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 19247 0 0 0 141 6 0 0 20 0 15 0 75316478 14429134848 47037 33554432000 4194304 4196468 140724669266384 139857201570128 139856838965204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14090952 memory=-3535359994705172579 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 47037 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14090952 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14090952 memory=-6725099680906241383 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14090952 memory=-6368229864023400233 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14090952 memory=9051846662399164589 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14090952 memory=-6205556110419910528 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856670823200 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856669770864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14090952 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) R 6223 6226 4145 0 -1 4202560 1982 0 0 0 67 0 0 0 20 0 15 0 75316484 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856667656048 139857175351275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14090952 memory=4580 CPUtime=0.65 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) R 6223 6226 4145 0 -1 4202560 1563 0 0 0 65 0 0 0 20 0 15 0 75316484 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856666601040 139857174932985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14090952 memory=-7737621075815351712 CPUtime=0.53 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) S 6223 6226 4145 0 -1 1077944384 1922 0 0 0 52 1 0 0 20 0 15 0 75316484 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856665561968 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14090952 memory=-7984860791115455840 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14090952 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) S 6223 6226 4145 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 47037 33554432000 4194304 4196468 140724669266384 139856663456176 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 3.34 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 188148 KiB

[startup+3.11114 s]
/proc/loadavg: 1.41 1.37 1.34 3/215 6241
/proc/meminfo: memFree=22949704/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14090952 memory=236324 CPUtime=5.63 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 28652 0 0 0 552 11 0 0 20 0 15 0 75316478 14429134848 59081 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3522738 59081 3566 1 0 3484809 0
[pid=6226/tid=6228] ppid=6223 vsize=14090952 memory=7379805971631467881 CPUtime=3.06 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 19378 0 0 0 300 6 0 0 20 0 15 0 75316478 14429134848 59081 33554432000 4194304 4196468 140724669266384 139857201572976 139856839135195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14090952 memory=281094335771184 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856670823264 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856669770880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14090952 memory=457 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14090952 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) D 6223 6226 4145 0 -1 4202560 2855 0 0 0 96 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856667666976 139857177258399 0 4 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14090952 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) D 6223 6226 4145 0 -1 4202560 1949 0 0 0 96 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856666614552 139857177258399 0 4 0 16800975 18446744072100379781 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14090952 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) S 6223 6226 4145 0 -1 1077944384 2579 0 0 0 56 1 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856665561968 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14090952 memory=3054156605268205967 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14090952 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) D 6223 6226 4145 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856663456096 139857182190350 0 4 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 236324 KiB

[startup+3.36735 s]
# the end of solver process 6226 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.62443 s, system=0.122336 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.11114 s]
/proc/loadavg: 1.41 1.37 1.34 3/215 6241
/proc/meminfo: memFree=22949704/32770624 swapFree=67108860/67108860
[pid=6226] ppid=6223 vsize=14090952 memory=236324 CPUtime=5.63 cores=1,3,5,7
/proc/6226/stat : 6226 (java) S 6223 6226 4145 0 -1 1077944320 28652 0 0 0 552 11 0 0 20 0 15 0 75316478 14429134848 59081 33554432000 4194304 4196468 140724669266384 140724669248928 139857197334263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
/proc/6226/statm: 3522738 59081 3566 1 0 3484809 0
[pid=6226/tid=6228] ppid=6223 vsize=14090952 memory=7379805971631467881 CPUtime=3.06 cores=1,3,5,7
/proc/6226/task/6228/stat : 6228 (java) R 6223 6226 4145 0 -1 4202560 19378 0 0 0 300 6 0 0 20 0 15 0 75316478 14429134848 59081 33554432000 4194304 4196468 140724669266384 139857201572976 139856839135195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6229] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6229/stat : 6229 (java) S 6223 6226 4145 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139857156094864 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6230] ppid=6223 vsize=14090952 memory=281094335771184 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6230/stat : 6230 (java) S 6223 6226 4145 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856791812880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6231] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6231/stat : 6231 (java) S 6223 6226 4145 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856790760592 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6232] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6232/stat : 6232 (java) S 6223 6226 4145 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 75316479 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856789707792 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6233] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6233/stat : 6233 (java) S 6223 6226 4145 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856671877232 139857197345410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6234] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6234/stat : 6234 (java) S 6223 6226 4145 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856670823264 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6235] ppid=6223 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6235/stat : 6235 (java) S 6223 6226 4145 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 75316481 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856669770880 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6236] ppid=6223 vsize=14090952 memory=457 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6236/stat : 6236 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856668719184 139857197352859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6237] ppid=6223 vsize=14090952 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/6226/task/6237/stat : 6237 (java) D 6223 6226 4145 0 -1 4202560 2855 0 0 0 96 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856667666976 139857177258399 0 4 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6238] ppid=6223 vsize=14090952 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/6226/task/6238/stat : 6238 (java) D 6223 6226 4145 0 -1 4202560 1949 0 0 0 96 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856666614552 139857177258399 0 4 0 16800975 18446744072100379781 0 0 -1 3 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6239] ppid=6223 vsize=14090952 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/6226/task/6239/stat : 6239 (java) S 6223 6226 4145 0 -1 1077944384 2579 0 0 0 56 1 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856665561968 139857197345410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6240] ppid=6223 vsize=14090952 memory=3054156605268205967 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6240/stat : 6240 (java) S 6223 6226 4145 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856664509408 139857197344469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
[pid=6226/tid=6241] ppid=6223 vsize=14090952 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/6226/task/6241/stat : 6241 (java) D 6223 6226 4145 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 15 0 75316484 14429134848 59081 33554432000 4194304 4196468 140724669266384 139856663456096 139857182190350 0 4 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 18501632 140724669273160 140724669273353 140724669273353 140724669276111 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 236324 KiB

Child status: 0
Real time (s): 3.36739
CPU time (s): 5.74677
CPU user time (s): 5.62443
CPU system time (s): 0.122336
CPU usage (%): 170.659
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 236324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.62443
system time used= 0.122336
maximum resident set size= 236960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29042
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= 2406
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 6226
#   total CPU time (s): 5.74677
#   total CPU user time (s): 5.62443
#   total CPU system time (s): 0.122336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040346 second user time and 0.077497 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-26 05:58:53
IDJOB=4290658
IDBENCH=141592
IDSOLVER=2743
FILE ID=node151/4290658-1532577533
RUNJOBID= node151-1532560661-4177
PBS_JOBID= 21021953
Free space on /tmp= 54892 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290658-1532577533/watcher-4290658-1532577533 -o /tmp/evaluation-result-4290658-1532577533/solver-4290658-1532577533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532560661-4177 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1769033229 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290658-1532577533.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=1769033229

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23191780 kB
MemAvailable:   31782544 kB
Buffers:          195100 kB
Cached:          8640148 kB
SwapCached:            0 kB
Active:          1598700 kB
Inactive:        7452324 kB
Active(anon):     166176 kB
Inactive(anon):    77488 kB
Active(file):    1432524 kB
Inactive(file):  7374836 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36076 kB
Writeback:             0 kB
AnonPages:        223612 kB
Mapped:            53636 kB
Shmem:             25224 kB
Slab:             225948 kB
SReclaimable:     198476 kB
SUnreclaim:        27472 kB
KernelStack:        3488 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54856 MiB
End job on node151 at 2018-07-26 05:58:56