Trace number 4247522

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
R1: Concrete 3.4SAT 12.3021 5.5701199

General information on the benchmark

NameCrossword/Crossword-m1c-words-puzzle/
Crossword-m1c-words-p20.xml
MD5SUM652ba5e791d0de7647c1c6f96b05e6d5
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.10184
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints24
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":52}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":29},{"degree":2,"count":52}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":4},{"arity":7,"count":4}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24}]
Optimization problemNO
Type of objective

Solver Data

3.31/2.16	c Concrete v3.4 running
12.08/5.25	v <instantiation>
12.08/5.25	v       <list>
12.08/5.25	v         x[0][3] x[0][4] x[0][5] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][5] x[5][6] x[5][7] x[5][8] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[8][3] x[8][4] x[8][5]
12.08/5.25	v       </list>
12.08/5.25	v       <values>
12.08/5.25	v         15 20 18 0 11 18 14 15 6 11 4 4 5 20 11 0 11 6 0 0 1 4 19 3 14 4 4 21 0 14 22 13 18 6 17 4 6 18 8 19 20 0 19 4 1 20 25 25 24 3 8 4
12.08/5.25	v       </values>
12.08/5.25	v     </instantiation>
12.08/5.25	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247522-1502114840/watcher-4247522-1502114840 -o /tmp/evaluation-result-4247522-1502114840/solver-4247522-1502114840 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560 bin/concrete HOME/instance-4247522-1502114840.xml 

pid=20995
running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.79 1.78 3/198 20998
/proc/meminfo: memFree=27167780/32770624 swapFree=0/444672
[pid=20998] ppid=20995 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/20998/stat : 20998 (runsolver) D 20995 20998 25139 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 58990116 24240128 107 18446744073709551615 4194304 4338465 140728553103968 140728553101608 139851053249239 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 7888896 140728553111760 140728553112137 140728553112137 140728553115594 0
/proc/20998/statm: 5918 107 54 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 1.96 1.79 1.78 3/198 20998
/proc/meminfo: memFree=27167780/32770624 swapFree=0/444672
[pid=20998] ppid=20995 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/20998/stat : 20998 (bash) S 20995 20998 25139 0 -1 4202496 882 6461 0 0 0 0 0 1 20 0 1 0 58990116 9871360 375 18446744073709551615 4194304 5098028 140721225026896 140721225020904 140450616073216 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 6 0 0 7196144 7232144 12292096 140721225032212 140721225032297 140721225032297 140721225035754 0
/proc/20998/statm: 2410 375 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200331 s]
/proc/loadavg: 1.96 1.79 1.78 3/198 20998
/proc/meminfo: memFree=27167780/32770624 swapFree=0/444672
[pid=20998] ppid=20995 vsize=10019368 CPUtime=0.1 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 4549 12567 0 0 1 1 5 3 20 0 7 0 58990116 10259832832 4888 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2504842 4888 1996 1 0 2494339 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10019368

[startup+0.3003 s]
/proc/loadavg: 1.96 1.79 1.78 3/198 20998
/proc/meminfo: memFree=27167780/32770624 swapFree=0/444672
[pid=20998] ppid=20995 vsize=10552364 CPUtime=0.18 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 6358 12567 0 0 9 1 5 3 20 0 15 0 58990116 10805620736 6991 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2638091 6991 2888 1 0 2627467 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10552364

[startup+0.700282 s]
/proc/loadavg: 1.96 1.79 1.78 3/198 20998
/proc/meminfo: memFree=27167780/32770624 swapFree=0/444672
[pid=20998] ppid=20995 vsize=10552792 CPUtime=0.73 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 13813 12567 0 0 61 4 5 3 20 0 15 0 58990116 10806059008 14765 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2638198 14765 3118 1 0 2627467 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 10552792

