Trace number 4297575

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)OPT2 1.56181 0.666257

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-1_c18.xml
MD5SUM03e8a75034815332807f603ddfd28107
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.56181
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints13
Number of domains3
Minimum domain size2
Maximum domain size801
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":801,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":6},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":4},{"arity":6,"count":3}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297575-1532716463.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297575-1532716463.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.60	c solve instance...
1.28/0.65	o 2 
1.28/0.65	s OPTIMUM FOUND
1.28/0.65	v <instantiation>
1.28/0.65	v 	<list>d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] </list>
1.28/0.65	v 	<values>0 2 2 2 0 2 4 0 0 261 119 0 1 1 0 </values>
1.28/0.65	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297575-1532716463/watcher-4297575-1532716463 -o /tmp/evaluation-result-4297575-1532716463/solver-4297575-1532716463 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532708890-23920 --watchdog 2580 HOME/xcsp3-exec -seed 269843423 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297575-1532716463.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=27718, runsolver pid=27715

[startup+0.104623 s]*
/proc/loadavg: 1.89 1.70 1.83 2/204 27739
/proc/meminfo: memFree=28174840/32770624 swapFree=67108744/67108860
[pid=27718] ppid=27715 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27718/stat : 27718 (xcsp3-exec) S 27715 27718 23893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89209532 115843072 363 33554432000 4194304 5098028 140729496862336 140729496860440 140081428279932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24977408 140729496867894 140729496868096 140729496868096 140729496870858 0
/proc/27718/statm: 28282 363 305 221 0 87 0
[pid=27720] ppid=27718 vsize=26104152 memory=26968 CPUtime=0.12 cores=0-7
/proc/27720/stat : 27720 (java) S 27718 27718 23893 0 -1 1077944320 5674 0 0 0 11 1 0 0 20 0 20 0 89209532 26730651648 6742 33554432000 4194304 4196468 140730352102832 140730352085376 140487601290999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
/proc/27720/statm: 6526038 6742 3003 1 0 6488315 0
[pid=27720/tid=27721] ppid=27718 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27720/task/27721/stat : 27721 (java) R 27718 27718 23893 0 -1 4202560 3672 0 0 0 9 0 0 0 20 0 20 0 89209533 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487605524272 140487601302934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27722] ppid=27718 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27720/task/27722/stat : 27722 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487159024784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27723] ppid=27718 vsize=26104152 memory=140286001051264 CPUtime=0 cores=0-7
/proc/27720/task/27723/stat : 27723 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487157971984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27724] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27724/stat : 27724 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487156919184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27725] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27725/stat : 27725 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487155866384 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27726] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27726/stat : 27726 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487154813584 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27727] ppid=27718 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27727/stat : 27727 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487153760784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27728] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27728/stat : 27728 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487152707984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27729] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27729/stat : 27729 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 6742 33554432000 4194304 4196468 140730352102832 140487151655184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27730] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27730/stat : 27730 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209535 26730651648 6742 33554432000 4194304 4196468 140730352102832 140486007737200 140487601302146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27731] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27731/stat : 27731 (java) S 27718 27718 23893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89209536 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486006683168 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27732] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27732/stat : 27732 (java) S 27718 27718 23893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89209536 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486005630320 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27733] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27733/stat : 27733 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486004578640 140487601309595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27734] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27734/stat : 27734 (java) S 27718 27718 23893 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486003526000 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27735] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27735/stat : 27735 (java) S 27718 27718 23893 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486002473200 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27736] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27736/stat : 27736 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486001420400 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27737] ppid=27718 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/27720/task/27737/stat : 27737 (java) R 27718 27718 23893 0 -1 4202560 288 0 0 0 1 0 0 0 20 0 20 0 89209538 26730651648 6807 33554432000 4194304 4196468 140730352102832 140486000367600 140487579659668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27738] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27738/stat : 27738 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 6807 33554432000 4194304 4196468 140730352102832 140485999316064 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27739] ppid=27718 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27739/stat : 27739 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209539 26730651648 6807 33554432000 4194304 4196468 140730352102832 140485998263344 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28420 KiB

