Trace number 4390027

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.06 2400.2

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0200.xml
MD5SUM0d3e60901fc96036944749fe1efc55c4
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 benchmark72.3833
Satisfiable
(Un)Satisfiability was proved
Number of variables402
Number of constraints20501
Number of domains1
Minimum domain size40001
Maximum domain size40001
Distribution of domain sizes[{"size":40001,"count":402}]
Minimum variable degree2
Maximum variable degree201
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":199},{"degree":200,"count":199},{"degree":201,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":20501}]
Number of extensional constraints0
Number of intensional constraints20501
Distribution of constraint types[{"type":"intension","count":20501}]
Optimization problemNO
Type of objective

Solver Data

2400.05/2400.20	c
2400.05/2400.20	c This is cosoco 2.00 --  
2400.05/2400.20	c
2400.05/2400.20	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390027-1568338021.xml 
2400.05/2400.20	c ========================================[ Problem Statistics ]===========================================
2400.05/2400.20	c |                                                                                                       
2400.05/2400.20	c |  Parse time        :         9.68 s 
2400.05/2400.20	c |
2400.05/2400.20	c |               Variables: 402
2400.05/2400.20	c |            Domain Sizes: 40001..40001
2400.05/2400.20	c |
2400.05/2400.20	c |             Constraints: 20501
2400.05/2400.20	c |                   Arity: 2..2  -- Binary: 20501
2400.05/2400.20	c | 
2400.05/2400.20	c |                   Types: 
2400.05/2400.20	c |                          (X -Y <= k): 20501
2400.05/2400.20	c |                          
2400.05/2400.20	c =========================================================================================================
2400.05/2400.20	
2400.05/2400.20	c *** INTERRUPTED ***
2400.05/2400.20	c restarts              : 0           
2400.05/2400.20	c conflicts             : 0            (0 /sec)
2400.05/2400.20	c decisions             : 0            (0 /sec)
2400.05/2400.20	c propagations          : 8351382     (3480 /sec)
2400.05/2400.20	c root propagations     : 0           
2400.05/2400.20	c filter calls          : 13605877       (5670 /sec)
2400.05/2400.20	c useless filter calls  : 5281094        (38 %)
2400.05/2400.20	c Memory used           : 458.10 MB
2400.05/2400.20	c CPU time              : 2399.74 s
2400.05/2400.20	c real time             : 2400.2 s
2400.05/2400.20	
2400.05/2400.20	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9143 MiB free)
  memory of node 1: 16384 MiB (15376 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390027-1568338021/watcher-4390027-1568338021 -o /tmp/evaluation-result-4390027-1568338021/solver-4390027-1568338021 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568318532-25085 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390027-1568338021.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
solver pid=28298, runsolver pid=28295
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 2.00 2.01 2.05 3/198 28299
/proc/meminfo: memFree=24979324/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=156780 memory=133120 CPUtime=0.09 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 33464 0 0 0 5 4 0 0 20 0 1 0 410059405 160542720 33280 33554432000 4194304 6210612 140731353576224 140731353572296 140640363547621 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 39195 33280 819 493 0 32500 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 156780 KiB
Current children cumulated memory: 133120 KiB

[startup+0.209627 s]*
/proc/loadavg: 2.00 2.01 2.05 3/198 28299
/proc/meminfo: memFree=24975976/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=160292 memory=136504 CPUtime=0.2 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 34336 0 0 0 16 4 0 0 20 0 1 0 410059405 164139008 34126 33554432000 4194304 6210612 140731353576224 140731353572296 140640363547621 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 40073 34126 820 493 0 33378 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 160292 KiB
Current children cumulated memory: 136504 KiB

[startup+0.309072 s]*
/proc/loadavg: 2.00 2.01 2.05 3/198 28299
/proc/meminfo: memFree=24973372/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=162644 memory=138852 CPUtime=0.31 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 34931 0 0 0 26 5 0 0 20 0 1 0 410059405 166547456 34713 33554432000 4194304 6210612 140731353576224 140731353572296 140640363547621 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 40661 34713 820 493 0 33966 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 162644 KiB
Current children cumulated memory: 138852 KiB

[startup+0.700287 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28299
/proc/meminfo: memFree=24970396/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=171068 memory=146924 CPUtime=0.69 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 37106 0 0 0 64 5 0 0 20 0 1 0 410059405 175173632 36731 33554432000 4194304 6210612 140731353576224 140731353572296 140640363547621 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 42767 36731 820 493 0 36072 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 171068 KiB
Current children cumulated memory: 146924 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28300
/proc/meminfo: memFree=24955144/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=197204 memory=173060 CPUtime=1.49 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 43628 0 0 0 143 6 0 0 20 0 1 0 410059405 201936896 43265 33554432000 4194304 6210612 140731353576224 140731353572296 140640363543358 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 49301 43265 820 493 0 42606 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 197204 KiB
Current children cumulated memory: 173060 KiB

[startup+3.10938 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28300
/proc/meminfo: memFree=24889688/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=249516 memory=225392 CPUtime=3.1 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 56904 0 0 0 301 9 0 0 20 0 1 0 410059405 255504384 56348 33554432000 4194304 6210612 140731353576224 140731353565784 140640363547621 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 62379 56348 820 493 0 55684 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 249516 KiB
Current children cumulated memory: 225392 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28300
/proc/meminfo: memFree=24791780/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=353404 memory=329304 CPUtime=6.29 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 83243 0 0 0 614 15 0 0 20 0 1 0 410059405 361885696 82326 33554432000 4194304 6210612 140731353576224 140731353565784 140640363547621 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 88351 82326 820 493 0 81656 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 353404 KiB
Current children cumulated memory: 329304 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28300
/proc/meminfo: memFree=24665772/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445568 CPUtime=12.69 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 161486 0 0 0 1247 22 0 0 20 0 1 0 410059405 480350208 111392 33554432000 4194304 6210612 140731353576224 140731353574488 5392183 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111392 857 493 0 110578 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445568 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28300
/proc/meminfo: memFree=24665804/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445568 CPUtime=25.49 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 194250 0 0 0 2526 23 0 0 20 0 1 0 410059405 480350208 111392 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111392 857 493 0 110578 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445568 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28302
/proc/meminfo: memFree=24665184/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445568 CPUtime=51.09 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 212159 0 0 0 5085 24 0 0 20 0 1 0 410059405 480350208 111392 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111392 857 493 0 110578 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445568 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28306
/proc/meminfo: memFree=24664696/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445568 CPUtime=102.28 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 230459 0 0 0 10203 25 0 0 20 0 1 0 410059405 480350208 111392 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111392 857 493 0 110578 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445568 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28313
/proc/meminfo: memFree=24664028/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445568 CPUtime=162.27 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 247886 0 0 0 16201 26 0 0 20 0 1 0 410059405 480350208 111392 33554432000 4194304 6210612 140731353576224 140731353574488 5392183 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111392 857 493 0 110578 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445568 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28324
/proc/meminfo: memFree=24664576/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445568 CPUtime=222.27 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 264986 0 0 0 22200 27 0 0 20 0 1 0 410059405 480350208 111392 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111392 857 493 0 110578 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445568 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28328
/proc/meminfo: memFree=24665840/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=282.27 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 282430 0 0 0 28198 29 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28334
/proc/meminfo: memFree=24665168/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=342.26 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 289129 0 0 0 34197 29 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192917 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28338
/proc/meminfo: memFree=24665440/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=402.26 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 289868 0 0 0 40197 29 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28342
/proc/meminfo: memFree=24664832/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=462.25 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 290607 0 0 0 46196 29 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5392912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB


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

/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1602.19 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28454
/proc/meminfo: memFree=24664248/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=1662.19 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 304773 0 0 0 166188 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1662.19 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28458
/proc/meminfo: memFree=24664976/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=1722.19 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 305426 0 0 0 172188 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5392160 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28464
/proc/meminfo: memFree=24663896/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=1782.18 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 306101 0 0 0 178187 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28468
/proc/meminfo: memFree=24664764/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=1842.18 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 306743 0 0 0 184187 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5172096 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28472
/proc/meminfo: memFree=24664988/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=1902.18 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 307392 0 0 0 190187 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28478
/proc/meminfo: memFree=24664304/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=1962.17 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 308030 0 0 0 196186 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28490
/proc/meminfo: memFree=24663916/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2022.17 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 308659 0 0 0 202186 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28494
/proc/meminfo: memFree=24663396/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2082.16 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 309295 0 0 0 208185 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192917 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2082.16 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28500
/proc/meminfo: memFree=24663564/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2142.16 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 309910 0 0 0 214185 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2142.16 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28504
/proc/meminfo: memFree=24664084/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2202.16 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 310532 0 0 0 220185 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28633
/proc/meminfo: memFree=24721824/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2262.15 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 311153 0 0 0 226184 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2262.15 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28701
/proc/meminfo: memFree=24722540/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2322.15 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 311741 0 0 0 232184 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5392192 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28765
/proc/meminfo: memFree=24720288/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2382.15 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 312346 0 0 0 238184 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5171852 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2382.15 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28765
/proc/meminfo: memFree=24720256/32770624 swapFree=66977612/67108860
[pid=28298] ppid=28295 vsize=469092 memory=445592 CPUtime=2400.05 cores=1,3,5,7
/proc/28298/stat : 28298 (cosoco) R 28295 28298 25053 0 -1 4202496 312346 0 0 0 239974 31 0 0 20 0 1 0 410059405 480350208 111398 33554432000 4194304 6210612 140731353576224 140731353574488 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 10375168 140731353580555 140731353580657 140731353580657 140731353583566 0
/proc/28298/statm: 117273 111398 857 493 0 110578 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 469092 KiB
Current children cumulated memory: 445592 KiB

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

[startup+2400.2 s]
# the end of solver process 28298 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.74 s, system=0.318981 s

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

Child status: 1
Real time (s): 2400.2
CPU time (s): 2400.06
CPU user time (s): 2399.74
CPU system time (s): 0.318981
CPU usage (%): 99.994
Max. virtual memory (cumulated for all children) (KiB): 469092
Max. memory (cumulated for all children) (KiB): 445592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.74
system time used= 0.318981
maximum resident set size= 445660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312398
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= 19
involuntary context switches= 623


# summary of solver processes directly reported to runsolver:
#   pid: 28298
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.74
#   total CPU system time (s): 0.318981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.065 second user time and 18.0172 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 02:16:44
IDJOB=4390027
IDBENCH=126845
IDSOLVER=2830
FILE ID=node104/4390027-1568338021
RUNJOBID= node104-1568318532-25085
PBS_JOBID= 21701142
Free space on /tmp= 56572 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0200.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390027-1568338021/watcher-4390027-1568338021 -o /tmp/evaluation-result-4390027-1568338021/solver-4390027-1568338021 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568318532-25085 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390027-1568338021.xml

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

MD5SUM BENCH= 0d3e60901fc96036944749fe1efc55c4
RANDOM SEED=919984418

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        25108668 kB
MemAvailable:   31768132 kB
Buffers:          135324 kB
Cached:          6737608 kB
SwapCached:        31864 kB
Active:          1825248 kB
Inactive:        5145036 kB
Active(anon):      64112 kB
Inactive(anon):    74764 kB
Active(file):    1761136 kB
Inactive(file):  5070272 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:              3492 kB
Writeback:             0 kB
AnonPages:        189412 kB
Mapped:            45348 kB
Shmem:             32780 kB
Slab:             286388 kB
SReclaimable:     256516 kB
SUnreclaim:        29872 kB
KernelStack:        3536 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     579372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 56568 MiB
End job on node104 at 2019-09-13 02:56:45