Trace number 4297594

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)OPT628 2.59542 0.868869

General information on the benchmark

NameMario/
Mario-easy-2_c18.xml
MD5SUMf67e3538ea675b4814e62926b7227759
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark628
Best CPU time to get the best result obtained on this benchmark2.59542
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297594-1532724185.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297594-1532724185.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.63/0.70	c solve instance...
1.63/0.74	o 0 
1.63/0.75	o 0 
1.63/0.75	o 40 
1.63/0.76	o 89 
1.63/0.78	o 183 
1.63/0.78	o 217 
1.63/0.79	o 264 
1.63/0.79	o 350 
1.63/0.79	o 371 
2.23/0.80	o 418 
2.23/0.80	o 439 
2.23/0.81	o 451 
2.23/0.83	o 467 
2.23/0.83	o 468 
2.23/0.84	o 628 
2.23/0.85	s OPTIMUM FOUND
2.23/0.85	v <instantiation>
2.23/0.85	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] </list>
2.23/0.85	v 	<values>4 0 14 7 10 2 3 11 13 6 5 12 8 1 9 13 0 73 71 101 72 31 226 167 27 146 33 267 242 528 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14 </values>
2.23/0.85	v </instantiation>

Verifier Data

OK	628

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 (13292 MiB free)
  memory of node 1: 16384 MiB (14235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297594-1532724185/watcher-4297594-1532724185 -o /tmp/evaluation-result-4297594-1532724185/solver-4297594-1532724185 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532721509-28173 --watchdog 2580 HOME/xcsp3-exec -seed 287943727 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297594-1532724185.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28691, runsolver pid=28688

[startup+0.101613 s]*
/proc/loadavg: 8.13 8.28 8.22 3/205 28712
/proc/meminfo: memFree=28173284/32770624 swapFree=67108744/67108860
[pid=28691] ppid=28688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28691/stat : 28691 (xcsp3-exec) S 28688 28691 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89981751 115843072 364 33554432000 4194304 5098028 140736137079232 140736137077336 140335680959100 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29626368 140736137086006 140736137086208 140736137086208 140736137088970 0
/proc/28691/statm: 28282 364 306 221 0 87 0
[pid=28693] ppid=28691 vsize=26104152 memory=26904 CPUtime=0.11 cores=0-7
/proc/28693/stat : 28693 (java) S 28691 28691 28146 0 -1 1077944320 5643 0 0 0 10 1 0 0 20 0 20 0 89981751 26730651648 6726 33554432000 4194304 4196468 140728731431760 140728731414304 139885879783159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
/proc/28693/statm: 6526038 6726 3000 1 0 6488315 0
[pid=28693/tid=28694] ppid=28691 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28693/task/28694/stat : 28694 (java) R 28691 28691 28146 0 -1 4202560 3652 0 0 0 8 1 0 0 20 0 20 0 89981752 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885884015392 139885858860651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28695] ppid=28691 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28693/task/28695/stat : 28695 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885832403472 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28696] ppid=28691 vsize=26104152 memory=140678634378880 CPUtime=0 cores=0-7
/proc/28693/task/28696/stat : 28696 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885831350928 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28697] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28697/stat : 28697 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885830297872 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28698] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28698/stat : 28698 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885829245328 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28699] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28699/stat : 28699 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885828193296 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28700] ppid=28691 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28693/task/28700/stat : 28700 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885827140752 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28701] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28701/stat : 28701 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885826087696 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28702] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28702/stat : 28702 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885825035152 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28703] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28703/stat : 28703 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981754 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885007149296 139885879794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28704] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28704/stat : 28704 (java) S 28691 28691 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89981754 26730651648 6726 33554432000 4194304 4196468 140728731431760 139885006095520 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28705] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28705/stat : 28705 (java) S 28691 28691 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89981755 26730651648 6726 33554432000 4194304 4196468 140728731431760 139884937339632 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28706] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28706/stat : 28706 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 6726 33554432000 4194304 4196468 140728731431760 139884936288208 139885879801755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28707] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28707/stat : 28707 (java) S 28691 28691 28146 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 6726 33554432000 4194304 4196468 140728731431760 139884935236336 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28708] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28708/stat : 28708 (java) S 28691 28691 28146 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 6726 33554432000 4194304 4196468 140728731431760 139884934183792 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28709] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28709/stat : 28709 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 6726 33554432000 4194304 4196468 140728731431760 139884933130736 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28710] ppid=28691 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/28693/task/28710/stat : 28710 (java) R 28691 28691 28146 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 20 0 89981757 26730651648 6726 33554432000 4194304 4196468 140728731431760 139884932078192 139885858272801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28711] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28711/stat : 28711 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 6791 33554432000 4194304 4196468 140728731431760 139884931025376 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28712] ppid=28691 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28693/task/28712/stat : 28712 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981758 26730651648 6791 33554432000 4194304 4196468 140728731431760 139884929972912 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28360 KiB

