Trace number 4389560

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) 2520.1 2519.81

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0400.xml
MD5SUMcd36f5a432e3b868ff7ac280438203b6
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 benchmark59.2496
Satisfiable
(Un)Satisfiability was proved
Number of variables802
Number of constraints81001
Number of domains1
Minimum domain size160001
Maximum domain size160001
Distribution of domain sizes[{"size":160001,"count":802}]
Minimum variable degree2
Maximum variable degree401
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":399},{"degree":400,"count":399},{"degree":401,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":81001}]
Number of extensional constraints0
Number of intensional constraints81001
Distribution of constraint types[{"type":"intension","count":81001}]
Optimization problemNO
Type of objective

Solver Data

2520.09/2519.80	c
2520.09/2519.80	c This is cosoco 2.00 --  
2520.09/2519.80	c
2520.09/2519.80	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389560-1568332471.xml 
2520.09/2519.80	c ========================================[ Problem Statistics ]===========================================
2520.09/2519.80	c |                                                                                                       
2520.09/2519.80	c |  Parse time        :        39.17 s 
2520.09/2519.80	c |
2520.09/2519.80	c |               Variables: 802
2520.09/2519.80	c |            Domain Sizes: 160001..160001
2520.09/2519.80	c |
2520.09/2519.80	c |             Constraints: 81001
2520.09/2519.80	c |                   Arity: 2..2  -- Binary: 81001
2520.09/2519.80	c | 
2520.09/2519.80	c |                   Types: 
2520.09/2519.80	c |                          (X -Y <= k): 81001
2520.09/2519.80	c |                          
2520.09/2519.80	c =========================================================================================================
2520.09/2519.80	
2520.09/2519.80	c *** INTERRUPTED ***
2520.09/2519.80	c restarts              : 0           
2520.09/2519.80	c conflicts             : 0            (0 /sec)
2520.09/2519.80	c decisions             : 0            (0 /sec)
2520.09/2519.80	c propagations          : 1369561     (544 /sec)
2520.09/2519.80	c root propagations     : 0           
2520.09/2519.80	c filter calls          : 2440976        (969 /sec)
2520.09/2519.80	c useless filter calls  : 1074113        (44 %)
2520.09/2519.80	c Memory used           : 2341.31 MB
2520.09/2519.80	c CPU time              : 2517.98 s
2520.09/2519.80	c real time             : 2519.8 s
2520.09/2519.80	
2520.09/2519.80	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 (15322 MiB free)
  memory of node 1: 16384 MiB (15600 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389560-1568332471/watcher-4389560-1568332471 -o /tmp/evaluation-result-4389560-1568332471/solver-4389560-1568332471 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568308483-14144 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389560-1568332471.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=18033, runsolver pid=18030
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 1.92 2.00 2.04 3/200 18034
/proc/meminfo: memFree=31507012/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=200688 memory=176608 CPUtime=0.1 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 44356 0 0 0 5 5 0 0 20 0 1 0 409505576 205504512 44152 33554432000 4194304 6210612 140735952355248 140735952351784 5231044 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 50172 44152 750 493 0 43477 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 200688 KiB
Current children cumulated memory: 176608 KiB

[startup+0.209943 s]*
/proc/loadavg: 1.92 2.00 2.04 3/200 18034
/proc/meminfo: memFree=31319524/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=387832 memory=363784 CPUtime=0.2 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 91153 0 0 0 10 10 0 0 20 0 1 0 409505576 397139968 90946 33554432000 4194304 6210612 140735952355248 140735952351784 5230821 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 97115 90946 750 493 0 90420 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 387832 KiB
Current children cumulated memory: 363784 KiB

[startup+0.30983 s]*
/proc/loadavg: 1.92 2.00 2.04 3/200 18034
/proc/meminfo: memFree=31149520/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=557520 memory=533604 CPUtime=0.31 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 133573 0 0 0 15 16 0 0 20 0 1 0 409505576 570900480 133401 33554432000 4194304 6210612 140735952355248 140735952351784 5230821 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 139380 133401 751 493 0 132685 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 557520 KiB
Current children cumulated memory: 533604 KiB

[startup+0.70035 s]
/proc/loadavg: 1.92 2.00 2.04 3/200 18034
/proc/meminfo: memFree=30804676/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=1038468 memory=1014808 CPUtime=0.69 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 253874 0 0 0 38 31 0 0 20 0 1 0 409505576 1063391232 253702 33554432000 4194304 6210612 140735952355248 140735952351192 140150346054629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 259617 253702 820 493 0 252922 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1038468 KiB
Current children cumulated memory: 1014808 KiB

[startup+1.50028 s]
/proc/loadavg: 1.92 2.00 2.04 3/200 18034
/proc/meminfo: memFree=30642184/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=1055164 memory=1030672 CPUtime=1.49 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 258287 0 0 0 117 32 0 0 20 0 1 0 409505576 1080487936 257668 33554432000 4194304 6210612 140735952355248 140735952349768 140150346054629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 263791 257668 820 493 0 257096 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1055164 KiB
Current children cumulated memory: 1030672 KiB

[startup+3.10961 s]
/proc/loadavg: 1.92 2.00 2.04 3/200 18034
/proc/meminfo: memFree=30595168/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=1099056 memory=1073720 CPUtime=3.1 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 269814 0 0 0 275 35 0 0 20 0 1 0 409505576 1125433344 268430 33554432000 4194304 6210612 140735952355248 140735952349768 140150346054629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 274764 268430 820 493 0 268069 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1099056 KiB
Current children cumulated memory: 1073720 KiB

[startup+6.30027 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 18034
/proc/meminfo: memFree=30490716/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=1211076 memory=1185880 CPUtime=6.29 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 298409 0 0 0 588 41 0 0 20 0 1 0 409505576 1240141824 296470 33554432000 4194304 6210612 140735952355248 140735952349768 140150346054629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 302769 296470 820 493 0 296074 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1211076 KiB
Current children cumulated memory: 1185880 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 18035
/proc/meminfo: memFree=30279400/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=1436116 memory=1410812 CPUtime=12.68 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 355382 0 0 0 1217 51 0 0 20 0 1 0 409505576 1470582784 352703 33554432000 4194304 6210612 140735952355248 140735952348136 140150346054629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 359029 352703 820 493 0 352334 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 1436116 KiB
Current children cumulated memory: 1410812 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 18035
/proc/meminfo: memFree=29820972/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=1886392 memory=1861144 CPUtime=25.48 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 468840 0 0 0 2476 72 0 0 20 0 1 0 409505576 1931665408 465286 33554432000 4194304 6210612 140735952355248 140735952348248 140150346054629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 471598 465286 820 493 0 464903 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 1886392 KiB
Current children cumulated memory: 1861144 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18037
/proc/meminfo: memFree=29288860/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=51.09 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 850276 0 0 0 5003 106 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18041
/proc/meminfo: memFree=29288356/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=102.29 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 933829 0 0 0 10116 113 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18046
/proc/meminfo: memFree=29289168/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=162.29 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 1162932 0 0 0 16106 123 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18050
/proc/meminfo: memFree=29288700/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=222.3 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 1291371 0 0 0 22102 128 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5392183 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/197 18056
/proc/meminfo: memFree=29290460/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=282.31 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 1419760 0 0 0 28098 133 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18062
/proc/meminfo: memFree=29289156/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=342.31 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 1548256 0 0 0 34094 137 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5172096 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18066
/proc/meminfo: memFree=29288996/32770624 swapFree=66935436/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=402.32 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 1677131 0 0 0 40089 143 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18080
/proc/meminfo: memFree=29288224/32770624 swapFree=66935440/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374052 CPUtime=462.33 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 1805546 0 0 0 46086 147 0 0 20 0 1 0 409505576 2455040000 593513 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593513 857 493 0 592680 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374052 KiB


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

/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 1722.48 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18224
/proc/meminfo: memFree=29288552/32770624 swapFree=66935456/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=1782.49 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3286651 0 0 0 178040 209 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 1782.49 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18228
/proc/meminfo: memFree=29287940/32770624 swapFree=66935456/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=1842.49 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3288102 0 0 0 184040 209 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 1842.49 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18298
/proc/meminfo: memFree=29015648/32770624 swapFree=66935456/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=1902.5 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3289498 0 0 0 190041 209 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 1902.5 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18303
/proc/meminfo: memFree=29004640/32770624 swapFree=66935456/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=1962.51 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3290894 0 0 0 196042 209 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5392880 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 1962.51 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18307
/proc/meminfo: memFree=29002652/32770624 swapFree=66935456/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2022.51 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3292292 0 0 0 202042 209 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5171848 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2022.51 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 18313
/proc/meminfo: memFree=29002080/32770624 swapFree=66935456/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2082.53 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3293633 0 0 0 208043 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2082.53 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2142.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/198 18318
/proc/meminfo: memFree=29001908/32770624 swapFree=66935460/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2142.54 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3295084 0 0 0 214044 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2142.54 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2202.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/198 18322
/proc/meminfo: memFree=29002040/32770624 swapFree=66935460/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2202.54 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3296480 0 0 0 220044 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2202.54 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 18336
/proc/meminfo: memFree=29002128/32770624 swapFree=66935464/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2262.55 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3297877 0 0 0 226045 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2262.55 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 18340
/proc/meminfo: memFree=29001804/32770624 swapFree=66935464/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2322.56 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3299272 0 0 0 232046 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5392912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2322.56 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 18344
/proc/meminfo: memFree=29001916/32770624 swapFree=66935464/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2382.56 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3300668 0 0 0 238046 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5392183 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2382.56 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 18350
/proc/meminfo: memFree=29002072/32770624 swapFree=66935464/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2442.57 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3302064 0 0 0 244047 210 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2442.57 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 18354
/proc/meminfo: memFree=29001852/32770624 swapFree=66935464/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2502.59 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3303460 0 0 0 250048 211 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2502.59 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 18356
/proc/meminfo: memFree=29001952/32770624 swapFree=66935464/67108860
[pid=18033] ppid=18030 vsize=2397500 memory=2374056 CPUtime=2520.09 cores=1,3,5,7
/proc/18033/stat : 18033 (cosoco) R 18030 18033 14112 0 -1 4202496 3303802 0 0 0 251798 211 0 0 20 0 1 0 409505576 2455040000 593514 33554432000 4194304 6210612 140735952355248 140735952353512 5192917 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 35794944 140735952360459 140735952360561 140735952360561 140735952363470 0
/proc/18033/statm: 599375 593514 857 493 0 592680 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2397500 KiB
Current children cumulated memory: 2374056 KiB

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

[startup+2519.81 s]
# the end of solver process 18033 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.98 s, system=2.11929 s

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

Child status: 1
Real time (s): 2519.81
CPU time (s): 2520.1
CPU user time (s): 2517.98
CPU system time (s): 2.11929
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 2397500
Max. memory (cumulated for all children) (KiB): 2374056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.98
system time used= 2.11929
maximum resident set size= 2375024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3303865
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= 87
involuntary context switches= 658


# summary of solver processes directly reported to runsolver:
#   pid: 18033
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.98
#   total CPU system time (s): 2.11929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3102 second user time and 14.7184 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 00:52:57
IDJOB=4389560
IDBENCH=126849
IDSOLVER=2829
FILE ID=node105/4389560-1568332471
RUNJOBID= node105-1568308483-14144
PBS_JOBID= 21701128
Free space on /tmp= 54364 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0400.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389560-1568332471/watcher-4389560-1568332471 -o /tmp/evaluation-result-4389560-1568332471/solver-4389560-1568332471 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568308483-14144 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389560-1568332471.xml

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

MD5SUM BENCH= cd36f5a432e3b868ff7ac280438203b6
RANDOM SEED=1382101279

node105.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.00
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.00
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.00
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.00
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:        31665168 kB
MemAvailable:   31837116 kB
Buffers:          123548 kB
Cached:           337600 kB
SwapCached:        69080 kB
Active:           247300 kB
Inactive:         305516 kB
Active(anon):      33748 kB
Inactive(anon):    89636 kB
Active(file):     213552 kB
Inactive(file):   215880 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       66935436 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        135172 kB
Mapped:            36720 kB
Shmem:             23100 kB
Slab:             144864 kB
SReclaimable:     116700 kB
SUnreclaim:        28164 kB
KernelStack:        3472 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     541120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 54364 MiB
End job on node105 at 2019-09-13 01:34:57