Trace number 4311802

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17SAT 1.79286 1.15519

General information on the benchmark

NameCarSequencing/
CarSequencing-dingbas_c18.xml
MD5SUMf25e9b6e669dc8bf92e23091ea1c77d3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009228
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints63
Number of domains2
Minimum domain size2
Maximum domain size6
Distribution of domain sizes[{"size":2,"count":50},{"size":6,"count":10}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":11},{"degree":8,"count":3}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":3,"count":16},{"arity":4,"count":3},{"arity":5,"count":14},{"arity":6,"count":11},{"arity":7,"count":2},{"arity":8,"count":1},{"arity":10,"count":6}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"sum","count":52},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.57	c version: 2018-08-17
0.67/0.57	c seed: 1755313517
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
1.51/1.09	c Parsing done, starting search...
1.68/1.14	s SATISFIABLE
1.68/1.14	v <instantiation>
1.68/1.14	v 	<list>
1.68/1.14	v 		cls[0] cls[1] cls[2] cls[3] cls[4] cls[5] cls[6] cls[7] cls[8] cls[9] opt[0][0] opt[0][1] opt[0][2] opt[0][3] opt[0][4] opt[1][0] opt[1][1] opt[1][2] opt[1][3] opt[1][4] opt[2][0] opt[2][1] opt[2][2] opt[2][3] opt[2][4] opt[3][0] opt[3][1] opt[3][2] opt[3][3] opt[3][4] opt[4][0] opt[4][1] opt[4][2] opt[4][3] opt[4][4] opt[5][0] opt[5][1] opt[5][2] opt[5][3] opt[5][4] opt[6][0] opt[6][1] opt[6][2] opt[6][3] opt[6][4] opt[7][0] opt[7][1] opt[7][2] opt[7][3] opt[7][4] opt[8][0] opt[8][1] opt[8][2] opt[8][3] opt[8][4] opt[9][0] opt[9][1] opt[9][2] opt[9][3] opt[9][4]
1.68/1.14	v 	</list>
1.68/1.14	v 	<values>
1.68/1.14	v 		0 2 5 1 5 3 4 2 3 4 1 0 1 1 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 
1.68/1.14	v 	</values>
1.68/1.14	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311802-1534557676/watcher-4311802-1534557676 -o /tmp/evaluation-result-4311802-1534557676/solver-4311802-1534557676 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534541041-19652 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1755313517 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311802-1534557676.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 1.46 1.39 1.36 4/220 22076
/proc/meminfo: memFree=24616900/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14082736 memory=31452 CPUtime=0.12 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 6749 0 0 0 11 1 0 0 20 0 15 0 273330766 14420721664 7863 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3520684 7863 3155 1 0 3482761 0
[pid=22061/tid=22063] ppid=22058 vsize=14082736 memory=-8701690554792317055 CPUtime=0.09 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) R 22058 22061 19620 0 -1 4202560 4795 0 0 0 9 0 0 0 20 0 15 0 273330766 14420721664 7863 33554432000 4194304 4196468 140731607433440 140262130225512 140262126044317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) S 22058 22061 19620 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261596649712 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261595597168 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0.01 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) S 22058 22061 19620 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 273330772 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261594544112 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 7863 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31452 KiB

[startup+0.215572 s]*
/proc/loadavg: 1.46 1.39 1.36 6/220 22076
/proc/meminfo: memFree=24601644/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14082736 memory=47264 CPUtime=0.3 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 10429 0 0 0 28 2 0 0 20 0 15 0 273330766 14420721664 11816 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3520684 11816 3357 1 0 3482761 0
[pid=22061/tid=22063] ppid=22058 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) R 22058 22061 19620 0 -1 4202560 8144 0 0 0 19 1 0 0 20 0 15 0 273330766 14420721664 11816 33554432000 4194304 4196468 140731607433440 140262130248688 140261764132196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14082736 memory=288370902501930624 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) R 22058 22061 19620 0 -1 4202560 461 0 0 0 2 0 0 0 20 0 15 0 273330772 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261596649712 140262103617297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) S 22058 22061 19620 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 15 0 273330772 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261595597168 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0.05 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) R 22058 22061 19620 0 -1 4202560 293 0 0 0 5 0 0 0 20 0 15 0 273330772 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261594542528 140262104627870 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 11816 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47264 KiB

