Trace number 4299260

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
MiniCPFever 2018-04-29SAT 0.913165 0.452421

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
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.017614
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.87/0.43	d NO_SOL_FOUND
0.87/0.43	s SATISFIABLE
0.87/0.43	v <instantiation>
0.87/0.43	v 	<list>
0.87/0.43	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] 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] 
0.87/0.43	v 	</list>
0.87/0.43	v 	<values>
0.87/0.43	v 		12 10 11 6 4 5 9 7 8 4 6 5 10 12 11 7 9 8 3 1 2 1 3 2 21 19 23 20 22 18 9 4 11 5 10 3 15 7 17 8 16 6 12 1 14 2 13 0 
0.87/0.43	v 	</values>
0.87/0.43	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 (12336 MiB free)
  memory of node 1: 16384 MiB (13976 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299260-1532797388/watcher-4299260-1532797388 -o /tmp/evaluation-result-4299260-1532797388/solver-4299260-1532797388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26075 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299260-1532797388.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.93 1.71 1.61 4/219 28948
/proc/meminfo: memFree=26930032/32770624 swapFree=67108436/67108860
[pid=28933] ppid=28930 vsize=10658972 memory=26416 CPUtime=0.13 cores=1,3,5,7
/proc/28933/stat : 28933 (java) S 28930 28933 26043 0 -1 1077944320 5069 0 0 0 12 1 0 0 20 0 15 0 97301931 10914787328 6604 33554432000 4194304 4196468 140727573750800 140727573733344 140469019389687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
/proc/28933/statm: 2664743 6604 2818 1 0 2627263 0
[pid=28933/tid=28935] ppid=28930 vsize=10658972 memory=-8341684059579126911 CPUtime=0.09 cores=1,3,5,7
/proc/28933/task/28935/stat : 28935 (java) R 28930 28933 26043 0 -1 4202560 2845 0 0 0 9 0 0 0 20 0 15 0 97301932 10914787328 6604 33554432000 4194304 4196468 140727573750800 140469023617040 140468997834478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28936] ppid=28930 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28936/stat : 28936 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468986948112 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28937] ppid=28930 vsize=10658972 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28937/stat : 28937 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468625533584 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28938] ppid=28930 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28938/stat : 28938 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301932 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468624480528 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28939] ppid=28930 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28939/stat : 28939 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468623427984 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28940] ppid=28930 vsize=10658972 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28940/stat : 28940 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301934 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468511812336 140469019400834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28941] ppid=28930 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28941/stat : 28941 (java) S 28930 28933 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97301934 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468510758560 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28942] ppid=28930 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28942/stat : 28942 (java) S 28930 28933 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97301934 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468509705456 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28943] ppid=28930 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28943/stat : 28943 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468508654032 140469019408283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28944] ppid=28930 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28944/stat : 28944 (java) R 28930 28933 26043 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 97301937 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468507601136 140469019400834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28945] ppid=28930 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28945/stat : 28945 (java) R 28930 28933 26043 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 15 0 97301937 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468506540240 140469002774578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28946] ppid=28930 vsize=10658972 memory=140004397250176 CPUtime=0.02 cores=1,3,5,7
/proc/28933/task/28946/stat : 28946 (java) R 28930 28933 26043 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 97301937 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468505495536 140469011626814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28947] ppid=28930 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28947/stat : 28947 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468504443232 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28948] ppid=28930 vsize=10658972 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28948/stat : 28948 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301937 10914787328 6604 33554432000 4194304 4196468 140727573750800 140468503391280 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 26416 KiB

