Trace number 4311548

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 - Conflict Ordering with restarts 2018-08-17OPT4 1.93397 1.16355

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.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 1896043159
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.58/1.06	c Parsing done, starting search...
1.58/1.09	o 23
1.58/1.10	o 22
1.58/1.11	o 20
1.78/1.11	o 19
1.78/1.11	o 18
1.78/1.12	o 17
1.78/1.12	o 16
1.78/1.12	o 15
1.78/1.12	o 14
1.78/1.12	o 13
1.78/1.13	o 12
1.78/1.13	o 11
1.78/1.13	o 10
1.78/1.13	o 9
1.78/1.14	o 8
1.78/1.14	o 7
1.78/1.14	o 6
1.78/1.14	o 5
1.78/1.14	o 4
1.78/1.14	s OPTIMUM FOUND
1.78/1.14	v <instantiation>
1.78/1.14	v 	<list>
1.78/1.14	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.78/1.14	v 	</list>
1.78/1.14	v 	<values>
1.78/1.14	v 		4 2 0 3 1 3 1 4 2 0 2 0 3 1 4 1 4 2 0 3 0 3 1 4 2 
1.78/1.14	v 	</values>
1.78/1.14	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 (9277 MiB free)
  memory of node 1: 16384 MiB (13363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311548-1534543673/watcher-4311548-1534543673 -o /tmp/evaluation-result-4311548-1534543673/solver-4311548-1534543673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534541038-19625 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1896043159 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311548-1534543673.xml 

running on 4 cores: 0,2,4,6

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=20102, runsolver pid=20099
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.40 1.39 1.29 3/215 20117
/proc/meminfo: memFree=23166636/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14082736 memory=30584 CPUtime=0.12 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 6565 0 0 0 11 1 0 0 20 0 15 0 271930585 14420721664 7646 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3520684 7646 3155 1 0 3482761 0
[pid=20102/tid=20104] ppid=20099 vsize=14082736 memory=-8773748148830113150 CPUtime=0.09 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 4604 0 0 0 8 1 0 0 20 0 15 0 271930585 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142951110944 140142930986334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930587 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 19594 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 271930590 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142057031792 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930590 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0.01 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 19594 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 271930590 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142054926704 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930591 14420721664 7646 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30584 KiB

[startup+0.210355 s]*
/proc/loadavg: 1.40 1.39 1.29 6/215 20117
/proc/meminfo: memFree=23151132/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14082736 memory=47228 CPUtime=0.3 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 10402 0 0 0 28 2 0 0 20 0 15 0 271930585 14420721664 11807 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3520684 11807 3374 1 0 3482761 0
[pid=20102/tid=20104] ppid=20099 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 8086 0 0 0 19 1 0 0 20 0 15 0 271930585 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142951129216 140142930949477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14082736 memory=3763237462939264672 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271930587 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) R 20099 20102 19594 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 271930590 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142057031792 140142932015344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) R 20099 20102 19594 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 15 0 271930590 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0.05 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) R 20099 20102 19594 0 -1 4202560 332 0 0 0 5 0 0 0 20 0 15 0 271930590 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142054923640 140142940002243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930591 14420721664 11807 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47228 KiB

[startup+0.31041 s]*
/proc/loadavg: 1.40 1.39 1.29 4/215 20117
/proc/meminfo: memFree=23147224/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14082736 memory=50732 CPUtime=0.43 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 10802 0 0 0 41 2 0 0 20 0 15 0 271930585 14420721664 12683 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3520684 12683 3377 1 0 3482761 0
[pid=20102/tid=20104] ppid=20099 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 8448 0 0 0 29 1 0 0 20 0 15 0 271930585 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142951115200 140142928469376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14082736 memory=4294977871 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14082736 memory=3835013582000481952 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271930587 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 19594 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 271930590 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142057031792 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 19594 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 15 0 271930590 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0.07 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 19594 0 -1 1077944384 355 0 0 0 7 0 0 0 20 0 15 0 271930590 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142054926704 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14082736 memory=139979542750848 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930591 14420721664 12683 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50732 KiB