[startup+0.210699 s]*
/proc/loadavg: 8.13 8.28 8.22 2/205 28712
/proc/meminfo: memFree=28162100/32770624 swapFree=67108744/67108860
[pid=28691] ppid=28688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28691/stat : 28691 (xcsp3-exec) S 28688 28691 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89981751 115843072 364 33554432000 4194304 5098028 140736137079232 140736137077336 140335680959100 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29626368 140736137086006 140736137086208 140736137086208 140736137088970 0
/proc/28691/statm: 28282 364 306 221 0 87 0
[pid=28693] ppid=28691 vsize=26104152 memory=38872 CPUtime=0.33 cores=0-7
/proc/28693/stat : 28693 (java) S 28691 28691 28146 0 -1 1077944320 8347 0 0 0 30 3 0 0 20 0 20 0 89981751 26730651648 9718 33554432000 4194304 4196468 140728731431760 140728731414304 139885879783159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
/proc/28693/statm: 6526038 9718 3182 1 0 6488315 0
[pid=28693/tid=28694] ppid=28691 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28693/task/28694/stat : 28694 (java) R 28691 28691 28146 0 -1 4202560 5536 0 0 0 17 2 0 0 20 0 20 0 89981752 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885884021472 139885879795094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28695] ppid=28691 vsize=26104152 memory=340 CPUtime=0 cores=0-7
/proc/28693/task/28695/stat : 28695 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885832403472 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28696] ppid=28691 vsize=26104152 memory=140678634911554 CPUtime=0 cores=0-7
/proc/28693/task/28696/stat : 28696 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885831350928 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28697] ppid=28691 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28693/task/28697/stat : 28697 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885830297872 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28698] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28698/stat : 28698 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981752 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885829245328 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28699] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28699/stat : 28699 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885828193296 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28700] ppid=28691 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28693/task/28700/stat : 28700 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885827140752 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28701] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28701/stat : 28701 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885826087696 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28702] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28702/stat : 28702 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981753 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885825035152 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28703] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28703/stat : 28703 (java) S 28691 28691 28146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89981754 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885007149296 139885879794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28704] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28704/stat : 28704 (java) S 28691 28691 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89981754 26730651648 9718 33554432000 4194304 4196468 140728731431760 139885006095520 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28705] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28705/stat : 28705 (java) S 28691 28691 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89981755 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884937339632 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28706] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28706/stat : 28706 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884936288208 139885879801755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28707] ppid=28691 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/28693/task/28707/stat : 28707 (java) R 28691 28691 28146 0 -1 4202560 320 0 0 0 1 0 0 0 20 0 20 0 89981757 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884935236336 139885864093016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28708] ppid=28691 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/28693/task/28708/stat : 28708 (java) R 28691 28691 28146 0 -1 1077944384 242 0 0 0 2 0 0 0 20 0 20 0 89981757 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884934183792 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28709] ppid=28691 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/28693/task/28709/stat : 28709 (java) R 28691 28691 28146 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 20 0 89981757 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884933130736 139885879794306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28710] ppid=28691 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/28693/task/28710/stat : 28710 (java) R 28691 28691 28146 0 -1 4202560 843 0 0 0 8 0 0 0 20 0 20 0 89981757 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884932078192 139885879795094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28711] ppid=28691 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28711/stat : 28711 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981757 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884931025376 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28712] ppid=28691 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28693/task/28712/stat : 28712 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981758 26730651648 9718 33554432000 4194304 4196468 140728731431760 139884929972912 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40328 KiB