[startup+0.210871 s]*
/proc/loadavg: 1.93 1.71 1.61 3/219 28948
/proc/meminfo: memFree=26917860/32770624 swapFree=67108436/67108860
[pid=28933] ppid=28930 vsize=10659048 memory=39412 CPUtime=0.32 cores=1,3,5,7
/proc/28933/stat : 28933 (java) S 28930 28933 26043 0 -1 1077944320 7848 0 0 0 30 2 0 0 20 0 15 0 97301931 10914865152 9853 33554432000 4194304 4196468 140727573750800 140727573733344 140469019389687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
/proc/28933/statm: 2664762 9853 3008 1 0 2627263 0
[pid=28933/tid=28935] ppid=28930 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28933/task/28935/stat : 28935 (java) R 28930 28933 26043 0 -1 4202560 4791 0 0 0 19 1 0 0 20 0 15 0 97301932 10914865152 9853 33554432000 4194304 4196468 140727573750800 140469023622000 140469003470174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28936] ppid=28930 vsize=10659048 memory=345 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28936/stat : 28936 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468986948112 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28937] ppid=28930 vsize=10659048 memory=140004397276508 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28937/stat : 28937 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468625533584 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28938] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28938/stat : 28938 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468624480528 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28939] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28939/stat : 28939 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468623427984 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28940] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28940/stat : 28940 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468511812336 140469019400834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28941] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28941/stat : 28941 (java) S 28930 28933 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468510758560 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28942] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28942/stat : 28942 (java) S 28930 28933 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468509705456 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28943] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28943/stat : 28943 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468508654032 140469019408283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28944] ppid=28930 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28933/task/28944/stat : 28944 (java) S 28930 28933 26043 0 -1 1077944384 730 0 0 0 2 0 0 0 20 0 15 0 97301937 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468507601136 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28945] ppid=28930 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28933/task/28945/stat : 28945 (java) S 28930 28933 26043 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 97301937 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468506548592 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28946] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0.07 cores=1,3,5,7
/proc/28933/task/28946/stat : 28946 (java) S 28930 28933 26043 0 -1 1077944384 865 0 0 0 7 0 0 0 20 0 15 0 97301937 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468505495536 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28947] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28947/stat : 28947 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468504443232 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28948] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28948/stat : 28948 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 9853 33554432000 4194304 4196468 140727573750800 140468503391280 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 39412 KiB

[startup+0.310424 s]*
/proc/loadavg: 2.10 1.75 1.62 5/219 28948
/proc/meminfo: memFree=26913084/32770624 swapFree=67108436/67108860
[pid=28933] ppid=28930 vsize=10659048 memory=46332 CPUtime=0.54 cores=1,3,5,7
/proc/28933/stat : 28933 (java) S 28930 28933 26043 0 -1 1077944320 8799 0 0 0 51 3 0 0 20 0 15 0 97301931 10914865152 11583 33554432000 4194304 4196468 140727573750800 140727573733344 140469019389687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
/proc/28933/statm: 2664762 11583 3051 1 0 2627263 0
[pid=28933/tid=28935] ppid=28930 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28933/task/28935/stat : 28935 (java) R 28930 28933 26043 0 -1 4202560 5235 0 0 0 28 2 0 0 20 0 15 0 97301932 10914865152 11583 33554432000 4194304 4196468 140727573750800 140469023621920 140468656152823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28936] ppid=28930 vsize=10659048 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28936/stat : 28936 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468986948112 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28937] ppid=28930 vsize=10659048 memory=140004397276503 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28937/stat : 28937 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468625533584 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28938] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28938/stat : 28938 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468624480528 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28939] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28939/stat : 28939 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468623427984 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28940] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28940/stat : 28940 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468511812336 140469019400834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28941] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28941/stat : 28941 (java) S 28930 28933 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468510758560 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28942] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28942/stat : 28942 (java) S 28930 28933 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468509705456 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28943] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28943/stat : 28943 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468508654032 140469019408283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28944] ppid=28930 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28933/task/28944/stat : 28944 (java) R 28930 28933 26043 0 -1 4202560 925 0 0 0 6 0 0 0 20 0 15 0 97301937 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468507590288 140469000933791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28945] ppid=28930 vsize=10659048 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28933/task/28945/stat : 28945 (java) S 28930 28933 26043 0 -1 1077944384 187 0 0 0 3 0 0 0 20 0 15 0 97301937 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468506548592 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28946] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0.13 cores=1,3,5,7
/proc/28933/task/28946/stat : 28946 (java) R 28930 28933 26043 0 -1 4202560 1082 0 0 0 13 0 0 0 20 0 15 0 97301937 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468505495536 140469019411034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28947] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28947/stat : 28947 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468504443232 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28948] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28948/stat : 28948 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 11583 33554432000 4194304 4196468 140727573750800 140468503391280 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46332 KiB

[startup+0.452369 s]
# the end of solver process 28933 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.867611 s, system=0.045554 s

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