[startup+0.210769 s]*
/proc/loadavg: 1.89 1.70 1.83 2/204 27739
/proc/meminfo: memFree=28164608/32770624 swapFree=67108744/67108860
[pid=27718] ppid=27715 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27718/stat : 27718 (xcsp3-exec) S 27715 27718 23893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89209532 115843072 363 33554432000 4194304 5098028 140729496862336 140729496860440 140081428279932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24977408 140729496867894 140729496868096 140729496868096 140729496870858 0
/proc/27718/statm: 28282 363 305 221 0 87 0
[pid=27720] ppid=27718 vsize=26104152 memory=39200 CPUtime=0.34 cores=0-7
/proc/27720/stat : 27720 (java) S 27718 27718 23893 0 -1 1077944320 8366 0 0 0 32 2 0 0 20 0 20 0 89209532 26730651648 9800 33554432000 4194304 4196468 140730352102832 140730352085376 140487601290999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
/proc/27720/statm: 6526038 9800 3202 1 0 6488315 0
[pid=27720/tid=27721] ppid=27718 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/27720/task/27721/stat : 27721 (java) R 27718 27718 23893 0 -1 4202560 5554 0 0 0 18 1 0 0 20 0 20 0 89209533 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487605525232 140487601312925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27722] ppid=27718 vsize=26104152 memory=340 CPUtime=0 cores=0-7
/proc/27720/task/27722/stat : 27722 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487159024784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27723] ppid=27718 vsize=26104152 memory=140286001579159 CPUtime=0 cores=0-7
/proc/27720/task/27723/stat : 27723 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487157971984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27724] ppid=27718 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27724/stat : 27724 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487156919184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27725] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27725/stat : 27725 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487155866384 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27726] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27726/stat : 27726 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487154813584 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27727] ppid=27718 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27727/stat : 27727 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487153760784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27728] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27728/stat : 27728 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487152707984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27729] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27729/stat : 27729 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26730651648 9800 33554432000 4194304 4196468 140730352102832 140487151655184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27730] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27730/stat : 27730 (java) S 27718 27718 23893 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89209535 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486007737200 140487601302146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27731] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27731/stat : 27731 (java) S 27718 27718 23893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89209536 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486006683168 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27732] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27732/stat : 27732 (java) S 27718 27718 23893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89209536 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486005630320 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27733] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27733/stat : 27733 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486004578640 140487601309595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27734] ppid=27718 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/27720/task/27734/stat : 27734 (java) S 27718 27718 23893 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 20 0 89209538 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486003526000 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27735] ppid=27718 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/27720/task/27735/stat : 27735 (java) S 27718 27718 23893 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 20 0 89209538 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486002473200 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27736] ppid=27718 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27736/stat : 27736 (java) R 27718 27718 23893 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486001420400 140487601302146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27737] ppid=27718 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/27720/task/27737/stat : 27737 (java) S 27718 27718 23893 0 -1 1077944384 773 0 0 0 8 0 0 0 20 0 20 0 89209538 26730651648 9800 33554432000 4194304 4196468 140730352102832 140486000367600 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27738] ppid=27718 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27738/stat : 27738 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209538 26730651648 9800 33554432000 4194304 4196468 140730352102832 140485999316064 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27739] ppid=27718 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27739/stat : 27739 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209539 26730651648 9800 33554432000 4194304 4196468 140730352102832 140485998263344 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40652 KiB