[startup+0.310751 s]*
/proc/loadavg: 1.46 1.39 1.36 3/220 22076
/proc/meminfo: memFree=24598356/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14082736 memory=50688 CPUtime=0.44 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 10809 0 0 0 42 2 0 0 20 0 15 0 273330766 14420721664 12672 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3520684 12672 3407 1 0 3482761 0
[pid=22061/tid=22063] ppid=22058 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) R 22058 22061 19620 0 -1 4202560 8479 0 0 0 28 2 0 0 20 0 15 0 273330766 14420721664 12672 33554432000 4194304 4196468 140731607433440 140262130233904 140262110102878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14082736 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14082736 memory=288370902501930624 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) S 22058 22061 19620 0 -1 1077944384 482 0 0 0 3 0 0 0 20 0 15 0 273330772 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261596649712 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) S 22058 22061 19620 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 15 0 273330772 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261595597168 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0.07 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) S 22058 22061 19620 0 -1 1077944384 317 0 0 0 7 0 0 0 20 0 15 0 273330772 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261594544112 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14082736 memory=140526350218880 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14420721664 12672 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50688 KiB

[startup+0.700699 s]
/proc/loadavg: 1.46 1.39 1.36 3/220 22076
/proc/meminfo: memFree=24578016/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14084804 memory=88760 CPUtime=0.99 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 17552 0 0 0 94 5 0 0 20 0 15 0 273330766 14422839296 22190 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3521201 22190 3500 1 0 3483273 0
[pid=22061/tid=22063] ppid=22058 vsize=14084804 memory=235307567966611 CPUtime=0.67 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) R 22058 22061 19620 0 -1 4202560 14889 0 0 0 64 3 0 0 20 0 15 0 273330766 14422839296 22190 33554432000 4194304 4196468 140731607433440 140262130246496 140262110102878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14084804 memory=1252454 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273330769 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14084804 memory=-6222389776517719909 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14084804 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) S 22058 22061 19620 0 -1 1077944384 628 0 0 0 8 0 0 0 20 0 15 0 273330772 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261596649712 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) S 22058 22061 19620 0 -1 1077944384 281 0 0 0 7 0 0 0 20 0 15 0 273330772 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261595597168 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) S 22058 22061 19620 0 -1 1077944384 374 0 0 0 14 0 0 0 20 0 15 0 273330772 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261594544112 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14084804 memory=3660 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14422839296 22190 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88760 KiB

[startup+1.15515 s]
# the end of solver process 22061 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.70555 s, system=0.087304 s

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

[startup+0.801611 s]
/proc/loadavg: 1.46 1.39 1.36 3/220 22076
/proc/meminfo: memFree=24578016/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14086852 memory=92972 CPUtime=1.17 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 18091 0 0 0 112 5 0 0 20 0 15 0 273330766 14424936448 23243 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3521713 23243 3510 1 0 3483785 0
[pid=22061/tid=22063] ppid=22058 vsize=14086852 memory=3332 CPUtime=0.78 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) S 22058 22061 19620 0 -1 1077944384 15302 0 0 0 74 4 0 0 20 0 15 0 273330766 14424936448 23243 33554432000 4194304 4196468 140731607433440 140262130249280 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14086852 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14086852 memory=6296143700806424935 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14086852 memory=8099279071866868841 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14086852 memory=5788647689011156329 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14086852 memory=3054156605368933524 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273330769 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14086852 memory=8326441112149131689 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14086852 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14086852 memory=6944656592452807326 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14086852 memory=-9178176116494409632 CPUtime=0.09 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) S 22058 22061 19620 0 -1 1077944384 633 0 0 0 9 0 0 0 20 0 15 0 273330772 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261596649712 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14086852 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) R 22058 22061 19620 0 -1 4202560 301 0 0 0 9 0 0 0 20 0 15 0 273330772 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261595597168 140262112060838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14086852 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) R 22058 22061 19620 0 -1 4202560 474 0 0 0 19 0 0 0 20 0 15 0 273330772 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261594541368 140262111163360 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14086852 memory=33 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14424936448 23243 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 92972 KiB

