Trace number 4311849

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.95629 1.1767

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
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.009195
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 2022911661
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.80/1.12	c Parsing done, starting search...
1.80/1.16	s SATISFIABLE
1.80/1.16	v <instantiation>
1.80/1.16	v 	<list>
1.80/1.16	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3]
1.80/1.16	v 	</list>
1.80/1.16	v 	<values>
1.80/1.16	v 		2 5 8 1 7 13 14 6 9 15 12 4 3 11 10 0 0 0 0 0 1 3 4 1 2 3 3 1 2 5 5 1 0 2 1 2 0 5 4 4 0 4 5 3 0 2 2 1 0 0 0 0 0 0 0 0 
1.80/1.16	v 	</values>
1.80/1.16	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 (10417 MiB free)
  memory of node 1: 16384 MiB (9399 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311849-1534565260/watcher-4311849-1534565260 -o /tmp/evaluation-result-4311849-1534565260/solver-4311849-1534565260 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534541039-9204 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2022911661 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311849-1534565260.xml 

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

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


[startup+0.100072 s]*
/proc/loadavg: 1.31 1.33 1.36 3/215 12185
/proc/meminfo: memFree=20276692/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14082736 memory=29640 CPUtime=0.12 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 6870 0 0 0 11 1 0 0 20 0 15 0 274089154 14420721664 7410 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3520684 7410 3153 1 0 3482761 0
[pid=12170/tid=12172] ppid=12167 vsize=14082736 memory=-8125511277465735549 CPUtime=0.09 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 4863 0 0 0 8 1 0 0 20 0 15 0 274089154 14420721664 7410 33554432000 4194304 4196468 140733935481136 140698066731136 140698062523165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 7410 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) S 12167 12170 9172 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697172114032 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697171061232 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0.01 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) R 12167 12170 9172 0 -1 4202560 314 0 0 0 1 0 0 0 20 0 15 0 274089160 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697170008944 140698062520922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 7410 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29640 KiB

[startup+0.215697 s]*
/proc/loadavg: 1.31 1.33 1.36 5/215 12185
/proc/meminfo: memFree=20260088/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14082736 memory=46248 CPUtime=0.32 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 10661 0 0 0 30 2 0 0 20 0 15 0 274089154 14420721664 11562 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3520684 11562 3411 1 0 3482761 0
[pid=12170/tid=12172] ppid=12167 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 8222 0 0 0 19 1 0 0 20 0 15 0 274089154 14420721664 11562 33554432000 4194304 4196468 140733935481136 140698066722560 140698046543205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 11562 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14082736 memory=139864810153443 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) R 12167 12170 9172 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 15 0 274089160 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697172114032 140698062510722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) R 12167 12170 9172 0 -1 4202560 273 0 0 0 2 0 0 0 20 0 15 0 274089160 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697171052736 140698055596411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0.06 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) R 12167 12170 9172 0 -1 4202560 424 0 0 0 6 0 0 0 20 0 15 0 274089160 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697170004624 140698041517436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 11562 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46248 KiB

[startup+0.310538 s]*
/proc/loadavg: 1.31 1.33 1.36 4/215 12185
/proc/meminfo: memFree=20256924/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14082736 memory=49608 CPUtime=0.44 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 11042 0 0 0 42 2 0 0 20 0 15 0 274089154 14420721664 12402 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3520684 12402 3414 1 0 3482761 0
[pid=12170/tid=12172] ppid=12167 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 8547 0 0 0 28 1 0 0 20 0 15 0 274089154 14420721664 12402 33554432000 4194304 4196468 140733935481136 140698066708928 140698045686384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 12402 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14082736 memory=139864810153341 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) S 12167 12170 9172 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 274089160 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697172114032 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) S 12167 12170 9172 0 -1 1077944384 288 0 0 0 3 0 0 0 20 0 15 0 274089160 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697171061232 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0.08 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) S 12167 12170 9172 0 -1 1077944384 456 0 0 0 8 0 0 0 20 0 15 0 274089160 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697170008944 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14082736 memory=139864808679040 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089160 14420721664 12402 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49608 KiB