[startup+1.51089 s]
/proc/loadavg: 1.96 1.79 1.78 3/213 21061
/proc/meminfo: memFree=27068980/32770624 swapFree=0/444536
[pid=20998] ppid=20995 vsize=10563416 CPUtime=2.03 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 30105 12567 0 0 185 10 5 3 20 0 15 0 58990116 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2640854 43713 3387 1 0 2630027 0
[pid=20998/tid=21048] ppid=20995 vsize=10563416 CPUtime=1.32 cores=1,3,5,7
/proc/20998/task/21048/stat : 21048 (java) R 20995 20998 25139 0 -1 4202560 22017 12567 0 0 118 6 5 3 20 0 15 0 58990134 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808548306784 139808181720324 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21049] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21049/stat : 21049 (java) S 20995 20998 25139 0 -1 1077944384 47 12567 0 0 0 0 5 3 20 0 15 0 58990135 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808155031952 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21050] ppid=20995 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/20998/task/21050/stat : 21050 (java) S 20995 20998 25139 0 -1 1077944384 198 12567 0 0 1 0 5 3 20 0 15 0 58990135 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808153979152 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21051] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21051/stat : 21051 (java) S 20995 20998 25139 0 -1 1077944384 28 12567 0 0 0 0 5 3 20 0 15 0 58990135 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808152926864 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21052] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21052/stat : 21052 (java) S 20995 20998 25139 0 -1 1077944384 59 12567 0 0 0 0 5 3 20 0 15 0 58990135 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808151874064 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21053] ppid=20995 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/20998/task/21053/stat : 21053 (java) S 20995 20998 25139 0 -1 1077944384 1929 12567 0 0 1 0 5 3 20 0 15 0 58990136 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808107620976 139808544090754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21054] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21054/stat : 21054 (java) S 20995 20998 25139 0 -1 1077944384 54 12567 0 0 0 0 5 3 20 0 15 0 58990136 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808106567008 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21055] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21055/stat : 21055 (java) S 20995 20998 25139 0 -1 1077944384 44 12567 0 0 0 0 5 3 20 0 15 0 58990137 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808105514624 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21056] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21056/stat : 21056 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808104462928 139808544098203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21057] ppid=20995 vsize=10563416 CPUtime=0.27 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) S 20995 20998 25139 0 -1 1077944384 1845 12567 0 0 19 0 5 3 20 0 15 0 58990139 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808103409776 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21058] ppid=20995 vsize=10563416 CPUtime=0.24 cores=1,3,5,7
/proc/20998/task/21058/stat : 21058 (java) R 20995 20998 25139 0 -1 4202560 648 12567 0 0 16 0 5 3 20 0 15 0 58990139 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808102346128 139808525597478 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21059] ppid=20995 vsize=10563416 CPUtime=0.32 cores=1,3,5,7
/proc/20998/task/21059/stat : 21059 (java) S 20995 20998 25139 0 -1 1077944384 1089 12567 0 0 24 0 5 3 20 0 15 0 58990139 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808101304688 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21060] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21060/stat : 21060 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808100252128 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21061] ppid=20995 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21061/stat : 21061 (java) S 20995 20998 25139 0 -1 1077944384 8 12567 0 0 0 0 5 3 20 0 15 0 58990144 10816937984 43713 18446744073709551615 4194304 4196468 140735217993840 139808099199920 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 10563416

