Trace number 4308398

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-14OPT4 1.99593 1.16674

General information on the benchmark

NameGraphColoring/
GraphColoring-queen5-5_c18.xml
MD5SUMe12c8a42b46a63e49e1504c0c9e3cd93
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.029582
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree13
Maximum variable degree17
Distribution of variable degrees[{"degree":13,"count":16},{"degree":15,"count":8},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.68/0.54	c version: 2018-08-14
0.68/0.55	c seed: 840564569
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.61/1.06	c Parsing done, starting first complete search...
1.61/1.08	o 24
1.61/1.09	o 23
1.61/1.10	o 22
1.61/1.10	o 21
1.61/1.10	o 20
1.61/1.11	o 19
1.83/1.11	o 18
1.83/1.11	o 17
1.83/1.11	o 16
1.83/1.13	o 15
1.83/1.13	o 14
1.83/1.13	o 13
1.83/1.13	o 12
1.83/1.13	o 11
1.83/1.13	o 10
1.83/1.14	o 9
1.83/1.14	o 8
1.83/1.14	o 7
1.83/1.14	o 6
1.83/1.14	o 5
1.83/1.14	o 4
1.83/1.14	s OPTIMUM FOUND
1.83/1.15	v <instantiation>
1.83/1.15	v 	<list>
1.83/1.15	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
1.83/1.15	v 	</list>
1.83/1.15	v 	<values>
1.83/1.15	v 		1 3 0 2 4 2 4 1 3 0 3 0 2 4 1 4 1 3 0 2 0 2 4 1 3 
1.83/1.15	v 	</values>
1.83/1.15	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308398-1534280730/watcher-4308398-1534280730 -o /tmp/evaluation-result-4308398-1534280730/solver-4308398-1534280730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534270607-2650 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 840564569 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308398-1534280730.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3861, runsolver pid=3858
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 3.81 2.68 1.91 4/216 3876
/proc/meminfo: memFree=12684396/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14082736 memory=34108 CPUtime=0.11 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 6952 0 0 0 10 1 0 0 20 0 15 0 245636155 14420721664 8527 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3520684 8527 3136 1 0 3482761 0
[pid=3861/tid=3863] ppid=3858 vsize=14082736 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 5027 0 0 0 8 1 0 0 20 0 15 0 245636155 14420721664 8527 33554432000 4194304 4196468 140734010898144 139726121467424 139726117295261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 8527 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14082736 memory=4122678130946139808 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 8527 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 8527 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 8527 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636157 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) S 3858 3861 875 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 245636160 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725586790640 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636160 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725585738096 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0.01 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) R 3858 3861 875 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 245636160 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725584685040 139726096212544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636161 14420721664 8527 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34108 KiB

[startup+0.217351 s]*
/proc/loadavg: 3.81 2.68 1.91 4/216 3876
/proc/meminfo: memFree=12669076/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14082736 memory=48060 CPUtime=0.32 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 10055 0 0 0 30 2 0 0 20 0 15 0 245636155 14420721664 12015 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3520684 12015 3414 1 0 3482761 0
[pid=3861/tid=3863] ppid=3858 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 7776 0 0 0 19 2 0 0 20 0 15 0 245636155 14420721664 12015 33554432000 4194304 4196468 140734010898144 139726121503312 139726110370195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12015 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14082736 memory=3905944589312255648 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12015 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12015 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12015 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636157 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) S 3858 3861 875 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 245636160 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725586790640 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) S 3858 3861 875 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 245636160 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725585738096 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0.07 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) R 3858 3861 875 0 -1 4202560 287 0 0 0 7 0 0 0 20 0 15 0 245636160 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725584685040 139726117294682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636161 14420721664 12015 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48060 KiB

[startup+0.310508 s]*
/proc/loadavg: 3.81 2.68 1.91 3/216 3876
/proc/meminfo: memFree=12665788/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14082736 memory=51244 CPUtime=0.44 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 10364 0 0 0 41 3 0 0 20 0 15 0 245636155 14420721664 12811 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3520684 12811 3416 1 0 3482761 0
[pid=3861/tid=3863] ppid=3858 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 8075 0 0 0 28 2 0 0 20 0 15 0 245636155 14420721664 12811 33554432000 4194304 4196468 140734010898144 139726121494432 139726101353822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12811 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14082736 memory=3546778125261137568 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12811 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14082736 memory=9796 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12811 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14420721664 12811 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14082736 memory=140417988107904 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636157 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) S 3858 3861 875 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 245636160 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725586790640 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14082736 memory=35 CPUtime=0.02 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) S 3858 3861 875 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 245636160 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725585738096 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14082736 memory=140417988100384 CPUtime=0.08 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) R 3858 3861 875 0 -1 4202560 291 0 0 0 8 0 0 0 20 0 15 0 245636160 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725584685040 139726117294682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14082736 memory=140417988093568 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636161 14420721664 12811 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51244 KiB

