Trace number 4310313

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
OscaR - Hybrid 2018-08-14OPT47 3.31921 1.74973

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-10-20-00_c18.xml
MD5SUM41acc49479871df381e8fa6a150e4ace
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.92642
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains2
Minimum domain size10
Maximum domain size19
Distribution of domain sizes[{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":10,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 539895021
0.67/0.55	c timeout: 252
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
1.49/1.05	c Parsing done, starting first complete search...
1.49/1.07	o 94
1.49/1.07	o 91
1.49/1.07	o 84
1.49/1.09	o 76
1.49/1.10	o 75
1.49/1.10	o 72
1.49/1.10	o 70
1.49/1.10	o 68
1.70/1.12	o 61
1.70/1.12	o 60
1.70/1.13	o 59
1.70/1.13	o 58
1.70/1.13	o 57
1.70/1.13	o 54
1.70/1.13	o 51
1.70/1.13	o 49
1.70/1.13	o 48
1.70/1.16	o 47
3.26/1.74	s OPTIMUM FOUND
3.26/1.74	v <instantiation>
3.26/1.74	v 	<list>
3.26/1.74	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9]
3.26/1.74	v 	</list>
3.26/1.74	v 	<values>
3.26/1.74	v 		9 4 5 1 0 3 2 8 6 7 5 2 2 3 13 2 3 7 6 4 
3.26/1.74	v 	</values>
3.26/1.74	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310313-1534333186/watcher-4310313-1534333186 -o /tmp/evaluation-result-4310313-1534333186/solver-4310313-1534333186 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534329860-9564 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 539895021 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310313-1534333186.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=12457, runsolver pid=12454

[startup+0.108679 s]*
/proc/loadavg: 1.50 1.50 1.56 3/221 12472
/proc/meminfo: memFree=23969908/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14082736 memory=33700 CPUtime=0.12 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 7358 0 0 0 11 1 0 0 20 0 15 0 250881799 14420721664 8425 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3520684 8425 3129 1 0 3482761 0
[pid=12457/tid=12459] ppid=12454 vsize=14082736 memory=-8557575366716593532 CPUtime=0.1 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 5422 0 0 0 9 1 0 0 20 0 15 0 250881799 14420721664 8425 33554432000 4194304 4196468 140733402142480 140253616865264 140253612659869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 8425 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 8425 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 8425 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 8425 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) R 12454 12457 9532 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252588489456 140253612649090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252587436912 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0.01 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) R 12454 12457 9532 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 250881805 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252586383856 140253595989009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 8425 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33700 KiB

[startup+0.210686 s]*
/proc/loadavg: 1.50 1.50 1.56 4/221 12472
/proc/meminfo: memFree=23954936/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14082736 memory=46560 CPUtime=0.3 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 10302 0 0 0 27 3 0 0 20 0 15 0 250881799 14420721664 11640 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3520684 11640 3328 1 0 3482761 0
[pid=12457/tid=12459] ppid=12454 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 8064 0 0 0 17 2 0 0 20 0 15 0 250881799 14420721664 11640 33554432000 4194304 4196468 140733402142480 140253616865072 140253249107411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 11640 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14082736 memory=288370578740184704 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 11640 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 11640 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 11640 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) R 12454 12457 9532 0 -1 4202560 516 0 0 0 2 0 0 0 20 0 15 0 250881805 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252588489552 140253598652257 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) R 12454 12457 9532 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 15 0 250881805 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252587436912 140253612649090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0.06 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 9532 0 -1 1077944384 289 0 0 0 6 0 0 0 20 0 15 0 250881805 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252586383856 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 11640 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46560 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.50 1.50 1.56 3/221 12472
/proc/meminfo: memFree=23951252/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14082736 memory=50632 CPUtime=0.43 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 10729 0 0 0 40 3 0 0 20 0 15 0 250881799 14420721664 12658 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3520684 12658 3427 1 0 3482761 0
[pid=12457/tid=12459] ppid=12454 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 8434 0 0 0 27 2 0 0 20 0 15 0 250881799 14420721664 12658 33554432000 4194304 4196468 140733402142480 140253616829504 140253594201520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14082736 memory=4294980954 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 12658 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14082736 memory=288370578740184704 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 12658 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 12658 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14420721664 12658 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 9532 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 15 0 250881805 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252588489456 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 9532 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 15 0 250881805 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252587436912 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0.08 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 9532 0 -1 1077944384 308 0 0 0 8 0 0 0 20 0 15 0 250881805 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252586383856 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14082736 memory=140202588472960 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881805 14420721664 12658 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50632 KiB