[startup+3.10093 s]
/proc/loadavg: 1.96 1.80 1.78 3/213 21061
/proc/meminfo: memFree=26992976/32770624 swapFree=0/444536
[pid=20998] ppid=20995 vsize=10575892 CPUtime=5.63 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 48014 12567 0 0 539 16 5 3 20 0 15 0 58990116 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2643973 68420 3456 1 0 2632587 0
[pid=20998/tid=21048] ppid=20995 vsize=10575892 CPUtime=2.91 cores=1,3,5,7
/proc/20998/task/21048/stat : 21048 (java) R 20995 20998 25139 0 -1 4202560 35320 12567 0 0 273 10 5 3 20 0 15 0 58990134 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808548306992 139808528123237 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21049] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21049/stat : 21049 (java) S 20995 20998 25139 0 -1 1077944384 47 12567 0 0 0 0 5 3 20 0 15 0 58990135 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808155031952 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21050] ppid=20995 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/20998/task/21050/stat : 21050 (java) S 20995 20998 25139 0 -1 1077944384 198 12567 0 0 1 0 5 3 20 0 15 0 58990135 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808153979152 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21051] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21051/stat : 21051 (java) S 20995 20998 25139 0 -1 1077944384 28 12567 0 0 0 0 5 3 20 0 15 0 58990135 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808152926864 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21052] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21052/stat : 21052 (java) S 20995 20998 25139 0 -1 1077944384 59 12567 0 0 0 0 5 3 20 0 15 0 58990135 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808151874064 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21053] ppid=20995 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/20998/task/21053/stat : 21053 (java) S 20995 20998 25139 0 -1 1077944384 1948 12567 0 0 1 0 5 3 20 0 15 0 58990136 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808107620976 139808544090754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21054] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21054/stat : 21054 (java) S 20995 20998 25139 0 -1 1077944384 54 12567 0 0 0 0 5 3 20 0 15 0 58990136 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808106567008 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21055] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21055/stat : 21055 (java) S 20995 20998 25139 0 -1 1077944384 44 12567 0 0 0 0 5 3 20 0 15 0 58990137 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808105514624 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21056] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21056/stat : 21056 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808104462928 139808544098203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21057] ppid=20995 vsize=10575892 CPUtime=0.94 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) S 20995 20998 25139 0 -1 1077944384 2901 12567 0 0 85 1 5 3 20 0 15 0 58990139 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808103409776 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21058] ppid=20995 vsize=10575892 CPUtime=0.94 cores=1,3,5,7
/proc/20998/task/21058/stat : 21058 (java) R 20995 20998 25139 0 -1 4202560 1823 12567 0 0 85 1 5 3 20 0 15 0 58990139 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808102338816 139808527565557 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21059] ppid=20995 vsize=10575892 CPUtime=0.96 cores=1,3,5,7
/proc/20998/task/21059/stat : 21059 (java) S 20995 20998 25139 0 -1 1077944384 3442 12567 0 0 87 1 5 3 20 0 15 0 58990139 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808101304688 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21060] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21060/stat : 21060 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808100252128 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21061] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21061/stat : 21061 (java) S 20995 20998 25139 0 -1 1077944384 11 12567 0 0 0 0 5 3 20 0 15 0 58990144 10829713408 68420 18446744073709551615 4194304 4196468 140735217993840 139808099199920 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 10575892

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20998 sig 9
??? kill -20998 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20081 s]
/proc/loadavg: 1.96 1.80 1.78 3/213 21061
/proc/meminfo: memFree=26992976/32770624 swapFree=0/444536
[pid=20998] ppid=20995 vsize=10575892 CPUtime=5.86 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 48598 12567 0 0 561 17 5 3 20 0 15 0 58990116 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2643973 70001 3456 1 0 2632587 0
[pid=20998/tid=21048] ppid=20995 vsize=10575892 CPUtime=3.01 cores=1,3,5,7
/proc/20998/task/21048/stat : 21048 (java) R 20995 20998 25139 0 -1 4202560 35752 12567 0 0 283 10 5 3 20 0 15 0 58990134 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808548313728 139808544091542 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21049] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21049/stat : 21049 (java) S 20995 20998 25139 0 -1 1077944384 47 12567 0 0 0 0 5 3 20 0 15 0 58990135 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808155031952 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21050] ppid=20995 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/20998/task/21050/stat : 21050 (java) S 20995 20998 25139 0 -1 1077944384 198 12567 0 0 1 0 5 3 20 0 15 0 58990135 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808153979152 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21051] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21051/stat : 21051 (java) S 20995 20998 25139 0 -1 1077944384 28 12567 0 0 0 0 5 3 20 0 15 0 58990135 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808152926864 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21052] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21052/stat : 21052 (java) S 20995 20998 25139 0 -1 1077944384 59 12567 0 0 0 0 5 3 20 0 15 0 58990135 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808151874064 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21053] ppid=20995 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/20998/task/21053/stat : 21053 (java) S 20995 20998 25139 0 -1 1077944384 1948 12567 0 0 1 0 5 3 20 0 15 0 58990136 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808107620976 139808544090754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21054] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21054/stat : 21054 (java) S 20995 20998 25139 0 -1 1077944384 54 12567 0 0 0 0 5 3 20 0 15 0 58990136 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808106567008 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21055] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21055/stat : 21055 (java) S 20995 20998 25139 0 -1 1077944384 44 12567 0 0 0 0 5 3 20 0 15 0 58990137 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808105514624 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21056] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21056/stat : 21056 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808104462928 139808544098203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21057] ppid=20995 vsize=10575892 CPUtime=0.98 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) R 20995 20998 25139 0 -1 1077944384 2923 12567 0 0 89 1 5 3 20 0 15 0 58990139 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808103409776 139808544090754 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21058] ppid=20995 vsize=10575892 CPUtime=0.99 cores=1,3,5,7
/proc/20998/task/21058/stat : 21058 (java) R 20995 20998 25139 0 -1 4202560 1838 12567 0 0 90 1 5 3 20 0 15 0 58990139 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808102356976 139808544091542 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21059] ppid=20995 vsize=10575892 CPUtime=1 cores=1,3,5,7
/proc/20998/task/21059/stat : 21059 (java) R 20995 20998 25139 0 -1 4202560 3557 12567 0 0 91 1 5 3 20 0 15 0 58990139 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808101302480 139808523795426 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21060] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21060/stat : 21060 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808100252128 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21061] ppid=20995 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21061/stat : 21061 (java) S 20995 20998 25139 0 -1 1077944384 11 12567 0 0 0 0 5 3 20 0 15 0 58990144 10829713408 70001 18446744073709551615 4194304 4196468 140735217993840 139808099199920 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 10575892