[startup+0.70071 s]
/proc/loadavg: 1.40 1.39 1.29 3/215 20117
/proc/meminfo: memFree=23123536/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14084804 memory=88844 CPUtime=0.98 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 17626 0 0 0 94 4 0 0 20 0 15 0 271930585 14422839296 22211 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3521201 22211 3499 1 0 3483273 0
[pid=20102/tid=20104] ppid=20099 vsize=14084804 memory=226346924007916 CPUtime=0.67 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 14899 0 0 0 64 3 0 0 20 0 15 0 271930585 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142951129216 140142946927773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14084804 memory=1477442 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14084804 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271930587 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14084804 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14084804 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 19594 0 -1 1077944384 542 0 0 0 9 0 0 0 20 0 15 0 271930590 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142057031792 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14084804 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 19594 0 -1 1077944384 362 0 0 0 5 0 0 0 20 0 15 0 271930590 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 19594 0 -1 1077944384 440 0 0 0 14 0 0 0 20 0 15 0 271930590 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142054926704 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14084804 memory=15764 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930591 14422839296 22211 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88844 KiB

[startup+1.16351 s]
# the end of solver process 20102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.85505 s, system=0.078916 s

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

[startup+0.80082 s]
/proc/loadavg: 1.40 1.39 1.29 3/215 20117
/proc/meminfo: memFree=23123536/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14086852 memory=93408 CPUtime=1.18 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 18183 0 0 0 113 5 0 0 20 0 15 0 271930585 14424936448 23352 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3521713 23352 3506 1 0 3483785 0
[pid=20102/tid=20104] ppid=20099 vsize=14086852 memory=5865465064658194540 CPUtime=0.78 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 15278 0 0 0 74 4 0 0 20 0 15 0 271930585 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142951143488 140142930949477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14086852 memory=4639059877604708710 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14086852 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14086852 memory=7317634893576766894 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14086852 memory=-3494347379275715998 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14086852 memory=4137282616176187523 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271930587 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14086852 memory=-9001733975035308135 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14086852 memory=-3704326594973231466 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14086852 memory=7679373425970869011 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14086852 memory=-2317720213663324238 CPUtime=0.1 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) R 20099 20102 19594 0 -1 4202560 551 0 0 0 10 0 0 0 20 0 15 0 271930590 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142057031792 140142939890889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14086852 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) R 20099 20102 19594 0 -1 1077944384 387 0 0 0 8 0 0 0 20 0 15 0 271930590 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14086852 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) R 20099 20102 19594 0 -1 4202560 584 0 0 0 20 0 0 0 20 0 15 0 271930590 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142054926704 140142925855665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14086852 memory=33 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930591 14424936448 23352 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 93408 KiB

[startup+1.0007 s]*
/proc/loadavg: 1.40 1.39 1.29 4/215 20117
/proc/meminfo: memFree=23090564/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14088900 memory=108132 CPUtime=1.58 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 19378 0 0 0 152 6 0 0 20 0 15 0 271930585 14427033600 27033 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3522225 27033 3520 1 0 3484297 0
[pid=20102/tid=20104] ppid=20099 vsize=14088900 memory=5450919713671312938 CPUtime=0.98 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 16077 0 0 0 94 4 0 0 20 0 15 0 271930585 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142951140784 140142930986334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14088900 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14088900 memory=2320395594155956407 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14088900 memory=7453282923495124564 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14088900 memory=3833182446185099551 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14088900 memory=3762675591076386720 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271930587 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14088900 memory=2319389199467294751 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14088900 memory=5787495302022849088 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14088900 memory=5787803246899777634 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14088900 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 19594 0 -1 1077944384 611 0 0 0 13 0 0 0 20 0 15 0 271930590 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142057031792 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14088900 memory=3467824627879784479 CPUtime=0.14 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 19594 0 -1 1077944384 472 0 0 0 14 0 0 0 20 0 15 0 271930590 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14088900 memory=3616874765809424052 CPUtime=0.3 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 19594 0 -1 1077944384 838 0 0 0 30 0 0 0 20 0 15 0 271930590 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142054926704 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14088900 memory=2319389199166414896 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14088900 memory=3762675591076386720 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930591 14427033600 27033 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 108132 KiB