[startup+0.420234 s]*
/proc/loadavg: 2.10 1.75 1.62 5/219 28948
/proc/meminfo: memFree=26888088/32770624 swapFree=67108436/67108860
[pid=28933] ppid=28930 vsize=10659048 memory=70720 CPUtime=0.87 cores=1,3,5,7
/proc/28933/stat : 28933 (java) S 28930 28933 26043 0 -1 1077944320 12360 0 0 0 83 4 0 0 20 0 15 0 97301931 10914865152 17680 33554432000 4194304 4196468 140727573750800 140727573733344 140469019389687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
/proc/28933/statm: 2664762 17680 3079 1 0 2627263 0
[pid=28933/tid=28935] ppid=28930 vsize=10659048 memory=7022364594140610616 CPUtime=0.41 cores=1,3,5,7
/proc/28933/task/28935/stat : 28935 (java) R 28930 28933 26043 0 -1 4202560 5303 0 0 0 39 2 0 0 20 0 15 0 97301932 10914865152 17680 33554432000 4194304 4196468 140727573750800 140469023625904 140468656152624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28936] ppid=28930 vsize=10659048 memory=345 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28936/stat : 28936 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468986948112 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28937] ppid=28930 vsize=10659048 memory=140004397276508 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28937/stat : 28937 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468625533584 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28938] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28938/stat : 28938 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468624480528 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28939] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28939/stat : 28939 (java) S 28930 28933 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97301932 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468623427984 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28940] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28940/stat : 28940 (java) S 28930 28933 26043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468511812336 140469019400834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28941] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28941/stat : 28941 (java) S 28930 28933 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468510758560 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28942] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28942/stat : 28942 (java) S 28930 28933 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97301934 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468509705456 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28943] ppid=28930 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28943/stat : 28943 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468508654032 140469019408283 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28944] ppid=28930 vsize=10659048 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/28933/task/28944/stat : 28944 (java) R 28930 28933 26043 0 -1 4202560 2395 0 0 0 14 0 0 0 20 0 15 0 97301937 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468507582872 140469003782125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28945] ppid=28930 vsize=10659048 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/28933/task/28945/stat : 28945 (java) R 28930 28933 26043 0 -1 4202560 1777 0 0 0 11 0 0 0 20 0 15 0 97301937 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468506529608 140469002875646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28946] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0.18 cores=1,3,5,7
/proc/28933/task/28946/stat : 28946 (java) S 28930 28933 26043 0 -1 1077944384 1512 0 0 0 18 0 0 0 20 0 15 0 97301937 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468505495536 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28947] ppid=28930 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28947/stat : 28947 (java) S 28930 28933 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468504443232 140469019399893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
[pid=28933/tid=28948] ppid=28930 vsize=10659048 memory=140004397250176 CPUtime=0 cores=1,3,5,7
/proc/28933/task/28948/stat : 28948 (java) S 28930 28933 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97301937 10914865152 17680 33554432000 4194304 4196468 140727573750800 140468503391280 140469019400834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16732160 140727573755053 140727573755145 140727573755145 140727573757903 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 70720 KiB

Child status: 0
Real time (s): 0.452421
CPU time (s): 0.913165
CPU user time (s): 0.867611
CPU system time (s): 0.045554
CPU usage (%): 201.84
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 70720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.867611
system time used= 0.045554
maximum resident set size= 74628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12663
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= 1271
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 28933
#   total CPU time (s): 0.913165
#   total CPU user time (s): 0.867611
#   total CPU system time (s): 0.045554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02378 second user time and 0.040984 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 19:03:08
IDJOB=4299260
IDBENCH=141338
IDSOLVER=2763
FILE ID=node137/4299260-1532797388
RUNJOBID= node137-1532774102-26075
PBS_JOBID= 21022457
Free space on /tmp= 48156 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Langford/LangfordBin-12_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299260-1532797388/watcher-4299260-1532797388 -o /tmp/evaluation-result-4299260-1532797388/solver-4299260-1532797388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26075 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299260-1532797388.xml

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=1693753070

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26945260 kB
MemAvailable:   30818892 kB
Buffers:          193812 kB
Cached:          3912880 kB
SwapCached:           32 kB
Active:          2915204 kB
Inactive:        2357012 kB
Active(anon):    1112924 kB
Inactive(anon):    80052 kB
Active(file):    1802280 kB
Inactive(file):  2276960 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1151340 kB
Mapped:            52920 kB
Shmem:             25052 kB
Slab:             248512 kB
SReclaimable:     220452 kB
SUnreclaim:        28060 kB
KernelStack:        3872 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1966048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-28 19:03:08