[startup+0.310784 s]*
/proc/loadavg: 1.89 1.70 1.83 3/204 27739
/proc/meminfo: memFree=28157412/32770624 swapFree=67108744/67108860
[pid=27718] ppid=27715 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27718/stat : 27718 (xcsp3-exec) S 27715 27718 23893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89209532 115843072 363 33554432000 4194304 5098028 140729496862336 140729496860440 140081428279932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24977408 140729496867894 140729496868096 140729496868096 140729496870858 0
/proc/27718/statm: 28282 363 305 221 0 87 0
[pid=27720] ppid=27718 vsize=26108408 memory=46232 CPUtime=0.52 cores=0-7
/proc/27720/stat : 27720 (java) S 27718 27718 23893 0 -1 1077944320 9318 0 0 0 49 3 0 0 20 0 20 0 89209532 26735009792 11558 33554432000 4194304 4196468 140730352102832 140730352085376 140487601290999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
/proc/27720/statm: 6527102 11558 3245 1 0 6488315 0
[pid=27720/tid=27721] ppid=27718 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27720/task/27721/stat : 27721 (java) R 27718 27718 23893 0 -1 4202560 6230 0 0 0 27 2 0 0 20 0 20 0 89209533 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487605522112 140487585371486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27722] ppid=27718 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27722/stat : 27722 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487159024784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27723] ppid=27718 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27723/stat : 27723 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487157971984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27724] ppid=27718 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27724/stat : 27724 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487156919184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27725] ppid=27718 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27725/stat : 27725 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487155866384 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27726] ppid=27718 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/27720/task/27726/stat : 27726 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487154813584 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27727] ppid=27718 vsize=26108408 memory=140285845795759 CPUtime=0 cores=0-7
/proc/27720/task/27727/stat : 27727 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487153760784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27728] ppid=27718 vsize=26108408 memory=140285845798064 CPUtime=0 cores=0-7
/proc/27720/task/27728/stat : 27728 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487152707984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27729] ppid=27718 vsize=26108408 memory=140285845800368 CPUtime=0 cores=0-7
/proc/27720/task/27729/stat : 27729 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26735009792 11558 33554432000 4194304 4196468 140730352102832 140487151655184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27730] ppid=27718 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27730/stat : 27730 (java) S 27718 27718 23893 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89209535 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486007737200 140487601302146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27731] ppid=27718 vsize=26108408 memory=280571691607696 CPUtime=0 cores=0-7
/proc/27720/task/27731/stat : 27731 (java) S 27718 27718 23893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89209536 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486006683168 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27732] ppid=27718 vsize=26108408 memory=280571691614608 CPUtime=0 cores=0-7
/proc/27720/task/27732/stat : 27732 (java) S 27718 27718 23893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89209536 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486005630320 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27733] ppid=27718 vsize=26108408 memory=280571691555888 CPUtime=0 cores=0-7
/proc/27720/task/27733/stat : 27733 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209538 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486004578640 140487601309595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27734] ppid=27718 vsize=26108408 memory=280571691628432 CPUtime=0.02 cores=0-7
/proc/27720/task/27734/stat : 27734 (java) S 27718 27718 23893 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 20 0 89209538 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486003526000 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27735] ppid=27718 vsize=26108408 memory=280571691635344 CPUtime=0.03 cores=0-7
/proc/27720/task/27735/stat : 27735 (java) S 27718 27718 23893 0 -1 1077944384 246 0 0 0 3 0 0 0 20 0 20 0 89209538 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486002473200 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27736] ppid=27718 vsize=26108408 memory=280571691633040 CPUtime=0.01 cores=0-7
/proc/27720/task/27736/stat : 27736 (java) R 27718 27718 23893 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 20 0 89209538 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486001401512 140487582814297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27737] ppid=27718 vsize=26108408 memory=280571691649200 CPUtime=0.12 cores=0-7
/proc/27720/task/27737/stat : 27737 (java) S 27718 27718 23893 0 -1 1077944384 921 0 0 0 12 0 0 0 20 0 20 0 89209538 26735009792 11614 33554432000 4194304 4196468 140730352102832 140486000367600 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27738] ppid=27718 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27738/stat : 27738 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209538 26735009792 11614 33554432000 4194304 4196468 140730352102832 140485999316064 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27739] ppid=27718 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27739/stat : 27739 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209539 26735009792 11614 33554432000 4194304 4196468 140730352102832 140485998263344 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47684 KiB

[startup+0.666203 s]
# the end of solver process 27718 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.48459 s, system=0.077213 s

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