[startup+0.310938 s]*
/proc/loadavg: 8.13 8.28 8.22 5/205 28712
/proc/meminfo: memFree=28156360/32770624 swapFree=67108744/67108860
[pid=28691] ppid=28688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28691/stat : 28691 (xcsp3-exec) S 28688 28691 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89981751 115843072 364 33554432000 4194304 5098028 140736137079232 140736137077336 140335680959100 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29626368 140736137086006 140736137086208 140736137086208 140736137088970 0
/proc/28691/statm: 28282 364 306 221 0 87 0
[pid=28693] ppid=28691 vsize=26108408 memory=46192 CPUtime=0.52 cores=0-7
/proc/28693/stat : 28693 (java) S 28691 28691 28146 0 -1 1077944320 9302 0 0 0 48 4 0 0 20 0 20 0 89981751 26735009792 11548 33554432000 4194304 4196468 140728731431760 140728731414304 139885879783159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
/proc/28693/statm: 6527102 11548 3229 1 0 6488315 0
[pid=28693/tid=28694] ppid=28691 vsize=26108408 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/28693/task/28694/stat : 28694 (java) R 28691 28691 28146 0 -1 4202560 6235 0 0 0 26 2 0 0 20 0 20 0 89981752 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885884012816 139885863863646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28695] ppid=28691 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28695/stat : 28695 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885832403472 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28696] ppid=28691 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28696/stat : 28696 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885831350928 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28697] ppid=28691 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28697/stat : 28697 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885830297872 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28698] ppid=28691 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28698/stat : 28698 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981752 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885829245328 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28699] ppid=28691 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/28693/task/28699/stat : 28699 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885828193296 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28700] ppid=28691 vsize=26108408 memory=140678499759023 CPUtime=0 cores=0-7
/proc/28693/task/28700/stat : 28700 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885827140752 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28701] ppid=28691 vsize=26108408 memory=140678499761328 CPUtime=0 cores=0-7
/proc/28693/task/28701/stat : 28701 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981753 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885826087696 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28702] ppid=28691 vsize=26108408 memory=140678499763632 CPUtime=0 cores=0-7
/proc/28693/task/28702/stat : 28702 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981753 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885825035152 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28703] ppid=28691 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28703/stat : 28703 (java) S 28691 28691 28146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89981754 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885007149296 139885879794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28704] ppid=28691 vsize=26108408 memory=281356999534224 CPUtime=0 cores=0-7
/proc/28693/task/28704/stat : 28704 (java) S 28691 28691 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89981754 26735009792 11548 33554432000 4194304 4196468 140728731431760 139885006095520 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28705] ppid=28691 vsize=26108408 memory=281356999541136 CPUtime=0 cores=0-7
/proc/28693/task/28705/stat : 28705 (java) S 28691 28691 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89981755 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884937339632 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28706] ppid=28691 vsize=26108408 memory=281356999482416 CPUtime=0 cores=0-7
/proc/28693/task/28706/stat : 28706 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981757 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884936288208 139885879801755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28707] ppid=28691 vsize=26108408 memory=281356999554960 CPUtime=0.03 cores=0-7
/proc/28693/task/28707/stat : 28707 (java) R 28691 28691 28146 0 -1 4202560 439 0 0 0 3 0 0 0 20 0 20 0 89981757 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884935217352 139885859029351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28708] ppid=28691 vsize=26108408 memory=281356999561872 CPUtime=0.03 cores=0-7
/proc/28693/task/28708/stat : 28708 (java) S 28691 28691 28146 0 -1 1077944384 253 0 0 0 3 0 0 0 20 0 20 0 89981757 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884934183792 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28709] ppid=28691 vsize=26108408 memory=281356999559568 CPUtime=0.02 cores=0-7
/proc/28693/task/28709/stat : 28709 (java) S 28691 28691 28146 0 -1 1077944384 95 0 0 0 2 0 0 0 20 0 20 0 89981757 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884933130736 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28710] ppid=28691 vsize=26108408 memory=281356999575728 CPUtime=0.12 cores=0-7
/proc/28693/task/28710/stat : 28710 (java) S 28691 28691 28146 0 -1 1077944384 968 0 0 0 12 0 0 0 20 0 20 0 89981757 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884932078192 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28711] ppid=28691 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28711/stat : 28711 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981757 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884931025376 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28712] ppid=28691 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/28693/task/28712/stat : 28712 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981758 26735009792 11548 33554432000 4194304 4196468 140728731431760 139884929972912 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47648 KiB