[startup+4.80089 s]
/proc/loadavg: 1.96 1.80 1.78 5/213 21061
/proc/meminfo: memFree=26864916/32770624 swapFree=0/444532
[pid=20998] ppid=20995 vsize=10645524 CPUtime=10.86 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 61089 12567 0 0 1057 21 5 3 20 0 15 0 58990116 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2661381 90864 3472 1 0 2649995 0
[pid=20998/tid=21048] ppid=20995 vsize=10645524 CPUtime=4.52 cores=1,3,5,7
/proc/20998/task/21048/stat : 21048 (java) R 20995 20998 25139 0 -1 4202560 42667 12567 0 0 432 12 5 3 20 0 15 0 58990134 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808548313120 139808522075904 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21049] ppid=20995 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/20998/task/21049/stat : 21049 (java) S 20995 20998 25139 0 -1 1077944384 49 12567 0 0 3 0 5 3 20 0 15 0 58990135 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808155031952 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21050] ppid=20995 vsize=10645524 CPUtime=0.12 cores=1,3,5,7
/proc/20998/task/21050/stat : 21050 (java) S 20995 20998 25139 0 -1 1077944384 215 12567 0 0 4 0 5 3 20 0 15 0 58990135 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808153979152 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21051] ppid=20995 vsize=10645524 CPUtime=0.14 cores=1,3,5,7
/proc/20998/task/21051/stat : 21051 (java) S 20995 20998 25139 0 -1 1077944384 77 12567 0 0 6 0 5 3 20 0 15 0 58990135 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808152926864 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21052] ppid=20995 vsize=10645524 CPUtime=0.13 cores=1,3,5,7
/proc/20998/task/21052/stat : 21052 (java) S 20995 20998 25139 0 -1 1077944384 157 12567 0 0 5 0 5 3 20 0 15 0 58990135 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808151874064 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21053] ppid=20995 vsize=10645524 CPUtime=0.11 cores=1,3,5,7
/proc/20998/task/21053/stat : 21053 (java) S 20995 20998 25139 0 -1 1077944384 2619 12567 0 0 3 0 5 3 20 0 15 0 58990136 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808107620976 139808544090754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21054] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21054/stat : 21054 (java) S 20995 20998 25139 0 -1 1077944384 54 12567 0 0 0 0 5 3 20 0 15 0 58990136 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808106567008 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21055] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21055/stat : 21055 (java) S 20995 20998 25139 0 -1 1077944384 44 12567 0 0 0 0 5 3 20 0 15 0 58990137 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808105514624 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21056] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21056/stat : 21056 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808104462928 139808544098203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21057] ppid=20995 vsize=10645524 CPUtime=2.52 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) R 20995 20998 25139 0 -1 4202560 5583 12567 0 0 242 2 5 3 20 0 15 0 58990139 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808103395800 139808525599286 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21058] ppid=20995 vsize=10645524 CPUtime=2.51 cores=1,3,5,7
/proc/20998/task/21058/stat : 21058 (java) R 20995 20998 25139 0 -1 4202560 3497 12567 0 0 242 1 5 3 20 0 15 0 58990139 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808102345328 139808544100954 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21059] ppid=20995 vsize=10645524 CPUtime=1.24 cores=1,3,5,7
/proc/20998/task/21059/stat : 21059 (java) R 20995 20998 25139 0 -1 4202560 3976 12567 0 0 115 1 5 3 20 0 15 0 58990139 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808101304688 139808544091542 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21060] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21060/stat : 21060 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808100252128 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21061] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21061/stat : 21061 (java) S 20995 20998 25139 0 -1 1077944384 12 12567 0 0 0 0 5 3 20 0 15 0 58990144 10901016576 90864 18446744073709551615 4194304 4196468 140735217993840 139808099199920 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 10645524