[startup+0.700767 s]
/proc/loadavg: 3.81 2.68 1.91 3/216 3876
/proc/meminfo: memFree=12641996/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14084804 memory=88824 CPUtime=1 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 17098 0 0 0 95 5 0 0 20 0 15 0 245636155 14422839296 22206 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3521201 22206 3498 1 0 3483273 0
[pid=3861/tid=3863] ppid=3858 vsize=14084804 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 14413 0 0 0 64 4 0 0 20 0 15 0 245636155 14422839296 22206 33554432000 4194304 4196468 140734010898144 139726121479312 139726117295261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14422839296 22206 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14422839296 22206 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14422839296 22206 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14422839296 22206 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636157 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14084804 memory=280835698549360 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14084804 memory=280835698549424 CPUtime=0.09 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) S 3858 3861 875 0 -1 1077944384 640 0 0 0 9 0 0 0 20 0 15 0 245636160 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725586790640 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14084804 memory=280835698549476 CPUtime=0.05 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) S 3858 3861 875 0 -1 1077944384 290 0 0 0 5 0 0 0 20 0 15 0 245636160 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725585738096 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) S 3858 3861 875 0 -1 1077944384 373 0 0 0 15 0 0 0 20 0 15 0 245636160 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725584685040 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14084804 memory=157030782480187 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636161 14422839296 22206 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88824 KiB

[startup+1.16667 s]
# the end of solver process 3861 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.91976 s, system=0.076172 s

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

[startup+0.801855 s]
/proc/loadavg: 3.81 2.68 1.91 3/216 3876
/proc/meminfo: memFree=12641996/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14086852 memory=93260 CPUtime=1.21 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 17673 0 0 0 116 5 0 0 20 0 15 0 245636155 14424936448 23315 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3521713 23315 3510 1 0 3483785 0
[pid=3861/tid=3863] ppid=3858 vsize=14086852 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 14775 0 0 0 74 4 0 0 20 0 15 0 245636155 14424936448 23315 33554432000 4194304 4196468 140734010898144 139726121500224 139726102953488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14424936448 23315 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14424936448 23315 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14424936448 23315 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14086852 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14424936448 23315 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14086852 memory=5787213857196369745 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636157 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14086852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) S 3858 3861 875 0 -1 1077944384 663 0 0 0 11 0 0 0 20 0 15 0 245636160 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725586790640 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14086852 memory=37784 CPUtime=0.08 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) R 3858 3861 875 0 -1 4202560 314 0 0 0 8 0 0 0 20 0 15 0 245636160 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725585724640 139726109562789 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14086852 memory=13776 CPUtime=0.22 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) R 3858 3861 875 0 -1 4202560 540 0 0 0 22 0 0 0 20 0 15 0 245636160 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725584680720 139726110370171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14086852 memory=3356 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636161 14424936448 23315 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 93260 KiB

[startup+1.00069 s]*
/proc/loadavg: 3.81 2.68 1.91 3/216 3876
/proc/meminfo: memFree=12609240/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14088900 memory=108504 CPUtime=1.61 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 18884 0 0 0 155 6 0 0 20 0 15 0 245636155 14427033600 27126 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3522225 27126 3522 1 0 3484297 0
[pid=3861/tid=3863] ppid=3858 vsize=14088900 memory=-8253362762721355408 CPUtime=0.98 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 15654 0 0 0 94 4 0 0 20 0 15 0 245636155 14427033600 27126 33554432000 4194304 4196468 140734010898144 139726121499920 139726101316965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14088900 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 27126 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14088900 memory=4786094838068872864 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 27126 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14088900 memory=-3761991693426146123 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 27126 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14088900 memory=6011555679673458737 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 27126 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14088900 memory=5865913263035641786 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636157 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14088900 memory=5795382897559674935 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14088900 memory=-8600873451142823871 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14088900 memory=8390361644446492005 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14088900 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) S 3858 3861 875 0 -1 1077944384 726 0 0 0 16 0 0 0 20 0 15 0 245636160 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725586790640 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14088900 memory=4211820445998147667 CPUtime=0.12 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) R 3858 3861 875 0 -1 1077944384 377 0 0 0 12 0 0 0 20 0 15 0 245636160 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725585738096 139726117284482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14088900 memory=3472468714215773872 CPUtime=0.3 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) S 3858 3861 875 0 -1 1077944384 758 0 0 0 30 0 0 0 20 0 15 0 245636160 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725584685040 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14088900 memory=5865772845047548217 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14088900 memory=7236950474297962677 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636161 14427033600 27126 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 108504 KiB

