Trace number 4408568

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.0? (TO) 2400.02 2400.01

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-10-07.xml
MD5SUMbe3145b3ca4b2537c465fbe886a795e4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark703.608
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints65
Number of domains2
Minimum domain size9
Maximum domain size10
Distribution of domain sizes[{"size":9,"count":10},{"size":10,"count":70}]
Minimum variable degree1
Maximum variable degree10
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":10},{"degree":10,"count":10}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":55},{"arity":7,"count":10}]
Number of extensional constraints65
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":65}]
Optimization problemNO
Type of objective

Solver Data

31.89/31.95	c root propagations     : 0           
31.89/31.95	c restarts enabled, print stats at every restarts
31.89/31.95	c
31.89/31.95	c
31.89/31.95	c
31.89/31.95	c This is cosoco 2.00 --  
31.89/31.95	c
31.89/31.95	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408568-1569798871.xml 
31.89/31.95	c ========================================[ Problem Statistics ]===========================================
31.89/31.95	c |                                                                                                       
31.89/31.95	c |  Parse time        :        30.28 s 
31.89/31.95	c |
31.89/31.95	c |               Variables: 80
31.89/31.95	c |            Domain Sizes: 9..10
31.89/31.95	c |
31.89/31.95	c |             Constraints: 65
31.89/31.95	c |                   Arity: 2..7  -- Binary: 55
31.89/31.95	c | 
31.89/31.95	c |                   Types: 
31.89/31.95	c |                          Extension: 65  (nb tuples: 18..4782970) -- (shared: 62)
31.89/31.95	c |                          
31.89/31.95	c =========================================================================================================
31.89/31.95	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
69.98/70.06	c 101            257            10563          3063           0              0              10   14   11   
112.88/112.92	c 211            547            20820          6637           0              0              6   15   8     
167.98/168.06	c 332            867            33786          10103          0              0              6   8   7      
227.16/227.27	c 465            1231           47915          13957          0              0              6   8   7      
294.86/294.99	c 611            1639           63931          18199          0              0              6   8   7      
367.37/367.40	c 771            2090           81167          22802          0              0              6   8   7      
447.37/447.49	c 947            2582           100159         27856          0              0              6   8   7      
536.27/536.34	c 1140           3125           121655         33479          0              0              6   8   7      
626.57/626.64	c 1352           3703           143509         39507          0              0              6   8   7      
729.08/729.17	c 1585           4356           168575         46212          0              0              5   8   7      
843.17/843.30	c 1841           5049           196283         53542          0              0              5   8   7      
962.78/962.87	c 2122           5840           225619         61563          0              0              6   8   7      
1102.27/1102.35	c 2431           6707           259816         70497          0              0              5   8   7      
1248.38/1248.43	c 2770           7673           296174         80316          0              0              5   8   7      
1418.17/1418.27	c 3142           8738           337586         91095          0              0              6   8   7      
1585.49/1585.56	c 3551           9834           379238         102758         0              0              4   8   7      
1783.59/1783.67	c 4000           11121          428938         115813         0              0              5   8   7      
1999.80/1999.83	c 4493           12548          482390         130193         0              0              4   8   7      
2239.20/2239.23	c 5035           14112          541552         146150         0              0              5   8   7      
2400.01/2400.01	
2400.01/2400.01	c *** INTERRUPTED ***
2400.01/2400.01	c restarts              : 19          
2400.01/2400.01	c conflicts             : 5403         (2 /sec)
2400.01/2400.01	c decisions             : 15133        (6 /sec)
2400.01/2400.01	c propagations          : 156837      (65 /sec)
2400.01/2400.01	c root propagations     : 0           
2400.01/2400.01	c filter calls          : 582098         (243 /sec)
2400.01/2400.01	c useless filter calls  : 467670         (80 %)
2400.01/2400.01	c Memory used           : 791.59 MB
2400.01/2400.01	c CPU time              : 2398.6 s
2400.01/2400.01	c real time             : 2400 s
2400.01/2400.01	
2400.01/2400.01	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 (15060 MiB free)
  memory of node 1: 16384 MiB (13966 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408568-1569798871/watcher-4408568-1569798871 -o /tmp/evaluation-result-4408568-1569798871/solver-4408568-1569798871 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1569787354-25325 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4408568-1569798871.xml 

running on 4 cores: 0,2,4,6

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=27857, runsolver pid=27854
Current StackSize limit: 8192 KiB


[startup+0.100195 s]*
/proc/loadavg: 1.96 2.08 2.08 3/201 27858
/proc/meminfo: memFree=29722504/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=28924 memory=4840 CPUtime=0.1 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 1525 0 0 0 10 0 0 0 20 0 1 0 556154853 29618176 1210 33554432000 4194304 6211132 140733526939104 140733526934600 5707878 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 7231 1210 814 493 0 536 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28924 KiB
Current children cumulated memory: 4840 KiB

[startup+0.209703 s]*
/proc/loadavg: 1.96 2.08 2.08 3/201 27858
/proc/meminfo: memFree=29720404/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=30484 memory=5992 CPUtime=0.21 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2033 0 0 0 21 0 0 0 20 0 1 0 556154853 31215616 1498 33554432000 4194304 6211132 140733526939104 140733526936376 140244330818533 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 7621 1498 814 493 0 926 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30484 KiB
Current children cumulated memory: 5992 KiB

[startup+0.309349 s]*
/proc/loadavg: 1.96 2.08 2.08 3/201 27858
/proc/meminfo: memFree=29719684/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=31276 memory=7044 CPUtime=0.31 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2321 0 0 0 31 0 0 0 20 0 1 0 556154853 32026624 1761 33554432000 4194304 6211132 140733526939104 140733526936376 140244330818533 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 7819 1761 814 493 0 1124 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31276 KiB
Current children cumulated memory: 7044 KiB

[startup+0.700352 s]
/proc/loadavg: 1.96 2.08 2.08 3/201 27858
/proc/meminfo: memFree=29716048/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=35716 memory=11888 CPUtime=0.69 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 3389 0 0 0 69 0 0 0 20 0 1 0 556154853 36573184 2972 33554432000 4194304 6211132 140733526939104 140733526936376 5812193 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 8929 2972 814 493 0 2234 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 35716 KiB
Current children cumulated memory: 11888 KiB

[startup+1.50035 s]
/proc/loadavg: 1.96 2.08 2.08 3/201 27858
/proc/meminfo: memFree=29711000/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=44992 memory=20708 CPUtime=1.49 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 5361 0 0 0 148 1 0 0 20 0 1 0 556154853 46071808 5177 33554432000 4194304 6211132 140733526939104 140733526936376 5743421 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 11248 5177 814 493 0 4553 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 44992 KiB
Current children cumulated memory: 20708 KiB

[startup+3.10959 s]
/proc/loadavg: 1.96 2.08 2.08 3/200 27858
/proc/meminfo: memFree=29688508/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=63544 memory=39460 CPUtime=3.09 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 9034 0 0 0 308 1 0 0 20 0 1 0 556154853 65069056 9865 33554432000 4194304 6211132 140733526939104 140733526936376 140244330818533 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 15886 9865 814 493 0 9191 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 63544 KiB
Current children cumulated memory: 39460 KiB

[startup+6.30033 s]
/proc/loadavg: 1.80 2.05 2.07 3/200 27858
/proc/meminfo: memFree=29652668/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=100384 memory=76436 CPUtime=6.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 15998 0 0 0 626 3 0 0 20 0 1 0 556154853 102793216 19109 33554432000 4194304 6211132 140733526939104 140733526936376 5814136 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 25096 19109 814 493 0 18401 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 100384 KiB
Current children cumulated memory: 76436 KiB

[startup+12.7003 s]
/proc/loadavg: 1.82 2.04 2.07 3/200 27858
/proc/meminfo: memFree=29581548/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=174460 memory=150384 CPUtime=12.68 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 29199 0 0 0 1263 5 0 0 20 0 1 0 556154853 178647040 37596 33554432000 4194304 6211132 140733526939104 140733526936376 5485028 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 43615 37596 814 493 0 36920 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 174460 KiB
Current children cumulated memory: 150384 KiB

[startup+25.5004 s]
/proc/loadavg: 1.86 2.04 2.07 3/200 27858
/proc/meminfo: memFree=29431816/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=518828 memory=328260 CPUtime=25.49 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 55311 0 0 0 2537 12 0 0 20 0 1 0 556154853 531279872 82065 33554432000 4194304 6211132 140733526939104 140733526936376 5016267 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 129707 82065 814 493 0 123012 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 518828 KiB
Current children cumulated memory: 328260 KiB

[startup+51.1097 s]
/proc/loadavg: 1.91 2.04 2.07 3/199 27861
/proc/meminfo: memFree=28972668/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751212 CPUtime=51.09 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 219432 0 0 0 5077 32 0 0 20 0 1 0 556154853 830042112 187803 33554432000 4194304 6211132 140733526939104 140733526937368 5039038 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187803 858 493 0 195952 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751212 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 2.04 2.06 3/199 27865
/proc/meminfo: memFree=28972312/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=102.27 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 341256 0 0 0 10190 37 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5039132 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 2.03 2.06 3/199 27869
/proc/meminfo: memFree=28971488/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=162.27 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 488746 0 0 0 16182 45 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5039199 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB

[startup+222.3 s]
/proc/loadavg: 1.92 2.01 2.04 3/199 27875
/proc/meminfo: memFree=28971416/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=222.26 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 632673 0 0 0 22175 51 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5038999 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB

[startup+282.3 s]
/proc/loadavg: 1.97 2.01 2.04 3/199 27879
/proc/meminfo: memFree=28971532/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=282.26 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 798179 0 0 0 28166 60 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5039038 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/199 27883
/proc/meminfo: memFree=28971096/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=342.26 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 951806 0 0 0 34159 67 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5039193 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/199 27896
/proc/meminfo: memFree=28970532/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=402.27 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 1106435 0 0 0 40154 73 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5039199 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 27900
/proc/meminfo: memFree=28971436/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751220 CPUtime=462.27 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 1262886 0 0 0 46146 81 0 0 20 0 1 0 556154853 830042112 187805 33554432000 4194304 6211132 140733526939104 140733526937064 5039038 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187805 860 493 0 195952 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751220 KiB


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

/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1602.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 28011
/proc/meminfo: memFree=28970584/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=1662.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2660217 0 0 0 166088 141 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039199 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1662.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 28015
/proc/meminfo: memFree=28970576/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=1722.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2660753 0 0 0 172088 141 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039199 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28019
/proc/meminfo: memFree=28971308/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=1782.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2661537 0 0 0 178088 141 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5038992 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1782.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28025
/proc/meminfo: memFree=28970440/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=1842.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2662391 0 0 0 184088 141 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039026 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1842.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28029
/proc/meminfo: memFree=28971012/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=1902.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2663126 0 0 0 190088 141 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039132 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1902.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28033
/proc/meminfo: memFree=28970976/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=1962.29 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2663610 0 0 0 196088 141 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5037884 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 1962.29 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28039
/proc/meminfo: memFree=28970972/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2022.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2664470 0 0 0 202088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039029 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28043
/proc/meminfo: memFree=28971508/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2082.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2665491 0 0 0 208088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039217 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28047
/proc/meminfo: memFree=28971356/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2142.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2666217 0 0 0 214088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5038999 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28121
/proc/meminfo: memFree=28837112/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2202.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2667003 0 0 0 220088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039178 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/201 28127
/proc/meminfo: memFree=28384684/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2262.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2667561 0 0 0 226088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039132 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2262.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2322.3 s]
/proc/loadavg: 2.38 2.14 2.09 3/201 28131
/proc/meminfo: memFree=28384888/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2322.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2667835 0 0 0 232088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5038999 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

