Trace number 4267714

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.8101 2520

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
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 variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.03/0.17	c best=?? lower=-382524 upper=0 
2519.80/2520.00	c
2519.80/2520.00	c This is cosoco 1.12 --  
2519.80/2520.00	c
2519.80/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267714-1502549092.xml 
2519.80/2520.00	c enable optimization
2519.80/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.80/2520.00	c |                                                                                                       
2519.80/2520.00	c |  Parse time        :         0.11 s 
2519.80/2520.00	c |
2519.80/2520.00	c |               Variables: 1989
2519.80/2520.00	c |            Domain Sizes: 2..2
2519.80/2520.00	c |
2519.80/2520.00	c |             Constraints: 98
2519.80/2520.00	c |                   Arity: 3..1989  -- Ternary: 1
2519.80/2520.00	c | 
2519.80/2520.00	c |                   Types: 
2519.80/2520.00	c |                          Sum: 98
2519.80/2520.00	c |                          
2519.80/2520.00	c =========================================================================================================
2519.80/2520.00	
2519.80/2520.00	c *** INTERRUPTED ***
2519.80/2520.00	c restarts              : 55          
2519.80/2520.00	c conflicts             : 187717       (74 /sec)
2519.80/2520.00	c decisions             : 8528601      (3385 /sec)
2519.80/2520.00	c propagations          : 94846650    (37641 /sec)
2519.80/2520.00	c root propagations     : 0           
2519.80/2520.00	c filter calls          : 81685168       (32417 /sec)
2519.80/2520.00	c useless filter calls  : 75476530       (92 %)
2519.80/2520.00	c Memory used           : 45.31 MB
2519.80/2520.00	c CPU time              : 2519.79 s
2519.80/2520.00	
2519.80/2520.00	c No Bound found!
2519.80/2520.00	
2519.80/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-4267714-1502549092/watcher-4267714-1502549092 -o /tmp/evaluation-result-4267714-1502549092/solver-4267714-1502549092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267714-1502549092.xml 

pid=15519
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 15522
/proc/meminfo: memFree=28844148/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15522/stat : 15522 (runsolver) D 15519 15522 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 57102572 24240128 108 18446744073709551615 4194304 4338465 140734916194304 140734916191944 140457463481047 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 7016448 140734916202690 140734916203081 140734916203081 140734916206538 0
/proc/15522/statm: 5918 108 54 36 0 2156 0

