Trace number 4390131

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

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.01	c
2400.09/2400.01	c This is cosoco 2.00 --  
2400.09/2400.01	c
2400.09/2400.01	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390131-1568338803.xml 
2400.09/2400.01	c ========================================[ Problem Statistics ]===========================================
2400.09/2400.01	c |                                                                                                       
2400.09/2400.01	c |  Parse time        :       103.57 s 
2400.09/2400.01	c |
2400.09/2400.01	c |               Variables: 1302
2400.09/2400.01	c |            Domain Sizes: 422501..422501
2400.09/2400.01	c |
2400.09/2400.01	c |             Constraints: 212876
2400.09/2400.01	c |                   Arity: 2..2  -- Binary: 212876
2400.09/2400.01	c | 
2400.09/2400.01	c |                   Types: 
2400.09/2400.01	c |                          (X -Y <= k): 212876
2400.09/2400.01	c |                          
2400.09/2400.01	c =========================================================================================================
2400.09/2400.01	
2400.09/2400.01	c *** INTERRUPTED ***
2400.09/2400.01	c restarts              : 0           
2400.09/2400.01	c conflicts             : 0            (0 /sec)
2400.09/2400.01	c decisions             : 0            (0 /sec)
2400.09/2400.01	c propagations          : 287507      (120 /sec)
2400.09/2400.01	c root propagations     : 0           
2400.09/2400.01	c filter calls          : 877605         (367 /sec)
2400.09/2400.01	c useless filter calls  : 591152         (67 %)
2400.09/2400.01	c Memory used           : 8132.95 MB
2400.09/2400.01	c CPU time              : 2389.26 s
2400.09/2400.01	c real time             : 2400.01 s
2400.09/2400.01	
2400.09/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 (11953 MiB free)
  memory of node 1: 16384 MiB (12630 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390131-1568338803/watcher-4390131-1568338803 -o /tmp/evaluation-result-4390131-1568338803/solver-4390131-1568338803 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568328795-19587 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390131-1568338803.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=21493, runsolver pid=21490
Current StackSize limit: 8192 KiB


[startup+0.100563 s]*
/proc/loadavg: 2.00 2.01 2.00 3/200 21494
/proc/meminfo: memFree=25018652/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=192560 memory=167896 CPUtime=0.09 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 42158 0 0 0 6 3 0 0 20 0 1 0 410041873 197181440 41974 33554432000 4194304 6210612 140732965802944 140732965798888 5230821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 48140 41974 750 493 0 41445 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 192560 KiB
Current children cumulated memory: 167896 KiB

[startup+0.209766 s]*
/proc/loadavg: 2.00 2.01 2.00 3/200 21494
/proc/meminfo: memFree=24842588/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=375932 memory=350320 CPUtime=0.2 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 87762 0 0 0 12 8 0 0 20 0 1 0 410041873 384954368 87580 33554432000 4194304 6210612 140732965802944 140732965798888 140086133157342 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 93983 87580 750 493 0 87288 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 375932 KiB
Current children cumulated memory: 350320 KiB

[startup+0.309758 s]*
/proc/loadavg: 2.00 2.01 2.00 3/200 21494
/proc/meminfo: memFree=24674320/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=542784 memory=518752 CPUtime=0.3 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 129892 0 0 0 16 14 0 0 20 0 1 0 410041873 555810816 129688 33554432000 4194304 6210612 140732965802944 140732965798888 5230821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 135696 129688 750 493 0 129001 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 542784 KiB
Current children cumulated memory: 518752 KiB

[startup+0.700323 s]
/proc/loadavg: 2.00 2.01 2.00 3/200 21494
/proc/meminfo: memFree=24333444/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=1195456 memory=1170568 CPUtime=0.68 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 292772 0 0 0 34 34 0 0 20 0 1 0 410041873 1224146944 292576 33554432000 4194304 6210612 140732965802944 140732965798888 5230741 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 298864 292576 750 493 0 292169 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1195456 KiB
Current children cumulated memory: 1170568 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.00 3/200 21494
/proc/meminfo: memFree=23491236/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=2560136 memory=2535800 CPUtime=1.48 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 634140 0 0 0 72 76 0 0 20 0 1 0 410041873 2621579264 633950 33554432000 4194304 6210612 140732965802944 140732965798888 5230741 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 640034 633950 751 493 0 633339 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2560136 KiB
Current children cumulated memory: 2535800 KiB

[startup+3.1093 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21496
/proc/meminfo: memFree=20846384/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=4351240 memory=4327572 CPUtime=3.09 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 1082253 0 0 0 182 127 0 0 20 0 1 0 410041873 4455669760 1081893 33554432000 4194304 6210612 140732965802944 140732965798888 140086133208992 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 1087810 1081893 820 493 0 1081115 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 4351240 KiB
Current children cumulated memory: 4327572 KiB

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21497
/proc/meminfo: memFree=20806312/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=4400104 memory=4374800 CPUtime=6.29 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 1095153 0 0 0 498 131 0 0 20 0 1 0 410041873 4505706496 1093700 33554432000 4194304 6210612 140732965802944 140732965798104 140086134002912 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 1100026 1093700 820 493 0 1093331 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 4400104 KiB
Current children cumulated memory: 4374800 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/200 21497
/proc/meminfo: memFree=20573088/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=4648800 memory=4623412 CPUtime=12.68 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 1158142 0 0 0 1126 142 0 0 20 0 1 0 410041873 4760371200 1155853 33554432000 4194304 6210612 140732965802944 140732965792504 140086149209052 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 1162200 1155853 820 493 0 1155505 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 4648800 KiB
Current children cumulated memory: 4623412 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/200 21497
/proc/meminfo: memFree=20064304/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=5149588 memory=5124068 CPUtime=25.48 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 1284604 0 0 0 2383 165 0 0 20 0 1 0 410041873 5273178112 1281017 33554432000 4194304 6210612 140732965802944 140732965794168 140086133160933 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 1287397 1281017 820 493 0 1280702 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 5149588 KiB
Current children cumulated memory: 5124068 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.00 3/200 21504
/proc/meminfo: memFree=19040072/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=6155296 memory=6129692 CPUtime=51.1 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 1538040 0 0 0 4897 213 0 0 20 0 1 0 410041873 6303023104 1532423 33554432000 4194304 6210612 140732965802944 140732965792504 140086133160933 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 1538824 1532423 820 493 0 1532129 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 6155296 KiB
Current children cumulated memory: 6129692 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21509
/proc/meminfo: memFree=17032704/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8165336 memory=8139496 CPUtime=102.27 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 2044248 0 0 0 9924 303 0 0 20 0 1 0 410041873 8361304064 2034874 33554432000 4194304 6210612 140732965802944 140732965792504 140086133160933 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2041334 2034874 820 493 0 2034639 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 8165336 KiB
Current children cumulated memory: 8139496 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21513
/proc/meminfo: memFree=16854676/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=162.26 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 3287021 0 0 0 15869 357 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5397208 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21517
/proc/meminfo: memFree=16854756/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=222.27 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 3563898 0 0 0 21858 369 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5397208 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21587
/proc/meminfo: memFree=16875884/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=282.27 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 3895419 0 0 0 27841 386 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 21591
/proc/meminfo: memFree=16876580/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=342.27 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 4280406 0 0 0 33824 403 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5392183 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/200 21595
/proc/meminfo: memFree=16876744/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=402.27 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 4500318 0 0 0 39815 412 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/200 21643
/proc/meminfo: memFree=16872768/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=462.27 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 4850699 0 0 0 45799 428 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB


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

/proc/meminfo: memFree=16874124/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=1662.33 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 15362363 0 0 0 165404 829 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 1662.33 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.07 2.05 3/199 21783
/proc/meminfo: memFree=16874268/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=1722.34 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 15936651 0 0 0 171383 851 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 1722.34 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/199 21787
/proc/meminfo: memFree=16874180/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=1782.33 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 16395025 0 0 0 177365 868 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/201 21800
/proc/meminfo: memFree=16873496/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=1842.34 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 16986303 0 0 0 183345 889 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5172060 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 1842.34 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/201 21806
/proc/meminfo: memFree=16873968/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=1902.35 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 17593257 0 0 0 189319 916 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 1902.35 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/201 21810
/proc/meminfo: memFree=16873652/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=1962.35 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 18068811 0 0 0 195301 934 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 1962.35 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/201 21814
/proc/meminfo: memFree=16874024/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=2022.36 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 18659984 0 0 0 201281 955 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5392880 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 2022.36 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+2082.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/201 21820
/proc/meminfo: memFree=16873856/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=2082.36 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 19151198 0 0 0 207262 974 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 2082.36 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/199 21824
/proc/meminfo: memFree=16874220/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304240 CPUtime=2142.37 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 19690180 0 0 0 213243 994 0 0 20 0 1 0 410041873 8528015360 2076060 33554432000 4194304 6210612 140732965802944 140732965801208 5392899 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076060 857 493 0 2075340 0
Current children cumulated CPU time: 2142.37 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304240 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/199 21828
/proc/meminfo: memFree=16873228/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304736 CPUtime=2202.37 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 20233466 0 0 0 219223 1014 0 0 20 0 1 0 410041873 8528015360 2076184 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076184 857 493 0 2075340 0
Current children cumulated CPU time: 2202.37 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304736 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 21834
/proc/meminfo: memFree=16873400/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304736 CPUtime=2262.38 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 20764081 0 0 0 225202 1036 0 0 20 0 1 0 410041873 8528015360 2076184 33554432000 4194304 6210612 140732965802944 140732965801208 5392899 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076184 857 493 0 2075340 0
Current children cumulated CPU time: 2262.38 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304736 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 21838
/proc/meminfo: memFree=16872752/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304736 CPUtime=2322.37 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 21265562 0 0 0 231185 1052 0 0 20 0 1 0 410041873 8528015360 2076184 33554432000 4194304 6210612 140732965802944 140732965801208 5392903 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076184 857 493 0 2075340 0
Current children cumulated CPU time: 2322.37 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304736 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 21842
/proc/meminfo: memFree=16872924/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304736 CPUtime=2382.38 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 21856499 0 0 0 237164 1074 0 0 20 0 1 0 410041873 8528015360 2076184 33554432000 4194304 6210612 140732965802944 140732965801208 5171864 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076184 857 493 0 2075340 0
Current children cumulated CPU time: 2382.38 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 21844
/proc/meminfo: memFree=16872232/32770624 swapFree=67004140/67108860
[pid=21493] ppid=21490 vsize=8328140 memory=8304736 CPUtime=2400.09 cores=0,2,4,6
/proc/21493/stat : 21493 (cosoco) R 21490 21493 19556 0 -1 4202496 22075552 0 0 0 238926 1083 0 0 20 0 1 0 410041873 8528015360 2076184 33554432000 4194304 6210612 140732965802944 140732965801208 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 18591744 140732965811211 140732965811313 140732965811313 140732965814222 0
/proc/21493/statm: 2082035 2076184 857 493 0 2075340 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 8328140 KiB
Current children cumulated memory: 8304736 KiB

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

[startup+2400.27 s]
# the end of solver process 21493 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2389.27 s, system=11.0969 s

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

[startup+2400.21 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 21844
/proc/meminfo: memFree=22309176/32770624 swapFree=67004140/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.27
CPU time (s): 2400.36
CPU user time (s): 2389.27
CPU system time (s): 11.0969
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 8330228
Max. memory (cumulated for all children) (KiB): 8305676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.27
system time used= 11.0969
maximum resident set size= 8305780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22075605
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= 224
involuntary context switches= 3008


# summary of solver processes directly reported to runsolver:
#   pid: 21493
#   total CPU time (s): 2400.36
#   total CPU user time (s): 2389.27
#   total CPU system time (s): 11.0969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8366 second user time and 14.293 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 03:39:26
IDJOB=4390131
IDBENCH=126853
IDSOLVER=2830
FILE ID=node148/4390131-1568338803
RUNJOBID= node148-1568328795-19587
PBS_JOBID= 21701154
Free space on /tmp= 58788 MiB

SOLVER NAME= cosoco 2
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-4390131-1568338803/watcher-4390131-1568338803 -o /tmp/evaluation-result-4390131-1568338803/solver-4390131-1568338803 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568328795-19587 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390131-1568338803.xml

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

MD5SUM BENCH= b97d8d5b055c4339b2e4c2984249c74f
RANDOM SEED=1516513496

node148.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.13
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.13
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.13
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.13
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:        25175180 kB
MemAvailable:   31843116 kB
Buffers:          138988 kB
Cached:          6776896 kB
SwapCached:         3904 kB
Active:          2441728 kB
Inactive:        4503532 kB
Active(anon):      26868 kB
Inactive(anon):    43536 kB
Active(file):    2414860 kB
Inactive(file):  4459996 kB
Unevictable:      109232 kB
Mlocked:          109232 kB
SwapTotal:      67108860 kB
SwapFree:       67004140 kB
Dirty:             10160 kB
Writeback:             0 kB
AnonPages:        136200 kB
Mapped:            45084 kB
Shmem:             32292 kB
Slab:             246192 kB
SReclaimable:     217832 kB
SUnreclaim:        28360 kB
KernelStack:        3488 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     550040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58784 MiB
End job on node148 at 2019-09-13 04:19:26