Trace number 4390121

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 2? (TO) 2400.07 2400.21

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-11-07.xml
MD5SUMd1039f108c326f97fd828537a2e865c9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints77
Number of domains2
Minimum domain size10
Maximum domain size11
Distribution of domain sizes[{"size":10,"count":11},{"size":11,"count":77}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":66},{"degree":2,"count":11},{"degree":11,"count":11}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":66},{"arity":7,"count":11}]
Number of extensional constraints77
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":77}]
Optimization problemNO
Type of objective

Solver Data

66.67/66.71	c root propagations     : 0           
66.67/66.71	c restarts enabled, print stats at every restarts
66.67/66.71	c
66.67/66.71	c
66.67/66.71	c
66.67/66.71	c This is cosoco 2.00 --  
66.67/66.71	c
66.67/66.71	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390121-1568343891.xml 
66.67/66.71	c ========================================[ Problem Statistics ]===========================================
66.67/66.71	c |                                                                                                       
66.67/66.71	c |  Parse time        :        62.94 s 
66.67/66.71	c |
66.67/66.71	c |               Variables: 88
66.67/66.71	c |            Domain Sizes: 10..11
66.67/66.71	c |
66.67/66.71	c |             Constraints: 77
66.67/66.71	c |                   Arity: 2..7  -- Binary: 66
66.67/66.71	c | 
66.67/66.71	c |                   Types: 
66.67/66.71	c |                          Extension: 77  (nb tuples: 20..10000001) -- (shared: 74)
66.67/66.71	c |                          
66.67/66.71	c =========================================================================================================
66.67/66.71	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
141.27/141.38	c 101            259            11801          3118           0              0              12   16   13   
222.16/222.28	c 211            541            23066          6809           0              0              7   17   11    
334.16/334.26	c 332            879            37953          10361          0              0              7   9   8      
451.75/451.80	c 465            1253           53521          14251          0              0              7   9   8      
577.64/577.76	c 611            1635           71126          18448          0              0              6   9   8      
713.13/713.29	c 771            2074           89407          22994          0              0              6   9   8      
869.23/869.37	c 947            2564           111050         28063          0              0              7   9   8      
1030.52/1030.66	c 1140           3117           133397         33724          0              0              7   9   8      
1212.81/1212.94	c 1352           3703           159022         39755          0              0              7   9   8      
1406.20/1406.39	c 1585           4357           185911         46475          0              0              6   9   8      
1634.79/1634.90	c 1841           5087           217607         53924          0              0              9   9   8      
1873.18/1873.37	c 2122           5902           251929         62179          0              0              9   9   8      
2137.26/2137.45	c 2431           6773           288688         71114          0              0              7   9   8      
2400.05/2400.20	
2400.05/2400.20	c *** INTERRUPTED ***
2400.05/2400.20	c restarts              : 13          
2400.05/2400.20	c conflicts             : 2747         (1 /sec)
2400.05/2400.20	c decisions             : 7682         (3 /sec)
2400.05/2400.20	c propagations          : 80391       (34 /sec)
2400.05/2400.20	c root propagations     : 0           
2400.05/2400.20	c filter calls          : 327138         (136 /sec)
2400.05/2400.20	c useless filter calls  : 268897         (82 %)
2400.05/2400.20	c Memory used           : 1562.18 MB
2400.05/2400.20	c CPU time              : 2398.7 s
2400.05/2400.20	c real time             : 2400.2 s
2400.05/2400.20	
2400.05/2400.20	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 (8418 MiB free)
  memory of node 1: 16384 MiB (15589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390121-1568343891/watcher-4390121-1568343891 -o /tmp/evaluation-result-4390121-1568343891/solver-4390121-1568343891 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568323911-7049 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390121-1568343891.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
Current StackSize limit: 8192 KiB

solver pid=12762, runsolver pid=12759

[startup+0.100139 s]*
/proc/loadavg: 2.11 2.04 2.05 3/202 12763
/proc/meminfo: memFree=24585624/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=28940 memory=4840 CPUtime=0.1 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1526 0 0 0 10 0 0 0 20 0 1 0 410661874 29634560 1210 33554432000 4194304 6210612 140735527805392 140735527801928 140531922521061 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 7235 1210 810 493 0 540 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28940 KiB
Current children cumulated memory: 4840 KiB

[startup+0.209556 s]*
/proc/loadavg: 2.11 2.04 2.05 3/202 12763
/proc/meminfo: memFree=24588012/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=30500 memory=5992 CPUtime=0.21 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2036 0 0 0 21 0 0 0 20 0 1 0 410661874 31232000 1498 33554432000 4194304 6210612 140735527805392 140735527801928 140531922521061 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 7625 1498 810 493 0 930 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 5992 KiB

[startup+0.309093 s]*
/proc/loadavg: 2.11 2.04 2.05 3/202 12763
/proc/meminfo: memFree=24581568/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=31292 memory=7044 CPUtime=0.31 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2325 0 0 0 31 0 0 0 20 0 1 0 410661874 32043008 1761 33554432000 4194304 6210612 140735527805392 140735527801928 5707668 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 7823 1761 810 493 0 1128 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31292 KiB
Current children cumulated memory: 7044 KiB

[startup+0.700252 s]
/proc/loadavg: 2.11 2.04 2.05 3/202 12763
/proc/meminfo: memFree=24577616/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=35732 memory=11576 CPUtime=0.69 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 3312 0 0 0 69 0 0 0 20 0 1 0 410661874 36589568 2894 33554432000 4194304 6210612 140735527805392 140735527801928 5818186 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 8933 2894 810 493 0 2238 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 35732 KiB
Current children cumulated memory: 11576 KiB

[startup+1.50028 s]
/proc/loadavg: 2.11 2.04 2.05 3/202 12763
/proc/meminfo: memFree=24579556/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=45008 memory=20924 CPUtime=1.49 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 5390 0 0 0 148 1 0 0 20 0 1 0 410661874 46088192 5231 33554432000 4194304 6210612 140735527805392 140735527802664 140531922521061 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 11252 5231 810 493 0 4557 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 45008 KiB
Current children cumulated memory: 20924 KiB

[startup+3.10935 s]
/proc/loadavg: 1.94 2.01 2.04 3/202 12763
/proc/meminfo: memFree=24594228/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=63692 memory=39668 CPUtime=3.09 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 9075 0 0 0 308 1 0 0 20 0 1 0 410661874 65220608 9917 33554432000 4194304 6210612 140735527805392 140735527800680 140531922521061 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 15923 9917 810 493 0 9228 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 63692 KiB
Current children cumulated memory: 39668 KiB

[startup+6.30027 s]
/proc/loadavg: 1.94 2.01 2.04 3/202 12764
/proc/meminfo: memFree=24559772/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=100664 memory=76644 CPUtime=6.29 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 15891 0 0 0 626 3 0 0 20 0 1 0 410661874 103079936 19161 33554432000 4194304 6210612 140735527805392 140735527802664 140531922521061 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 25166 19161 810 493 0 18471 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 100664 KiB
Current children cumulated memory: 76644 KiB

[startup+12.7003 s]
/proc/loadavg: 1.95 2.01 2.04 3/202 12764
/proc/meminfo: memFree=24489760/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=273048 memory=181984 CPUtime=12.69 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 29027 0 0 0 1263 6 0 0 20 0 1 0 410661874 279601152 45496 33554432000 4194304 6210612 140735527805392 140735527802664 5015840 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 68262 45496 810 493 0 61567 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 273048 KiB
Current children cumulated memory: 181984 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.01 2.04 3/202 12766
/proc/meminfo: memFree=24338856/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=421328 memory=301324 CPUtime=25.48 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 54527 0 0 0 2535 13 0 0 20 0 1 0 410661874 431439872 75331 33554432000 4194304 6210612 140735527805392 140735527800888 5817332 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 105332 75331 810 493 0 98637 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 421328 KiB
Current children cumulated memory: 301324 KiB

[startup+51.1095 s]
/proc/loadavg: 1.97 2.01 2.04 3/201 12766
/proc/meminfo: memFree=24035996/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=816200 memory=598088 CPUtime=51.09 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 104798 0 0 0 5082 27 0 0 20 0 1 0 410661874 835788800 149522 33554432000 4194304 6210612 140735527805392 140735527802664 140531922521061 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 204050 149522 810 493 0 197355 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 816200 KiB
Current children cumulated memory: 598088 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/201 12770
/proc/meminfo: memFree=23063576/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568304 CPUtime=102.27 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 483042 0 0 0 10155 72 0 0 20 0 1 0 410661874 1638055936 392076 33554432000 4194304 6210612 140735527805392 140735527803656 5038714 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392076 853 493 0 393221 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568304 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 12776
/proc/meminfo: memFree=23062664/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=162.26 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 662288 0 0 0 16148 78 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038658 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 12780
/proc/meminfo: memFree=23062552/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=222.26 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 772436 0 0 0 22143 83 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038627 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 12784
/proc/meminfo: memFree=23062148/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=282.26 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1017105 0 0 0 28132 94 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038614 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 12790
/proc/meminfo: memFree=23062680/32770624 swapFree=67018800/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=342.26 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1240006 0 0 0 34124 102 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038736 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 12802
/proc/meminfo: memFree=23062128/32770624 swapFree=67018816/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=402.25 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1345600 0 0 0 40120 105 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 12806
/proc/meminfo: memFree=23062052/32770624 swapFree=67018816/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=462.25 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1501585 0 0 0 46114 111 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038757 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB


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

/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1602.19 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 12979
/proc/meminfo: memFree=23060496/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=1662.19 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1994021 0 0 0 166086 133 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038661 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1662.19 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12983
/proc/meminfo: memFree=23060408/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=1722.18 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1994383 0 0 0 172085 133 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038670 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12989
/proc/meminfo: memFree=23060248/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=1782.18 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1995756 0 0 0 178085 133 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038831 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12993
/proc/meminfo: memFree=23060572/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=1842.18 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1996639 0 0 0 184084 134 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038753 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12997
/proc/meminfo: memFree=23060556/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=1902.18 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1998445 0 0 0 190084 134 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038627 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 13003
/proc/meminfo: memFree=23060684/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=1962.17 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 1999306 0 0 0 196083 134 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2022.3 s]
/proc/loadavg: 2.49 2.15 2.09 3/199 13007
/proc/meminfo: memFree=23060448/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2022.17 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2000223 0 0 0 202083 134 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038646 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2082.3 s]
/proc/loadavg: 2.18 2.12 2.08 3/199 13011
/proc/meminfo: memFree=23060088/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2082.16 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2001102 0 0 0 208082 134 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038661 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2082.16 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2142.3 s]
/proc/loadavg: 2.06 2.10 2.08 3/199 13017
/proc/meminfo: memFree=23060076/32770624 swapFree=67018848/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2142.17 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2002386 0 0 0 214082 135 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038658 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/199 13028
/proc/meminfo: memFree=23059876/32770624 swapFree=67018876/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2202.16 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2003706 0 0 0 220081 135 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/199 13032
/proc/meminfo: memFree=23059860/32770624 swapFree=67018876/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2262.16 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2004535 0 0 0 226081 135 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038831 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/199 13038
/proc/meminfo: memFree=23060064/32770624 swapFree=67018876/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2322.15 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2005449 0 0 0 232080 135 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038658 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 13042
/proc/meminfo: memFree=23059860/32770624 swapFree=67018876/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2382.15 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2006323 0 0 0 238080 135 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038654 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2382.15 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 13044
/proc/meminfo: memFree=23059680/32770624 swapFree=67018876/67108860
[pid=12762] ppid=12759 vsize=1599664 memory=1568316 CPUtime=2400.05 cores=1,3,5,7
/proc/12762/stat : 12762 (cosoco) R 12759 12762 7017 0 -1 4202496 2006390 0 0 0 239870 135 0 0 20 0 1 0 410661874 1638055936 392079 33554432000 4194304 6210612 140735527805392 140735527803352 5038764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 10797056 140735527810059 140735527810161 140735527810161 140735527813070 0
/proc/12762/statm: 399916 392079 856 493 0 393221 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 1599664 KiB
Current children cumulated memory: 1568316 KiB

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