[startup+1.1101 s]
/proc/loadavg: 1.40 1.39 1.29 4/215 20117
/proc/meminfo: memFree=23090564/32770624 swapFree=67108792/67108860
[pid=20102] ppid=20099 vsize=14088900 memory=117300 CPUtime=1.78 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 19594 0 -1 1077944320 22608 0 0 0 171 7 0 0 20 0 15 0 271930585 14427033600 29325 33554432000 4194304 4196468 140733980342576 140733980325120 140142946905847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
/proc/20102/statm: 3522225 29325 3531 1 0 3484297 0
[pid=20102/tid=20104] ppid=20099 vsize=14088900 memory=86401857113778 CPUtime=1.08 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 19594 0 -1 4202560 18750 0 0 0 104 4 0 0 20 0 15 0 271930585 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142951141312 140142946927677 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20105] ppid=20099 vsize=14088900 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142905665936 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20106] ppid=20099 vsize=14088900 memory=14133342345894350 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142541355280 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20107] ppid=20099 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142540302992 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20108] ppid=20099 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271930586 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142539250192 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20109] ppid=20099 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271930587 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142061242992 140142946916994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20110] ppid=20099 vsize=14088900 memory=88512833522410 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271930588 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142060188960 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20111] ppid=20099 vsize=14088900 memory=14696867036 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271930588 14427033600 29325 33554432000 4194304 4196468 140733980342576 140142059136624 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20112] ppid=20099 vsize=14088900 memory=7156366319470421649 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930590 14427033600 29837 33554432000 4194304 4196468 140733980342576 140142058084944 140142946924443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20113] ppid=20099 vsize=14088900 memory=6296693520692963921 CPUtime=0.14 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) R 20099 20102 19594 0 -1 4202560 661 0 0 0 14 0 0 0 20 0 15 0 271930590 14427033600 29837 33554432000 4194304 4196468 140733980342576 140142057018352 140142928554795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20114] ppid=20099 vsize=14088900 memory=7594023791854382954 CPUtime=0.16 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 19594 0 -1 1077944384 550 0 0 0 16 0 0 0 20 0 15 0 271930590 14427033600 29837 33554432000 4194304 4196468 140733980342576 140142055978992 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20115] ppid=20099 vsize=14088900 memory=7308895142485716329 CPUtime=0.36 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) R 20099 20102 19594 0 -1 4202560 1265 0 0 0 35 1 0 0 20 0 15 0 271930590 14427033600 29837 33554432000 4194304 4196468 140733980342576 140142054926704 140142939142974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20116] ppid=20099 vsize=14088900 memory=7525625372513692516 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14427033600 29837 33554432000 4194304 4196468 140733980342576 140142053874144 140142946916053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
[pid=20102/tid=20117] ppid=20099 vsize=14088900 memory=7156366319470421649 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271930591 14427033600 29837 33554432000 4194304 4196468 140733980342576 140142052821936 140142946916994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26165248 140733980349512 140733980349705 140733980349705 140733980352463 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 117300 KiB

Child status: 0
Real time (s): 1.16355
CPU time (s): 1.93397
CPU user time (s): 1.85505
CPU system time (s): 0.078916
CPU usage (%): 166.213
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 117300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.85505
system time used= 0.078916
maximum resident set size= 122472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23181
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= 2213
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 20102
#   total CPU time (s): 1.93397
#   total CPU user time (s): 1.85505
#   total CPU system time (s): 0.078916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033745 second user time and 0.052121 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-18 00:07:53
IDJOB=4311548
IDBENCH=141139
IDSOLVER=2799
FILE ID=node150/4311548-1534543673
RUNJOBID= node150-1534541038-19625
PBS_JOBID= 21038629
Free space on /tmp= 48188 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311548-1534543673/watcher-4311548-1534543673 -o /tmp/evaluation-result-4311548-1534543673/solver-4311548-1534543673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534541038-19625 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1896043159 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311548-1534543673.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=1896043159

node150.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.76
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.76
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.76
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.76
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:        23185508 kB
MemAvailable:   31660948 kB
Buffers:          181744 kB
Cached:          8554504 kB
SwapCached:            0 kB
Active:          4907744 kB
Inactive:        4109580 kB
Active(anon):     258352 kB
Inactive(anon):    92016 kB
Active(file):    4649392 kB
Inactive(file):  4017564 kB
Unevictable:        7708 kB
Mlocked:            7708 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35936 kB
Writeback:             0 kB
AnonPages:        288748 kB
Mapped:            31936 kB
Shmem:             66116 kB
Slab:             265528 kB
SReclaimable:     236944 kB
SUnreclaim:        28584 kB
KernelStack:        3520 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1249088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 48152 MiB
End job on node150 at 2018-08-18 00:07:54