[startup+0.100752 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 15522
/proc/meminfo: memFree=28844148/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=29100 CPUtime=0.03 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 1527 0 0 0 3 0 0 0 20 0 1 0 57102572 29798400 1310 18446744073709551615 4194304 5972588 140725181007216 140725181000936 5635598 0 0 1 0 0 0 0 17 7 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 7275 1310 744 435 0 638 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29100

[startup+0.20075 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 15522
/proc/meminfo: memFree=28844148/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=30024 CPUtime=0.13 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 1796 0 0 0 13 0 0 0 20 0 1 0 57102572 30744576 1637 18446744073709551615 4194304 5972588 140725181007216 140725180994424 5048024 0 0 1 8405026 0 0 0 17 7 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 7506 1637 779 435 0 869 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 30024

[startup+0.300752 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 15522
/proc/meminfo: memFree=28844148/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=30024 CPUtime=0.23 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 1798 0 0 0 23 0 0 0 20 0 1 0 57102572 30744576 1637 18446744073709551615 4194304 5972588 140725181007216 140725180994424 5046284 0 0 1 8405026 0 0 0 17 7 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 7506 1637 779 435 0 869 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 30024

[startup+0.700248 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 15522
/proc/meminfo: memFree=28844148/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=37296 CPUtime=0.63 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 3598 0 0 0 63 0 0 0 20 0 1 0 57102572 38191104 3419 18446744073709551615 4194304 5972588 140725181007216 140725180994424 5039335 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 9324 3419 780 435 0 2687 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 37296

[startup+1.50022 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 15523
/proc/meminfo: memFree=28834220/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=37696 CPUtime=1.43 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 3690 0 0 0 143 0 0 0 20 0 1 0 57102572 38600704 3485 18446744073709551615 4194304 5972588 140725181007216 140725180994424 5039231 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 9424 3485 780 435 0 2787 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 37696

[startup+3.10022 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 15523
/proc/meminfo: memFree=28833476/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=41704 CPUtime=3.03 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 5452 0 0 0 303 0 0 0 20 0 1 0 57102572 42704896 4546 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5046712 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 10426 4546 780 435 0 3789 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 41704

[startup+6.30022 s]
/proc/loadavg: 1.93 2.01 2.04 3/184 15523
/proc/meminfo: memFree=28828268/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=43036 CPUtime=6.22 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 11282 0 0 0 622 0 0 0 20 0 1 0 57102572 44068864 4890 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5094372 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 10759 4890 780 435 0 4122 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 43036

[startup+12.7002 s]
/proc/loadavg: 1.94 2.01 2.04 3/184 15523
/proc/meminfo: memFree=28823796/32770624 swapFree=0/563900
[pid=15522] ppid=15519 vsize=44788 CPUtime=12.63 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 15579 0 0 0 1262 1 0 0 20 0 1 0 57102572 45862912 5323 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5046284 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11197 5323 780 435 0 4560 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 44788

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 2.04 3/184 15523
/proc/meminfo: memFree=28819904/32770624 swapFree=0/563656
[pid=15522] ppid=15519 vsize=45324 CPUtime=25.43 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 21978 0 0 0 2542 1 0 0 20 0 1 0 57102572 46411776 5442 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5139319 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11331 5442 780 435 0 4694 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 45324

[startup+51.1003 s]
/proc/loadavg: 1.97 2.01 2.04 3/184 15524
/proc/meminfo: memFree=28813760/32770624 swapFree=0/563648
[pid=15522] ppid=15519 vsize=45592 CPUtime=51.03 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 26463 0 0 0 5102 1 0 0 20 0 1 0 57102572 46686208 5513 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5039600 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11398 5513 780 435 0 4761 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 45592

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 15525
/proc/meminfo: memFree=28805324/32770624 swapFree=0/563664
[pid=15522] ppid=15519 vsize=46132 CPUtime=102.22 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 30895 0 0 0 10221 1 0 0 20 0 1 0 57102572 47239168 5651 18446744073709551615 4194304 5972588 140725181007216 140725181003848 5139264 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11533 5651 780 435 0 4896 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 46132

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 15527
/proc/meminfo: memFree=28805300/32770624 swapFree=0/563684
[pid=15522] ppid=15519 vsize=46264 CPUtime=162.21 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 31149 0 0 0 16220 1 0 0 20 0 1 0 57102572 47374336 5682 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139338 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5682 780 435 0 4929 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 46264

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 15529
/proc/meminfo: memFree=28805796/32770624 swapFree=0/563704
[pid=15522] ppid=15519 vsize=46264 CPUtime=222.21 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 31377 0 0 0 22220 1 0 0 20 0 1 0 57102572 47374336 5701 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5046712 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5701 780 435 0 4929 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 46264

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 15531
/proc/meminfo: memFree=28806204/32770624 swapFree=0/563716
[pid=15522] ppid=15519 vsize=46264 CPUtime=282.21 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 31589 0 0 0 28220 1 0 0 20 0 1 0 57102572 47374336 5703 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5039358 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5703 780 435 0 4929 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 46264

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 15533
/proc/meminfo: memFree=28806568/32770624 swapFree=0/563724
[pid=15522] ppid=15519 vsize=46264 CPUtime=342.2 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 31792 0 0 0 34219 1 0 0 20 0 1 0 57102572 47374336 5706 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5039159 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5706 780 435 0 4929 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 46264

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 15535
/proc/meminfo: memFree=28806204/32770624 swapFree=0/563728
[pid=15522] ppid=15519 vsize=46264 CPUtime=402.2 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 31982 0 0 0 40219 1 0 0 20 0 1 0 57102572 47374336 5706 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139312 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5706 780 435 0 4929 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 46264

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 15537
/proc/meminfo: memFree=28806824/32770624 swapFree=0/563736
[pid=15522] ppid=15519 vsize=46264 CPUtime=462.2 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 32176 0 0 0 46219 1 0 0 20 0 1 0 57102572 47374336 5706 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5046712 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5706 780 435 0 4929 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 46264

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 15539
/proc/meminfo: memFree=28806692/32770624 swapFree=0/563740
[pid=15522] ppid=15519 vsize=46264 CPUtime=522.19 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 32349 0 0 0 52218 1 0 0 20 0 1 0 57102572 47374336 5706 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5039159 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5706 780 435 0 4929 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 46264

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 15556
/proc/meminfo: memFree=28802592/32770624 swapFree=0/563744
[pid=15522] ppid=15519 vsize=46264 CPUtime=582.19 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 32518 0 0 0 58218 1 0 0 20 0 1 0 57102572 47374336 5706 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139319 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5706 780 435 0 4929 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 46264


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


[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 15666
/proc/meminfo: memFree=31167016/32770624 swapFree=0/563968
[pid=15522] ppid=15519 vsize=46264 CPUtime=1602.14 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35130 0 0 0 160213 1 0 0 20 0 1 0 57102572 47374336 5711 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139490 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5711 780 435 0 4929 0
Current children cumulated CPU time (s) 1602.14
Current children cumulated vsize (KiB) 46264

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 15669
/proc/meminfo: memFree=31167116/32770624 swapFree=0/563988
[pid=15522] ppid=15519 vsize=46264 CPUtime=1662.14 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35305 0 0 0 166213 1 0 0 20 0 1 0 57102572 47374336 5711 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5039701 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5711 780 435 0 4929 0
Current children cumulated CPU time (s) 1662.14
Current children cumulated vsize (KiB) 46264

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 15671
/proc/meminfo: memFree=31166992/32770624 swapFree=0/564004
[pid=15522] ppid=15519 vsize=46264 CPUtime=1722.14 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35420 0 0 0 172213 1 0 0 20 0 1 0 57102572 47374336 5711 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5039364 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5711 780 435 0 4929 0
Current children cumulated CPU time (s) 1722.14
Current children cumulated vsize (KiB) 46264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 15688
/proc/meminfo: memFree=31162104/32770624 swapFree=0/564048
[pid=15522] ppid=15519 vsize=46264 CPUtime=1782.13 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35498 0 0 0 178212 1 0 0 20 0 1 0 57102572 47374336 5711 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139291 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5711 780 435 0 4929 0
Current children cumulated CPU time (s) 1782.13
Current children cumulated vsize (KiB) 46264

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 15715
/proc/meminfo: memFree=31161464/32770624 swapFree=0/564056
[pid=15522] ppid=15519 vsize=46264 CPUtime=1842.13 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35674 0 0 0 184212 1 0 0 20 0 1 0 57102572 47374336 5713 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139312 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5713 780 435 0 4929 0
Current children cumulated CPU time (s) 1842.13
Current children cumulated vsize (KiB) 46264

[startup+1902.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/186 15717
/proc/meminfo: memFree=31162096/32770624 swapFree=0/564064
[pid=15522] ppid=15519 vsize=46264 CPUtime=1902.13 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35778 0 0 0 190212 1 0 0 20 0 1 0 57102572 47374336 5713 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5139264 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5713 780 435 0 4929 0
Current children cumulated CPU time (s) 1902.13
Current children cumulated vsize (KiB) 46264

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/183 15719
/proc/meminfo: memFree=31166280/32770624 swapFree=0/564084
[pid=15522] ppid=15519 vsize=46264 CPUtime=1962.12 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 35886 0 0 0 196211 1 0 0 20 0 1 0 57102572 47374336 5713 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5040613 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5713 780 435 0 4929 0
Current children cumulated CPU time (s) 1962.12
Current children cumulated vsize (KiB) 46264

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 15721
/proc/meminfo: memFree=31165908/32770624 swapFree=0/564104
[pid=15522] ppid=15519 vsize=46264 CPUtime=2022.12 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36049 0 0 0 202211 1 0 0 20 0 1 0 57102572 47374336 5713 18446744073709551615 4194304 5972588 140725181007216 140725181003976 5041538 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11566 5713 780 435 0 4929 0
Current children cumulated CPU time (s) 2022.12
Current children cumulated vsize (KiB) 46264

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15723
/proc/meminfo: memFree=31166276/32770624 swapFree=0/564116
[pid=15522] ppid=15519 vsize=46396 CPUtime=2082.12 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36177 0 0 0 208211 1 0 0 20 0 1 0 57102572 47509504 5721 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5046284 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5721 780 435 0 4962 0
Current children cumulated CPU time (s) 2082.12
Current children cumulated vsize (KiB) 46396

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15725
/proc/meminfo: memFree=31166028/32770624 swapFree=0/564136
[pid=15522] ppid=15519 vsize=46396 CPUtime=2142.12 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36283 0 0 0 214211 1 0 0 20 0 1 0 57102572 47509504 5721 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5039600 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5721 780 435 0 4962 0
Current children cumulated CPU time (s) 2142.12
Current children cumulated vsize (KiB) 46396

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15727
/proc/meminfo: memFree=31166540/32770624 swapFree=0/564156
[pid=15522] ppid=15519 vsize=46396 CPUtime=2202.12 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36397 0 0 0 220211 1 0 0 20 0 1 0 57102572 47509504 5721 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5039524 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5721 780 435 0 4962 0
Current children cumulated CPU time (s) 2202.12
Current children cumulated vsize (KiB) 46396

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 15729
/proc/meminfo: memFree=31166168/32770624 swapFree=0/564164
[pid=15522] ppid=15519 vsize=46396 CPUtime=2262.11 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36576 0 0 0 226210 1 0 0 20 0 1 0 57102572 47509504 5721 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5139312 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5721 780 435 0 4962 0
Current children cumulated CPU time (s) 2262.11
Current children cumulated vsize (KiB) 46396

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/181 15731
/proc/meminfo: memFree=31166440/32770624 swapFree=0/564176
[pid=15522] ppid=15519 vsize=46396 CPUtime=2322.11 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36735 0 0 0 232210 1 0 0 20 0 1 0 57102572 47509504 5721 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5046712 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5721 780 435 0 4962 0
Current children cumulated CPU time (s) 2322.11
Current children cumulated vsize (KiB) 46396

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 15748
/proc/meminfo: memFree=31162184/32770624 swapFree=0/564192
[pid=15522] ppid=15519 vsize=46396 CPUtime=2382.11 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36808 0 0 0 238210 1 0 0 20 0 1 0 57102572 47509504 5721 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5046284 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5721 780 435 0 4962 0
Current children cumulated CPU time (s) 2382.11
Current children cumulated vsize (KiB) 46396

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 15750
/proc/meminfo: memFree=31162168/32770624 swapFree=0/564204
[pid=15522] ppid=15519 vsize=46396 CPUtime=2442.1 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 36998 0 0 0 244209 1 0 0 20 0 1 0 57102572 47509504 5725 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5046712 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5725 780 435 0 4962 0
Current children cumulated CPU time (s) 2442.1
Current children cumulated vsize (KiB) 46396

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15752
/proc/meminfo: memFree=31165688/32770624 swapFree=0/564212
[pid=15522] ppid=15519 vsize=46396 CPUtime=2502.1 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 37176 0 0 0 250209 1 0 0 20 0 1 0 57102572 47509504 5725 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5139291 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5725 780 435 0 4962 0
Current children cumulated CPU time (s) 2502.1
Current children cumulated vsize (KiB) 46396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15753
/proc/meminfo: memFree=31165688/32770624 swapFree=0/564220
[pid=15522] ppid=15519 vsize=46396 CPUtime=2519.8 cores=1,3,5,7
/proc/15522/stat : 15522 (cosoco) R 15519 15522 6677 0 -1 4202496 37233 0 0 0 251979 1 0 0 20 0 1 0 57102572 47509504 5725 18446744073709551615 4194304 5972588 140725181007216 140725181003832 5039193 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 14680064 140725181010414 140725181010509 140725181010509 140725181013966 0
/proc/15522/statm: 11599 5725 780 435 0 4962 0
Current children cumulated CPU time (s) 2519.8
Current children cumulated vsize (KiB) 46396

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 15522 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.81
CPU user time (s): 2519.79
CPU system time (s): 0.019999
CPU usage (%): 99.9926
Max. virtual memory (cumulated for all children) (KiB): 46396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.79
system time used= 0.019999
maximum resident set size= 23024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37285
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= 19
involuntary context switches= 693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.029 second user time and 8.06976 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 16:30:44
IDJOB=4267714
IDBENCH=135432
IDSOLVER=2658
FILE ID=node127/4267714-1502549092
RUNJOBID= node127-1502500309-6741
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267714-1502549092/watcher-4267714-1502549092 -o /tmp/evaluation-result-4267714-1502549092/solver-4267714-1502549092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267714-1502549092.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=2032986753

node127.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.92
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.92
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.92
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.92
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:        28844148 kB
MemAvailable:   29657476 kB
Buffers:          273468 kB
Cached:           828852 kB
SwapCached:            0 kB
Active:          2907956 kB
Inactive:         588808 kB
Active(anon):    2394784 kB
Inactive(anon):    24908 kB
Active(file):     513172 kB
Inactive(file):   563900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2328 kB
Writeback:             0 kB
AnonPages:       2378440 kB
Mapped:            46820 kB
Shmem:             25252 kB
Slab:             129436 kB
SReclaimable:     104184 kB
SUnreclaim:        25252 kB
KernelStack:        3312 kB
PageTables:        10116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2687164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2039808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-12 17:12:44