[startup+0.410758 s]*
/proc/loadavg: 1.89 1.70 1.83 3/204 27739
/proc/meminfo: memFree=28153216/32770624 swapFree=67108744/67108860
[pid=27718] ppid=27715 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27718/stat : 27718 (xcsp3-exec) S 27715 27718 23893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89209532 115843072 363 33554432000 4194304 5098028 140729496862336 140729496860440 140081428279932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24977408 140729496867894 140729496868096 140729496868096 140729496870858 0
/proc/27718/statm: 28282 363 305 221 0 87 0
[pid=27720] ppid=27718 vsize=26110532 memory=53428 CPUtime=0.7 cores=0-7
/proc/27720/stat : 27720 (java) S 27718 27718 23893 0 -1 1077944320 10078 0 0 0 66 4 0 0 20 0 20 0 89209532 26737184768 13357 33554432000 4194304 4196468 140730352102832 140730352085376 140487601290999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
/proc/27720/statm: 6527633 13357 3270 1 0 6488827 0
[pid=27720/tid=27721] ppid=27718 vsize=26110532 memory=8316850467074736180 CPUtime=0.39 cores=0-7
/proc/27720/task/27721/stat : 27721 (java) R 27718 27718 23893 0 -1 4202560 6843 0 0 0 37 2 0 0 20 0 20 0 89209533 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487605508144 140487585601797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27722] ppid=27718 vsize=26110532 memory=13995 CPUtime=0 cores=0-7
/proc/27720/task/27722/stat : 27722 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487159024784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27723] ppid=27718 vsize=26110532 memory=140286001579159 CPUtime=0 cores=0-7
/proc/27720/task/27723/stat : 27723 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487157971984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27724] ppid=27718 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27724/stat : 27724 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487156919184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27725] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27725/stat : 27725 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487155866384 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27726] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27726/stat : 27726 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487154813584 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27727] ppid=27718 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27727/stat : 27727 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487153760784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27728] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27728/stat : 27728 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487152707984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27729] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27729/stat : 27729 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 13357 33554432000 4194304 4196468 140730352102832 140487151655184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27730] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27730/stat : 27730 (java) S 27718 27718 23893 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89209535 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486007737200 140487601302146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27731] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27731/stat : 27731 (java) S 27718 27718 23893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89209536 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486006683168 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27732] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27732/stat : 27732 (java) S 27718 27718 23893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89209536 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486005630320 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27733] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27733/stat : 27733 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209538 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486004578640 140487601309595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27734] ppid=27718 vsize=26110532 memory=0 CPUtime=0.03 cores=0-7
/proc/27720/task/27734/stat : 27734 (java) S 27718 27718 23893 0 -1 1077944384 484 0 0 0 3 0 0 0 20 0 20 0 89209538 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486003526000 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27735] ppid=27718 vsize=26110532 memory=0 CPUtime=0.04 cores=0-7
/proc/27720/task/27735/stat : 27735 (java) S 27718 27718 23893 0 -1 1077944384 253 0 0 0 4 0 0 0 20 0 20 0 89209538 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486002473200 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27736] ppid=27718 vsize=26110532 memory=-1 CPUtime=0.04 cores=0-7
/proc/27720/task/27736/stat : 27736 (java) R 27718 27718 23893 0 -1 4202560 164 0 0 0 4 0 0 0 20 0 20 0 89209538 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486001420400 140487586401026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27737] ppid=27718 vsize=26110532 memory=-1 CPUtime=0.17 cores=0-7
/proc/27720/task/27737/stat : 27737 (java) R 27718 27718 23893 0 -1 4202560 1021 0 0 0 17 0 0 0 20 0 20 0 89209538 26737184768 13357 33554432000 4194304 4196468 140730352102832 140486000367600 140487586664656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27738] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27738/stat : 27738 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209538 26737184768 13357 33554432000 4194304 4196468 140730352102832 140485999316064 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27739] ppid=27718 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/27720/task/27739/stat : 27739 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209539 26737184768 13357 33554432000 4194304 4196468 140730352102832 140485998263344 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 54880 KiB

