Trace number 4290896

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 2018-07-02SAT 2.93197 1.36646

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-04-05_c18.xml
MD5SUM340365fb59c69c653973bf6f753c5e6c
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.04534
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints9
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":20}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":20}]
Minimum constraint arity4
Maximum constraint arity5
Distribution of constraint arities[{"arity":4,"count":5},{"arity":5,"count":4}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 502331732
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.76/1.33	c Parsing done, starting search...
2.76/1.36	s SATISFIABLE
2.76/1.36	v <instantiation>
2.76/1.36	v 	<list>
2.76/1.36	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4]
2.76/1.36	v 	</list>
2.76/1.36	v 	<values>
2.76/1.36	v 		25 24 17 24 0 24 25 4 20 23 12 4 0 19 14 14 17 8 25 0 
2.76/1.36	v 	</values>
2.76/1.36	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 (7572 MiB free)
  memory of node 1: 16384 MiB (9234 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290896-1532246276/watcher-4290896-1532246276 -o /tmp/evaluation-result-4290896-1532246276/solver-4290896-1532246276 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30581 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 502331732 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290896-1532246276.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1187, runsolver pid=1184
Current StackSize limit: 8192 KiB


[startup+0.100678 s]*
/proc/loadavg: 1.56 1.50 1.41 3/215 1202
/proc/meminfo: memFree=17191188/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14082740 memory=31020 CPUtime=0.11 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 6720 0 0 0 10 1 0 0 20 0 15 0 42190734 14420725760 7755 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3520685 7755 3131 1 0 3482761 0
[pid=1187/tid=1189] ppid=1184 vsize=14082740 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 4790 0 0 0 8 0 0 0 20 0 15 0 42190735 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145668277432 140145620666915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) S 1184 1187 30550 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145133713904 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145132661360 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0.01 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) R 1184 1187 30550 0 -1 4202560 272 0 0 0 1 0 0 0 20 0 15 0 42190740 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145131608816 140145643023006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 7868 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31020 KiB

[startup+0.210517 s]*
/proc/loadavg: 1.56 1.50 1.41 4/215 1202
/proc/meminfo: memFree=17176236/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14082740 memory=46744 CPUtime=0.28 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 10330 0 0 0 26 2 0 0 20 0 15 0 42190734 14420725760 11686 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3520685 11686 3271 1 0 3482761 0
[pid=1187/tid=1189] ppid=1184 vsize=14082740 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 8138 0 0 0 18 1 0 0 20 0 15 0 42190735 14420725760 11686 33554432000 4194304 4196468 140722827978832 140145668294624 140145648108901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14082740 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 11686 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14082740 memory=3473315255089952416 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 11686 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 11686 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 11686 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) R 1184 1187 30550 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 15 0 42190740 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145133713904 140145664076418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) R 1184 1187 30550 0 -1 4202560 76 0 0 0 1 0 0 0 20 0 15 0 42190740 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145132651472 140145644765568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0.05 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) R 1184 1187 30550 0 -1 4202560 294 0 0 0 5 0 0 0 20 0 15 0 42190740 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145131606608 140145642770128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14082740 memory=140300518487680 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 11751 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46744 KiB

[startup+0.310614 s]*
/proc/loadavg: 1.56 1.50 1.41 3/215 1202
/proc/meminfo: memFree=17173452/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14082740 memory=50408 CPUtime=0.44 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 10777 0 0 0 41 3 0 0 20 0 15 0 42190734 14420725760 12602 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3520685 12602 3364 1 0 3482761 0
[pid=1187/tid=1189] ppid=1184 vsize=14082740 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 8471 0 0 0 27 2 0 0 20 0 15 0 42190735 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145668276784 140145645628823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14082740 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14082740 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) S 1184 1187 30550 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 15 0 42190740 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145133713904 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14082740 memory=140300408419343 CPUtime=0.02 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) S 1184 1187 30550 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 42190740 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145132661360 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14082740 memory=140300518488776 CPUtime=0.08 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) S 1184 1187 30550 0 -1 1077944384 306 0 0 0 8 0 0 0 20 0 15 0 42190740 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145131608816 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14082740 memory=140300408428463 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14082740 memory=280600926951392 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190740 14420725760 12602 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50408 KiB

