Trace number 4299283

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
GG's minicp 2018-04-29SAT 0.664369 0.366151

General information on the benchmark

NameLangford/
LangfordBin-15_c18.xml
MD5SUM07ea5144b09b59ff4e6e73933349a8c8
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.006486
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints45
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":30},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":30},{"degree":30,"count":30}]
Minimum constraint arity2
Maximum constraint arity31
Distribution of constraint arities[{"arity":2,"count":15},{"arity":31,"count":30}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"element","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.56/0.35	s SATISFIABLE
0.56/0.35	v <instantiation>
0.56/0.35	v 	<list>
0.56/0.35	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] 
0.56/0.35	v 	</list>
0.56/0.35	v 	<values>
0.56/0.35	v 		15 12 14 11 8 5 3 10 13 9 3 5 7 8 12 11 15 14 10 9 7 6 13 2 4 1 2 1 6 4 27 25 26 23 10 6 29 24 11 5 28 21 20 12 13 4 19 9 18 7 15 3 14 1 22 8 17 2 16 0 
0.56/0.35	v 	</values>
0.56/0.35	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 (14346 MiB free)
  memory of node 1: 16384 MiB (9729 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299283-1532795922/watcher-4299283-1532795922 -o /tmp/evaluation-result-4299283-1532795922/solver-4299283-1532795922 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299283-1532795922.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 11096
/proc/meminfo: memFree=24636300/32770624 swapFree=67108860/67108860
[pid=11081] ppid=11078 vsize=10661056 memory=28168 CPUtime=0.12 cores=0,2,4,6
/proc/11081/stat : 11081 (java) S 11078 11081 8861 0 -1 1077944320 4982 0 0 0 11 1 0 0 20 0 15 0 97155400 10916921344 7042 33554432000 4194304 4196468 140734376873200 140734376855744 139971236744951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
/proc/11081/statm: 2665264 7042 2794 1 0 2627263 0
[pid=11081/tid=11083] ppid=11078 vsize=10661056 memory=-8197568871503138690 CPUtime=0.09 cores=0,2,4,6
/proc/11081/task/11083/stat : 11083 (java) R 11078 11081 8861 0 -1 4202560 2865 0 0 0 9 0 0 0 20 0 15 0 97155401 10916921344 7042 33554432000 4194304 4196468 140734376873200 139971240977104 139971236756886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11084] ppid=11078 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11084/stat : 11084 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916921344 7042 33554432000 4194304 4196468 140734376873200 139971173436432 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11085] ppid=11078 vsize=10661056 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11085/stat : 11085 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970842848400 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11086] ppid=11078 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11086/stat : 11086 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970841795344 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11087] ppid=11078 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11087/stat : 11087 (java) S 11078 11081 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155401 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970840742800 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11088] ppid=11078 vsize=10661056 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11088/stat : 11088 (java) S 11078 11081 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155403 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970273216752 139971236756098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11089] ppid=11078 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11089/stat : 11089 (java) S 11078 11081 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155403 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970272162976 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11090] ppid=11078 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11090/stat : 11090 (java) S 11078 11081 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155403 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970271109872 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11091] ppid=11078 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11091/stat : 11091 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970270058448 139971236763547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11092] ppid=11078 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11092/stat : 11092 (java) S 11078 11081 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155406 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970269006576 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11093] ppid=11078 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11093/stat : 11093 (java) S 11078 11081 8861 0 -1 1077944384 395 0 0 0 0 0 0 0 20 0 15 0 97155406 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970267954032 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11094] ppid=11078 vsize=10661056 memory=139815564158592 CPUtime=0.01 cores=0,2,4,6
/proc/11081/task/11094/stat : 11094 (java) R 11078 11081 8861 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 97155406 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970266900976 139971215712587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11095] ppid=11078 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11095/stat : 11095 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970265848672 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11096] ppid=11078 vsize=10661056 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11096/stat : 11096 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155406 10916921344 7042 33554432000 4194304 4196468 140734376873200 139970264795696 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28168 KiB

