Trace number 4267535

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

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w3b2r8.xml
MD5SUM2d1ea33805a592f1cc5486f43d894179
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 variables1002
Number of constraints157
Number of domains2
Minimum domain size78
Maximum domain size139
Distribution of domain sizes[{"size":78,"count":1},{"size":139,"count":1001}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":924},{"degree":5,"count":77}]
Minimum constraint arity13
Maximum constraint arity1001
Distribution of constraint arities[{"arity":13,"count":154},{"arity":78,"count":1},{"arity":1001,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":77},{"type":"lex","count":1},{"type":"sum","count":77},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.09	c Create Cardinality(vars,values,occurs) constraint using 1001 Exactly/AtMost.. constraint 
0.00/0.09	c
0.03/0.11	c best=?? lower=0 upper=77 
2520.03/2519.90	c
2520.03/2519.90	c This is cosoco 1.12 --  
2520.03/2519.90	c
2520.03/2519.90	c command line: cosoco -lc -model -restarts HOME/instance-4267535-1502557170.xml 
2520.03/2519.90	c enable optimization
2520.03/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.03/2519.90	c |                                                                                                       
2520.03/2519.90	c |  Parse time        :         0.05 s 
2520.03/2519.90	c |
2520.03/2519.90	c |               Variables: 1002
2520.03/2519.90	c |            Domain Sizes: 78..139
2520.03/2519.90	c |
2520.03/2519.90	c |             Constraints: 1218
2520.03/2519.90	c |                   Arity: 1..1001  -- Unary: 1  -- Binary: 924
2520.03/2519.90	c | 
2520.03/2519.90	c |                   Types: 
2520.03/2519.90	c |                          (X -Y <= k): 924
2520.03/2519.90	c |                          Exactly K: 139
2520.03/2519.90	c |                          Exactly K variable: 1
2520.03/2519.90	c |                          Intension: 1
2520.03/2519.90	c |                          Lex: 76
2520.03/2519.90	c |                          Sum: 77
2520.03/2519.90	c |                          
2520.03/2519.90	c =========================================================================================================
2520.03/2519.90	
2520.03/2519.90	c *** INTERRUPTED ***
2520.03/2519.90	c restarts              : 15          
2520.03/2519.90	c conflicts             : 3503         (1 /sec)
2520.03/2519.90	c decisions             : 72158        (29 /sec)
2520.03/2519.90	c propagations          : 29575233    (11736 /sec)
2520.03/2519.90	c root propagations     : 0           
2520.03/2519.90	c filter calls          : 34149604       (13551 /sec)
2520.03/2519.90	c useless filter calls  : 33764807       (98 %)
2520.03/2519.90	c Memory used           : 47.11 MB
2520.03/2519.90	c CPU time              : 2520 s
2520.03/2519.90	
2520.03/2519.90	c No Bound found!
2520.03/2519.90	
2520.03/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-4267535-1502557170/watcher-4267535-1502557170 -o /tmp/evaluation-result-4267535-1502557170/solver-4267535-1502557170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267535-1502557170.xml 

pid=11715
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/184 11718
/proc/meminfo: memFree=31125528/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11718/stat : 11718 (runsolver) D 11715 11718 1478 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 97628240 24240128 108 18446744073709551615 4194304 4338465 140723207123200 140723207120840 140407777297111 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 38436864 140723207131330 140723207131721 140723207131721 140723207135178 0
/proc/11718/statm: 5918 108 54 36 0 2156 0

[startup+0.100161 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 11718
/proc/meminfo: memFree=31125528/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45068 CPUtime=0.03 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 5570 0 0 0 3 0 0 0 20 0 1 0 97628240 46149632 5358 18446744073709551615 4194304 5972588 140736070873520 140736070870168 140075517504485 0 0 1 0 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11267 5358 810 435 0 4630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45068

[startup+0.200338 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 11718
/proc/meminfo: memFree=31125528/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45596 CPUtime=0.13 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 5734 0 0 0 13 0 0 0 20 0 1 0 97628240 46690304 5556 18446744073709551615 4194304 5972588 140736070873520 140736070870168 5139324 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5556 832 435 0 4762 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 45596

[startup+0.300319 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 11718
/proc/meminfo: memFree=31125528/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45596 CPUtime=0.23 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 5734 0 0 0 23 0 0 0 20 0 1 0 97628240 46690304 5556 18446744073709551615 4194304 5972588 140736070873520 140736070870168 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5556 832 435 0 4762 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 45596

[startup+0.700271 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 11718
/proc/meminfo: memFree=31125528/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45596 CPUtime=0.63 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 5734 0 0 0 63 0 0 0 20 0 1 0 97628240 46690304 5556 18446744073709551615 4194304 5972588 140736070873520 140736070870168 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5556 832 435 0 4762 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 45596

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11719
/proc/meminfo: memFree=31106312/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45596 CPUtime=1.43 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 5734 0 0 0 143 0 0 0 20 0 1 0 97628240 46690304 5556 18446744073709551615 4194304 5972588 140736070873520 140736070870168 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5556 832 435 0 4762 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 45596

[startup+3.10026 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11719
/proc/meminfo: memFree=31105940/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45596 CPUtime=3.03 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 8943 0 0 0 303 0 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 45596

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11719
/proc/meminfo: memFree=31105652/32770624 swapFree=0/487776
[pid=11718] ppid=11715 vsize=45596 CPUtime=6.24 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 12810 0 0 0 623 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 45596

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11719
/proc/meminfo: memFree=31105148/32770624 swapFree=0/487788
[pid=11718] ppid=11715 vsize=45596 CPUtime=12.64 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 17438 0 0 0 1263 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139327 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 45596

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11720
/proc/meminfo: memFree=31105372/32770624 swapFree=0/487780
[pid=11718] ppid=11715 vsize=45596 CPUtime=25.43 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 20125 0 0 0 2542 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 45596

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11720
/proc/meminfo: memFree=31105388/32770624 swapFree=0/487780
[pid=11718] ppid=11715 vsize=45596 CPUtime=51.03 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 20717 0 0 0 5102 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 45596

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11723
/proc/meminfo: memFree=31106516/32770624 swapFree=0/487796
[pid=11718] ppid=11715 vsize=45596 CPUtime=102.24 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 21241 0 0 0 10223 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5032400 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 45596

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 11726
/proc/meminfo: memFree=31105496/32770624 swapFree=0/487804
[pid=11718] ppid=11715 vsize=45596 CPUtime=162.24 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 21765 0 0 0 16223 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45596

[startup+222.306 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 11728
/proc/meminfo: memFree=31105256/32770624 swapFree=0/487812
[pid=11718] ppid=11715 vsize=45596 CPUtime=222.25 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 22289 0 0 0 22224 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5032431 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 45596

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 11744
/proc/meminfo: memFree=31101084/32770624 swapFree=0/487832
[pid=11718] ppid=11715 vsize=45596 CPUtime=282.25 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 22289 0 0 0 28224 1 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139327 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 45596

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 11746
/proc/meminfo: memFree=31100924/32770624 swapFree=0/487832
[pid=11718] ppid=11715 vsize=45596 CPUtime=342.26 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 22813 0 0 0 34224 2 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 45596

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11748
/proc/meminfo: memFree=31104220/32770624 swapFree=0/487832
[pid=11718] ppid=11715 vsize=45596 CPUtime=402.27 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 22813 0 0 0 40225 2 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 45596

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11750
/proc/meminfo: memFree=31104804/32770624 swapFree=0/487836
[pid=11718] ppid=11715 vsize=45596 CPUtime=462.27 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 23333 0 0 0 46225 2 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 45596

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11752
/proc/meminfo: memFree=31105020/32770624 swapFree=0/487840
[pid=11718] ppid=11715 vsize=45596 CPUtime=522.28 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 23333 0 0 0 52226 2 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 45596

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 11756
/proc/meminfo: memFree=31104488/32770624 swapFree=0/487848
[pid=11718] ppid=11715 vsize=45596 CPUtime=582.28 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 23853 0 0 0 58226 2 0 0 20 0 1 0 97628240 46690304 5576 18446744073709551615 4194304 5972588 140736070873520 140736070860728 5139281 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 11399 5576 852 435 0 4762 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 45596


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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 11851
/proc/meminfo: memFree=31101000/32770624 swapFree=0/488096
[pid=11718] ppid=11715 vsize=48236 CPUtime=1662.36 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 30345 0 0 0 166233 3 0 0 20 0 1 0 97628240 49393664 6235 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6235 852 435 0 5422 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 48236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 11853
/proc/meminfo: memFree=31100972/32770624 swapFree=0/488104
[pid=11718] ppid=11715 vsize=48236 CPUtime=1722.37 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 30353 0 0 0 172234 3 0 0 20 0 1 0 97628240 49393664 6235 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139499 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6235 852 435 0 5422 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 48236

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/186 11855
/proc/meminfo: memFree=31100972/32770624 swapFree=0/488120
[pid=11718] ppid=11715 vsize=48236 CPUtime=1782.37 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 31043 0 0 0 178234 3 0 0 20 0 1 0 97628240 49393664 6235 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139319 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6235 852 435 0 5422 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 48236

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 11858
/proc/meminfo: memFree=31101460/32770624 swapFree=0/488132
[pid=11718] ppid=11715 vsize=48236 CPUtime=1842.38 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 31048 0 0 0 184235 3 0 0 20 0 1 0 97628240 49393664 6235 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6235 852 435 0 5422 0
Current children cumulated CPU time (s) 1842.38
Current children cumulated vsize (KiB) 48236

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 11860
/proc/meminfo: memFree=31101700/32770624 swapFree=0/488140
[pid=11718] ppid=11715 vsize=48236 CPUtime=1902.38 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 31741 0 0 0 190235 3 0 0 20 0 1 0 97628240 49393664 6235 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139327 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6235 852 435 0 5422 0
Current children cumulated CPU time (s) 1902.38
Current children cumulated vsize (KiB) 48236

[startup+1962.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/185 11862
/proc/meminfo: memFree=31101716/32770624 swapFree=0/488148
[pid=11718] ppid=11715 vsize=48236 CPUtime=1962.39 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 31742 0 0 0 196236 3 0 0 20 0 1 0 97628240 49393664 6235 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6235 852 435 0 5422 0
Current children cumulated CPU time (s) 1962.39
Current children cumulated vsize (KiB) 48236

[startup+2022.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/186 11865
/proc/meminfo: memFree=31102024/32770624 swapFree=0/488164
[pid=11718] ppid=11715 vsize=48236 CPUtime=2022.39 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 32409 0 0 0 202236 3 0 0 20 0 1 0 97628240 49393664 6238 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139324 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6238 852 435 0 5422 0
Current children cumulated CPU time (s) 2022.39
Current children cumulated vsize (KiB) 48236

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 11882
/proc/meminfo: memFree=31097616/32770624 swapFree=0/488184
[pid=11718] ppid=11715 vsize=48236 CPUtime=2082.4 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 32410 0 0 0 208237 3 0 0 20 0 1 0 97628240 49393664 6238 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139327 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6238 852 435 0 5422 0
Current children cumulated CPU time (s) 2082.4
Current children cumulated vsize (KiB) 48236

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 11884
/proc/meminfo: memFree=31097356/32770624 swapFree=0/488188
[pid=11718] ppid=11715 vsize=48236 CPUtime=2142.4 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 33093 0 0 0 214237 3 0 0 20 0 1 0 97628240 49393664 6238 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6238 852 435 0 5422 0
Current children cumulated CPU time (s) 2142.4
Current children cumulated vsize (KiB) 48236

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 11886
/proc/meminfo: memFree=31100392/32770624 swapFree=0/488208
[pid=11718] ppid=11715 vsize=48236 CPUtime=2202.41 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 33106 0 0 0 220238 3 0 0 20 0 1 0 97628240 49393664 6242 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6242 852 435 0 5422 0
Current children cumulated CPU time (s) 2202.41
Current children cumulated vsize (KiB) 48236

[startup+2262.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/187 11888
/proc/meminfo: memFree=31100604/32770624 swapFree=0/488216
[pid=11718] ppid=11715 vsize=48236 CPUtime=2262.41 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 33787 0 0 0 226238 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139319 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2262.41
Current children cumulated vsize (KiB) 48236

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 11951
/proc/meminfo: memFree=31059720/32770624 swapFree=0/488224
[pid=11718] ppid=11715 vsize=48236 CPUtime=2322.41 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 33801 0 0 0 232238 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139312 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2322.41
Current children cumulated vsize (KiB) 48236

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 11954
/proc/meminfo: memFree=31058444/32770624 swapFree=0/488236
[pid=11718] ppid=11715 vsize=48236 CPUtime=2382.42 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 34495 0 0 0 238239 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5032400 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2382.42
Current children cumulated vsize (KiB) 48236

[startup+2442.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 11956
/proc/meminfo: memFree=31058456/32770624 swapFree=0/488240
[pid=11718] ppid=11715 vsize=48236 CPUtime=2442.42 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 34501 0 0 0 244239 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5032727 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2442.42
Current children cumulated vsize (KiB) 48236

[startup+2502.3 s]
/proc/loadavg: 2.15 2.08 2.06 3/186 11959
/proc/meminfo: memFree=31059276/32770624 swapFree=0/488256
[pid=11718] ppid=11715 vsize=48236 CPUtime=2502.43 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 35182 0 0 0 250240 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5032423 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2502.43
Current children cumulated vsize (KiB) 48236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.17 2.09 2.06 3/186 11959
/proc/meminfo: memFree=31059400/32770624 swapFree=0/488252
[pid=11718] ppid=11715 vsize=48236 CPUtime=2520.03 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 35182 0 0 0 252000 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 48236

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

[startup+2519.9 s]
/proc/loadavg: 2.17 2.09 2.06 3/186 11959
/proc/meminfo: memFree=31059400/32770624 swapFree=0/488252
[pid=11718] ppid=11715 vsize=48236 CPUtime=2520.03 cores=1,3,5,7
/proc/11718/stat : 11718 (cosoco) R 11715 11718 1478 0 -1 4202496 35182 0 0 0 252000 3 0 0 20 0 1 0 97628240 49393664 6246 18446744073709551615 4194304 5972588 140736070873520 140736070870184 5139329 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 40595456 140736070881774 140736070881869 140736070881869 140736070885326 0
/proc/11718/statm: 12059 6246 852 435 0 5422 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 48236

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.04
CPU user time (s): 2520
CPU system time (s): 0.037002
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 48236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520
system time used= 0.037002
maximum resident set size= 25056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35234
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= 16
involuntary context switches= 691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00036 second user time and 11.7352 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 18:45:36
IDJOB=4267535
IDBENCH=137243
IDSOLVER=2658
FILE ID=node135/4267535-1502557170
RUNJOBID= node135-1502500348-1544
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w3b2r8.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267535-1502557170/watcher-4267535-1502557170 -o /tmp/evaluation-result-4267535-1502557170/solver-4267535-1502557170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267535-1502557170.xml

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

MD5SUM BENCH= 2d1ea33805a592f1cc5486f43d894179
RANDOM SEED=325314472

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:        31125884 kB
MemAvailable:   31967384 kB
Buffers:          305512 kB
Cached:           834700 kB
SwapCached:            0 kB
Active:           673900 kB
Inactive:         529108 kB
Active(anon):      63112 kB
Inactive(anon):    41332 kB
Active(file):     610788 kB
Inactive(file):   487776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2332 kB
Writeback:             0 kB
AnonPages:         67044 kB
Mapped:            54592 kB
Shmem:             41656 kB
Slab:             145028 kB
SReclaimable:     117544 kB
SUnreclaim:        27484 kB
KernelStack:        3328 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     338564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 19:27:36