[startup+0.700703 s]
/proc/loadavg: 1.31 1.33 1.36 3/215 12185
/proc/meminfo: memFree=20232492/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14084804 memory=88268 CPUtime=0.99 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 17936 0 0 0 95 4 0 0 20 0 15 0 274089154 14422839296 22067 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3521201 22067 3498 1 0 3483273 0
[pid=12170/tid=12172] ppid=12167 vsize=14084804 memory=1752 CPUtime=0.68 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 14983 0 0 0 64 4 0 0 20 0 15 0 274089154 14422839296 22067 33554432000 4194304 4196468 140733935481136 140698066722176 140698046580062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14084804 memory=5540 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14422839296 22067 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14084804 memory=4400 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14084804 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14084804 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274089157 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14084804 memory=868 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14084804 memory=6616 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14084804 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14084804 memory=7881696724453321575 CPUtime=0.08 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) S 12167 12170 9172 0 -1 1077944384 547 0 0 0 8 0 0 0 20 0 15 0 274089160 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697172114032 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14084804 memory=5787213857196369745 CPUtime=0.06 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) S 12167 12170 9172 0 -1 1077944384 427 0 0 0 6 0 0 0 20 0 15 0 274089160 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697171061232 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) S 12167 12170 9172 0 -1 1077944384 598 0 0 0 15 0 0 0 20 0 15 0 274089160 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697170008944 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089160 14422839296 22067 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88268 KiB

[startup+1.17666 s]
# the end of solver process 12170 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.87387 s, system=0.082425 s

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

[startup+0.806361 s]
/proc/loadavg: 1.31 1.33 1.36 3/215 12185
/proc/meminfo: memFree=20232492/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14086852 memory=94804 CPUtime=1.22 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 18574 0 0 0 117 5 0 0 20 0 15 0 274089154 14424936448 23701 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3521713 23701 3511 1 0 3483785 0
[pid=12170/tid=12172] ppid=12167 vsize=14086852 memory=8243114992657236055 CPUtime=0.77 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 15345 0 0 0 73 4 0 0 20 0 15 0 274089154 14424936448 23701 33554432000 4194304 4196468 140733935481136 140698066733952 140697698647176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14086852 memory=288288896020907164 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14424936448 23701 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274089157 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14086852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) R 12167 12170 9172 0 -1 4202560 643 0 0 0 12 0 0 0 20 0 15 0 274089160 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697172103504 140698041746251 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) R 12167 12170 9172 0 -1 4202560 466 0 0 0 9 0 0 0 20 0 15 0 274089160 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697171052064 140698047380910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14086852 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) R 12167 12170 9172 0 -1 4202560 736 0 0 0 21 0 0 0 20 0 15 0 274089160 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697170005880 140698040632240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14086852 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089160 14424936448 23701 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 94804 KiB

[startup+1.00065 s]*
/proc/loadavg: 1.31 1.33 1.36 4/215 12185
/proc/meminfo: memFree=20198000/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14088900 memory=108644 CPUtime=1.62 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 19963 0 0 0 156 6 0 0 20 0 15 0 274089154 14427033600 27161 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3522225 27161 3523 1 0 3484297 0
[pid=12170/tid=12172] ppid=12167 vsize=14088900 memory=5450919713671312938 CPUtime=0.98 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 16194 0 0 0 93 5 0 0 20 0 15 0 274089154 14427033600 27161 33554432000 4194304 4196468 140733935481136 140698066732384 140698062511510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14088900 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14427033600 27161 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14088900 memory=139864808682954 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14088900 memory=6363676885748439138 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14088900 memory=4049352032995259679 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14088900 memory=3833886459343738528 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274089157 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14088900 memory=3835158346008114224 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14088900 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14088900 memory=6944656591801718942 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14088900 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) R 12167 12170 9172 0 -1 4202560 688 0 0 0 17 0 0 0 20 0 15 0 274089160 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697172114032 140698062520922 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14088900 memory=3471202396320837679 CPUtime=0.16 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) S 12167 12170 9172 0 -1 1077944384 719 0 0 0 16 0 0 0 20 0 15 0 274089160 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697171061232 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14088900 memory=3472463762989848240 CPUtime=0.29 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) R 12167 12170 9172 0 -1 4202560 979 0 0 0 29 0 0 0 20 0 15 0 274089160 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697170008944 140698055216727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14088900 memory=3184097920075968559 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14088900 memory=139864809346720 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089160 14427033600 27161 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 108644 KiB