[startup+0.700785 s]
/proc/loadavg: 1.56 1.50 1.41 3/215 1202
/proc/meminfo: memFree=17149648/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14084808 memory=88712 CPUtime=0.99 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 17599 0 0 0 94 5 0 0 20 0 15 0 42190734 14422843392 22178 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3521202 22178 3498 1 0 3483273 0
[pid=1187/tid=1189] ppid=1184 vsize=14084808 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 14899 0 0 0 63 4 0 0 20 0 15 0 42190735 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145668287984 140145648145758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14084808 memory=8751464017575688501 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14084808 memory=5931329040891795810 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190737 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14084808 memory=7588675599774802240 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14084808 memory=4627829673402837600 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14084808 memory=-6520471753822164382 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14084808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) S 1184 1187 30550 0 -1 1077944384 631 0 0 0 8 0 0 0 20 0 15 0 42190740 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145133713904 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14084808 memory=10 CPUtime=0.06 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) S 1184 1187 30550 0 -1 1077944384 294 0 0 0 6 0 0 0 20 0 15 0 42190740 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145132661360 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14084808 memory=-2127763225557620510 CPUtime=0.15 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) S 1184 1187 30550 0 -1 1077944384 394 0 0 0 15 0 0 0 20 0 15 0 42190740 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145131608816 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14084808 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14084808 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190740 14422843392 22178 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88712 KiB

[startup+1.36641 s]
# the end of solver process 1187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.84213 s, system=0.089837 s

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

[startup+0.804441 s]
/proc/loadavg: 1.56 1.50 1.41 3/215 1202
/proc/meminfo: memFree=17149648/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14086856 memory=97004 CPUtime=1.19 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 18123 0 0 0 114 5 0 0 20 0 15 0 42190734 14424940544 24251 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3521714 24251 3499 1 0 3483785 0
[pid=1187/tid=1189] ppid=1184 vsize=14086856 memory=-8412621172359848557 CPUtime=0.77 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 15273 0 0 0 73 4 0 0 20 0 15 0 42190735 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145668298496 140145269439132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14086856 memory=280600817135456 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14086856 memory=140300408541007 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14086856 memory=280600817086960 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14086856 memory=2110651015650644 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190737 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14086856 memory=280600817098464 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14086856 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) S 1184 1187 30550 0 -1 1077944384 651 0 0 0 11 0 0 0 20 0 15 0 42190740 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145133713904 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14086856 memory=6872598998417432672 CPUtime=0.08 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) R 1184 1187 30550 0 -1 4202560 305 0 0 0 8 0 0 0 20 0 15 0 42190740 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145132659760 140145644454203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14086856 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) R 1184 1187 30550 0 -1 1077944384 511 0 0 0 20 0 0 0 20 0 15 0 42190740 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145131606608 140145664075477 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14086856 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190740 14424940544 24251 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 14086856 KiB
Current children cumulated memory: 97004 KiB

[startup+1.20061 s]
/proc/loadavg: 1.56 1.50 1.41 5/215 1202
/proc/meminfo: memFree=17083380/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14088904 memory=162688 CPUtime=2.45 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 27191 0 0 0 238 7 0 0 20 0 15 0 42190734 14427037696 40672 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3522226 40672 3538 1 0 3484297 0
[pid=1187/tid=1189] ppid=1184 vsize=14088904 memory=13570392392484502 CPUtime=1.17 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 20576 0 0 0 112 5 0 0 20 0 15 0 42190735 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145668300288 140145269558125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190737 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14088904 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) R 1184 1187 30550 0 -1 4202560 3194 0 0 0 50 0 0 0 20 0 15 0 42190740 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145133699784 140145645586671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14088904 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) R 1184 1187 30550 0 -1 4202560 1007 0 0 0 40 0 0 0 20 0 15 0 42190740 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145132648144 140145647559403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14088904 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) S 1184 1187 30550 0 -1 1077944384 1026 0 0 0 35 0 0 0 20 0 15 0 42190740 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145131608816 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14088904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14088904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190740 14427037696 40672 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 162688 KiB