[startup+0.700795 s]
/proc/loadavg: 1.50 1.50 1.56 4/221 12472
/proc/meminfo: memFree=23929116/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14084804 memory=88916 CPUtime=0.99 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 17587 0 0 0 94 5 0 0 20 0 15 0 250881799 14422839296 22229 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3521201 22229 3497 1 0 3483273 0
[pid=12457/tid=12459] ppid=12454 vsize=14084804 memory=1172 CPUtime=0.67 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 14863 0 0 0 63 4 0 0 20 0 15 0 250881799 14422839296 22229 33554432000 4194304 4196468 140733402142480 140253616861184 140253596718430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14084804 memory=37736 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14422839296 22229 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14084804 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14422839296 22229 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14422839296 22229 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14422839296 22229 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250881802 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14084804 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14084804 memory=924 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14084804 memory=7237400421024098393 CPUtime=0.07 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 9532 0 -1 1077944384 675 0 0 0 7 0 0 0 20 0 15 0 250881805 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252588489456 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 9532 0 -1 1077944384 239 0 0 0 7 0 0 0 20 0 15 0 250881805 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252587436912 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) R 12454 12457 9532 0 -1 4202560 427 0 0 0 15 0 0 0 20 0 15 0 250881805 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252586383856 140253612659290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14084804 memory=8700 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881805 14422839296 22229 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88916 KiB

[startup+1.50072 s]
/proc/loadavg: 1.50 1.50 1.56 4/221 12472
/proc/meminfo: memFree=23892016/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14090948 memory=145572 CPUtime=2.92 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 24568 0 0 0 284 8 0 0 20 0 15 0 250881799 14429130752 36393 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3522737 36393 3539 1 0 3484809 0
[pid=12457/tid=12459] ppid=12454 vsize=14090948 memory=130216 CPUtime=1.47 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 19075 0 0 0 141 6 0 0 20 0 15 0 250881799 14429130752 36393 33554432000 4194304 4196468 140733402142480 140253616872320 140253252089257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 36393 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 36393 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 36393 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 36393 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14090948 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) R 12454 12457 9532 0 -1 4202560 1595 0 0 0 52 0 0 0 20 0 15 0 250881805 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252588477136 140253595842915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14090948 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) R 12454 12457 9532 0 -1 4202560 1016 0 0 0 53 0 0 0 20 0 15 0 250881805 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252587436912 140253593412800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14090948 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 9532 0 -1 1077944384 1487 0 0 0 37 0 0 0 20 0 15 0 250881805 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252586383856 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14090948 memory=12425340389697 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 36393 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 145572 KiB

[startup+1.74968 s]
# the end of solver process 12457 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.2292 s, system=0.090012 s

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

[startup+1.60095 s]
/proc/loadavg: 1.50 1.50 1.56 4/221 12472
/proc/meminfo: memFree=23892016/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14090948 memory=155928 CPUtime=3.16 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 24613 0 0 0 308 8 0 0 20 0 15 0 250881799 14429130752 38982 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3522737 38982 3539 1 0 3484809 0
[pid=12457/tid=12459] ppid=12454 vsize=14090948 memory=40852 CPUtime=1.57 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 19085 0 0 0 151 6 0 0 20 0 15 0 250881799 14429130752 38982 33554432000 4194304 4196468 140733402142480 140253616872320 140253252259052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 38982 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 38982 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14090948 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 38982 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 38982 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14090948 memory=280404858765552 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14090948 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 9532 0 -1 1077944384 1612 0 0 0 59 0 0 0 20 0 15 0 250881805 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252588489456 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14090948 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 9532 0 -1 1077944384 1028 0 0 0 60 0 0 0 20 0 15 0 250881805 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252587436912 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14090948 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 9532 0 -1 1077944384 1493 0 0 0 38 0 0 0 20 0 15 0 250881805 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252586383856 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14090948 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 38982 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 155928 KiB