[startup+1.1114 s]
/proc/loadavg: 3.81 2.68 1.91 3/216 3876
/proc/meminfo: memFree=12609240/32770624 swapFree=67108504/67108860
[pid=3861] ppid=3858 vsize=14088900 memory=117372 CPUtime=1.83 cores=1,3,5,7
/proc/3861/stat : 3861 (java) S 3858 3861 875 0 -1 1077944320 22945 0 0 0 177 6 0 0 20 0 15 0 245636155 14427033600 29343 33554432000 4194304 4196468 140734010898144 140734010880688 139726117273335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
/proc/3861/statm: 3522225 29343 3533 1 0 3484297 0
[pid=3861/tid=3863] ppid=3858 vsize=14088900 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/3861/task/3863/stat : 3863 (java) R 3858 3861 875 0 -1 4202560 18746 0 0 0 104 4 0 0 20 0 15 0 245636155 14427033600 29343 33554432000 4194304 4196468 140734010898144 139726121502544 139726117295165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3864] ppid=3858 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3864/stat : 3864 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 29343 33554432000 4194304 4196468 140734010898144 139726032341520 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3865] ppid=3858 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3865/stat : 3865 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 29343 33554432000 4194304 4196468 140734010898144 139726031288976 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3866] ppid=3858 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3866/stat : 3866 (java) S 3858 3861 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 29343 33554432000 4194304 4196468 140734010898144 139726030235920 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3867] ppid=3858 vsize=14088900 memory=7019467087990372403 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3867/stat : 3867 (java) S 3858 3861 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636156 14427033600 29343 33554432000 4194304 4196468 140734010898144 139726029183376 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3868] ppid=3858 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3868/stat : 3868 (java) S 3858 3861 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636157 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725591001840 139726117284482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3869] ppid=3858 vsize=14088900 memory=170926128 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3869/stat : 3869 (java) S 3858 3861 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636158 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725589948064 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3870] ppid=3858 vsize=14088900 memory=6011581402601046114 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3870/stat : 3870 (java) S 3858 3861 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636158 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725588894960 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3871] ppid=3858 vsize=14088900 memory=7014751519734585681 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3871/stat : 3871 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636160 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725587843536 139726117291931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3872] ppid=3858 vsize=14088900 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3861/task/3872/stat : 3872 (java) R 3858 3861 875 0 -1 4202560 888 0 0 0 20 0 0 0 20 0 15 0 245636160 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725586778816 139726096450768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3873] ppid=3858 vsize=14088900 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3861/task/3873/stat : 3873 (java) R 3858 3861 875 0 -1 1077944384 494 0 0 0 15 0 0 0 20 0 15 0 245636160 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725585729744 139726117283541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3874] ppid=3858 vsize=14088900 memory=140417849264624 CPUtime=0.37 cores=1,3,5,7
/proc/3861/task/3874/stat : 3874 (java) R 3858 3861 875 0 -1 4202560 1443 0 0 0 37 0 0 0 20 0 15 0 245636160 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725584685040 139726096225907 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3875] ppid=3858 vsize=14088900 memory=7017546525117475672 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3875/stat : 3875 (java) S 3858 3861 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636161 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725583632736 139726117283541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
[pid=3861/tid=3876] ppid=3858 vsize=14088900 memory=7305218370954422360 CPUtime=0 cores=1,3,5,7
/proc/3861/task/3876/stat : 3876 (java) R 3858 3861 875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245636161 14427033600 29343 33554432000 4194304 4196468 140734010898144 139725582580784 139726117284482 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11513856 140734010901589 140734010901769 140734010901769 140734010904527 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 117372 KiB

Child status: 0
Real time (s): 1.16674
CPU time (s): 1.99593
CPU user time (s): 1.91976
CPU system time (s): 0.076172
CPU usage (%): 171.07
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 117372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.91976
system time used= 0.076172
maximum resident set size= 125552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24988
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= 2112
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 3861
#   total CPU time (s): 1.99593
#   total CPU user time (s): 1.91976
#   total CPU system time (s): 0.076172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025347 second user time and 0.061632 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-14 23:05:30
IDJOB=4308398
IDBENCH=141139
IDSOLVER=2792
FILE ID=node104/4308398-1534280730
RUNJOBID= node104-1534270607-2650
PBS_JOBID= 21038129
Free space on /tmp= 40052 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_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-4308398-1534280730/watcher-4308398-1534280730 -o /tmp/evaluation-result-4308398-1534280730/solver-4308398-1534280730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534270607-2650 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 840564569 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308398-1534280730.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=840564569

node104.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.11
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.11
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.11
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.11
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:        12705808 kB
MemAvailable:   28927912 kB
Buffers:          238708 kB
Cached:         16030168 kB
SwapCached:            8 kB
Active:         10749552 kB
Inactive:        8544896 kB
Active(anon):    2975128 kB
Inactive(anon):   102960 kB
Active(file):    7774424 kB
Inactive(file):  8441936 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             35744 kB
Writeback:             0 kB
AnonPages:       3066988 kB
Mapped:            68248 kB
Shmem:             49636 kB
Slab:             462720 kB
SReclaimable:     434204 kB
SUnreclaim:        28516 kB
KernelStack:        3824 kB
PageTables:        12056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3901860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2912256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 40016 MiB
End job on node104 at 2018-08-14 23:05:31