[startup+0.70103 s]
/proc/loadavg: 8.13 8.28 8.22 5/205 28712
/proc/meminfo: memFree=28138248/32770624 swapFree=67108744/67108860
[pid=28691] ppid=28688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28691/stat : 28691 (xcsp3-exec) S 28688 28691 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89981751 115843072 364 33554432000 4194304 5098028 140736137079232 140736137077336 140335680959100 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29626368 140736137086006 140736137086208 140736137086208 140736137088970 0
/proc/28691/statm: 28282 364 306 221 0 87 0
[pid=28693] ppid=28691 vsize=26110532 memory=88072 CPUtime=1.63 cores=0-7
/proc/28693/stat : 28693 (java) S 28691 28691 28146 0 -1 1077944320 13180 0 0 0 157 6 0 0 20 0 20 0 89981751 26737184768 22018 33554432000 4194304 4196468 140728731431760 140728731414304 139885879783159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
/proc/28693/statm: 6527633 22018 3360 1 0 6488827 0
[pid=28693/tid=28694] ppid=28691 vsize=26110532 memory=281356999933616 CPUtime=0.66 cores=0-7
/proc/28693/task/28694/stat : 28694 (java) R 28691 28691 28146 0 -1 4202560 7295 0 0 0 63 3 0 0 20 0 20 0 89981752 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885884020864 139885492128892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28695] ppid=28691 vsize=26110532 memory=140678499967856 CPUtime=0 cores=0-7
/proc/28693/task/28695/stat : 28695 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885832403472 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28696] ppid=28691 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28696/stat : 28696 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885831350928 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28697] ppid=28691 vsize=26110532 memory=1704 CPUtime=0 cores=0-7
/proc/28693/task/28697/stat : 28697 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981752 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885830297872 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28698] ppid=28691 vsize=26110532 memory=1952 CPUtime=0 cores=0-7
/proc/28693/task/28698/stat : 28698 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981752 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885829245328 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28699] ppid=28691 vsize=26110532 memory=10584 CPUtime=0 cores=0-7
/proc/28693/task/28699/stat : 28699 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885828193296 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28700] ppid=28691 vsize=26110532 memory=15872 CPUtime=0 cores=0-7
/proc/28693/task/28700/stat : 28700 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981753 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885827140752 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28701] ppid=28691 vsize=26110532 memory=18280 CPUtime=0 cores=0-7
/proc/28693/task/28701/stat : 28701 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981753 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885826087696 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28702] ppid=28691 vsize=26110532 memory=1236 CPUtime=0 cores=0-7
/proc/28693/task/28702/stat : 28702 (java) S 28691 28691 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89981753 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885825035152 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28703] ppid=28691 vsize=26110532 memory=15200 CPUtime=0 cores=0-7
/proc/28693/task/28703/stat : 28703 (java) S 28691 28691 28146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89981754 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885007149296 139885879794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28704] ppid=28691 vsize=26110532 memory=4052 CPUtime=0 cores=0-7
/proc/28693/task/28704/stat : 28704 (java) S 28691 28691 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89981754 26737184768 22018 33554432000 4194304 4196468 140728731431760 139885006095520 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28705] ppid=28691 vsize=26110532 memory=644 CPUtime=0 cores=0-7
/proc/28693/task/28705/stat : 28705 (java) S 28691 28691 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89981755 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884937339632 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28706] ppid=28691 vsize=26110532 memory=1800 CPUtime=0 cores=0-7
/proc/28693/task/28706/stat : 28706 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981757 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884936288208 139885879801755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28707] ppid=28691 vsize=26110532 memory=0 CPUtime=0.17 cores=0-7
/proc/28693/task/28707/stat : 28707 (java) R 28691 28691 28146 0 -1 4202560 1036 0 0 0 17 0 0 0 20 0 20 0 89981757 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884935220416 139885859001783 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28708] ppid=28691 vsize=26110532 memory=5404 CPUtime=0.13 cores=0-7
/proc/28693/task/28708/stat : 28708 (java) R 28691 28691 28146 0 -1 4202560 428 0 0 0 13 0 0 0 20 0 20 0 89981757 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884934171408 139885860466857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28709] ppid=28691 vsize=26110532 memory=796 CPUtime=0.2 cores=0-7
/proc/28693/task/28709/stat : 28709 (java) S 28691 28691 28146 0 -1 1077944384 892 0 0 0 20 0 0 0 20 0 20 0 89981757 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884933130736 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28710] ppid=28691 vsize=26110532 memory=4616 CPUtime=0.41 cores=0-7
/proc/28693/task/28710/stat : 28710 (java) R 28691 28691 28146 0 -1 4202560 2216 0 0 0 41 0 0 0 20 0 20 0 89981757 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884932075984 139885879795094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28711] ppid=28691 vsize=26110532 memory=1424 CPUtime=0 cores=0-7
/proc/28693/task/28711/stat : 28711 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89981757 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884931025376 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28712] ppid=28691 vsize=26110532 memory=11116 CPUtime=0 cores=0-7
/proc/28693/task/28712/stat : 28712 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89981758 26737184768 22018 33554432000 4194304 4196468 140728731431760 139884929972912 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 89528 KiB

