Trace number 4297589

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)OPT10 1.34451 0.618513

General information on the benchmark

NameSumColoring/
SumColoring-myciel3_c18.xml
MD5SUM2a16ad2ecbd4987722397e2a286d7eb3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1.34451
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints20
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":11}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":5},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":20}]
Number of extensional constraints0
Number of intensional constraints20
Distribution of constraint types[{"type":"intension","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297589-1532708384.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297589-1532708384.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.01/0.55	c solve instance...
1.01/0.57	o 11 
1.01/0.57	o 11 
1.01/0.59	o 10 
1.01/0.60	s OPTIMUM FOUND
1.01/0.60	v <instantiation>
1.01/0.60	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] </list>
1.01/0.60	v 	<values>2 1 3 1 2 0 0 0 0 0 1 </values>
1.01/0.60	v </instantiation>

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297589-1532708384/watcher-4297589-1532708384 -o /tmp/evaluation-result-4297589-1532708384/solver-4297589-1532708384 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532708384-2485 --watchdog 2580 HOME/xcsp3-exec -seed 1175190295 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297589-1532708384.xml 

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

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

solver pid=2503, runsolver pid=2500

[startup+0.100156 s]*
/proc/loadavg: 8.03 8.28 7.53 2/199 2524
/proc/meminfo: memFree=20474700/32770624 swapFree=67108860/67108860
[pid=2503] ppid=2500 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2503/stat : 2503 (xcsp3-exec) S 2500 2503 2458 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88401552 115843072 364 33554432000 4194304 5098028 140725724960496 140725724958600 140047595750012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21401600 140725724963893 140725724964096 140725724964096 140725724966858 0
/proc/2503/statm: 28282 364 306 221 0 87 0
[pid=2505] ppid=2503 vsize=26104152 memory=26812 CPUtime=0.11 cores=0-7
/proc/2505/stat : 2505 (java) S 2503 2503 2458 0 -1 1077944320 5652 0 0 0 10 1 0 0 20 0 20 0 88401552 26730651648 6703 33554432000 4194304 4196468 140733479571024 140733479553568 140147215613687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
/proc/2505/statm: 6526038 6703 2993 1 0 6488315 0
[pid=2505/tid=2506] ppid=2503 vsize=26104152 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/2505/task/2506/stat : 2506 (java) R 2503 2503 2458 0 -1 4202560 3665 0 0 0 8 1 0 0 20 0 20 0 88401553 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147219840288 140147215625622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2507] ppid=2503 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/2505/task/2507/stat : 2507 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147138194448 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2508] ppid=2503 vsize=26104152 memory=139712837752448 CPUtime=0 cores=0-7
/proc/2505/task/2508/stat : 2508 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147137141904 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2509] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2509/stat : 2509 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147136088848 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2510] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2510/stat : 2510 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147135036304 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2511] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2511/stat : 2511 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147133983248 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2512] ppid=2503 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2512/stat : 2512 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140147132930704 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2513] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2513/stat : 2513 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146767845648 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2514] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2514/stat : 2514 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146766793104 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2515] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2515/stat : 2515 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401555 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146610539248 140147215624834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2516] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2516/stat : 2516 (java) S 2503 2503 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88401555 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146609485472 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2517] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2517/stat : 2517 (java) S 2503 2503 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88401556 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146608432368 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2518] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2518/stat : 2518 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146607380944 140147215632283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2519] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2519/stat : 2519 (java) R 2503 2503 2458 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146606328048 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2520] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2520/stat : 2520 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146605275504 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2521] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2521/stat : 2521 (java) S 2503 2503 2458 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146604222448 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2522] ppid=2503 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/2505/task/2522/stat : 2522 (java) R 2503 2503 2458 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 88401558 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146603169904 140147199694174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2523] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2523/stat : 2523 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146602118112 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2524] ppid=2503 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2524/stat : 2524 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401559 26730651648 6703 33554432000 4194304 4196468 140733479571024 140146601065648 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28268 KiB