[startup+5.20067 s]
/proc/loadavg: 1.96 1.80 1.78 5/213 21061
/proc/meminfo: memFree=26864916/32770624 swapFree=0/444532
[pid=20998] ppid=20995 vsize=10645524 CPUtime=12.08 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 62113 12567 0 0 1178 22 5 3 20 0 15 0 58990116 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2661381 95935 3473 1 0 2649995 0
[pid=20998/tid=21048] ppid=20995 vsize=10645524 CPUtime=4.67 cores=1,3,5,7
/proc/20998/task/21048/stat : 21048 (java) S 20995 20998 25139 0 -1 1077944384 42730 12567 0 0 447 12 5 3 20 0 15 0 58990134 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808548317152 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21049] ppid=20995 vsize=10645524 CPUtime=0.26 cores=1,3,5,7
/proc/20998/task/21049/stat : 21049 (java) R 20995 20998 25139 0 -1 4202560 74 12567 0 0 18 0 5 3 20 0 15 0 58990135 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808155032072 139808536707815 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21050] ppid=20995 vsize=10645524 CPUtime=0.27 cores=1,3,5,7
/proc/20998/task/21050/stat : 21050 (java) R 20995 20998 25139 0 -1 4202560 231 12567 0 0 19 0 5 3 20 0 15 0 58990135 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808153979152 139808528778423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21051] ppid=20995 vsize=10645524 CPUtime=0.27 cores=1,3,5,7
/proc/20998/task/21051/stat : 21051 (java) R 20995 20998 25139 0 -1 4202560 86 12567 0 0 19 0 5 3 20 0 15 0 58990135 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808152926864 139808536707815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21052] ppid=20995 vsize=10645524 CPUtime=0.26 cores=1,3,5,7
/proc/20998/task/21052/stat : 21052 (java) R 20995 20998 25139 0 -1 4202560 171 12567 0 0 18 0 5 3 20 0 15 0 58990135 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808151874064 139808536707815 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21053] ppid=20995 vsize=10645524 CPUtime=0.19 cores=1,3,5,7
/proc/20998/task/21053/stat : 21053 (java) S 20995 20998 25139 0 -1 1077944384 2627 12567 0 0 11 0 5 3 20 0 15 0 58990136 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808107619600 139808544089813 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21054] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21054/stat : 21054 (java) S 20995 20998 25139 0 -1 1077944384 54 12567 0 0 0 0 5 3 20 0 15 0 58990136 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808106566544 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21055] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21055/stat : 21055 (java) S 20995 20998 25139 0 -1 1077944384 44 12567 0 0 0 0 5 3 20 0 15 0 58990137 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808105514624 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21056] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21056/stat : 21056 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808104462928 139808544098203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21057] ppid=20995 vsize=10645524 CPUtime=2.69 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) S 20995 20998 25139 0 -1 1077944384 5659 12567 0 0 259 2 5 3 20 0 15 0 58990139 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808103393216 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21058] ppid=20995 vsize=10645524 CPUtime=2.71 cores=1,3,5,7
/proc/20998/task/21058/stat : 21058 (java) S 20995 20998 25139 0 -1 1077944384 4211 12567 0 0 261 2 5 3 20 0 15 0 58990139 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808102336016 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21059] ppid=20995 vsize=10645524 CPUtime=1.28 cores=1,3,5,7
/proc/20998/task/21059/stat : 21059 (java) S 20995 20998 25139 0 -1 1077944384 4075 12567 0 0 119 1 5 3 20 0 15 0 58990139 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808101304688 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21060] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21060/stat : 21060 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 15 0 58990139 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808100252128 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21061] ppid=20995 vsize=10645524 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21061/stat : 21061 (java) S 20995 20998 25139 0 -1 1077944384 12 12567 0 0 0 0 5 3 20 0 15 0 58990144 10901016576 95935 18446744073709551615 4194304 4196468 140735217993840 139808099199920 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 10645524

