Trace number 4241313

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 NameAnswerobjective functionCPU timeWall clock time
R1: cosoco 1.1? (TO) 2400.05 2399.8999

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbop-10-20-1.xml
MD5SUMd4812570331b0d4fd95926de7f20690d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark58.040401
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints241
Number of domains3
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":200},{"size":20,"count":40},{"size":21,"count":20}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":220},{"degree":5,"count":20},{"degree":21,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":200},{"arity":5,"count":20},{"arity":11,"count":20},{"arity":20,"count":1}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.12	c best=?? lower=0 upper=20 
0.01/0.14	c
0.01/0.14	c This is cosoco 1.0 --  
0.01/0.14	c
0.01/0.14	c enable optimization
0.01/0.14	c ========================================[ Problem Statistics ]===========================================
0.01/0.14	c |                                                                                                       
0.01/0.14	c |  Parse time        :         0.04 s 
0.01/0.14	c |
0.01/0.14	c |               Variables: 260
0.01/0.14	c |            Domain Sizes: 2..21
0.01/0.14	c |
0.01/0.14	c |             Constraints: 242
0.01/0.14	c |                   Arity: 3..20  -- Ternary: 200
0.01/0.14	c | 
0.01/0.14	c |                   Types: 
0.01/0.14	c |                          All Different: 1
0.01/0.14	c |                          Extension: 200  (nb tuples: 400..490) -- (shared: 180)
0.01/0.14	c |                          Max constant: 1
0.01/0.14	c |                          Minimum Variable: 20
0.01/0.14	c |                          Sum: 20
0.01/0.14	c |                          
0.01/0.14	c =========================================================================================================
0.01/0.14	o 8
0.01/0.14	c    1 calls to solver: best=8 lower=0 upper=7 
0.01/0.17	o 7
0.21/0.34	o 6
0.21/0.34	c    3 calls to solver: best=6 lower=0 upper=5 
0.41/0.52	o 5

Verifier Data

One s line expected

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-4241313-1502086393/watcher-4241313-1502086393 -o /tmp/evaluation-result-4241313-1502086393/solver-4241313-1502086393 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241313-1502086393.xml 

pid=22839
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.05 2.05 3/180 22842
/proc/meminfo: memFree=31688300/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22842/stat : 22842 (runsolver) D 22839 22842 9955 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 10860298 24240128 107 18446744073709551615 4194304 4338465 140737409962528 140737409960168 140006614729431 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 37625856 140737409966239 140737409966666 140737409966666 140737409970122 0
/proc/22842/statm: 5918 107 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 2.11 2.05 2.05 3/180 22842
/proc/meminfo: memFree=31688300/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=27520 CPUtime=0.01 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 1156 0 0 0 1 0 0 0 20 0 1 0 10860298 28180480 979 18446744073709551615 4194304 5970956 140729838147744 140729838144392 5670383 0 0 1 0 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 6880 979 782 434 0 244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27520

[startup+0.20022 s]
/proc/loadavg: 2.11 2.05 2.05 3/180 22842
/proc/meminfo: memFree=31688300/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=29236 CPUtime=0.11 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 1654 0 0 0 11 0 0 0 20 0 1 0 10860298 29937664 1441 18446744073709551615 4194304 5970956 140729838147744 140729838144392 5038354 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7309 1441 839 434 0 673 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 29236

[startup+0.300203 s]
/proc/loadavg: 2.11 2.05 2.05 3/180 22842
/proc/meminfo: memFree=31688300/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=29236 CPUtime=0.21 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 1654 0 0 0 21 0 0 0 20 0 1 0 10860298 29937664 1441 18446744073709551615 4194304 5970956 140729838147744 140729838144392 4934350 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7309 1441 839 434 0 673 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 29236

[startup+0.700174 s]
/proc/loadavg: 2.11 2.05 2.05 3/180 22842
/proc/meminfo: memFree=31688300/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=29368 CPUtime=0.61 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 1660 0 0 0 61 0 0 0 20 0 1 0 10860298 30072832 1507 18446744073709551615 4194304 5970956 140729838147744 140729838144392 4934453 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1507 842 434 0 706 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 29368

[startup+1.50017 s]
/proc/loadavg: 2.11 2.05 2.05 3/181 22843
/proc/meminfo: memFree=31685888/32770624 swapFree=0/398956
[pid=22842] ppid=22839 vsize=29368 CPUtime=1.41 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 1660 0 0 0 141 0 0 0 20 0 1 0 10860298 30072832 1507 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934318 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1507 842 434 0 706 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 29368

[startup+3.10017 s]
/proc/loadavg: 2.11 2.05 2.05 3/181 22843
/proc/meminfo: memFree=31685888/32770624 swapFree=0/398956
[pid=22842] ppid=22839 vsize=29368 CPUtime=3.01 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 2251 0 0 0 301 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934354 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 29368

[startup+6.30017 s]
/proc/loadavg: 2.18 2.07 2.06 3/181 22843
/proc/meminfo: memFree=31685768/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=29368 CPUtime=6.21 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 2842 0 0 0 621 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934366 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 29368

[startup+12.7003 s]
/proc/loadavg: 2.17 2.07 2.06 3/181 22843
/proc/meminfo: memFree=31685272/32770624 swapFree=0/398964
[pid=22842] ppid=22839 vsize=29368 CPUtime=12.61 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 3433 0 0 0 1261 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934318 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 29368

[startup+25.5003 s]
/proc/loadavg: 2.20 2.08 2.06 3/181 22844
/proc/meminfo: memFree=31684652/32770624 swapFree=0/398972
[pid=22842] ppid=22839 vsize=29368 CPUtime=25.41 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 4615 0 0 0 2541 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5328029 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 29368

[startup+51.1003 s]
/proc/loadavg: 2.13 2.07 2.06 4/184 22858
/proc/meminfo: memFree=31680064/32770624 swapFree=0/398984
[pid=22842] ppid=22839 vsize=29368 CPUtime=51.01 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 5206 0 0 0 5101 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934449 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 29368

[startup+102.3 s]
/proc/loadavg: 2.10 2.08 2.06 3/184 22860
/proc/meminfo: memFree=31680128/32770624 swapFree=0/399048
[pid=22842] ppid=22839 vsize=29368 CPUtime=102.22 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 5797 0 0 0 10222 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934327 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 29368

[startup+162.3 s]
/proc/loadavg: 2.07 2.08 2.06 3/184 22886
/proc/meminfo: memFree=31679516/32770624 swapFree=0/399128
[pid=22842] ppid=22839 vsize=29368 CPUtime=162.23 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 6388 0 0 0 16223 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934335 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 29368

[startup+222.306 s]
/proc/loadavg: 2.03 2.06 2.05 3/181 22888
/proc/meminfo: memFree=31683236/32770624 swapFree=0/399164
[pid=22842] ppid=22839 vsize=29368 CPUtime=222.24 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 6979 0 0 0 22224 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5008903 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 29368

[startup+282.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 22890
/proc/meminfo: memFree=31683244/32770624 swapFree=0/399196
[pid=22842] ppid=22839 vsize=29368 CPUtime=282.24 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 6979 0 0 0 28224 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934327 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 29368

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 22892
/proc/meminfo: memFree=31683340/32770624 swapFree=0/399224
[pid=22842] ppid=22839 vsize=29368 CPUtime=342.24 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 7570 0 0 0 34224 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934366 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 29368

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 22894
/proc/meminfo: memFree=31683720/32770624 swapFree=0/399264
[pid=22842] ppid=22839 vsize=29368 CPUtime=402.25 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 7570 0 0 0 40225 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5136570 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 29368

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 22896
/proc/meminfo: memFree=31684188/32770624 swapFree=0/399288
[pid=22842] ppid=22839 vsize=29368 CPUtime=462.25 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 8161 0 0 0 46225 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5337492 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 29368

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 22898
/proc/meminfo: memFree=31683824/32770624 swapFree=0/399320
[pid=22842] ppid=22839 vsize=29368 CPUtime=522.26 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 8161 0 0 0 52226 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934342 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 29368

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 22900
/proc/meminfo: memFree=31684024/32770624 swapFree=0/399348
[pid=22842] ppid=22839 vsize=29368 CPUtime=582.27 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 8752 0 0 0 58227 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5098928 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 29368


################
# More data... #
################


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 23022
/proc/meminfo: memFree=31686616/32770624 swapFree=0/399948
[pid=22842] ppid=22839 vsize=29368 CPUtime=1542.36 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 13480 0 0 0 154236 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934354 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 29368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23025
/proc/meminfo: memFree=31687056/32770624 swapFree=0/399996
[pid=22842] ppid=22839 vsize=29368 CPUtime=1602.36 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 13480 0 0 0 160236 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4978160 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 29368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23027
/proc/meminfo: memFree=31686808/32770624 swapFree=0/400028
[pid=22842] ppid=22839 vsize=29368 CPUtime=1662.37 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 14071 0 0 0 166237 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934272 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 29368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23029
/proc/meminfo: memFree=31687152/32770624 swapFree=0/400052
[pid=22842] ppid=22839 vsize=29368 CPUtime=1722.37 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 14071 0 0 0 172237 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934656 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 29368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23032
/proc/meminfo: memFree=31686416/32770624 swapFree=0/400092
[pid=22842] ppid=22839 vsize=29368 CPUtime=1782.38 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 14662 0 0 0 178238 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934366 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 29368

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23034
/proc/meminfo: memFree=31687044/32770624 swapFree=0/400124
[pid=22842] ppid=22839 vsize=29368 CPUtime=1842.39 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 14662 0 0 0 184239 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934868 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1842.39
Current children cumulated vsize (KiB) 29368

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 23051
/proc/meminfo: memFree=31682848/32770624 swapFree=0/400184
[pid=22842] ppid=22839 vsize=29368 CPUtime=1902.39 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 15250 0 0 0 190239 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5319222 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1902.39
Current children cumulated vsize (KiB) 29368

[startup+1962.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 23053
/proc/meminfo: memFree=31685896/32770624 swapFree=0/400220
[pid=22842] ppid=22839 vsize=29368 CPUtime=1962.4 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 15253 0 0 0 196240 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934327 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 1962.4
Current children cumulated vsize (KiB) 29368

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 23055
/proc/meminfo: memFree=31685840/32770624 swapFree=0/400256
[pid=22842] ppid=22839 vsize=29368 CPUtime=2022.4 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 15844 0 0 0 202240 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934350 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2022.4
Current children cumulated vsize (KiB) 29368

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 23057
/proc/meminfo: memFree=31686468/32770624 swapFree=0/400276
[pid=22842] ppid=22839 vsize=29368 CPUtime=2082.41 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 15844 0 0 0 208241 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934432 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2082.41
Current children cumulated vsize (KiB) 29368

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 23059
/proc/meminfo: memFree=31686476/32770624 swapFree=0/400304
[pid=22842] ppid=22839 vsize=29368 CPUtime=2142.41 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 16435 0 0 0 214241 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934473 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2142.41
Current children cumulated vsize (KiB) 29368

[startup+2202.31 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 23061
/proc/meminfo: memFree=31686988/32770624 swapFree=0/400332
[pid=22842] ppid=22839 vsize=29368 CPUtime=2202.43 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 16435 0 0 0 220243 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934318 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2202.43
Current children cumulated vsize (KiB) 29368

[startup+2262.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 23063
/proc/meminfo: memFree=31686760/32770624 swapFree=0/400364
[pid=22842] ppid=22839 vsize=29368 CPUtime=2262.43 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 17026 0 0 0 226243 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 5322040 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2262.43
Current children cumulated vsize (KiB) 29368

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 23065
/proc/meminfo: memFree=31687136/32770624 swapFree=0/400392
[pid=22842] ppid=22839 vsize=29368 CPUtime=2322.43 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 17026 0 0 0 232243 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4933193 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2322.43
Current children cumulated vsize (KiB) 29368

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 23067
/proc/meminfo: memFree=31686524/32770624 swapFree=0/400420
[pid=22842] ppid=22839 vsize=29368 CPUtime=2382.44 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 17616 0 0 0 238244 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4933182 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2382.44
Current children cumulated vsize (KiB) 29368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 23067
/proc/meminfo: memFree=31686652/32770624 swapFree=0/400436
[pid=22842] ppid=22839 vsize=29368 CPUtime=2400.04 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 17616 0 0 0 240004 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934272 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 29368

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2399.9 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 23067
/proc/meminfo: memFree=31686652/32770624 swapFree=0/400436
[pid=22842] ppid=22839 vsize=29368 CPUtime=2400.04 cores=0,2,4,6
/proc/22842/stat : 22842 (cosoco) R 22839 22842 9955 0 -1 4202496 17616 0 0 0 240004 0 0 0 20 0 1 0 10860298 30072832 1508 18446744073709551615 4194304 5970956 140729838147744 140729838145304 4934272 0 0 1 8405026 0 0 0 17 2 0 0 7 0 0 8070896 8075904 41308160 140729838154188 140729838154318 140729838154318 140729838157774 0
/proc/22842/statm: 7342 1508 842 434 0 706 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 29368

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.05
CPU user time (s): 2400.04
CPU system time (s): 0.007
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 29368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.04
system time used= 0.007
maximum resident set size= 6080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69601 second user time and 8.14586 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-07 07:59:10
IDJOB=4241313
IDBENCH=140530
IDSOLVER=2620
FILE ID=node125/4241313-1502086393
RUNJOBID= node125-1502042574-16652
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbop-10-20-1.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241313-1502086393/watcher-4241313-1502086393 -o /tmp/evaluation-result-4241313-1502086393/solver-4241313-1502086393 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241313-1502086393.xml

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

MD5SUM BENCH= d4812570331b0d4fd95926de7f20690d
RANDOM SEED=1882413930

node125.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.07
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.07
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.07
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.07
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:        31688912 kB
MemAvailable:   32011332 kB
Buffers:          137944 kB
Cached:           473376 kB
SwapCached:            0 kB
Active:           259480 kB
Inactive:         415688 kB
Active(anon):      64164 kB
Inactive(anon):    16724 kB
Active(file):     195316 kB
Inactive(file):   398964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:         63844 kB
Mapped:            33016 kB
Shmem:             17060 kB
Slab:             112208 kB
SReclaimable:      87948 kB
SUnreclaim:        24260 kB
KernelStack:        3200 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 62028 MiB
End job on node125 at 2017-08-07 08:39:10