[startup+0.210497 s]*
/proc/loadavg: 8.03 8.28 7.53 3/199 2524
/proc/meminfo: memFree=20464204/32770624 swapFree=67108860/67108860
[pid=2503] ppid=2500 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2503/stat : 2503 (xcsp3-exec) S 2500 2503 2458 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88401552 115843072 364 33554432000 4194304 5098028 140725724960496 140725724958600 140047595750012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21401600 140725724963893 140725724964096 140725724964096 140725724966858 0
/proc/2503/statm: 28282 364 306 221 0 87 0
[pid=2505] ppid=2503 vsize=26104152 memory=39672 CPUtime=0.33 cores=0-7
/proc/2505/stat : 2505 (java) S 2503 2503 2458 0 -1 1077944320 8506 0 0 0 31 2 0 0 20 0 20 0 88401552 26730651648 9918 33554432000 4194304 4196468 140733479571024 140733479553568 140147215613687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
/proc/2505/statm: 6526038 9918 3201 1 0 6488315 0
[pid=2505/tid=2506] ppid=2503 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/2505/task/2506/stat : 2506 (java) R 2503 2503 2458 0 -1 4202560 5553 0 0 0 18 1 0 0 20 0 20 0 88401553 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147219851504 140147199694174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2507] ppid=2503 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/2505/task/2507/stat : 2507 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147138194448 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2508] ppid=2503 vsize=26104152 memory=139712837771447 CPUtime=0 cores=0-7
/proc/2505/task/2508/stat : 2508 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147137141904 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2509] ppid=2503 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2509/stat : 2509 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147136088848 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2510] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2510/stat : 2510 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147135036304 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2511] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2511/stat : 2511 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147133983248 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2512] ppid=2503 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2512/stat : 2512 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140147132930704 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2513] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2513/stat : 2513 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146767845648 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2514] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2514/stat : 2514 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401554 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146766793104 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2515] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2515/stat : 2515 (java) S 2503 2503 2458 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88401555 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146610539248 140147215624834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2516] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2516/stat : 2516 (java) S 2503 2503 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88401555 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146609485472 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2517] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2517/stat : 2517 (java) S 2503 2503 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88401556 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146608432368 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2518] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2518/stat : 2518 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146607380944 140147215632283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2519] ppid=2503 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/2505/task/2519/stat : 2519 (java) S 2503 2503 2458 0 -1 1077944384 403 0 0 0 1 0 0 0 20 0 20 0 88401558 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146606328048 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2520] ppid=2503 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/2505/task/2520/stat : 2520 (java) S 2503 2503 2458 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 20 0 88401558 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146605275504 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2521] ppid=2503 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/2505/task/2521/stat : 2521 (java) S 2503 2503 2458 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 20 0 88401558 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146604222448 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2522] ppid=2503 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/2505/task/2522/stat : 2522 (java) S 2503 2503 2458 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 20 0 88401558 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146603169904 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2523] ppid=2503 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2523/stat : 2523 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401558 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146602118112 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2524] ppid=2503 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2524/stat : 2524 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401559 26730651648 9918 33554432000 4194304 4196468 140733479571024 140146601065648 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41128 KiB

