Trace number 4397411

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.36 2400.66

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0650.xml
MD5SUMb97d8d5b055c4339b2e4c2984249c74f
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 benchmark1671.21
Satisfiable
(Un)Satisfiability was proved
Number of variables1302
Number of constraints212876
Number of domains1
Minimum domain size422501
Maximum domain size422501
Distribution of domain sizes[{"size":422501,"count":1302}]
Minimum variable degree2
Maximum variable degree651
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":649},{"degree":650,"count":649},{"degree":651,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212876}]
Number of extensional constraints0
Number of intensional constraints212876
Distribution of constraint types[{"type":"intension","count":212876}]
Optimization problemNO
Type of objective

Solver Data

2400.09/2400.40	c
2400.09/2400.40	c This is cosoco 2.00 --  
2400.09/2400.40	c
2400.09/2400.40	c command line: cosoco -lc -model -restarts -stick HOME/instance-4397411-1568578758.xml 
2400.09/2400.40	c ========================================[ Problem Statistics ]===========================================
2400.09/2400.40	c |                                                                                                       
2400.09/2400.40	c |  Parse time        :       102.64 s 
2400.09/2400.40	c |
2400.09/2400.40	c |               Variables: 1302
2400.09/2400.40	c |            Domain Sizes: 422501..422501
2400.09/2400.40	c |
2400.09/2400.40	c |             Constraints: 212876
2400.09/2400.40	c |                   Arity: 2..2  -- Binary: 212876
2400.09/2400.40	c | 
2400.09/2400.40	c |                   Types: 
2400.09/2400.40	c |                          (X -Y <= k): 212876
2400.09/2400.40	c |                          
2400.09/2400.40	c =========================================================================================================
2400.09/2400.40	
2400.09/2400.40	c *** INTERRUPTED ***
2400.09/2400.40	c restarts              : 0           
2400.09/2400.40	c conflicts             : 0            (0 /sec)
2400.09/2400.40	c decisions             : 0            (0 /sec)
2400.09/2400.40	c propagations          : 287902      (120 /sec)
2400.09/2400.40	c root propagations     : 0           
2400.09/2400.40	c filter calls          : 878212         (368 /sec)
2400.09/2400.40	c useless filter calls  : 591363         (67 %)
2400.09/2400.40	c Memory used           : 8132.95 MB
2400.09/2400.40	c CPU time              : 2389.32 s
2400.09/2400.40	c real time             : 2400.4 s
2400.09/2400.40	
2400.09/2400.40	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 (14330 MiB free)
  memory of node 1: 16384 MiB (15538 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397411-1568578758/watcher-4397411-1568578758 -o /tmp/evaluation-result-4397411-1568578758/solver-4397411-1568578758 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568572742-17792 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4397411-1568578758.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=19275, runsolver pid=19272

[startup+0.100126 s]*
/proc/loadavg: 2.06 2.04 2.01 3/199 19276
/proc/meminfo: memFree=30424432/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=202472 memory=178456 CPUtime=0.09 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 44807 0 0 0 4 5 0 0 20 0 1 0 434142674 207331328 44614 33554432000 4194304 6211092 140730935259168 140730935255704 5231317 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 50618 44614 751 493 0 43923 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 202472 KiB
Current children cumulated memory: 178456 KiB

[startup+0.209764 s]*
/proc/loadavg: 2.06 2.04 2.01 3/199 19276
/proc/meminfo: memFree=30236200/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=390800 memory=366688 CPUtime=0.21 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 91894 0 0 0 10 11 0 0 20 0 1 0 434142674 400179200 91672 33554432000 4194304 6211092 140730935259168 140730935255704 5231317 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 97700 91672 751 493 0 91005 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 390800 KiB
Current children cumulated memory: 366688 KiB

[startup+0.309602 s]*
/proc/loadavg: 2.06 2.04 2.01 3/199 19276
/proc/meminfo: memFree=30063220/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=564260 memory=538816 CPUtime=0.3 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 134903 0 0 0 15 15 0 0 20 0 1 0 434142674 577802240 134704 33554432000 4194304 6211092 140730935259168 140730935255704 5231237 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 141065 134704 751 493 0 134370 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 564260 KiB
Current children cumulated memory: 538816 KiB

[startup+0.700332 s]
/proc/loadavg: 2.06 2.04 2.01 3/199 19276
/proc/meminfo: memFree=29717260/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=1225192 memory=1200400 CPUtime=0.69 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 300239 0 0 0 35 34 0 0 20 0 1 0 434142674 1254596608 300034 33554432000 4194304 6211092 140730935259168 140730935255704 5231237 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 306298 300100 751 493 0 299603 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1225192 KiB
Current children cumulated memory: 1200400 KiB

[startup+1.50034 s]
/proc/loadavg: 2.06 2.04 2.01 3/199 19276
/proc/meminfo: memFree=28865564/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=2609696 memory=2584380 CPUtime=1.49 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 646255 0 0 0 78 71 0 0 20 0 1 0 434142674 2672328704 646095 33554432000 4194304 6211092 140730935259168 140730935255112 5231237 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 652424 646095 752 493 0 645729 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2609696 KiB
Current children cumulated memory: 2584380 KiB

[startup+3.10939 s]
/proc/loadavg: 2.06 2.04 2.01 4/199 19276
/proc/meminfo: memFree=26254900/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=4353328 memory=4329540 CPUtime=3.09 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 1082887 0 0 0 189 120 0 0 20 0 1 0 434142674 4457807872 1082385 33554432000 4194304 6211092 140730935259168 140730935252248 139941344422885 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 1088332 1082385 822 493 0 1081637 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 4353328 KiB
Current children cumulated memory: 4329540 KiB

[startup+6.30023 s]
/proc/loadavg: 2.06 2.04 2.01 3/199 19276
/proc/meminfo: memFree=26211296/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=4405804 memory=4380544 CPUtime=6.29 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 1096652 0 0 0 505 124 0 0 20 0 1 0 434142674 4511543296 1095136 33554432000 4194304 6211092 140730935259168 140730935256440 139941344418622 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 1101451 1095136 822 493 0 1094756 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 4405804 KiB
Current children cumulated memory: 4380544 KiB

[startup+12.7002 s]
/proc/loadavg: 2.05 2.04 2.01 3/199 19276
/proc/meminfo: memFree=25974504/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=4658072 memory=4632772 CPUtime=12.68 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 1160509 0 0 0 1132 136 0 0 20 0 1 0 434142674 4769865728 1158193 33554432000 4194304 6211092 140730935259168 140730935248728 4982928 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 1164518 1158193 822 493 0 1157823 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 4658072 KiB
Current children cumulated memory: 4632772 KiB

[startup+25.5003 s]
/proc/loadavg: 2.04 2.04 2.01 3/199 19276
/proc/meminfo: memFree=25459500/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=5164552 memory=5139292 CPUtime=25.49 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 1288180 0 0 0 2389 160 0 0 20 0 1 0 434142674 5288501248 1284823 33554432000 4194304 6211092 140730935259168 140730935250392 139941345266451 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 1291138 1284823 822 493 0 1284443 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 5164552 KiB
Current children cumulated memory: 5139292 KiB

[startup+51.1093 s]
/proc/loadavg: 2.03 2.04 2.01 3/199 19278
/proc/meminfo: memFree=24427280/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=6178340 memory=6152848 CPUtime=51.1 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 1543565 0 0 0 4905 205 0 0 20 0 1 0 434142674 6326620160 1538212 33554432000 4194304 6211092 140730935259168 140730935248728 139941344422885 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 1544585 1538212 822 493 0 1537890 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 6178340 KiB
Current children cumulated memory: 6152848 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/199 19289
/proc/meminfo: memFree=22404396/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8204672 memory=8178780 CPUtime=102.27 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 2054349 0 0 0 9933 294 0 0 20 0 1 0 434142674 8401584128 2044695 33554432000 4194304 6211092 140730935259168 140730935250392 139941353860688 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2051168 2044695 822 493 0 2044473 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 8204672 KiB
Current children cumulated memory: 8178780 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/199 19294
/proc/meminfo: memFree=22267496/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=162.26 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 3292223 0 0 0 15875 351 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/200 19301
/proc/meminfo: memFree=22266884/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=222.24 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 3569677 0 0 0 21860 364 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/200 19305
/proc/meminfo: memFree=22266128/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=282.23 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 3929562 0 0 0 27843 380 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5393063 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/200 19309
/proc/meminfo: memFree=22266352/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=342.22 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 4286680 0 0 0 33827 395 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5392320 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/200 19316
/proc/meminfo: memFree=22266236/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=402.22 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 4507018 0 0 0 39814 408 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/199 19320
/proc/meminfo: memFree=22266824/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=462.2 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 4858429 0 0 0 45796 424 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 462.2 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB


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

/proc/meminfo: memFree=22326572/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=1662.07 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 15377760 0 0 0 165377 830 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 1662.07 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19752
/proc/meminfo: memFree=22327124/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=1722.06 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 15984885 0 0 0 171353 853 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5393040 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 1722.06 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 19758
/proc/meminfo: memFree=22326020/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=1782.06 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 16427648 0 0 0 177337 869 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 1782.06 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19762
/proc/meminfo: memFree=22326772/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=1842.06 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 17002005 0 0 0 183317 889 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5172437 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 1842.06 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 19774
/proc/meminfo: memFree=22325636/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=1902.05 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 17609088 0 0 0 189293 912 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5393059 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 1902.05 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/201 19780
/proc/meminfo: memFree=22324964/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=1962.04 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 18084718 0 0 0 195275 929 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 1962.04 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 19784
/proc/meminfo: memFree=22325808/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=2022.04 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 18691757 0 0 0 201252 952 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5172256 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 2022.04 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 19788
/proc/meminfo: memFree=22325744/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=2082.03 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 19200080 0 0 0 207231 972 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5393040 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 2082.03 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/201 19794
/proc/meminfo: memFree=22325324/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=2142.02 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 19774306 0 0 0 213211 991 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 2142.02 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19799
/proc/meminfo: memFree=22326120/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304248 CPUtime=2202.02 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 20254636 0 0 0 219193 1009 0 0 20 0 1 0 434142674 8528015360 2076062 33554432000 4194304 6211092 140730935259168 140730935257432 5172437 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076062 859 493 0 2075340 0
Current children cumulated CPU time: 2202.02 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304248 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19803
/proc/meminfo: memFree=22325520/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304744 CPUtime=2262.01 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 20856711 0 0 0 225168 1033 0 0 20 0 1 0 434142674 8528015360 2076186 33554432000 4194304 6211092 140730935259168 140730935257432 5393072 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076186 859 493 0 2075340 0
Current children cumulated CPU time: 2262.01 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304744 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19807
/proc/meminfo: memFree=22325492/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304744 CPUtime=2322 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 21299122 0 0 0 231151 1049 0 0 20 0 1 0 434142674 8528015360 2076186 33554432000 4194304 6211092 140730935259168 140730935257432 5393072 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076186 859 493 0 2075340 0
Current children cumulated CPU time: 2322 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304744 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19814
/proc/meminfo: memFree=22325252/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304744 CPUtime=2382 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 21905939 0 0 0 237128 1072 0 0 20 0 1 0 434142674 8528015360 2076186 33554432000 4194304 6211092 140730935259168 140730935257432 5193733 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076186 859 493 0 2075340 0
Current children cumulated CPU time: 2382 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19816
/proc/meminfo: memFree=22325532/32770624 swapFree=66967296/67108860
[pid=19275] ppid=19272 vsize=8328140 memory=8304744 CPUtime=2400.09 cores=1,3,5,7
/proc/19275/stat : 19275 (cosoco) R 19272 19275 17760 0 -1 4202496 22092123 0 0 0 238931 1078 0 0 20 0 1 0 434142674 8528015360 2076186 33554432000 4194304 6211092 140730935259168 140730935257432 5193728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 30117888 140730935264267 140730935264369 140730935264369 140730935267278 0
/proc/19275/statm: 2082035 2076186 859 493 0 2075340 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304744 KiB

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

[startup+2400.66 s]
# the end of solver process 19275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2389.32 s, system=11.0391 s

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

[startup+2400.61 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 19816
/proc/meminfo: memFree=27764268/32770624 swapFree=66967296/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 2400.66
CPU time (s): 2400.36
CPU user time (s): 2389.32
CPU system time (s): 11.0391
CPU usage (%): 99.9876
Max. virtual memory (cumulated for all children) (KiB): 8331024
Max. memory (cumulated for all children) (KiB): 8305640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.32
system time used= 11.0391
maximum resident set size= 8305740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22092176
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= 238
involuntary context switches= 1817


# summary of solver processes directly reported to runsolver:
#   pid: 19275
#   total CPU time (s): 2400.36
#   total CPU user time (s): 2389.32
#   total CPU system time (s): 11.0391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.95869 second user time and 17.9471 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-15 22:18:36
IDJOB=4397411
IDBENCH=126853
IDSOLVER=2849
FILE ID=node125/4397411-1568578758
RUNJOBID= node125-1568572742-17792
PBS_JOBID= 21703325
Free space on /tmp= 59748 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0650.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4397411-1568578758/watcher-4397411-1568578758 -o /tmp/evaluation-result-4397411-1568578758/solver-4397411-1568578758 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568572742-17792 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4397411-1568578758.xml

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

MD5SUM BENCH= b97d8d5b055c4339b2e4c2984249c74f
RANDOM SEED=163220726

node125.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.29
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.29
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.29
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.29
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:        30585492 kB
MemAvailable:   31805176 kB
Buffers:          169608 kB
Cached:          1349152 kB
SwapCached:        38384 kB
Active:           745920 kB
Inactive:         876008 kB
Active(anon):      81820 kB
Inactive(anon):    69504 kB
Active(file):     664100 kB
Inactive(file):   806504 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       66967296 kB
Dirty:             10172 kB
Writeback:             0 kB
AnonPages:        183836 kB
Mapped:            48680 kB
Shmem:             39708 kB
Slab:             159076 kB
SReclaimable:     129832 kB
SUnreclaim:        29244 kB
KernelStack:        3760 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     596008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 59744 MiB
End job on node125 at 2019-09-15 22:58:37