[startup+0.868817 s]
# the end of solver process 28691 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.49108 s, system=0.104347 s

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

[startup+0.802068 s]
/proc/loadavg: 8.13 8.28 8.22 5/205 28712
/proc/meminfo: memFree=28138248/32770624 swapFree=67108744/67108860
[pid=28691] ppid=28688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28691/stat : 28691 (xcsp3-exec) S 28688 28691 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89981751 115843072 364 33554432000 4194304 5098028 140736137079232 140736137077336 140335680959100 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29626368 140736137086006 140736137086208 140736137086208 140736137088970 0
/proc/28691/statm: 28282 364 306 221 0 87 0
[pid=28693] ppid=28691 vsize=26645092 memory=177504 CPUtime=2.23 cores=0-7
/proc/28693/stat : 28693 (java) S 28691 28691 28146 0 -1 1077944320 15423 0 0 0 214 9 0 0 20 0 28 0 89981751 27284574208 44376 33554432000 4194304 4196468 140728731431760 140728731414304 139885879783159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
/proc/28693/statm: 6661273 44376 3388 1 0 6622467 0
[pid=28693/tid=28694] ppid=28691 vsize=26645092 memory=6935650355271196736 CPUtime=0.68 cores=0-7
/proc/28693/task/28694/stat : 28694 (java) S 28691 28691 28146 0 -1 1077944384 7366 0 0 0 65 3 0 0 20 0 28 0 89981752 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885884023936 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28695] ppid=28691 vsize=26645092 memory=4640767346415259728 CPUtime=0 cores=0-7
/proc/28693/task/28695/stat : 28695 (java) S 28691 28691 28146 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 89981752 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885832403472 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28696] ppid=28691 vsize=26645092 memory=7516877558933115221 CPUtime=0 cores=0-7
/proc/28693/task/28696/stat : 28696 (java) S 28691 28691 28146 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 89981752 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885831350928 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28697] ppid=28691 vsize=26645092 memory=8041645962788481611 CPUtime=0 cores=0-7
/proc/28693/task/28697/stat : 28697 (java) S 28691 28691 28146 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 89981752 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885830297872 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28698] ppid=28691 vsize=26645092 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/28693/task/28698/stat : 28698 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89981752 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885829245328 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28699] ppid=28691 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28699/stat : 28699 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89981753 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885828193296 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28700] ppid=28691 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28700/stat : 28700 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89981753 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885827140752 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28701] ppid=28691 vsize=26645092 memory=281356999396928 CPUtime=0 cores=0-7
/proc/28693/task/28701/stat : 28701 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89981753 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885826087696 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28702] ppid=28691 vsize=26645092 memory=-9178176117151205470 CPUtime=0 cores=0-7
/proc/28693/task/28702/stat : 28702 (java) S 28691 28691 28146 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 89981753 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885825035152 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28703] ppid=28691 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/28693/task/28703/stat : 28703 (java) S 28691 28691 28146 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 89981754 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885007149296 139885879794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28704] ppid=28691 vsize=26645092 memory=1844 CPUtime=0 cores=0-7
/proc/28693/task/28704/stat : 28704 (java) S 28691 28691 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89981754 27284574208 44376 33554432000 4194304 4196468 140728731431760 139885006095520 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28705] ppid=28691 vsize=26645092 memory=1008 CPUtime=0 cores=0-7
/proc/28693/task/28705/stat : 28705 (java) S 28691 28691 28146 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 89981755 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884937339632 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28706] ppid=28691 vsize=26645092 memory=5404 CPUtime=0 cores=0-7
/proc/28693/task/28706/stat : 28706 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89981757 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884936288208 139885879801755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28707] ppid=28691 vsize=26645092 memory=796 CPUtime=0.28 cores=0-7
/proc/28693/task/28707/stat : 28707 (java) R 28691 28691 28146 0 -1 4202560 1349 0 0 0 27 1 0 0 20 0 28 0 89981757 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884935223184 139885860968367 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28708] ppid=28691 vsize=26645092 memory=4616 CPUtime=0.2 cores=0-7
/proc/28693/task/28708/stat : 28708 (java) R 28691 28691 28146 0 -1 4202560 509 0 0 0 20 0 0 0 20 0 28 0 89981757 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884934164808 139885872888866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28709] ppid=28691 vsize=26645092 memory=1424 CPUtime=0.25 cores=0-7
/proc/28693/task/28709/stat : 28709 (java) R 28691 28691 28146 0 -1 1077944384 918 0 0 0 25 0 0 0 20 0 28 0 89981757 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884933130864 139885879793365 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28710] ppid=28691 vsize=26645092 memory=11116 CPUtime=0.47 cores=0-7
/proc/28693/task/28710/stat : 28710 (java) R 28691 28691 28146 0 -1 4202560 2319 0 0 0 47 0 0 0 20 0 28 0 89981757 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884932076592 139885879795094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28711] ppid=28691 vsize=26645092 memory=1200 CPUtime=0 cores=0-7
/proc/28693/task/28711/stat : 28711 (java) S 28691 28691 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89981757 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884931025376 139885879793365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
[pid=28693/tid=28712] ppid=28691 vsize=26645092 memory=1228 CPUtime=0 cores=0-7
/proc/28693/task/28712/stat : 28712 (java) S 28691 28691 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89981758 27284574208 44376 33554432000 4194304 4196468 140728731431760 139884929972912 139885879794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16510976 140728731440257 140728731440429 140728731440429 140728731443151 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 178960 KiB