[startup+0.310307 s]*
/proc/loadavg: 8.03 8.28 7.53 5/199 2524
/proc/meminfo: memFree=20458248/32770624 swapFree=67108860/67108860
[pid=2503] ppid=2500 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2503/stat : 2503 (xcsp3-exec) S 2500 2503 2458 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88401552 115843072 364 33554432000 4194304 5098028 140725724960496 140725724958600 140047595750012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21401600 140725724963893 140725724964096 140725724964096 140725724966858 0
/proc/2503/statm: 28282 364 306 221 0 87 0
[pid=2505] ppid=2503 vsize=26108408 memory=46580 CPUtime=0.51 cores=0-7
/proc/2505/stat : 2505 (java) S 2503 2503 2458 0 -1 1077944320 9368 0 0 0 48 3 0 0 20 0 20 0 88401552 26735009792 11645 33554432000 4194304 4196468 140733479571024 140733479553568 140147215613687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
/proc/2505/statm: 6527102 11645 3247 1 0 6488315 0
[pid=2505/tid=2506] ppid=2503 vsize=26108408 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/2505/task/2506/stat : 2506 (java) R 2503 2503 2458 0 -1 4202560 6245 0 0 0 27 2 0 0 20 0 20 0 88401553 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147219847752 140147215635613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2507] ppid=2503 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2507/stat : 2507 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147138194448 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2508] ppid=2503 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2508/stat : 2508 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147137141904 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2509] ppid=2503 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2509/stat : 2509 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147136088848 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2510] ppid=2503 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2510/stat : 2510 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147135036304 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2511] ppid=2503 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/2505/task/2511/stat : 2511 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147133983248 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2512] ppid=2503 vsize=26108408 memory=139712736097199 CPUtime=0 cores=0-7
/proc/2505/task/2512/stat : 2512 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140147132930704 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2513] ppid=2503 vsize=26108408 memory=139712736099504 CPUtime=0 cores=0-7
/proc/2505/task/2513/stat : 2513 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146767845648 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2514] ppid=2503 vsize=26108408 memory=139712736101808 CPUtime=0 cores=0-7
/proc/2505/task/2514/stat : 2514 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401554 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146766793104 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2515] ppid=2503 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2515/stat : 2515 (java) S 2503 2503 2458 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88401555 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146610539248 140147215624834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2516] ppid=2503 vsize=26108408 memory=279425472210576 CPUtime=0 cores=0-7
/proc/2505/task/2516/stat : 2516 (java) S 2503 2503 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88401555 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146609485472 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2517] ppid=2503 vsize=26108408 memory=279425472217488 CPUtime=0 cores=0-7
/proc/2505/task/2517/stat : 2517 (java) S 2503 2503 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88401556 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146608432368 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2518] ppid=2503 vsize=26108408 memory=279425472158768 CPUtime=0 cores=0-7
/proc/2505/task/2518/stat : 2518 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401558 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146607380944 140147215632283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2519] ppid=2503 vsize=26108408 memory=279425472231312 CPUtime=0.02 cores=0-7
/proc/2505/task/2519/stat : 2519 (java) S 2503 2503 2458 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 20 0 88401558 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146606328048 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2520] ppid=2503 vsize=26108408 memory=279425472238224 CPUtime=0.03 cores=0-7
/proc/2505/task/2520/stat : 2520 (java) R 2503 2503 2458 0 -1 4202560 355 0 0 0 3 0 0 0 20 0 20 0 88401558 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146605266960 140147197136655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2521] ppid=2503 vsize=26108408 memory=279425472235920 CPUtime=0.02 cores=0-7
/proc/2505/task/2521/stat : 2521 (java) S 2503 2503 2458 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 20 0 88401558 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146604222448 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2522] ppid=2503 vsize=26108408 memory=279425472252080 CPUtime=0.12 cores=0-7
/proc/2505/task/2522/stat : 2522 (java) S 2503 2503 2458 0 -1 1077944384 829 0 0 0 12 0 0 0 20 0 20 0 88401558 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146603169904 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2523] ppid=2503 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2523/stat : 2523 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401558 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146602118112 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2524] ppid=2503 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2524/stat : 2524 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401559 26735009792 11713 33554432000 4194304 4196468 140733479571024 140146601065648 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48036 KiB

[startup+0.618471 s]
# the end of solver process 2503 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.2755 s, system=0.069011 s

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