[startup+5.40067 s]
/proc/loadavg: 1.96 1.80 1.78 5/213 21061
/proc/meminfo: memFree=26864916/32770624 swapFree=0/444532
[pid=20998] ppid=20995 vsize=10712088 CPUtime=12.28 cores=1,3,5,7
/proc/20998/stat : 20998 (java) S 20995 20998 25139 0 -1 1077944320 62542 12567 0 0 1197 23 5 3 20 0 13 0 58990116 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 140735217976384 139808544079607 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
/proc/20998/statm: 2678022 96302 3476 1 0 2666636 0
[pid=20998/tid=21048] ppid=20995 vsize=10712088 CPUtime=4.72 cores=1,3,5,7
/proc/20998/task/21048/stat : 21048 (java) D 20995 20998 25139 0 -1 4202560 42872 12567 0 0 452 12 5 3 20 0 13 0 58990134 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808548322616 139808536765239 0 0 1 16800974 18446744072100924549 0 0 -1 5 0 0 4 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21049] ppid=20995 vsize=10712088 CPUtime=0.27 cores=1,3,5,7
/proc/20998/task/21049/stat : 21049 (java) S 20995 20998 25139 0 -1 1077944384 74 12567 0 0 19 0 5 3 20 0 13 0 58990135 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808155031952 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21050] ppid=20995 vsize=10712088 CPUtime=0.27 cores=1,3,5,7
/proc/20998/task/21050/stat : 21050 (java) S 20995 20998 25139 0 -1 1077944384 231 12567 0 0 19 0 5 3 20 0 13 0 58990135 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808153979152 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21051] ppid=20995 vsize=10712088 CPUtime=0.28 cores=1,3,5,7
/proc/20998/task/21051/stat : 21051 (java) S 20995 20998 25139 0 -1 1077944384 86 12567 0 0 20 0 5 3 20 0 13 0 58990135 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808152926864 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21052] ppid=20995 vsize=10712088 CPUtime=0.27 cores=1,3,5,7
/proc/20998/task/21052/stat : 21052 (java) S 20995 20998 25139 0 -1 1077944384 171 12567 0 0 19 0 5 3 20 0 13 0 58990135 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808151874064 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21054] ppid=20995 vsize=10712088 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21054/stat : 21054 (java) S 20995 20998 25139 0 -1 1077944384 54 12567 0 0 0 0 5 3 20 0 13 0 58990136 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808106567008 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21055] ppid=20995 vsize=10712088 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21055/stat : 21055 (java) S 20995 20998 25139 0 -1 1077944384 44 12567 0 0 0 0 5 3 20 0 13 0 58990137 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808105514624 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21056] ppid=20995 vsize=10712088 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21056/stat : 21056 (java) S 20995 20998 25139 0 -1 1077944384 26 12567 0 0 0 0 5 3 20 0 13 0 58990139 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808104461696 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21057] ppid=20995 vsize=10712088 CPUtime=2.74 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) S 20995 20998 25139 0 -1 1077944384 5679 12567 0 0 264 2 5 3 20 0 13 0 58990139 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808103401056 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21058] ppid=20995 vsize=10712088 CPUtime=2.78 cores=1,3,5,7
/proc/20998/task/21058/stat : 21058 (java) S 20995 20998 25139 0 -1 1077944384 4411 12567 0 0 268 2 5 3 20 0 13 0 58990139 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808102341488 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21059] ppid=20995 vsize=10712088 CPUtime=1.3 cores=1,3,5,7
/proc/20998/task/21059/stat : 21059 (java) S 20995 20998 25139 0 -1 1077944384 4088 12567 0 0 121 1 5 3 20 0 13 0 58990139 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808101304688 139808544090754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
[pid=20998/tid=21060] ppid=20995 vsize=10712088 CPUtime=0.08 cores=1,3,5,7
/proc/20998/task/21060/stat : 21060 (java) S 20995 20998 25139 0 -1 1077944384 3 12567 0 0 0 0 5 3 20 0 13 0 58990139 10969178112 96302 18446744073709551615 4194304 4196468 140735217993840 139808100252128 139808544089813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27787264 140735217997787 140735218000561 140735218000561 140735218003919 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 10712088