[startup+2400.21 s]
# the end of solver process 12762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.7 s, system=1.36493 s

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

Child status: 1
Real time (s): 2400.21
CPU time (s): 2400.07
CPU user time (s): 2398.7
CPU system time (s): 1.36493
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 2149136
Max. memory (cumulated for all children) (KiB): 1959904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.7
system time used= 1.36493
maximum resident set size= 1959904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2006440
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= 78
involuntary context switches= 625


# summary of solver processes directly reported to runsolver:
#   pid: 12762
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.7
#   total CPU system time (s): 1.36493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.30617 second user time and 18.145 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 05:04:13
IDJOB=4390121
IDBENCH=134294
IDSOLVER=2830
FILE ID=node150/4390121-1568343891
RUNJOBID= node150-1568323911-7049
PBS_JOBID= 21701149
Free space on /tmp= 54884 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-11-07.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390121-1568343891/watcher-4390121-1568343891 -o /tmp/evaluation-result-4390121-1568343891/solver-4390121-1568343891 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568323911-7049 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390121-1568343891.xml

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

MD5SUM BENCH= d1039f108c326f97fd828537a2e865c9
RANDOM SEED=679816858

node150.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.79
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.79
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.79
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.79
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:        24597012 kB
MemAvailable:   31802244 kB
Buffers:          167188 kB
Cached:          7178024 kB
SwapCached:        11808 kB
Active:          1317268 kB
Inactive:        6074056 kB
Active(anon):      12180 kB
Inactive(anon):    56648 kB
Active(file):    1305088 kB
Inactive(file):  6017408 kB
Unevictable:      109524 kB
Mlocked:          109524 kB
SwapTotal:      67108860 kB
SwapFree:       67018800 kB
Dirty:             88868 kB
Writeback:         58284 kB
AnonPages:        185156 kB
Mapped:            38424 kB
Shmem:             14144 kB
Slab:             373552 kB
SReclaimable:     311196 kB
SUnreclaim:        62356 kB
KernelStack:        3824 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     528396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 54884 MiB
End job on node150 at 2019-09-13 05:44:13