[startup+0.410533 s]*
/proc/loadavg: 8.03 8.28 7.53 5/199 2524
/proc/meminfo: memFree=20450928/32770624 swapFree=67108860/67108860
[pid=2503] ppid=2500 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2503/stat : 2503 (xcsp3-exec) S 2500 2503 2458 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88401552 115843072 364 33554432000 4194304 5098028 140725724960496 140725724958600 140047595750012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21401600 140725724963893 140725724964096 140725724964096 140725724966858 0
/proc/2503/statm: 28282 364 306 221 0 87 0
[pid=2505] ppid=2503 vsize=26110532 memory=53852 CPUtime=0.72 cores=0-7
/proc/2505/stat : 2505 (java) S 2503 2503 2458 0 -1 1077944320 10183 0 0 0 68 4 0 0 20 0 20 0 88401552 26737184768 13463 33554432000 4194304 4196468 140733479571024 140733479553568 140147215613687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
/proc/2505/statm: 6527633 13463 3309 1 0 6488827 0
[pid=2505/tid=2506] ppid=2503 vsize=26110532 memory=8316850467074736180 CPUtime=0.39 cores=0-7
/proc/2505/task/2506/stat : 2506 (java) R 2503 2503 2458 0 -1 4202560 6795 0 0 0 37 2 0 0 20 0 20 0 88401553 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147219848160 140147215635613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2507] ppid=2503 vsize=26110532 memory=13971 CPUtime=0 cores=0-7
/proc/2505/task/2507/stat : 2507 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147138194448 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2508] ppid=2503 vsize=26110532 memory=139712837771447 CPUtime=0 cores=0-7
/proc/2505/task/2508/stat : 2508 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147137141904 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2509] ppid=2503 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2509/stat : 2509 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147136088848 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2510] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2510/stat : 2510 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147135036304 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2511] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2511/stat : 2511 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147133983248 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2512] ppid=2503 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2512/stat : 2512 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140147132930704 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2513] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2513/stat : 2513 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146767845648 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2514] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2514/stat : 2514 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401554 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146766793104 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2515] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2515/stat : 2515 (java) S 2503 2503 2458 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88401555 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146610539248 140147215624834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2516] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2516/stat : 2516 (java) S 2503 2503 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88401555 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146609485472 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2517] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2517/stat : 2517 (java) S 2503 2503 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88401556 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146608432368 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2518] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2518/stat : 2518 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401558 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146607380944 140147215632283 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2519] ppid=2503 vsize=26110532 memory=0 CPUtime=0.04 cores=0-7
/proc/2505/task/2519/stat : 2519 (java) R 2503 2503 2458 0 -1 4202560 510 0 0 0 4 0 0 0 20 0 20 0 88401558 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146606317312 140147197134923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2520] ppid=2503 vsize=26110532 memory=0 CPUtime=0.05 cores=0-7
/proc/2505/task/2520/stat : 2520 (java) S 2503 2503 2458 0 -1 1077944384 377 0 0 0 5 0 0 0 20 0 20 0 88401558 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146605275504 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2521] ppid=2503 vsize=26110532 memory=-1 CPUtime=0.04 cores=0-7
/proc/2505/task/2521/stat : 2521 (java) R 2503 2503 2458 0 -1 4202560 251 0 0 0 4 0 0 0 20 0 20 0 88401558 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146604222448 140147196313984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2522] ppid=2503 vsize=26110532 memory=-1 CPUtime=0.17 cores=0-7
/proc/2505/task/2522/stat : 2522 (java) S 2503 2503 2458 0 -1 1077944384 951 0 0 0 17 0 0 0 20 0 20 0 88401558 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146603169904 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2523] ppid=2503 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2523/stat : 2523 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88401558 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146602118112 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2524] ppid=2503 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/2505/task/2524/stat : 2524 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88401559 26737184768 13463 33554432000 4194304 4196468 140733479571024 140146601065648 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 55308 KiB