[startup+1.70074 s]
/proc/loadavg: 1.50 1.50 1.56 4/221 12472
/proc/meminfo: memFree=23892016/32770624 swapFree=67108688/67108860
[pid=12457] ppid=12454 vsize=14090948 memory=168216 CPUtime=3.26 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 9532 0 -1 1077944320 24619 0 0 0 318 8 0 0 20 0 15 0 250881799 14429130752 42054 33554432000 4194304 4196468 140733402142480 140733402125024 140253612637943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
/proc/12457/statm: 3522737 42054 3539 1 0 3484809 0
[pid=12457/tid=12459] ppid=12454 vsize=14090948 memory=130216 CPUtime=1.66 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 9532 0 -1 4202560 19091 0 0 0 160 6 0 0 20 0 15 0 250881799 14429130752 42054 33554432000 4194304 4196468 140733402142480 140253616875352 140253251892795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12460] ppid=12454 vsize=14090948 memory=145572 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 42054 33554432000 4194304 4196468 140733402142480 140253569190928 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12461] ppid=12454 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 42054 33554432000 4194304 4196468 140733402142480 140253568138384 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12462] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 42054 33554432000 4194304 4196468 140733402142480 140253206080272 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12463] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250881800 14429130752 42054 33554432000 4194304 4196468 140733402142480 140253205027728 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12464] ppid=12454 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 9532 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252592699632 140253612649090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12465] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252591645856 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12466] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250881802 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252590592752 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12467] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252589541328 140253612656539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12468] ppid=12454 vsize=14090948 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 9532 0 -1 1077944384 1612 0 0 0 59 0 0 0 20 0 15 0 250881805 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252588489456 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12469] ppid=12454 vsize=14090948 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 9532 0 -1 1077944384 1028 0 0 0 60 0 0 0 20 0 15 0 250881805 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252587436912 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12470] ppid=12454 vsize=14090948 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 9532 0 -1 1077944384 1493 0 0 0 38 0 0 0 20 0 15 0 250881805 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252586383856 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12471] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252585331552 140253612648149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
[pid=12457/tid=12472] ppid=12454 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250881805 14429130752 42054 33554432000 4194304 4196468 140733402142480 140252584278576 140253612649090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14954496 140733402145883 140733402146062 140733402146062 140733402148815 0
Current children cumulated CPU time: 3.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168216 KiB

Child status: 0
Real time (s): 1.74973
CPU time (s): 3.31921
CPU user time (s): 3.2292
CPU system time (s): 0.090012
CPU usage (%): 189.699
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 168216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2292
system time used= 0.090012
maximum resident set size= 174868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24736
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= 2217
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 12457
#   total CPU time (s): 3.31921
#   total CPU user time (s): 3.2292
#   total CPU system time (s): 0.090012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027445 second user time and 0.06477 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 13:39:46
IDJOB=4310313
IDBENCH=141627
IDSOLVER=2796
FILE ID=node134/4310313-1534333186
RUNJOBID= node134-1534329860-9564
PBS_JOBID= 21038165
Free space on /tmp= 51752 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-10-20-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310313-1534333186/watcher-4310313-1534333186 -o /tmp/evaluation-result-4310313-1534333186/solver-4310313-1534333186 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534329860-9564 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 539895021 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310313-1534333186.xml

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

MD5SUM BENCH= 41acc49479871df381e8fa6a150e4ace
RANDOM SEED=539895021

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:        23990908 kB
MemAvailable:   31161900 kB
Buffers:          207612 kB
Cached:          7203772 kB
SwapCached:           32 kB
Active:          4678380 kB
Inactive:        3518844 kB
Active(anon):     734772 kB
Inactive(anon):   111440 kB
Active(file):    3943608 kB
Inactive(file):  3407404 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35804 kB
Writeback:             0 kB
AnonPages:        872608 kB
Mapped:            69156 kB
Shmem:             57844 kB
Slab:             277560 kB
SReclaimable:     248440 kB
SUnreclaim:        29120 kB
KernelStack:        3936 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1732212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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= 51720 MiB
End job on node134 at 2018-08-15 13:39:48