[startup+2382.3 s]
/proc/loadavg: 2.14 2.12 2.08 3/201 28137
/proc/meminfo: memFree=28383532/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2382.3 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2668078 0 0 0 238088 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5037744 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2382.3 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.10 2.11 2.08 3/201 28137
/proc/meminfo: memFree=28384144/32770624 swapFree=66997716/67108860
[pid=27857] ppid=27854 vsize=810588 memory=751352 CPUtime=2400.01 cores=0,2,4,6
/proc/27857/stat : 27857 (cosoco) R 27854 27857 25294 0 -1 4202496 2668502 0 0 0 239859 142 0 0 20 0 1 0 556154853 830042112 187838 33554432000 4194304 6211132 140733526939104 140733526937064 5039199 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 9408512 140733526946827 140733526946929 140733526946929 140733526949838 0
/proc/27857/statm: 202647 187838 860 493 0 195952 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 810588 KiB
Current children cumulated memory: 751352 KiB

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

[startup+2400.01 s]
# the end of solver process 27857 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.6 s, system=1.42501 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): 2398.6
CPU system time (s): 1.42501
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1081936
Max. memory (cumulated for all children) (KiB): 939180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.6
system time used= 1.42501
maximum resident set size= 939180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2668551
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= 21
involuntary context switches= 733