[startup+0.210497 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 11096
/proc/meminfo: memFree=24625832/32770624 swapFree=67108860/67108860
[pid=11081] ppid=11078 vsize=10661056 memory=40312 CPUtime=0.32 cores=0,2,4,6
/proc/11081/stat : 11081 (java) S 11078 11081 8861 0 -1 1077944320 7583 0 0 0 30 2 0 0 20 0 15 0 97155400 10916921344 10078 33554432000 4194304 4196468 140734376873200 140734376855744 139971236744951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
/proc/11081/statm: 2665264 10078 2965 1 0 2627263 0
[pid=11081/tid=11083] ppid=11078 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11081/task/11083/stat : 11083 (java) R 11078 11081 8861 0 -1 4202560 4745 0 0 0 18 1 0 0 20 0 15 0 97155401 10916999168 10078 33554432000 4194304 4196468 140734376873200 139971240977264 139971220825438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11084] ppid=11078 vsize=10661132 memory=364 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11084/stat : 11084 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 10078 33554432000 4194304 4196468 140734376873200 139971173436432 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11085] ppid=11078 vsize=10661132 memory=3688648590500898464 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11085/stat : 11085 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970842848400 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11086] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11086/stat : 11086 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970841795344 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11087] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11087/stat : 11087 (java) S 11078 11081 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970840742800 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11088] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11088/stat : 11088 (java) S 11078 11081 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970273216752 139971236756098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11089] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11089/stat : 11089 (java) S 11078 11081 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970272162976 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11090] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11090/stat : 11090 (java) S 11078 11081 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970271109872 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11091] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11091/stat : 11091 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970270058448 139971236763547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11092] ppid=11078 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11081/task/11092/stat : 11092 (java) S 11078 11081 8861 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 97155406 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970269006576 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11093] ppid=11078 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11081/task/11093/stat : 11093 (java) S 11078 11081 8861 0 -1 1077944384 499 0 0 0 2 0 0 0 20 0 15 0 97155406 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970267954032 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11094] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0.07 cores=0,2,4,6
/proc/11081/task/11094/stat : 11094 (java) S 11078 11081 8861 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 15 0 97155406 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970266900976 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11095] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11095/stat : 11095 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 10078 33554432000 4194304 4196468 140734376873200 139970265848672 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11096] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11096/stat : 11096 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 10110 33554432000 4194304 4196468 140734376873200 139970264795696 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40312 KiB

[startup+0.31557 s]*
/proc/loadavg: 2.08 2.03 2.05 6/215 11096
/proc/meminfo: memFree=24618884/32770624 swapFree=67108860/67108860
[pid=11081] ppid=11078 vsize=10661132 memory=46456 CPUtime=0.56 cores=0,2,4,6
/proc/11081/stat : 11081 (java) S 11078 11081 8861 0 -1 1077944320 8205 0 0 0 54 2 0 0 20 0 15 0 97155400 10916999168 11614 33554432000 4194304 4196468 140734376873200 140734376855744 139971236744951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
/proc/11081/statm: 2665283 11614 3028 1 0 2627263 0
[pid=11081/tid=11083] ppid=11078 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/11081/task/11083/stat : 11083 (java) R 11078 11081 8861 0 -1 4202560 5094 0 0 0 28 2 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139971240982064 139971221910504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11084] ppid=11078 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11084/stat : 11084 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139971173436432 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11085] ppid=11078 vsize=10661132 memory=3473316934782363296 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11085/stat : 11085 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970842848400 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11086] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11086/stat : 11086 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970841795344 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11087] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11087/stat : 11087 (java) S 11078 11081 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970840742800 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11088] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11088/stat : 11088 (java) S 11078 11081 8861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970273216752 139971236756098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11089] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11089/stat : 11089 (java) S 11078 11081 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970272162976 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11090] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11090/stat : 11090 (java) S 11078 11081 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970271109872 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11091] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11091/stat : 11091 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970270058448 139971236763547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11092] ppid=11078 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11081/task/11092/stat : 11092 (java) S 11078 11081 8861 0 -1 1077944384 234 0 0 0 3 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970269006576 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11093] ppid=11078 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/11081/task/11093/stat : 11093 (java) S 11078 11081 8861 0 -1 1077944384 607 0 0 0 6 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970267954032 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11094] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0.15 cores=0,2,4,6
/proc/11081/task/11094/stat : 11094 (java) R 11078 11081 8861 0 -1 4202560 977 0 0 0 15 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970266895328 139971215705887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11095] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11095/stat : 11095 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970265848672 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11096] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11096/stat : 11096 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970264795696 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46456 KiB

[startup+0.366108 s]
# the end of solver process 11081 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.632982 s, system=0.031387 s

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