[startup+1.00839 s]*
/proc/loadavg: 1.46 1.39 1.36 3/220 22076
/proc/meminfo: memFree=24541044/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14088900 memory=108100 CPUtime=1.51 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 19305 0 0 0 145 6 0 0 20 0 15 0 273330766 14427033600 27025 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3522225 27025 3514 1 0 3484297 0
[pid=22061/tid=22063] ppid=22058 vsize=14088900 memory=5450919713671312938 CPUtime=0.99 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) R 22058 22061 19620 0 -1 4202560 16274 0 0 0 95 4 0 0 20 0 15 0 273330766 14427033600 27057 33554432000 4194304 4196468 140731607433440 140262130256208 140262126034326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14088900 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14088900 memory=4121814001730972595 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14088900 memory=7453282923461635668 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14088900 memory=3611939815972417567 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14088900 memory=4049193470708012728 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273330769 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14088900 memory=2319389203461316655 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14088900 memory=5787495302022849088 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14088900 memory=5787512984419981153 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14088900 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) R 22058 22061 19620 0 -1 1077944384 645 0 0 0 11 0 0 0 20 0 15 0 273330772 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261596649712 140262126033538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14088900 memory=3467824627879784479 CPUtime=0.13 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) R 22058 22061 19620 0 -1 4202560 318 0 0 0 13 0 0 0 20 0 15 0 273330772 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261595597168 140262109925470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14088900 memory=3616875312616892084 CPUtime=0.26 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) R 22058 22061 19620 0 -1 4202560 687 0 0 0 26 0 0 0 20 0 15 0 273330772 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261594544112 140262119126813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14088900 memory=2319389199166414896 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14088900 memory=3978565246064318133 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330772 14427033600 27057 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 108100 KiB