# summary of solver processes directly reported to runsolver:
#   pid: 27857
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2398.6
#   total CPU system time (s): 1.42501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.0751 second user time and 18.7302 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-30 01:13:53
IDJOB=4408568
IDBENCH=134309
IDSOLVER=2875
FILE ID=node126/4408568-1569798871
RUNJOBID= node126-1569787354-25325
PBS_JOBID= 21705827
Free space on /tmp= 61816 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-10-07.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408568-1569798871/watcher-4408568-1569798871 -o /tmp/evaluation-result-4408568-1569798871/solver-4408568-1569798871 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1569787354-25325 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4408568-1569798871.xml

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

MD5SUM BENCH= be3145b3ca4b2537c465fbe886a795e4
RANDOM SEED=1665895201

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29723976 kB
MemAvailable:   30291104 kB
Buffers:          203668 kB
Cached:           680152 kB
SwapCached:         7392 kB
Active:          2122584 kB
Inactive:         334668 kB
Active(anon):    1579052 kB
Inactive(anon):    70400 kB
Active(file):     543532 kB
Inactive(file):   264268 kB
Unevictable:      109388 kB
Mlocked:          109388 kB
SwapTotal:      67108860 kB
SwapFree:       66997716 kB
Dirty:             72900 kB
Writeback:             0 kB
AnonPages:       1677416 kB
Mapped:            28420 kB
Shmem:             66840 kB
Slab:             180304 kB
SReclaimable:     150324 kB
SUnreclaim:        29980 kB
KernelStack:        3488 kB
PageTables:         8476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2142784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61956 MiB
End job on node126 at 2019-09-30 01:53:53