[startup+0.610117 s]
/proc/loadavg: 8.03 8.28 7.53 4/199 2524
/proc/meminfo: memFree=20438896/32770624 swapFree=67108860/67108860
[pid=2503] ppid=2500 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2503/stat : 2503 (xcsp3-exec) S 2500 2503 2458 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88401552 115843072 364 33554432000 4194304 5098028 140725724960496 140725724958600 140047595750012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21401600 140725724963893 140725724964096 140725724964096 140725724966858 0
/proc/2503/statm: 28282 364 306 221 0 87 0
[pid=2505] ppid=2503 vsize=26643044 memory=135328 CPUtime=1.33 cores=0-7
/proc/2505/stat : 2505 (java) S 2503 2503 2458 0 -1 1077944320 13241 0 0 0 127 6 0 0 20 0 19 0 88401552 27282477056 33832 33554432000 4194304 4196468 140733479571024 140733479553568 140147215613687 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
/proc/2505/statm: 6660761 33832 3358 1 0 6621955 0
[pid=2505/tid=2506] ppid=2503 vsize=26643044 memory=3546359548011104855 CPUtime=0.54 cores=0-7
/proc/2505/task/2506/stat : 2506 (java) S 2503 2503 2458 0 -1 1077944384 7176 0 0 0 51 3 0 0 20 0 19 0 88401553 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147219856528 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2507] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2507/stat : 2507 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147138194448 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2508] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2508/stat : 2508 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147137141904 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2509] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2509/stat : 2509 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147136088848 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2510] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2510/stat : 2510 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147135036304 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2511] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2511/stat : 2511 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147133983248 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2512] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2512/stat : 2512 (java) S 2503 2503 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140147132930704 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2513] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2513/stat : 2513 (java) S 2503 2503 2458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146767845648 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2514] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2514/stat : 2514 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 88401554 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146766793104 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2515] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2515/stat : 2515 (java) S 2503 2503 2458 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 88401555 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146610539456 140147215624834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2516] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2516/stat : 2516 (java) S 2503 2503 2458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 88401555 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146609485472 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2517] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2517/stat : 2517 (java) S 2503 2503 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 88401556 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146608432368 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2518] ppid=2503 vsize=26643044 memory=139712837752447 CPUtime=0 cores=0-7
/proc/2505/task/2518/stat : 2518 (java) S 2503 2503 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 88401558 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146607380656 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2519] ppid=2503 vsize=26643044 memory=0 CPUtime=0.12 cores=0-7
/proc/2505/task/2519/stat : 2519 (java) S 2503 2503 2458 0 -1 1077944384 998 0 0 0 12 0 0 0 20 0 19 0 88401558 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146606312592 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2520] ppid=2503 vsize=26643044 memory=0 CPUtime=0.11 cores=0-7
/proc/2505/task/2520/stat : 2520 (java) S 2503 2503 2458 0 -1 1077944384 916 0 0 0 11 0 0 0 20 0 19 0 88401558 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146605275504 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2521] ppid=2503 vsize=26643044 memory=0 CPUtime=0.08 cores=0-7
/proc/2505/task/2521/stat : 2521 (java) S 2503 2503 2458 0 -1 1077944384 353 0 0 0 8 0 0 0 20 0 19 0 88401558 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146604222448 140147215624834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2522] ppid=2503 vsize=26643044 memory=0 CPUtime=0.32 cores=0-7
/proc/2505/task/2522/stat : 2522 (java) S 2503 2503 2458 0 -1 1077944384 1693 0 0 0 32 0 0 0 20 0 19 0 88401558 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146603165776 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
[pid=2505/tid=2523] ppid=2503 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/2505/task/2523/stat : 2523 (java) S 2503 2503 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 88401558 27282477056 33832 33554432000 4194304 4196468 140733479571024 140146602118112 140147215623893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19075072 140733479572609 140733479572781 140733479572781 140733479575503 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 136784 KiB

Child status: 0
Real time (s): 0.618513
CPU time (s): 1.34451
CPU user time (s): 1.2755
CPU system time (s): 0.069011
CPU usage (%): 217.379
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 136784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2755
system time used= 0.069011
maximum resident set size= 135848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13793
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= 2913
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 2503
#   total CPU time (s): 1.34451
#   total CPU user time (s): 1.2755
#   total CPU system time (s): 0.069011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022278 second user time and 0.051337 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-27 18:19:44
IDJOB=4297589
IDBENCH=141220
IDSOLVER=2760
FILE ID=node105/4297589-1532708384
RUNJOBID= node105-1532708384-2485
PBS_JOBID= 21022314
Free space on /tmp= 44624 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel3_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297589-1532708384/watcher-4297589-1532708384 -o /tmp/evaluation-result-4297589-1532708384/solver-4297589-1532708384 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532708384-2485 --watchdog 2580  HOME/xcsp3-exec -seed 1175190295 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297589-1532708384.xml

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

MD5SUM BENCH= 2a16ad2ecbd4987722397e2a286d7eb3
RANDOM SEED=1175190295

node105.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.32
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.32
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.32
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.32
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:        20491004 kB
MemAvailable:   31928932 kB
Buffers:          260252 kB
Cached:         11317960 kB
SwapCached:            0 kB
Active:          2383860 kB
Inactive:        9245760 kB
Active(anon):       5816 kB
Inactive(anon):    73364 kB
Active(file):    2378044 kB
Inactive(file):  9172396 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21900 kB
Writeback:             0 kB
AnonPages:         58464 kB
Mapped:            41684 kB
Shmem:             25228 kB
Slab:             343476 kB
SReclaimable:     315948 kB
SUnreclaim:        27528 kB
KernelStack:        3152 kB
PageTables:         5000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44604 MiB
End job on node105 at 2018-07-27 18:19:45