[startup+5.5007 s]
/proc/loadavg: 1.96 1.80 1.78 2/200 21062
/proc/meminfo: memFree=27158736/32770624 swapFree=0/444532
[pid=20998] ppid=20995 vsize=0 CPUtime=12.29 cores=1,3,5,7
/proc/20998/stat : 20998 (java) Z 20995 20998 25139 0 -1 4227084 62560 12567 0 0 1197 24 5 3 20 0 2 0 58990116 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/20998/statm: 0 0 0 0 0 0 0
[pid=20998/tid=21057] ppid=20995 vsize=0 CPUtime=2.75 cores=1,3,5,7
/proc/20998/task/21057/stat : 21057 (java) D 20995 20998 25139 0 -1 4203588 5679 12567 0 0 264 3 5 3 20 0 2 0 58990139 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.57012
CPU time (s): 12.3021
CPU user time (s): 12.0269
CPU system time (s): 0.275156
CPU usage (%): 220.859
Max. virtual memory (cumulated for all children) (KiB): 10712088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0269
system time used= 0.275156
maximum resident set size= 386032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6243
involuntary context switches= 96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021453 second user time and 0.043882 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 15:53:22
IDJOB=4247522
IDBENCH=140387
IDSOLVER=2630
FILE ID=node134/4247522-1502114840
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-puzzle/Crossword-m1c-words-p20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247522-1502114840/watcher-4247522-1502114840 -o /tmp/evaluation-result-4247522-1502114840/solver-4247522-1502114840 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4247522-1502114840.xml

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

MD5SUM BENCH= 652ba5e791d0de7647c1c6f96b05e6d5
RANDOM SEED=1849724766

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        27168316 kB
MemAvailable:   27844532 kB
Buffers:          219812 kB
Cached:           746048 kB
SwapCached:            0 kB
Active:          4701668 kB
Inactive:         467184 kB
Active(anon):    4205492 kB
Inactive(anon):    23032 kB
Active(file):     496176 kB
Inactive(file):   444152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24836 kB
Writeback:             4 kB
AnonPages:       4203180 kB
Mapped:            54520 kB
Shmem:             25276 kB
Slab:             129636 kB
SReclaimable:     103448 kB
SUnreclaim:        26188 kB
KernelStack:        3504 kB
PageTables:        13256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4638920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3946496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node134 at 2017-08-07 15:53:28