[startup+0.31557 s]*
/proc/loadavg: 2.08 2.03 2.05 6/215 11096
/proc/meminfo: memFree=24618884/32770624 swapFree=67108860/67108860
[pid=11081] ppid=11078 vsize=10661132 memory=46456 CPUtime=0.56 cores=0,2,4,6
/proc/11081/stat : 11081 (java) S 11078 11081 8861 0 -1 1077944320 8205 0 0 0 54 2 0 0 20 0 15 0 97155400 10916999168 11614 33554432000 4194304 4196468 140734376873200 140734376855744 139971236744951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
/proc/11081/statm: 2665283 11614 3028 1 0 2627263 0
[pid=11081/tid=11083] ppid=11078 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/11081/task/11083/stat : 11083 (java) R 11078 11081 8861 0 -1 4202560 5094 0 0 0 28 2 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139971240982064 139971221910504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11084] ppid=11078 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11084/stat : 11084 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139971173436432 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11085] ppid=11078 vsize=10661132 memory=3473316934782363296 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11085/stat : 11085 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970842848400 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11086] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11086/stat : 11086 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970841795344 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11087] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11087/stat : 11087 (java) S 11078 11081 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155401 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970840742800 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11088] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11088/stat : 11088 (java) S 11078 11081 8861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970273216752 139971236756098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11089] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11089/stat : 11089 (java) S 11078 11081 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970272162976 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11090] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11090/stat : 11090 (java) S 11078 11081 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155403 10916999168 11680 33554432000 4194304 4196468 140734376873200 139970271109872 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11091] ppid=11078 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11091/stat : 11091 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970270058448 139971236763547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11092] ppid=11078 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11081/task/11092/stat : 11092 (java) S 11078 11081 8861 0 -1 1077944384 234 0 0 0 3 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970269006576 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11093] ppid=11078 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/11081/task/11093/stat : 11093 (java) S 11078 11081 8861 0 -1 1077944384 607 0 0 0 6 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970267954032 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11094] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0.15 cores=0,2,4,6
/proc/11081/task/11094/stat : 11094 (java) R 11078 11081 8861 0 -1 4202560 977 0 0 0 15 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970266895328 139971215705887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11095] ppid=11078 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11095/stat : 11095 (java) S 11078 11081 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970265848672 139971236755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
[pid=11081/tid=11096] ppid=11078 vsize=10661132 memory=139815564158592 CPUtime=0 cores=0,2,4,6
/proc/11081/task/11096/stat : 11096 (java) S 11078 11081 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155406 10916999168 11746 33554432000 4194304 4196468 140734376873200 139970264795696 139971236756098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26030080 140734376879221 140734376879369 140734376879369 140734376882127 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46456 KiB

Child status: 0
Real time (s): 0.366151
CPU time (s): 0.664369
CPU user time (s): 0.632982
CPU system time (s): 0.031387
CPU usage (%): 181.447
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 46456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.632982
system time used= 0.031387
maximum resident set size= 50596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8606
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= 1096
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 11081
#   total CPU time (s): 0.664369
#   total CPU user time (s): 0.632982
#   total CPU system time (s): 0.031387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023352 second user time and 0.029336 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 18:38:42
IDJOB=4299283
IDBENCH=141341
IDSOLVER=2762
FILE ID=node151/4299283-1532795922
RUNJOBID= node151-1532775757-8892
PBS_JOBID= 21022465
Free space on /tmp= 54928 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Langford/LangfordBin-15_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299283-1532795922/watcher-4299283-1532795922 -o /tmp/evaluation-result-4299283-1532795922/solver-4299283-1532795922 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299283-1532795922.xml

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

MD5SUM BENCH= 07ea5144b09b59ff4e6e73933349a8c8
RANDOM SEED=1838925817

node151.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.87
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.87
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.87
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.87
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:        24652892 kB
MemAvailable:   28325192 kB
Buffers:          191944 kB
Cached:          3749164 kB
SwapCached:            0 kB
Active:          5058028 kB
Inactive:        2572916 kB
Active(anon):    3639300 kB
Inactive(anon):    78192 kB
Active(file):    1418728 kB
Inactive(file):  2494724 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1152 kB
Writeback:             0 kB
AnonPages:       3709436 kB
Mapped:            54944 kB
Shmem:             25224 kB
Slab:             177320 kB
SReclaimable:     149364 kB
SUnreclaim:        27956 kB
KernelStack:        3792 kB
PageTables:        12208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4664288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3590144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-28 18:38:43