Trace number 4267532

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

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w3b3r7.xml
MD5SUM4bffeaf90ccad3cb01dd3bbb4a29e0a4
Bench CategoryCOP (optimization 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 variables1024
Number of constraints65
Number of domains2
Minimum domain size32
Maximum domain size145
Distribution of domain sizes[{"size":32,"count":1},{"size":145,"count":1023}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":992},{"degree":5,"count":31}]
Minimum constraint arity32
Maximum constraint arity1023
Distribution of constraint arities[{"arity":32,"count":1},{"arity":33,"count":62},{"arity":1023,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":31},{"type":"lex","count":1},{"type":"sum","count":31},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.01/0.12	c Create Cardinality(vars,values,occurs) constraint using 1023 Exactly/AtMost.. constraint 
0.01/0.12	c
0.01/0.15	c best=?? lower=0 upper=31 
2519.96/2520.00	c
2519.96/2520.00	c This is cosoco 1.12 --  
2519.96/2520.00	c
2519.96/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267532-1502557689.xml 
2519.96/2520.00	c enable optimization
2519.96/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.96/2520.00	c |                                                                                                       
2519.96/2520.00	c |  Parse time        :         0.06 s 
2519.96/2520.00	c |
2519.96/2520.00	c |               Variables: 1024
2519.96/2520.00	c |            Domain Sizes: 32..145
2519.96/2520.00	c |
2519.96/2520.00	c |             Constraints: 1200
2519.96/2520.00	c |                   Arity: 1..1023  -- Unary: 1  -- Binary: 992
2519.96/2520.00	c | 
2519.96/2520.00	c |                   Types: 
2519.96/2520.00	c |                          (X -Y <= k): 992
2519.96/2520.00	c |                          Exactly K: 145
2519.96/2520.00	c |                          Exactly K variable: 1
2519.96/2520.00	c |                          Intension: 1
2519.96/2520.00	c |                          Lex: 30
2519.96/2520.00	c |                          Sum: 31
2519.96/2520.00	c |                          
2519.96/2520.00	c =========================================================================================================
2519.96/2520.00	
2519.96/2520.00	c *** INTERRUPTED ***
2519.96/2520.00	c restarts              : 13          
2519.96/2520.00	c conflicts             : 2452         (1 /sec)
2519.96/2520.00	c decisions             : 65433        (26 /sec)
2519.96/2520.00	c propagations          : 26321091    (10445 /sec)
2519.96/2520.00	c root propagations     : 0           
2519.96/2520.00	c filter calls          : 32689363       (12972 /sec)
2519.96/2520.00	c useless filter calls  : 32341621       (98 %)
2519.96/2520.00	c Memory used           : 49.38 MB
2519.96/2520.00	c CPU time              : 2519.93 s
2519.96/2520.00	
2519.96/2520.00	c No Bound found!
2519.96/2520.00	
2519.96/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-4267532-1502557689/watcher-4267532-1502557689 -o /tmp/evaluation-result-4267532-1502557689/solver-4267532-1502557689 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267532-1502557689.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 4052
/proc/meminfo: memFree=30962184/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/4052/stat : 4052 (runsolver) D 4049 4052 24445 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 103275240 24240128 106 18446744073709551615 4194304 4338465 140727345949744 140727345947384 139749143028439 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 11227136 140727345950913 140727345951305 140727345951305 140727345954762 0
/proc/4052/statm: 5918 106 53 36 0 2156 0

[startup+0.10017 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 4052
/proc/meminfo: memFree=30962184/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=29104 CPUtime=0.01 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 1480 0 0 0 1 0 0 0 20 0 1 0 103275240 29802496 1274 18446744073709551615 4194304 5972588 140722296692000 140722296688648 139728760130533 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 7276 1274 711 435 0 639 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29104

[startup+0.20033 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 4052
/proc/meminfo: memFree=30962184/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=46312 CPUtime=0.1 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 5925 0 0 0 10 0 0 0 20 0 1 0 103275240 47423488 5728 18446744073709551615 4194304 5972588 140722296692000 140722296688648 5139507 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5728 813 435 0 4941 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 46312

[startup+0.300384 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 4052
/proc/meminfo: memFree=30962184/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=46312 CPUtime=0.2 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 5925 0 0 0 20 0 0 0 20 0 1 0 103275240 47423488 5728 18446744073709551615 4194304 5972588 140722296692000 140722296688648 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5728 813 435 0 4941 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 46312

[startup+0.700325 s]
/proc/loadavg: 2.00 2.01 2.05 4/183 4052
/proc/meminfo: memFree=30962184/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=46312 CPUtime=0.6 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 5925 0 0 0 60 0 0 0 20 0 1 0 103275240 47423488 5728 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5032431 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5728 813 435 0 4941 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 46312

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4053
/proc/meminfo: memFree=30943480/32770624 swapFree=0/598956
[pid=4052] ppid=4049 vsize=46312 CPUtime=1.4 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 5925 0 0 0 140 0 0 0 20 0 1 0 103275240 47423488 5728 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139507 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5728 813 435 0 4941 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 46312

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4053
/proc/meminfo: memFree=30943108/32770624 swapFree=0/598956
[pid=4052] ppid=4049 vsize=46312 CPUtime=3 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 9236 0 0 0 300 0 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 46312

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4053
/proc/meminfo: memFree=30942916/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=46312 CPUtime=6.2 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 13166 0 0 0 620 0 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5032455 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 46312

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4053
/proc/meminfo: memFree=30942544/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=46312 CPUtime=12.6 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 17596 0 0 0 1260 0 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5032455 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 46312

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4054
/proc/meminfo: memFree=30942364/32770624 swapFree=0/598964
[pid=4052] ppid=4049 vsize=46312 CPUtime=25.4 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 26027 0 0 0 2539 1 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 46312

[startup+51.1004 s]
/proc/loadavg: 2.06 2.03 2.05 3/184 4055
/proc/meminfo: memFree=30940660/32770624 swapFree=0/598960
[pid=4052] ppid=4049 vsize=46312 CPUtime=51 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 31081 0 0 0 5099 1 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139333 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 46312

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/184 4057
/proc/meminfo: memFree=30939976/32770624 swapFree=0/598984
[pid=4052] ppid=4049 vsize=46312 CPUtime=102.2 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 31801 0 0 0 10219 1 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139327 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 46312

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/185 4060
/proc/meminfo: memFree=30940624/32770624 swapFree=0/598996
[pid=4052] ppid=4049 vsize=46312 CPUtime=162.2 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 32516 0 0 0 16219 1 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 46312

[startup+222.306 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 4063
/proc/meminfo: memFree=30940608/32770624 swapFree=0/599004
[pid=4052] ppid=4049 vsize=46312 CPUtime=222.21 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 33231 0 0 0 22220 1 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5032455 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46312

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 4066
/proc/meminfo: memFree=30940484/32770624 swapFree=0/599012
[pid=4052] ppid=4049 vsize=46312 CPUtime=282.2 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 33235 0 0 0 28219 1 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139327 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 46312

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 4068
/proc/meminfo: memFree=30940856/32770624 swapFree=0/599020
[pid=4052] ppid=4049 vsize=46312 CPUtime=342.21 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 33946 0 0 0 34219 2 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 46312

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 4085
/proc/meminfo: memFree=30937652/32770624 swapFree=0/599024
[pid=4052] ppid=4049 vsize=46312 CPUtime=402.21 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 34657 0 0 0 40219 2 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 46312

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 4111
/proc/meminfo: memFree=30937624/32770624 swapFree=0/599052
[pid=4052] ppid=4049 vsize=46312 CPUtime=462.21 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 35372 0 0 0 46219 2 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 46312

[startup+522.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/185 4113
/proc/meminfo: memFree=30941508/32770624 swapFree=0/599048
[pid=4052] ppid=4049 vsize=46312 CPUtime=522.22 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 36083 0 0 0 52220 2 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 46312

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/185 4115
/proc/meminfo: memFree=30941384/32770624 swapFree=0/599064
[pid=4052] ppid=4049 vsize=46312 CPUtime=582.22 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 36794 0 0 0 58220 2 0 0 20 0 1 0 103275240 47423488 5766 18446744073709551615 4194304 5972588 140722296692000 140722296679208 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 11578 5766 851 435 0 4941 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 46312


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 4242
/proc/meminfo: memFree=30935076/32770624 swapFree=0/599236
[pid=4052] ppid=4049 vsize=50280 CPUtime=1602.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 50062 0 0 0 160221 4 0 0 20 0 1 0 103275240 51486720 6741 18446744073709551615 4194304 5972588 140722296692000 140722296688632 5139324 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12570 6741 851 435 0 5933 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 50280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4244
/proc/meminfo: memFree=30938224/32770624 swapFree=0/599248
[pid=4052] ppid=4049 vsize=50280 CPUtime=1662.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 50767 0 0 0 166221 4 0 0 20 0 1 0 103275240 51486720 6762 18446744073709551615 4194304 5972588 140722296692000 140722296688632 5032400 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12570 6762 851 435 0 5933 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 50280

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 4248
/proc/meminfo: memFree=30938316/32770624 swapFree=0/599256
[pid=4052] ppid=4049 vsize=50280 CPUtime=1722.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 51489 0 0 0 172221 4 0 0 20 0 1 0 103275240 51486720 6769 18446744073709551615 4194304 5972588 140722296692000 140722296688632 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12570 6769 851 435 0 5933 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 50280

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 4250
/proc/meminfo: memFree=30938044/32770624 swapFree=0/599268
[pid=4052] ppid=4049 vsize=50280 CPUtime=1782.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 52208 0 0 0 178221 4 0 0 20 0 1 0 103275240 51486720 6771 18446744073709551615 4194304 5972588 140722296692000 140722296688632 5032400 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12570 6771 851 435 0 5933 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 50280

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4252
/proc/meminfo: memFree=30938168/32770624 swapFree=0/599272
[pid=4052] ppid=4049 vsize=50412 CPUtime=1842.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 52947 0 0 0 184221 4 0 0 20 0 1 0 103275240 51621888 6785 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6785 851 435 0 5966 0
Current children cumulated CPU time (s) 1842.25
Current children cumulated vsize (KiB) 50412

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4255
/proc/meminfo: memFree=30938168/32770624 swapFree=0/599284
[pid=4052] ppid=4049 vsize=50412 CPUtime=1902.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 53642 0 0 0 190221 4 0 0 20 0 1 0 103275240 51621888 6787 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139324 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6787 851 435 0 5966 0
Current children cumulated CPU time (s) 1902.25
Current children cumulated vsize (KiB) 50412

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4257
/proc/meminfo: memFree=30937796/32770624 swapFree=0/599292
[pid=4052] ppid=4049 vsize=50412 CPUtime=1962.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 54370 0 0 0 196221 4 0 0 20 0 1 0 103275240 51621888 6790 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6790 851 435 0 5966 0
Current children cumulated CPU time (s) 1962.25
Current children cumulated vsize (KiB) 50412

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4260
/proc/meminfo: memFree=30938648/32770624 swapFree=0/599304
[pid=4052] ppid=4049 vsize=50412 CPUtime=2022.25 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 55096 0 0 0 202221 4 0 0 20 0 1 0 103275240 51621888 6795 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139333 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6795 851 435 0 5966 0
Current children cumulated CPU time (s) 2022.25
Current children cumulated vsize (KiB) 50412

[startup+2082.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 4263
/proc/meminfo: memFree=30938896/32770624 swapFree=0/599316
[pid=4052] ppid=4049 vsize=50412 CPUtime=2082.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 55837 0 0 0 208222 4 0 0 20 0 1 0 103275240 51621888 6796 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6796 851 435 0 5966 0
Current children cumulated CPU time (s) 2082.26
Current children cumulated vsize (KiB) 50412

[startup+2142.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/185 4265
/proc/meminfo: memFree=30938764/32770624 swapFree=0/599324
[pid=4052] ppid=4049 vsize=50412 CPUtime=2142.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 56565 0 0 0 214222 4 0 0 20 0 1 0 103275240 51621888 6796 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6796 851 435 0 5966 0
Current children cumulated CPU time (s) 2142.26
Current children cumulated vsize (KiB) 50412

[startup+2202.31 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 4281
/proc/meminfo: memFree=30935828/32770624 swapFree=0/599336
[pid=4052] ppid=4049 vsize=50412 CPUtime=2202.27 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 57293 0 0 0 220223 4 0 0 20 0 1 0 103275240 51621888 6796 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6796 851 435 0 5966 0
Current children cumulated CPU time (s) 2202.27
Current children cumulated vsize (KiB) 50412

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 4284
/proc/meminfo: memFree=30938876/32770624 swapFree=0/599344
[pid=4052] ppid=4049 vsize=50412 CPUtime=2262.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 58016 0 0 0 226222 4 0 0 20 0 1 0 103275240 51621888 6796 18446744073709551615 4194304 5972588 140722296692000 140722296688760 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12603 6796 851 435 0 5966 0
Current children cumulated CPU time (s) 2262.26
Current children cumulated vsize (KiB) 50412

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 4286
/proc/meminfo: memFree=30939340/32770624 swapFree=0/599352
[pid=4052] ppid=4049 vsize=50560 CPUtime=2322.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 58765 0 0 0 232222 4 0 0 20 0 1 0 103275240 51773440 6805 18446744073709551615 4194304 5972588 140722296692000 140722296688744 5139329 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12640 6805 851 435 0 6003 0
Current children cumulated CPU time (s) 2322.26
Current children cumulated vsize (KiB) 50560

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4288
/proc/meminfo: memFree=30940488/32770624 swapFree=0/599356
[pid=4052] ppid=4049 vsize=50560 CPUtime=2382.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 59510 0 0 0 238222 4 0 0 20 0 1 0 103275240 51773440 6811 18446744073709551615 4194304 5972588 140722296692000 140722296688744 5139312 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12640 6811 851 435 0 6003 0
Current children cumulated CPU time (s) 2382.26
Current children cumulated vsize (KiB) 50560

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4292
/proc/meminfo: memFree=30939428/32770624 swapFree=0/599356
[pid=4052] ppid=4049 vsize=50560 CPUtime=2442.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 60236 0 0 0 244222 4 0 0 20 0 1 0 103275240 51773440 6811 18446744073709551615 4194304 5972588 140722296692000 140722296688744 5139327 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12640 6811 851 435 0 6003 0
Current children cumulated CPU time (s) 2442.26
Current children cumulated vsize (KiB) 50560

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4294
/proc/meminfo: memFree=30939180/32770624 swapFree=0/599368
[pid=4052] ppid=4049 vsize=50560 CPUtime=2502.26 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 60971 0 0 0 250222 4 0 0 20 0 1 0 103275240 51773440 6813 18446744073709551615 4194304 5972588 140722296692000 140722296688744 5032423 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12640 6813 851 435 0 6003 0
Current children cumulated CPU time (s) 2502.26
Current children cumulated vsize (KiB) 50560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 4295
/proc/meminfo: memFree=30939180/32770624 swapFree=0/599384
[pid=4052] ppid=4049 vsize=50560 CPUtime=2519.96 cores=0,2,4,6
/proc/4052/stat : 4052 (cosoco) R 4049 4052 24445 0 -1 4202496 61477 0 0 0 251992 4 0 0 20 0 1 0 103275240 51773440 6813 18446744073709551615 4194304 5972588 140722296692000 140722296688744 5139324 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 14860288 140722296697326 140722296697421 140722296697421 140722296700878 0
/proc/4052/statm: 12640 6813 851 435 0 6003 0
Current children cumulated CPU time (s) 2519.96
Current children cumulated vsize (KiB) 50560

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 4052 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.98
CPU user time (s): 2519.93
CPU system time (s): 0.050001
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 50560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.93
system time used= 0.050001
maximum resident set size= 27324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61531
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= 17
involuntary context switches= 720

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64975 second user time and 10.4418 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 18:54:14
IDJOB=4267532
IDBENCH=137600
IDSOLVER=2658
FILE ID=node134/4267532-1502557689
RUNJOBID= node134-1502500343-24508
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n3w3b3r7.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267532-1502557689/watcher-4267532-1502557689 -o /tmp/evaluation-result-4267532-1502557689/solver-4267532-1502557689 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267532-1502557689.xml

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

MD5SUM BENCH= 4bffeaf90ccad3cb01dd3bbb4a29e0a4
RANDOM SEED=758564713

node134.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.43
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.43
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.43
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.43
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:        30962748 kB
MemAvailable:   31964600 kB
Buffers:          303156 kB
Cached:           999136 kB
SwapCached:            0 kB
Active:           729480 kB
Inactive:         638372 kB
Active(anon):      68156 kB
Inactive(anon):    39408 kB
Active(file):     661324 kB
Inactive(file):   598964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2476 kB
Writeback:            20 kB
AnonPages:         65372 kB
Mapped:            55856 kB
Shmem:             41660 kB
Slab:             141084 kB
SReclaimable:     114800 kB
SUnreclaim:        26284 kB
KernelStack:        3296 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 62024 MiB
End job on node134 at 2017-08-12 19:36:14