Trace number 4267919

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
cosoco 1.12? (TO) 2519.52 2520

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-12-03-04.xml
MD5SUM4cb414677efb9576d4ff9b4f5d333658
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 benchmark6.8545599
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints167
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1056}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":1056}]
Minimum constraint arity12
Maximum constraint arity1056
Distribution of constraint arities[{"arity":12,"count":88},{"arity":88,"count":12},{"arity":176,"count":66},{"arity":1056,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemNO
Type of objective

Solver Data

9.63/9.76	c root propagations     : 0           
9.63/9.76	c restarts enabled, print stats at every restarts
9.63/9.76	c
9.63/9.76	c
9.63/9.76	c
9.63/9.76	c This is cosoco 1.12 --  
9.63/9.76	c
9.63/9.76	c command line: cosoco -lc -model -restarts HOME/instance-4267919-1502517236.xml 
9.63/9.76	c ========================================[ Problem Statistics ]===========================================
9.63/9.76	c |                                                                                                       
9.63/9.76	c |  Parse time        :         0.16 s 
9.63/9.76	c |
9.63/9.76	c |               Variables: 1056
9.63/9.76	c |            Domain Sizes: 2..2
9.63/9.76	c |
9.63/9.76	c |             Constraints: 264
9.63/9.76	c |                   Arity: 12..176
9.63/9.76	c | 
9.63/9.76	c |                   Types: 
9.63/9.76	c |                          Intension: 66
9.63/9.76	c |                          Lex: 98
9.63/9.76	c |                          Sum: 100
9.63/9.76	c |                          
9.63/9.76	c =========================================================================================================
9.63/9.76	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
2519.50/2520.00	
2519.50/2520.00	c *** INTERRUPTED ***
2519.50/2520.00	c restarts              : 0           
2519.50/2520.00	c conflicts             : 0            (0 /sec)
2519.50/2520.00	c decisions             : 11           (0 /sec)
2519.50/2520.00	c propagations          : 11          (0 /sec)
2519.50/2520.00	c root propagations     : 0           
2519.50/2520.00	c filter calls          : 433            (0 /sec)
2519.50/2520.00	c useless filter calls  : 432            (99 %)
2519.50/2520.00	c Memory used           : 47.28 MB
2519.50/2520.00	c CPU time              : 2519.5 s
2519.50/2520.00	
2519.50/2520.00	s UNKNOWN

Verifier Data


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-4267919-1502517236/watcher-4267919-1502517236 -o /tmp/evaluation-result-4267919-1502517236/solver-4267919-1502517236 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502500311-1849 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267919-1502517236.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.05 3/180 7102
/proc/meminfo: memFree=31367016/32770624 swapFree=0/322236
[pid=7102] ppid=7099 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7102/stat : 7102 (runsolver) D 7099 7102 1785 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 53919129 24240128 106 18446744073709551615 4194304 4338465 140721900738912 140721900736552 139880663786199 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 34406400 140721900740802 140721900741193 140721900741193 140721900744650 0
/proc/7102/statm: 5918 106 53 36 0 2156 0

[startup+0.100173 s]
/proc/loadavg: 2.01 2.02 2.05 3/180 7102
/proc/meminfo: memFree=31367016/32770624 swapFree=0/322236
[pid=7102] ppid=7099 vsize=28800 CPUtime=0.03 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 1496 0 0 0 3 0 0 0 20 0 1 0 53919129 29491200 1289 18446744073709551615 4194304 5972588 140721691219088 140721691215736 139733781093860 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 7200 1289 796 435 0 563 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28800

[startup+0.200296 s]
/proc/loadavg: 2.01 2.02 2.05 3/180 7102
/proc/meminfo: memFree=31367016/32770624 swapFree=0/322236
[pid=7102] ppid=7099 vsize=30996 CPUtime=0.13 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 2044 0 0 0 13 0 0 0 20 0 1 0 53919129 31739904 1870 18446744073709551615 4194304 5972588 140721691219088 140721691215736 139733790358501 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 7749 1870 796 435 0 1112 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 30996

[startup+0.300272 s]
/proc/loadavg: 2.01 2.02 2.05 3/180 7102
/proc/meminfo: memFree=31367016/32770624 swapFree=0/322236
[pid=7102] ppid=7099 vsize=32308 CPUtime=0.23 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 2402 0 0 0 23 0 0 0 20 0 1 0 53919129 33083392 2196 18446744073709551615 4194304 5972588 140721691219088 140721691215736 5070704 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 8077 2196 799 435 0 1440 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 32308

[startup+0.700236 s]
/proc/loadavg: 2.01 2.02 2.05 3/180 7102
/proc/meminfo: memFree=31367016/32770624 swapFree=0/322236
[pid=7102] ppid=7099 vsize=32968 CPUtime=0.63 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 2579 0 0 0 63 0 0 0 20 0 1 0 53919129 33759232 2394 18446744073709551615 4194304 5972588 140721691219088 140721691216120 5071456 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 8242 2394 828 435 0 1605 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 32968

[startup+1.50022 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 7103
/proc/meminfo: memFree=31360180/32770624 swapFree=0/322288
[pid=7102] ppid=7099 vsize=34288 CPUtime=1.43 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 2906 0 0 0 143 0 0 0 20 0 1 0 53919129 35110912 2724 18446744073709551615 4194304 5972588 140721691219088 140721691216120 5070704 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 8572 2724 828 435 0 1935 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 34288

[startup+3.10021 s]
/proc/loadavg: 1.93 2.01 2.04 3/181 7103
/proc/meminfo: memFree=31357948/32770624 swapFree=0/322288
[pid=7102] ppid=7099 vsize=37060 CPUtime=3.02 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 3855 0 0 0 302 0 0 0 20 0 1 0 53919129 37949440 3380 18446744073709551615 4194304 5972588 140721691219088 140721691216120 5071499 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 9265 3380 829 435 0 2628 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 37060

[startup+6.30022 s]
/proc/loadavg: 1.93 2.01 2.04 3/184 7117
/proc/meminfo: memFree=31346992/32770624 swapFree=0/322248
[pid=7102] ppid=7099 vsize=42472 CPUtime=6.23 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 6057 0 0 0 622 1 0 0 20 0 1 0 53919129 43491328 4786 18446744073709551615 4194304 5972588 140721691219088 140721691216120 4909657 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 10618 4786 829 435 0 3981 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 42472

[startup+12.7002 s]
/proc/loadavg: 1.94 2.01 2.04 3/184 7117
/proc/meminfo: memFree=31339800/32770624 swapFree=0/322248
[pid=7102] ppid=7099 vsize=48412 CPUtime=12.62 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 7882 0 0 0 1261 1 0 0 20 0 1 0 53919129 49573888 6283 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4965560 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6283 831 435 0 5466 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 48412

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 2.04 4/184 7117
/proc/meminfo: memFree=31339832/32770624 swapFree=0/322244
[pid=7102] ppid=7099 vsize=48412 CPUtime=25.42 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8099 0 0 0 2541 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5071501 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 48412

[startup+51.1003 s]
/proc/loadavg: 1.96 2.01 2.04 3/184 7117
/proc/meminfo: memFree=31340096/32770624 swapFree=0/322244
[pid=7102] ppid=7099 vsize=48412 CPUtime=51.02 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8297 0 0 0 5101 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099674 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 48412

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 7119
/proc/meminfo: memFree=31340168/32770624 swapFree=0/322260
[pid=7102] ppid=7099 vsize=48412 CPUtime=102.21 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8530 0 0 0 10220 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5070704 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 48412

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 7121
/proc/meminfo: memFree=31343188/32770624 swapFree=0/322260
[pid=7102] ppid=7099 vsize=48412 CPUtime=162.2 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8622 0 0 0 16219 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4909657 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 48412

[startup+222.305 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 7123
/proc/meminfo: memFree=31342568/32770624 swapFree=0/322260
[pid=7102] ppid=7099 vsize=48412 CPUtime=222.19 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8807 0 0 0 22218 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4968804 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 48412

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 7125
/proc/meminfo: memFree=31343188/32770624 swapFree=0/322276
[pid=7102] ppid=7099 vsize=48412 CPUtime=282.18 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8875 0 0 0 28217 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5053069 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 48412

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/181 7127
/proc/meminfo: memFree=31342448/32770624 swapFree=0/322292
[pid=7102] ppid=7099 vsize=48412 CPUtime=342.17 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 8954 0 0 0 34216 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4965560 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 48412

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/181 7129
/proc/meminfo: memFree=31343068/32770624 swapFree=0/322320
[pid=7102] ppid=7099 vsize=48412 CPUtime=402.16 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 9133 0 0 0 40215 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099668 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 48412

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 7131
/proc/meminfo: memFree=31342944/32770624 swapFree=0/322332
[pid=7102] ppid=7099 vsize=48412 CPUtime=462.15 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 9178 0 0 0 46214 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5071499 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 48412

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 7133
/proc/meminfo: memFree=31343016/32770624 swapFree=0/322336
[pid=7102] ppid=7099 vsize=48412 CPUtime=522.14 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 9235 0 0 0 52213 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5070711 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 48412

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 7135
/proc/meminfo: memFree=31342768/32770624 swapFree=0/322332
[pid=7102] ppid=7099 vsize=48412 CPUtime=582.13 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 9288 0 0 0 58212 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5071463 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 48412


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 7287
/proc/meminfo: memFree=31300412/32770624 swapFree=0/322596
[pid=7102] ppid=7099 vsize=48412 CPUtime=1601.96 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10282 0 0 0 160195 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4909624 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 48412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 7289
/proc/meminfo: memFree=31300784/32770624 swapFree=0/322616
[pid=7102] ppid=7099 vsize=48412 CPUtime=1661.95 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10313 0 0 0 166194 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099674 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 48412

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 7291
/proc/meminfo: memFree=31300536/32770624 swapFree=0/322632
[pid=7102] ppid=7099 vsize=48412 CPUtime=1721.94 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10357 0 0 0 172193 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5070704 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 48412

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 7293
/proc/meminfo: memFree=31300576/32770624 swapFree=0/322640
[pid=7102] ppid=7099 vsize=48412 CPUtime=1781.93 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10387 0 0 0 178192 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099664 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 48412

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 7310
/proc/meminfo: memFree=31297080/32770624 swapFree=0/322680
[pid=7102] ppid=7099 vsize=48412 CPUtime=1841.92 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10431 0 0 0 184191 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5071492 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1841.92
Current children cumulated vsize (KiB) 48412

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7312
/proc/meminfo: memFree=31296584/32770624 swapFree=0/322700
[pid=7102] ppid=7099 vsize=48412 CPUtime=1901.91 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10462 0 0 0 190190 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5070704 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1901.91
Current children cumulated vsize (KiB) 48412

[startup+1962.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 7314
/proc/meminfo: memFree=31299484/32770624 swapFree=0/322700
[pid=7102] ppid=7099 vsize=48412 CPUtime=1961.9 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10507 0 0 0 196189 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099674 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 1961.9
Current children cumulated vsize (KiB) 48412

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 7316
/proc/meminfo: memFree=31300104/32770624 swapFree=0/322712
[pid=7102] ppid=7099 vsize=48412 CPUtime=2021.89 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10538 0 0 0 202188 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4965552 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2021.89
Current children cumulated vsize (KiB) 48412

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 7318
/proc/meminfo: memFree=31300104/32770624 swapFree=0/322728
[pid=7102] ppid=7099 vsize=48412 CPUtime=2081.88 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10582 0 0 0 208187 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5053071 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2081.88
Current children cumulated vsize (KiB) 48412

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 7320
/proc/meminfo: memFree=31299996/32770624 swapFree=0/322744
[pid=7102] ppid=7099 vsize=48412 CPUtime=2141.87 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10611 0 0 0 214186 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4968848 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2141.87
Current children cumulated vsize (KiB) 48412

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 7322
/proc/meminfo: memFree=31299624/32770624 swapFree=0/322756
[pid=7102] ppid=7099 vsize=48412 CPUtime=2201.86 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10652 0 0 0 220185 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099674 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2201.86
Current children cumulated vsize (KiB) 48412

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 7324
/proc/meminfo: memFree=31299872/32770624 swapFree=0/322764
[pid=7102] ppid=7099 vsize=48412 CPUtime=2261.85 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10681 0 0 0 226184 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4909657 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2261.85
Current children cumulated vsize (KiB) 48412

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 7326
/proc/meminfo: memFree=31299376/32770624 swapFree=0/322776
[pid=7102] ppid=7099 vsize=48412 CPUtime=2321.84 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10726 0 0 0 232183 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5070704 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2321.84
Current children cumulated vsize (KiB) 48412

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 7328
/proc/meminfo: memFree=31299624/32770624 swapFree=0/322776
[pid=7102] ppid=7099 vsize=48412 CPUtime=2381.83 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10758 0 0 0 238182 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5071499 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2381.83
Current children cumulated vsize (KiB) 48412

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 7344
/proc/meminfo: memFree=31296192/32770624 swapFree=0/322812
[pid=7102] ppid=7099 vsize=48412 CPUtime=2441.82 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10802 0 0 0 244181 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5099664 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2441.82
Current children cumulated vsize (KiB) 48412

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 7346
/proc/meminfo: memFree=31295536/32770624 swapFree=0/322820
[pid=7102] ppid=7099 vsize=48412 CPUtime=2501.81 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10831 0 0 0 250180 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 5053066 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2501.81
Current children cumulated vsize (KiB) 48412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 7347
/proc/meminfo: memFree=31298800/32770624 swapFree=0/322832
[pid=7102] ppid=7099 vsize=48412 CPUtime=2519.5 cores=1,3,5,7
/proc/7102/stat : 7102 (cosoco) R 7099 7102 1785 0 -1 4202496 10860 0 0 0 251949 1 0 0 20 0 1 0 53919129 49573888 6285 18446744073709551615 4194304 5972588 140721691219088 140721691216664 4909660 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 30085120 140721691222510 140721691222605 140721691222605 140721691226062 0
/proc/7102/statm: 12103 6285 833 435 0 5466 0
Current children cumulated CPU time (s) 2519.5
Current children cumulated vsize (KiB) 48412

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 7102 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2520
CPU time (s): 2519.52
CPU user time (s): 2519.5
CPU system time (s): 0.017996
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 48412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.5
system time used= 0.017996
maximum resident set size= 25208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10912
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= 12
involuntary context switches= 1984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.75723 second user time and 7.29402 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-12 07:39:56
IDJOB=4267919
IDBENCH=123864
IDSOLVER=2658
FILE ID=node126/4267919-1502517236
RUNJOBID= node126-1502500311-1849
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-12-03-04.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267919-1502517236/watcher-4267919-1502517236 -o /tmp/evaluation-result-4267919-1502517236/solver-4267919-1502517236 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502500311-1849 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267919-1502517236.xml

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

MD5SUM BENCH= 4cb414677efb9576d4ff9b4f5d333658
RANDOM SEED=689216284

node126.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.81
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.81
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.81
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.81
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:        31367436 kB
MemAvailable:   31983264 kB
Buffers:          299672 kB
Cached:           588320 kB
SwapCached:          524 kB
Active:           552368 kB
Inactive:         393560 kB
Active(anon):      11728 kB
Inactive(anon):    71324 kB
Active(file):     540640 kB
Inactive(file):   322236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2480 kB
Writeback:             0 kB
AnonPages:         47304 kB
Mapped:            44316 kB
Shmem:             25248 kB
Slab:             163532 kB
SReclaimable:     137572 kB
SUnreclaim:        25960 kB
KernelStack:        3520 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-12 08:21:56