Child status: 0
Real time (s): 0.868869
CPU time (s): 2.59542
CPU user time (s): 2.49108
CPU system time (s): 0.104347
CPU usage (%): 298.713
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 178960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.49107
system time used= 0.104347
maximum resident set size= 189516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3966
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 28691
#   total CPU time (s): 2.59542
#   total CPU user time (s): 2.49108
#   total CPU system time (s): 0.104347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028411 second user time and 0.049917 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 22:43:05
IDJOB=4297594
IDBENCH=141519
IDSOLVER=2760
FILE ID=node134/4297594-1532724185
RUNJOBID= node134-1532721509-28173
PBS_JOBID= 21022333
Free space on /tmp= 55560 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297594-1532724185/watcher-4297594-1532724185 -o /tmp/evaluation-result-4297594-1532724185/solver-4297594-1532724185 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532721509-28173 --watchdog 2580  HOME/xcsp3-exec -seed 287943727 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297594-1532724185.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=287943727

node134.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.68
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.68
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.68
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.68
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:        28189396 kB
MemAvailable:   31958256 kB
Buffers:          163860 kB
Cached:          3868388 kB
SwapCached:            0 kB
Active:          1771596 kB
Inactive:        2316308 kB
Active(anon):       4760 kB
Inactive(anon):    78552 kB
Active(file):    1766836 kB
Inactive(file):  2237756 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             21856 kB
Writeback:             0 kB
AnonPages:         61364 kB
Mapped:            42068 kB
Shmem:             25132 kB
Slab:             188400 kB
SReclaimable:     160208 kB
SUnreclaim:        28192 kB
KernelStack:        3296 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55540 MiB
End job on node134 at 2018-07-27 22:43:06