Trace number 4267157

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-mini 1.12? (TO) 2400.02 2400.01

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.10/0.11	c best=?? lower=-382524 upper=0 
2400.01/2400.00	c
2400.01/2400.00	c This is cosoco 1.12 --  
2400.01/2400.00	c
2400.01/2400.00	c command line: cosoco -lc -model -restarts HOME/instance-4267157-1502612879.xml 
2400.01/2400.00	c enable optimization
2400.01/2400.00	c ========================================[ Problem Statistics ]===========================================
2400.01/2400.00	c |                                                                                                       
2400.01/2400.00	c |  Parse time        :         0.11 s 
2400.01/2400.00	c |
2400.01/2400.00	c |               Variables: 1989
2400.01/2400.00	c |            Domain Sizes: 2..2
2400.01/2400.00	c |
2400.01/2400.00	c |             Constraints: 98
2400.01/2400.00	c |                   Arity: 3..1989  -- Ternary: 1
2400.01/2400.00	c | 
2400.01/2400.00	c |                   Types: 
2400.01/2400.00	c |                          Sum: 98
2400.01/2400.00	c |                          
2400.01/2400.00	c =========================================================================================================
2400.01/2400.00	
2400.01/2400.00	c *** INTERRUPTED ***
2400.01/2400.00	c restarts              : 54          
2400.01/2400.00	c conflicts             : 178807       (75 /sec)
2400.01/2400.00	c decisions             : 8110210      (3379 /sec)
2400.01/2400.00	c propagations          : 90284142    (37618 /sec)
2400.01/2400.00	c root propagations     : 0           
2400.01/2400.00	c filter calls          : 77604787       (32335 /sec)
2400.01/2400.00	c useless filter calls  : 71720816       (92 %)
2400.01/2400.00	c Memory used           : 44.96 MB
2400.01/2400.00	c CPU time              : 2400 s
2400.01/2400.00	
2400.01/2400.00	c No Bound found!
2400.01/2400.00	
2400.01/2400.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15337 MiB free)
  memory of node 1: 16384 MiB (15644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267157-1502612879/watcher-4267157-1502612879 -o /tmp/evaluation-result-4267157-1502612879/solver-4267157-1502612879 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502602184-31005 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4267157-1502612879.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32524, runsolver pid=32521
Current StackSize limit: 8192 KiB


[startup+0.100149 s]*
/proc/loadavg: 2.02 2.02 2.05 3/187 32525
/proc/meminfo: memFree=31721832/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=29664 memory=6080 CPUtime=0.1 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 1684 0 0 0 10 0 0 0 20 0 1 0 94376107 30375936 1520 33554432000 4194304 5748600 140733221230576 140733221225720 5438162 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 7416 1520 730 380 0 834 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29664 KiB
Current children cumulated memory: 6080 KiB

[startup+0.209408 s]*
/proc/loadavg: 2.02 2.02 2.05 3/187 32525
/proc/meminfo: memFree=31721460/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=29796 memory=6344 CPUtime=0.21 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 1775 0 0 0 21 0 0 0 20 0 1 0 94376107 30511104 1586 33554432000 4194304 5748600 140733221230576 140733221225720 4941918 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 7449 1586 737 380 0 867 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29796 KiB
Current children cumulated memory: 6344 KiB

[startup+0.308972 s]*
/proc/loadavg: 2.02 2.02 2.05 3/187 32525
/proc/meminfo: memFree=31721088/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=30192 memory=6608 CPUtime=0.31 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 1862 0 0 0 31 0 0 0 20 0 1 0 94376107 30916608 1652 33554432000 4194304 5748600 140733221230576 140733221225720 140158504586213 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 7548 1652 762 380 0 966 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 6608 KiB

[startup+0.700287 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 32525
/proc/meminfo: memFree=31715880/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=37080 memory=13472 CPUtime=0.69 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 3579 0 0 0 69 0 0 0 20 0 1 0 94376107 37969920 3368 33554432000 4194304 5748600 140733221230576 140733221227304 4948008 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 9270 3368 762 380 0 2688 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37080 KiB
Current children cumulated memory: 13472 KiB

[startup+1.50028 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 32525
/proc/meminfo: memFree=31713896/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=37344 memory=14000 CPUtime=1.49 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 3670 0 0 0 149 0 0 0 20 0 1 0 94376107 38240256 3500 33554432000 4194304 5748600 140733221230576 140733221227304 5025875 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 9336 3500 762 380 0 2754 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37344 KiB
Current children cumulated memory: 14000 KiB

[startup+3.10924 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 32525
/proc/meminfo: memFree=31709352/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=41488 memory=17972 CPUtime=3.1 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 7183 0 0 0 310 0 0 0 20 0 1 0 94376107 42483712 4493 33554432000 4194304 5748600 140733221230576 140733221227304 4940645 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 10372 4493 762 380 0 3790 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 41488 KiB
Current children cumulated memory: 17972 KiB

[startup+6.30026 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 32525
/proc/meminfo: memFree=31707736/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=42956 memory=19548 CPUtime=6.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 10615 0 0 0 629 0 0 0 20 0 1 0 94376107 43986944 4887 33554432000 4194304 5748600 140733221230576 140733221227304 4948008 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 10739 4887 762 380 0 4157 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 42956 KiB
Current children cumulated memory: 19548 KiB

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 32525
/proc/meminfo: memFree=31706248/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=44556 memory=21228 CPUtime=12.68 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 14705 0 0 0 1268 0 0 0 20 0 1 0 94376107 45625344 5307 33554432000 4194304 5748600 140733221230576 140733221227304 4941934 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11139 5307 762 380 0 4557 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 44556 KiB
Current children cumulated memory: 21228 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 32525
/proc/meminfo: memFree=31705088/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=45088 memory=21660 CPUtime=25.49 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 21649 0 0 0 2548 1 0 0 20 0 1 0 94376107 46170112 5415 33554432000 4194304 5748600 140733221230576 140733221227320 4940993 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11272 5415 762 380 0 4690 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 45088 KiB
Current children cumulated memory: 21660 KiB

[startup+51.1089 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 32525
/proc/meminfo: memFree=31706048/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=45356 memory=21940 CPUtime=51.1 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 22157 0 0 0 5109 1 0 0 20 0 1 0 94376107 46444544 5485 33554432000 4194304 5748600 140733221230576 140733221227304 5025632 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11339 5485 762 380 0 4757 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 45356 KiB
Current children cumulated memory: 21940 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/187 32526
/proc/meminfo: memFree=31706296/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=45896 memory=22320 CPUtime=102.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 22852 0 0 0 10228 1 0 0 20 0 1 0 94376107 46997504 5580 33554432000 4194304 5748600 140733221230576 140733221227304 5025680 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11474 5580 762 380 0 4892 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 45896 KiB
Current children cumulated memory: 22320 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/187 32527
/proc/meminfo: memFree=31705860/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22576 CPUtime=162.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 23482 0 0 0 16228 1 0 0 20 0 1 0 94376107 47136768 5644 33554432000 4194304 5748600 140733221230576 140733221227432 5144157 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5644 762 380 0 4926 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22576 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 32528
/proc/meminfo: memFree=31705364/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22600 CPUtime=222.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 23644 0 0 0 22228 1 0 0 20 0 1 0 94376107 47136768 5650 33554432000 4194304 5748600 140733221230576 140733221227432 4940460 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5650 762 380 0 4926 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22600 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 32529
/proc/meminfo: memFree=31705496/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22612 CPUtime=282.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 23798 0 0 0 28228 1 0 0 20 0 1 0 94376107 47136768 5653 33554432000 4194304 5748600 140733221230576 140733221227432 5025706 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5653 762 380 0 4926 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22612 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 32530
/proc/meminfo: memFree=31705620/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22620 CPUtime=342.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 23956 0 0 0 34228 1 0 0 20 0 1 0 94376107 47136768 5655 33554432000 4194304 5748600 140733221230576 140733221227432 5025680 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5655 762 380 0 4926 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22620 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32539
/proc/meminfo: memFree=31704364/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22620 CPUtime=402.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 24107 0 0 0 40228 1 0 0 20 0 1 0 94376107 47136768 5655 33554432000 4194304 5748600 140733221230576 140733221227432 5025680 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5655 762 380 0 4926 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22620 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32540
/proc/meminfo: memFree=31704860/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22620 CPUtime=462.29 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 24253 0 0 0 46228 1 0 0 20 0 1 0 94376107 47136768 5655 33554432000 4194304 5748600 140733221230576 140733221227432 4940997 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5655 762 380 0 4926 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22620 KiB


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

/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1602.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 321
/proc/meminfo: memFree=31705604/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=1662.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 26974 0 0 0 166229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 4940784 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1662.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 322
/proc/meminfo: memFree=31705600/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=1722.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27098 0 0 0 172229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 4940984 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 323
/proc/meminfo: memFree=31705604/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=1782.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27214 0 0 0 178229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 4947576 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+1842.3 s]
/proc/loadavg: 2.34 2.09 2.07 3/188 324
/proc/meminfo: memFree=31705476/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=1842.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27363 0 0 0 184229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 4947920 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+1902.3 s]
/proc/loadavg: 2.27 2.13 2.09 3/187 325
/proc/meminfo: memFree=31705380/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=1902.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27489 0 0 0 190229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 4947580 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+1962.3 s]
/proc/loadavg: 2.10 2.11 2.08 3/187 326
/proc/meminfo: memFree=31705284/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=1962.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27617 0 0 0 196229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 5025680 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/187 327
/proc/meminfo: memFree=31704868/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22636 CPUtime=2022.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27743 0 0 0 202229 1 0 0 20 0 1 0 94376107 47136768 5659 33554432000 4194304 5748600 140733221230576 140733221227432 4941000 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5659 762 380 0 4926 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22636 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 328
/proc/meminfo: memFree=31704852/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22668 CPUtime=2082.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 27903 0 0 0 208229 1 0 0 20 0 1 0 94376107 47136768 5667 33554432000 4194304 5748600 140733221230576 140733221227432 5025680 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5667 762 380 0 4926 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22668 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 329
/proc/meminfo: memFree=31704988/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22668 CPUtime=2142.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 28034 0 0 0 214229 1 0 0 20 0 1 0 94376107 47136768 5667 33554432000 4194304 5748600 140733221230576 140733221227432 4947720 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5667 762 380 0 4926 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22668 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.05 2.06 4/188 339
/proc/meminfo: memFree=31703632/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22668 CPUtime=2202.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 28165 0 0 0 220229 1 0 0 20 0 1 0 94376107 47136768 5667 33554432000 4194304 5748600 140733221230576 140733221227432 4941237 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5667 762 380 0 4926 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22668 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 339
/proc/meminfo: memFree=31704516/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22668 CPUtime=2262.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 28313 0 0 0 226229 1 0 0 20 0 1 0 94376107 47136768 5667 33554432000 4194304 5748600 140733221230576 140733221227432 5025680 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5667 762 380 0 4926 0
Current children cumulated CPU time: 2262.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22668 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 340
/proc/meminfo: memFree=31704392/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22668 CPUtime=2322.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 28470 0 0 0 232229 1 0 0 20 0 1 0 94376107 47136768 5667 33554432000 4194304 5748600 140733221230576 140733221227432 5025875 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5667 762 380 0 4926 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22668 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 341
/proc/meminfo: memFree=31704528/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22668 CPUtime=2382.3 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 28596 0 0 0 238229 1 0 0 20 0 1 0 94376107 47136768 5667 33554432000 4194304 5748600 140733221230576 140733221227432 4947580 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5667 762 380 0 4926 0
Current children cumulated CPU time: 2382.3 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.03 2.05 3/187 342
/proc/meminfo: memFree=31704900/32770624 swapFree=67108860/67108860
[pid=32524] ppid=32521 vsize=46032 memory=22688 CPUtime=2400.01 cores=1,3,5,7
/proc/32524/stat : 32524 (cosoco) R 32521 32524 30973 0 -1 4202496 28712 0 0 0 239999 2 0 0 20 0 1 0 94376107 47136768 5672 33554432000 4194304 5748600 140733221230576 140733221227432 5025680 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7849824 7854664 28561408 140733221233855 140733221233950 140733221233950 140733221236686 0
/proc/32524/statm: 11508 5672 762 380 0 4926 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 46032 KiB
Current children cumulated memory: 22688 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2400.01 s]
# the end of solver process 32524 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400 s, system=0.02 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2400.01
CPU time (s): 2400.02
CPU user time (s): 2400
CPU system time (s): 0.02
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 46032
Max. memory (cumulated for all children) (KiB): 22688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.02
maximum resident set size= 22764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28764
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= 14
involuntary context switches= 731


# summary of solver processes directly reported to runsolver:
#   pid: 32524
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2400
#   total CPU system time (s): 0.02

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.89821 second user time and 13.4215 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 10:13:40
IDJOB=4267157
IDBENCH=135432
IDSOLVER=2657
FILE ID=node103/4267157-1502612879
RUNJOBID= node103-1502602184-31005
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= cosoco-mini 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-4267157-1502612879/watcher-4267157-1502612879 -o /tmp/evaluation-result-4267157-1502612879/solver-4267157-1502612879 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502602184-31005 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4267157-1502612879.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=2143168332

node103.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.56
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.56
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.56
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.56
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:        31725344 kB
MemAvailable:   31992348 kB
Buffers:           87280 kB
Cached:           474552 kB
SwapCached:            0 kB
Active:           490728 kB
Inactive:         128328 kB
Active(anon):       6260 kB
Inactive(anon):    78896 kB
Active(file):     484468 kB
Inactive(file):    49432 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:         73576 kB
Mapped:            44784 kB
Shmem:             25228 kB
Slab:             123584 kB
SReclaimable:      97876 kB
SUnreclaim:        25708 kB
KernelStack:        3568 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     353184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 10:53:41