[startup+1.10994 s]
/proc/loadavg: 1.31 1.33 1.36 4/215 12185
/proc/meminfo: memFree=20198000/32770624 swapFree=67108372/67108860
[pid=12170] ppid=12167 vsize=14090948 memory=117540 CPUtime=1.8 cores=1,3,5,7
/proc/12170/stat : 12170 (java) S 12167 12170 9172 0 -1 1077944320 22271 0 0 0 173 7 0 0 20 0 15 0 274089154 14429130752 29385 33554432000 4194304 4196468 140733935481136 140733935463680 140698062499575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
/proc/12170/statm: 3522737 29385 3524 1 0 3484809 0
[pid=12170/tid=12172] ppid=12167 vsize=14090948 memory=279729341079296 CPUtime=1.08 cores=1,3,5,7
/proc/12170/task/12172/stat : 12172 (java) R 12167 12170 9172 0 -1 4202560 18097 0 0 0 103 5 0 0 20 0 15 0 274089154 14429130752 29385 33554432000 4194304 4196468 140733935481136 140698066731776 140698046580062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12173] ppid=12167 vsize=14090948 memory=14134433385030919 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12173/stat : 12173 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14429130752 29385 33554432000 4194304 4196468 140733935481136 140698030058384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12174] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12174/stat : 12174 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697657080592 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12175] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12175/stat : 12175 (java) S 12167 12170 9172 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274089155 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697656028304 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12176] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12176/stat : 12176 (java) S 12167 12170 9172 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274089155 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697654975504 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12177] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12177/stat : 12177 (java) S 12167 12170 9172 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274089157 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697176324208 140698062510722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12178] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12178/stat : 12178 (java) S 12167 12170 9172 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274089157 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697175270176 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12179] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12179/stat : 12179 (java) S 12167 12170 9172 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274089157 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697174217840 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12180] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12180/stat : 12180 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697173166160 140698062518171 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12181] ppid=12167 vsize=14090948 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/12170/task/12181/stat : 12181 (java) S 12167 12170 9172 0 -1 1077944384 711 0 0 0 17 0 0 0 20 0 15 0 274089160 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697172114032 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12182] ppid=12167 vsize=14090948 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/12170/task/12182/stat : 12182 (java) S 12167 12170 9172 0 -1 1077944384 771 0 0 0 17 0 0 0 20 0 15 0 274089160 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697171061232 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12183] ppid=12167 vsize=14090948 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/12170/task/12183/stat : 12183 (java) S 12167 12170 9172 0 -1 1077944384 1307 0 0 0 34 0 0 0 20 0 15 0 274089160 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697170008944 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12184] ppid=12167 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12184/stat : 12184 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697168956384 140698062509781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
[pid=12170/tid=12185] ppid=12167 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12170/task/12185/stat : 12185 (java) S 12167 12170 9172 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274089160 14429130752 29385 33554432000 4194304 4196468 140733935481136 140697167903152 140698062510722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18849792 140733935490120 140733935490313 140733935490313 140733935493071 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 117540 KiB

Child status: 0
Real time (s): 1.1767
CPU time (s): 1.95629
CPU user time (s): 1.87387
CPU system time (s): 0.082425
CPU usage (%): 166.253
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 117540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87387
system time used= 0.082425
maximum resident set size= 121200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23780
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= 2086
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 12170
#   total CPU time (s): 1.95629
#   total CPU user time (s): 1.87387
#   total CPU system time (s): 0.082425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029625 second user time and 0.056185 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-18 06:07:40
IDJOB=4311849
IDBENCH=141650
IDSOLVER=2799
FILE ID=node137/4311849-1534565260
RUNJOBID= node137-1534541039-9204
PBS_JOBID= 21038634
Free space on /tmp= 43528 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Eternity/Eternity-04-04_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-4311849-1534565260/watcher-4311849-1534565260 -o /tmp/evaluation-result-4311849-1534565260/solver-4311849-1534565260 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534541039-9204 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2022911661 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311849-1534565260.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=2022911661

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20294044 kB
MemAvailable:   31137444 kB
Buffers:          216008 kB
Cached:         10881032 kB
SwapCached:            8 kB
Active:          8109848 kB
Inactive:        3791960 kB
Active(anon):     774268 kB
Inactive(anon):    99076 kB
Active(file):    7335580 kB
Inactive(file):  3692884 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:        844700 kB
Mapped:            33508 kB
Shmem:             66008 kB
Slab:             272376 kB
SReclaimable:     243396 kB
SUnreclaim:        28980 kB
KernelStack:        3792 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1745940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 43492 MiB
End job on node137 at 2018-08-18 06:07:41