Trace number 4267917

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) 2520.0601 2519.8999

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-39-057-19-13-06.xml
MD5SUM3f57466950d699c6fe06f63c47c5f1af
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2223
Number of constraints838
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2223}]
Minimum variable degree41
Maximum variable degree41
Distribution of variable degrees[{"degree":41,"count":2223}]
Minimum constraint arity39
Maximum constraint arity2223
Distribution of constraint arities[{"arity":39,"count":57},{"arity":57,"count":39},{"arity":114,"count":741},{"arity":2223,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":837}]
Optimization problemNO
Type of objective

Solver Data

632.89/632.93	c root propagations     : 0           
632.89/632.93	c restarts enabled, print stats at every restarts
632.89/632.93	c
632.89/632.93	c
632.89/632.93	c
632.89/632.93	c This is cosoco 1.12 --  
632.89/632.93	c
632.89/632.93	c command line: cosoco -lc -model -restarts HOME/instance-4267917-1502517418.xml 
632.89/632.93	c ========================================[ Problem Statistics ]===========================================
632.89/632.93	c |                                                                                                       
632.89/632.93	c |  Parse time        :         1.37 s 
632.89/632.93	c |
632.89/632.93	c |               Variables: 2223
632.89/632.93	c |            Domain Sizes: 2..2
632.89/632.93	c |
632.89/632.93	c |             Constraints: 931
632.89/632.93	c |                   Arity: 39..114
632.89/632.93	c | 
632.89/632.93	c |                   Types: 
632.89/632.93	c |                          Intension: 741
632.89/632.93	c |                          Lex: 94
632.89/632.93	c |                          Sum: 96
632.89/632.93	c |                          
632.89/632.93	c =========================================================================================================
632.89/632.93	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
2520.05/2519.90	
2520.05/2519.90	c *** INTERRUPTED ***
2520.05/2519.90	c restarts              : 0           
2520.05/2519.90	c conflicts             : 0            (0 /sec)
2520.05/2519.90	c decisions             : 7            (0 /sec)
2520.05/2519.90	c propagations          : 7           (0 /sec)
2520.05/2519.90	c root propagations     : 0           
2520.05/2519.90	c filter calls          : 1190           (0 /sec)
2520.05/2519.90	c useless filter calls  : 1189           (99 %)
2520.05/2519.90	c Memory used           : 137.13 MB
2520.05/2519.90	c CPU time              : 2520.01 s
2520.05/2519.90	
2520.05/2519.90	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-4267917-1502517418/watcher-4267917-1502517418 -o /tmp/evaluation-result-4267917-1502517418/solver-4267917-1502517418 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267917-1502517418.xml 

pid=6317
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.00 2.01 2.05 3/185 6320
/proc/meminfo: memFree=31155176/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (runsolver) D 6317 6320 1478 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 93653017 24240128 108 18446744073709551615 4194304 4338465 140720633606240 140720633603880 140403652334295 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 38752256 140720633614530 140720633614921 140720633614921 140720633618378 0
/proc/6320/statm: 5918 108 54 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6320
/proc/meminfo: memFree=31155176/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=30392 CPUtime=0.05 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 1899 0 0 0 5 0 0 0 20 0 1 0 93653017 31121408 1684 18446744073709551615 4194304 5972588 140737121157200 140737121153848 140527277997029 0 0 1 0 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 7598 1684 796 435 0 961 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30392

[startup+0.200301 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6320
/proc/meminfo: memFree=31155176/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=32872 CPUtime=0.15 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 2498 0 0 0 15 0 0 0 20 0 1 0 93653017 33660928 2337 18446744073709551615 4194304 5972588 140737121157200 140737121153848 140527277997029 0 0 1 0 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 8218 2337 796 435 0 1581 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 32872

[startup+0.300256 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6320
/proc/meminfo: memFree=31155176/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=35232 CPUtime=0.25 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 3097 0 0 0 25 0 0 0 20 0 1 0 93653017 36077568 2926 18446744073709551615 4194304 5972588 140737121157200 140737121153848 140527277997029 0 0 1 0 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 8808 2926 797 435 0 2171 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 35232

[startup+0.700226 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6320
/proc/meminfo: memFree=31155176/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=44768 CPUtime=0.65 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 5482 0 0 0 65 0 0 0 20 0 1 0 93653017 45842432 5311 18446744073709551615 4194304 5972588 140737121157200 140737121151544 140527277997029 0 0 1 0 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 11192 5311 797 435 0 4555 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 44768

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6321
/proc/meminfo: memFree=31127344/32770624 swapFree=0/479512
[pid=6320] ppid=6317 vsize=63992 CPUtime=1.45 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 10333 0 0 0 144 1 0 0 20 0 1 0 93653017 65527808 10146 18446744073709551615 4194304 5972588 140737121157200 140737121151544 5071501 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 15998 10146 802 435 0 9361 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 63992

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6321
/proc/meminfo: memFree=31117192/32770624 swapFree=0/479432
[pid=6320] ppid=6317 vsize=63992 CPUtime=3.05 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 10447 0 0 0 304 1 0 0 20 0 1 0 93653017 65527808 10175 18446744073709551615 4194304 5972588 140737121157200 140737121154424 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 15998 10175 828 435 0 9361 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 63992

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6321
/proc/meminfo: memFree=31116380/32770624 swapFree=0/479428
[pid=6320] ppid=6317 vsize=64388 CPUtime=6.25 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 10673 0 0 0 624 1 0 0 20 0 1 0 93653017 65933312 10247 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5053056 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 16097 10247 828 435 0 9460 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 64388

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6322
/proc/meminfo: memFree=31115480/32770624 swapFree=0/479424
[pid=6320] ppid=6317 vsize=65180 CPUtime=12.65 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 11055 0 0 0 1264 1 0 0 20 0 1 0 93653017 66744320 10454 18446744073709551615 4194304 5972588 140737121157200 140737121154232 4909643 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 16295 10454 828 435 0 9658 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 65180

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6322
/proc/meminfo: memFree=31113992/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=66764 CPUtime=25.45 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 11801 0 0 0 2544 1 0 0 20 0 1 0 93653017 68366336 10831 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 16691 10831 828 435 0 10054 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66764

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6322
/proc/meminfo: memFree=31110880/32770624 swapFree=0/479420
[pid=6320] ppid=6317 vsize=69932 CPUtime=51.05 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 13204 0 0 0 5104 1 0 0 20 0 1 0 93653017 71610368 11599 18446744073709551615 4194304 5972588 140737121157200 140737121154232 4909657 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 17483 11599 829 435 0 10846 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 69932

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6324
/proc/meminfo: memFree=31104372/32770624 swapFree=0/479436
[pid=6320] ppid=6317 vsize=76136 CPUtime=102.25 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 15292 0 0 0 10224 1 0 0 20 0 1 0 93653017 77963264 13174 18446744073709551615 4194304 5972588 140737121157200 140737121154232 4962376 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 19034 13174 829 435 0 12397 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76136

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6326
/proc/meminfo: memFree=31097452/32770624 swapFree=0/479440
[pid=6320] ppid=6317 vsize=83396 CPUtime=162.26 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 17414 0 0 0 16224 2 0 0 20 0 1 0 93653017 85397504 14971 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5053061 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 20849 14971 829 435 0 14212 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 83396

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6329
/proc/meminfo: memFree=31090028/32770624 swapFree=0/479448
[pid=6320] ppid=6317 vsize=90656 CPUtime=222.27 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 19531 0 0 0 22225 2 0 0 20 0 1 0 93653017 92831744 16775 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5071499 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 22664 16775 829 435 0 16027 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 90656

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6331
/proc/meminfo: memFree=31083212/32770624 swapFree=0/479452
[pid=6320] ppid=6317 vsize=97916 CPUtime=282.27 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 21341 0 0 0 28225 2 0 0 20 0 1 0 93653017 100265984 18623 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5071517 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 24479 18623 829 435 0 17842 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 97916

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6333
/proc/meminfo: memFree=31075424/32770624 swapFree=0/479460
[pid=6320] ppid=6317 vsize=105044 CPUtime=342.27 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 23418 0 0 0 34225 2 0 0 20 0 1 0 93653017 107565056 20399 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5071456 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 26261 20399 829 435 0 19624 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 105044

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6400
/proc/meminfo: memFree=31057044/32770624 swapFree=0/479492
[pid=6320] ppid=6317 vsize=112304 CPUtime=402.27 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 25231 0 0 0 40225 2 0 0 20 0 1 0 93653017 114999296 22247 18446744073709551615 4194304 5972588 140737121157200 140737121154232 4965552 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 28076 22247 829 435 0 21439 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 112304

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 6417
/proc/meminfo: memFree=31004520/32770624 swapFree=0/479472
[pid=6320] ppid=6317 vsize=119828 CPUtime=462.28 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 27317 0 0 0 46225 3 0 0 20 0 1 0 93653017 122703872 24062 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5071488 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 29957 24062 829 435 0 23320 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 119828

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6419
/proc/meminfo: memFree=31000416/32770624 swapFree=0/479476
[pid=6320] ppid=6317 vsize=127088 CPUtime=522.28 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 29156 0 0 0 52225 3 0 0 20 0 1 0 93653017 130138112 25910 18446744073709551615 4194304 5972588 140737121157200 140737121154232 4965560 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 31772 25910 829 435 0 25135 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 127088

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6421
/proc/meminfo: memFree=30993444/32770624 swapFree=0/479492
[pid=6320] ppid=6317 vsize=134348 CPUtime=582.29 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 31126 0 0 0 58226 3 0 0 20 0 1 0 93653017 137572352 27723 18446744073709551615 4194304 5972588 140737121157200 140737121154232 5070704 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 33587 27723 829 435 0 26950 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 134348


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


[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/189 6515
/proc/meminfo: memFree=30981748/32770624 swapFree=0/479744
[pid=6320] ppid=6317 vsize=140420 CPUtime=1662.38 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34585 0 0 0 166234 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071496 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 1662.38
Current children cumulated vsize (KiB) 140420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 6517
/proc/meminfo: memFree=30982956/32770624 swapFree=0/479760
[pid=6320] ppid=6317 vsize=140420 CPUtime=1722.39 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34601 0 0 0 172235 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071505 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 1722.39
Current children cumulated vsize (KiB) 140420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6519
/proc/meminfo: memFree=30983860/32770624 swapFree=0/479776
[pid=6320] ppid=6317 vsize=140420 CPUtime=1782.39 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34644 0 0 0 178235 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071496 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (KiB) 140420

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6521
/proc/meminfo: memFree=30984156/32770624 swapFree=0/479776
[pid=6320] ppid=6317 vsize=140420 CPUtime=1842.39 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34659 0 0 0 184235 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071505 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 1842.39
Current children cumulated vsize (KiB) 140420

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6523
/proc/meminfo: memFree=30984040/32770624 swapFree=0/479788
[pid=6320] ppid=6317 vsize=140420 CPUtime=1902.4 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34699 0 0 0 190236 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071463 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 1902.4
Current children cumulated vsize (KiB) 140420

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6525
/proc/meminfo: memFree=30982604/32770624 swapFree=0/479788
[pid=6320] ppid=6317 vsize=140420 CPUtime=1962.4 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34717 0 0 0 196236 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 1962.4
Current children cumulated vsize (KiB) 140420

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6527
/proc/meminfo: memFree=30983824/32770624 swapFree=0/479784
[pid=6320] ppid=6317 vsize=140420 CPUtime=2022.41 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34750 0 0 0 202237 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2022.41
Current children cumulated vsize (KiB) 140420

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6529
/proc/meminfo: memFree=30984912/32770624 swapFree=0/479792
[pid=6320] ppid=6317 vsize=140420 CPUtime=2082.42 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34774 0 0 0 208238 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071456 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2082.42
Current children cumulated vsize (KiB) 140420

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6531
/proc/meminfo: memFree=30984672/32770624 swapFree=0/479808
[pid=6320] ppid=6317 vsize=140420 CPUtime=2142.42 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34805 0 0 0 214238 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2142.42
Current children cumulated vsize (KiB) 140420

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 6533
/proc/meminfo: memFree=30986036/32770624 swapFree=0/479824
[pid=6320] ppid=6317 vsize=140420 CPUtime=2202.43 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34830 0 0 0 220239 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 4909657 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2202.43
Current children cumulated vsize (KiB) 140420

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6550
/proc/meminfo: memFree=30981264/32770624 swapFree=0/479848
[pid=6320] ppid=6317 vsize=140420 CPUtime=2262.43 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34860 0 0 0 226239 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 4909660 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2262.43
Current children cumulated vsize (KiB) 140420

[startup+2322.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 6553
/proc/meminfo: memFree=30982308/32770624 swapFree=0/479860
[pid=6320] ppid=6317 vsize=140420 CPUtime=2322.43 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34883 0 0 0 232239 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 4909639 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2322.43
Current children cumulated vsize (KiB) 140420

[startup+2382.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 6555
/proc/meminfo: memFree=30983784/32770624 swapFree=0/479872
[pid=6320] ppid=6317 vsize=140420 CPUtime=2382.44 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34913 0 0 0 238240 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 4965556 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2382.44
Current children cumulated vsize (KiB) 140420

[startup+2442.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 6557
/proc/meminfo: memFree=30983836/32770624 swapFree=0/479880
[pid=6320] ppid=6317 vsize=140420 CPUtime=2442.44 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 34928 0 0 0 244240 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5071496 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2442.44
Current children cumulated vsize (KiB) 140420

[startup+2502.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 6559
/proc/meminfo: memFree=30984092/32770624 swapFree=0/479892
[pid=6320] ppid=6317 vsize=140420 CPUtime=2502.45 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 35240 0 0 0 250241 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2502.45
Current children cumulated vsize (KiB) 140420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6561
/proc/meminfo: memFree=30983496/32770624 swapFree=0/479900
[pid=6320] ppid=6317 vsize=140420 CPUtime=2520.05 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 35240 0 0 0 252001 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 4909639 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 140420

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6561
/proc/meminfo: memFree=30983496/32770624 swapFree=0/479900
[pid=6320] ppid=6317 vsize=140420 CPUtime=2520.05 cores=1,3,5,7
/proc/6320/stat : 6320 (cosoco) R 6317 6320 1478 0 -1 4202496 35240 0 0 0 252001 4 0 0 20 0 1 0 93653017 143790080 29264 18446744073709551615 4194304 5972588 140737121157200 140737121154776 4909639 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 29790208 140737121161710 140737121161805 140737121161805 140737121165262 0
/proc/6320/statm: 35105 29264 833 435 0 28468 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 140420

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.06
CPU user time (s): 2520.02
CPU system time (s): 0.040003
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 140420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.02
system time used= 0.040003
maximum resident set size= 117128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35287
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= 15
involuntary context switches= 1228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60974 second user time and 8.95913 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 07:43:03
IDJOB=4267917
IDBENCH=124090
IDSOLVER=2658
FILE ID=node135/4267917-1502517418
RUNJOBID= node135-1502500348-1544
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-39-057-19-13-06.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267917-1502517418/watcher-4267917-1502517418 -o /tmp/evaluation-result-4267917-1502517418/solver-4267917-1502517418 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267917-1502517418.xml

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

MD5SUM BENCH= 3f57466950d699c6fe06f63c47c5f1af
RANDOM SEED=1780765513

node135.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.21
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.21
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.21
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.21
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:        31155204 kB
MemAvailable:   31978380 kB
Buffers:          302068 kB
Cached:           812044 kB
SwapCached:            0 kB
Active:           661928 kB
Inactive:         512560 kB
Active(anon):      60692 kB
Inactive(anon):    33140 kB
Active(file):     601236 kB
Inactive(file):   479420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:         60152 kB
Mapped:            53416 kB
Shmem:             33464 kB
Slab:             143972 kB
SReclaimable:     116708 kB
SUnreclaim:        27264 kB
KernelStack:        3328 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-12 08:25:04