[startup+1.11035 s]
/proc/loadavg: 1.46 1.39 1.36 3/220 22076
/proc/meminfo: memFree=24541044/32770624 swapFree=67108856/67108860
[pid=22061] ppid=22058 vsize=14090948 memory=114600 CPUtime=1.68 cores=0,2,4,6
/proc/22061/stat : 22061 (java) S 22058 22061 19620 0 -1 1077944320 22944 0 0 0 161 7 0 0 20 0 15 0 273330766 14429130752 28650 33554432000 4194304 4196468 140731607433440 140731607415984 140262126022391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
/proc/22061/statm: 3522737 28650 3522 1 0 3484809 0
[pid=22061/tid=22063] ppid=22058 vsize=14090948 memory=189571266554984 CPUtime=1.08 cores=0,2,4,6
/proc/22061/task/22063/stat : 22063 (java) R 22058 22061 19620 0 -1 4202560 18966 0 0 0 103 5 0 0 20 0 15 0 273330766 14429130752 28650 33554432000 4194304 4196468 140731607433440 140262130255296 140262110066021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22064] ppid=22058 vsize=14090948 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22064/stat : 22064 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261722323472 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22065] ppid=22058 vsize=14090948 memory=16100360058046859 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22065/stat : 22065 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261721270928 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22066] ppid=22058 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22066/stat : 22066 (java) S 22058 22061 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273330767 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261720217872 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22067] ppid=22058 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22067/stat : 22067 (java) S 22058 22061 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273330767 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261719165328 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22068] ppid=22058 vsize=14090948 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22068/stat : 22068 (java) S 22058 22061 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273330769 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261600860912 140262126033538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22069] ppid=22058 vsize=14090948 memory=-7674914008656224160 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22069/stat : 22069 (java) S 22058 22061 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273330769 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261599807136 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22070] ppid=22058 vsize=14090948 memory=96928016632554 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22070/stat : 22070 (java) S 22058 22061 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273330769 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261598754032 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22071] ppid=22058 vsize=14090948 memory=14698267220 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22071/stat : 22071 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261597702608 140262126040987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22072] ppid=22058 vsize=14090948 memory=7084871675368875667 CPUtime=0.11 cores=0,2,4,6
/proc/22061/task/22072/stat : 22072 (java) S 22058 22061 19620 0 -1 1077944384 676 0 0 0 11 0 0 0 20 0 15 0 273330772 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261596649712 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22073] ppid=22058 vsize=14090948 memory=6297254280213062739 CPUtime=0.14 cores=0,2,4,6
/proc/22061/task/22073/stat : 22073 (java) S 22058 22061 19620 0 -1 1077944384 403 0 0 0 14 0 0 0 20 0 15 0 273330772 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261595597168 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22074] ppid=22058 vsize=14090948 memory=7523351578240576099 CPUtime=0.31 cores=0,2,4,6
/proc/22061/task/22074/stat : 22074 (java) R 22058 22061 19620 0 -1 4202560 1512 0 0 0 31 0 0 0 20 0 15 0 273330772 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261594544112 140262126043738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22075] ppid=22058 vsize=14090948 memory=7590655979367786604 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22075/stat : 22075 (java) S 22058 22061 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273330772 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261593491808 140262126032597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
[pid=22061/tid=22076] ppid=22058 vsize=14090948 memory=7523655052088601185 CPUtime=0 cores=0,2,4,6
/proc/22061/task/22076/stat : 22076 (java) S 22058 22061 19620 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273330772 14429130752 28650 33554432000 4194304 4196468 140731607433440 140261592439856 140262126033538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140731607442504 140731607442697 140731607442697 140731607445455 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 114600 KiB

Child status: 0
Real time (s): 1.15519
CPU time (s): 1.79286
CPU user time (s): 1.70555
CPU system time (s): 0.087304
CPU usage (%): 155.2
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 114600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.70555
system time used= 0.087304
maximum resident set size= 120260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24155
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= 2205
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 22061
#   total CPU time (s): 1.79286
#   total CPU user time (s): 1.70555
#   total CPU system time (s): 0.087304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032005 second user time and 0.05601 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-18 04:01:16
IDJOB=4311802
IDBENCH=141456
IDSOLVER=2799
FILE ID=node132/4311802-1534557676
RUNJOBID= node132-1534541041-19652
PBS_JOBID= 21038639
Free space on /tmp= 57720 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/CarSequencing/CarSequencing-dingbas_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311802-1534557676/watcher-4311802-1534557676 -o /tmp/evaluation-result-4311802-1534557676/solver-4311802-1534557676 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534541041-19652 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1755313517 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311802-1534557676.xml

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

MD5SUM BENCH= f25e9b6e669dc8bf92e23091ea1c77d3
RANDOM SEED=1755313517

node132.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.65
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.65
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.65
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.65
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:        24634916 kB
MemAvailable:   31701980 kB
Buffers:          260296 kB
Cached:          7091692 kB
SwapCached:            4 kB
Active:          4346484 kB
Inactive:        3258648 kB
Active(anon):     228980 kB
Inactive(anon):    92944 kB
Active(file):    4117504 kB
Inactive(file):  3165704 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             35636 kB
Writeback:             0 kB
AnonPages:        340000 kB
Mapped:            34988 kB
Shmem:             66204 kB
Slab:             228092 kB
SReclaimable:     199384 kB
SUnreclaim:        28708 kB
KernelStack:        3888 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1228468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 57684 MiB
End job on node132 at 2018-08-18 04:01:17