[startup+0.61053 s]
/proc/loadavg: 1.89 1.70 1.83 3/204 27739
/proc/meminfo: memFree=28139880/32770624 swapFree=67108744/67108860
[pid=27718] ppid=27715 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27718/stat : 27718 (xcsp3-exec) S 27715 27718 23893 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89209532 115843072 363 33554432000 4194304 5098028 140729496862336 140729496860440 140081428279932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24977408 140729496867894 140729496868096 140729496868096 140729496870858 0
/proc/27718/statm: 28282 363 305 221 0 87 0
[pid=27720] ppid=27718 vsize=26110532 memory=70952 CPUtime=1.28 cores=0-7
/proc/27720/stat : 27720 (java) S 27718 27718 23893 0 -1 1077944320 12451 0 0 0 123 5 0 0 20 0 20 0 89209532 26737184768 17738 33554432000 4194304 4196468 140730352102832 140730352085376 140487601290999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
/proc/27720/statm: 6527633 17738 3356 1 0 6488827 0
[pid=27720/tid=27721] ppid=27718 vsize=26110532 memory=552853 CPUtime=0.58 cores=0-7
/proc/27720/task/27721/stat : 27721 (java) R 27718 27718 23893 0 -1 4202560 7228 0 0 0 55 3 0 0 20 0 20 0 89209533 26737184768 17738 33554432000 4194304 4196468 140730352102832 140487605521680 140487585371486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27722] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27722/stat : 27722 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17738 33554432000 4194304 4196468 140730352102832 140487159024784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27723] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27723/stat : 27723 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487157971984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27724] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27724/stat : 27724 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487156919184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27725] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27725/stat : 27725 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487155866384 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27726] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27726/stat : 27726 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487154813584 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27727] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27727/stat : 27727 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487153760784 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27728] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27728/stat : 27728 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487152707984 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27729] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27729/stat : 27729 (java) S 27718 27718 23893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89209534 26737184768 17745 33554432000 4194304 4196468 140730352102832 140487151655184 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27730] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27730/stat : 27730 (java) S 27718 27718 23893 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89209535 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486007737200 140487601302146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27731] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27731/stat : 27731 (java) S 27718 27718 23893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89209536 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486006683168 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27732] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27732/stat : 27732 (java) S 27718 27718 23893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89209536 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486005630320 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27733] ppid=27718 vsize=26110532 memory=140286001051263 CPUtime=0 cores=0-7
/proc/27720/task/27733/stat : 27733 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209538 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486004578640 140487601309595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27734] ppid=27718 vsize=26110532 memory=0 CPUtime=0.11 cores=0-7
/proc/27720/task/27734/stat : 27734 (java) S 27718 27718 23893 0 -1 1077944384 873 0 0 0 11 0 0 0 20 0 20 0 89209538 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486003526000 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27735] ppid=27718 vsize=26110532 memory=0 CPUtime=0.1 cores=0-7
/proc/27720/task/27735/stat : 27735 (java) S 27718 27718 23893 0 -1 1077944384 654 0 0 0 10 0 0 0 20 0 20 0 89209538 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486002473200 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27736] ppid=27718 vsize=26110532 memory=0 CPUtime=0.12 cores=0-7
/proc/27720/task/27736/stat : 27736 (java) S 27718 27718 23893 0 -1 1077944384 579 0 0 0 12 0 0 0 20 0 20 0 89209538 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486001420400 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27737] ppid=27718 vsize=26110532 memory=0 CPUtime=0.32 cores=0-7
/proc/27720/task/27737/stat : 27737 (java) R 27718 27718 23893 0 -1 4202560 1803 0 0 0 32 0 0 0 20 0 20 0 89209538 26737184768 17745 33554432000 4194304 4196468 140730352102832 140486000367600 140487585334629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27738] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27738/stat : 27738 (java) S 27718 27718 23893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89209538 26737184768 17745 33554432000 4194304 4196468 140730352102832 140485999316064 140487601301205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
[pid=27720/tid=27739] ppid=27718 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/27720/task/27739/stat : 27739 (java) S 27718 27718 23893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89209539 26737184768 17745 33554432000 4194304 4196468 140730352102832 140485998263344 140487601302146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30105600 140730352104577 140730352104749 140730352104749 140730352107471 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 72404 KiB

Child status: 0
Real time (s): 0.666257
CPU time (s): 1.56181
CPU user time (s): 1.48459
CPU system time (s): 0.077213
CPU usage (%): 234.415
Max. virtual memory (cumulated for all children) (KiB): 26223660
Max. memory (cumulated for all children) (KiB): 72404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.48459
system time used= 0.077213
maximum resident set size= 109800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13706
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= 2705
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 27718
#   total CPU time (s): 1.56181
#   total CPU user time (s): 1.48459
#   total CPU system time (s): 0.077213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025133 second user time and 0.051285 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 20:34:23
IDJOB=4297575
IDBENCH=141360
IDSOLVER=2760
FILE ID=node134/4297575-1532716463
RUNJOBID= node134-1532708890-23920
PBS_JOBID= 21022315
Free space on /tmp= 55560 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-1_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-4297575-1532716463/watcher-4297575-1532716463 -o /tmp/evaluation-result-4297575-1532716463/solver-4297575-1532716463 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532708890-23920 --watchdog 2580  HOME/xcsp3-exec -seed 269843423 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297575-1532716463.xml

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

MD5SUM BENCH= 03e8a75034815332807f603ddfd28107
RANDOM SEED=269843423

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28192028 kB
MemAvailable:   31958704 kB
Buffers:          161652 kB
Cached:          3867900 kB
SwapCached:            0 kB
Active:          1771156 kB
Inactive:        2314248 kB
Active(anon):       4484 kB
Inactive(anon):    78552 kB
Active(file):    1766672 kB
Inactive(file):  2235696 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             21828 kB
Writeback:             0 kB
AnonPages:         98628 kB
Mapped:            42432 kB
Shmem:             25132 kB
Slab:             188172 kB
SReclaimable:     160288 kB
SUnreclaim:        27884 kB
KernelStack:        3712 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55540 MiB
End job on node134 at 2018-07-27 20:34:24