[startup+1.30067 s]
/proc/loadavg: 1.56 1.50 1.41 5/215 1202
/proc/meminfo: memFree=17083380/32770624 swapFree=67108860/67108860
[pid=1187] ppid=1184 vsize=14090832 memory=191852 CPUtime=2.76 cores=0,2,4,6
/proc/1187/stat : 1187 (java) S 1184 1187 30550 0 -1 1077944320 28170 0 0 0 269 7 0 0 20 0 15 0 42190734 14429011968 47963 33554432000 4194304 4196468 140722827978832 140722827961376 140145664065271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
/proc/1187/statm: 3522708 47963 3543 1 0 3484779 0
[pid=1187/tid=1189] ppid=1184 vsize=14090832 memory=55 CPUtime=1.26 cores=0,2,4,6
/proc/1187/task/1189/stat : 1189 (java) R 1184 1187 30550 0 -1 4202560 20617 0 0 0 121 5 0 0 20 0 15 0 42190735 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145668297600 140145664077206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1190] ppid=1184 vsize=14090832 memory=121564 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1190/stat : 1190 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145594153744 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1191] ppid=1184 vsize=14090832 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1191/stat : 1191 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145593101200 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1192] ppid=1184 vsize=14090832 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1192/stat : 1192 (java) S 1184 1187 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42190735 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145592048656 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1193] ppid=1184 vsize=14090832 memory=280600817165408 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1193/stat : 1193 (java) S 1184 1187 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42190735 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145590996112 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1194] ppid=1184 vsize=14090832 memory=280600817144448 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1194/stat : 1194 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190737 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145137924080 140145664076418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1195] ppid=1184 vsize=14090832 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1195/stat : 1195 (java) S 1184 1187 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42190737 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145136870304 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1196] ppid=1184 vsize=14090832 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1196/stat : 1196 (java) S 1184 1187 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42190737 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145135817712 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1197] ppid=1184 vsize=14090832 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1197/stat : 1197 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145134766288 140145664083867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1198] ppid=1184 vsize=14090832 memory=140300408592816 CPUtime=0.6 cores=0,2,4,6
/proc/1187/task/1198/stat : 1198 (java) R 1184 1187 30550 0 -1 4202560 4018 0 0 0 60 0 0 0 20 0 15 0 42190740 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145133699880 140145648987024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1199] ppid=1184 vsize=14090832 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/1187/task/1199/stat : 1199 (java) R 1184 1187 30550 0 -1 4202560 1083 0 0 0 49 0 0 0 20 0 15 0 42190740 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145132648800 140145648993811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1200] ppid=1184 vsize=14090832 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/1187/task/1200/stat : 1200 (java) R 1184 1187 30550 0 -1 1077944384 1064 0 0 0 37 0 0 0 20 0 15 0 42190740 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145131608816 140145664076418 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1201] ppid=1184 vsize=14090832 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1201/stat : 1201 (java) S 1184 1187 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42190740 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145130556512 140145664075477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
[pid=1187/tid=1202] ppid=1184 vsize=14090832 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1187/task/1202/stat : 1202 (java) S 1184 1187 30550 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42190740 14429011968 47963 33554432000 4194304 4196468 140722827978832 140145129503024 140145664076418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10829824 140722827981905 140722827982089 140722827982089 140722827984847 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 14090832 KiB
Current children cumulated memory: 191852 KiB

Child status: 0
Real time (s): 1.36646
CPU time (s): 2.93197
CPU user time (s): 2.84213
CPU system time (s): 0.089837
CPU usage (%): 214.566
Max. virtual memory (cumulated for all children) (KiB): 14090832
Max. memory (cumulated for all children) (KiB): 191852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.84213
system time used= 0.089837
maximum resident set size= 211920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28786
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= 1572
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 1187
#   total CPU time (s): 2.93197
#   total CPU user time (s): 2.84213
#   total CPU system time (s): 0.089837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041806 second user time and 0.046904 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 09:57:56
IDJOB=4290896
IDBENCH=141437
IDSOLVER=2744
FILE ID=node139/4290896-1532246276
RUNJOBID= node139-1532226532-30581
PBS_JOBID= 21018952
Free space on /tmp= 45888 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-04-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290896-1532246276/watcher-4290896-1532246276 -o /tmp/evaluation-result-4290896-1532246276/solver-4290896-1532246276 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30581 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 502331732 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290896-1532246276.xml

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

MD5SUM BENCH= 340365fb59c69c653973bf6f753c5e6c
RANDOM SEED=502331732

node139.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.80
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.80
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.80
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.80
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:        17209968 kB
MemAvailable:   30674396 kB
Buffers:          150908 kB
Cached:         13366560 kB
SwapCached:            0 kB
Active:          2451268 kB
Inactive:       12383488 kB
Active(anon):    1273372 kB
Inactive(anon):    64064 kB
Active(file):    1177896 kB
Inactive(file): 12319424 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36152 kB
Writeback:             0 kB
AnonPages:       1324260 kB
Mapped:            48892 kB
Shmem:             17036 kB
Slab:             422644 kB
SReclaimable:     395568 kB
SUnreclaim:        27076 kB
KernelStack:        3568 kB
PageTables:         7756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3317004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1193984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45852 MiB
End job on node139 at 2018-07-22 09:57:57