Trace number 4389546

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) 2519.8 2520.01

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0450.xml
MD5SUMffc1a166c9e21b9812230f61f9b6f38e
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 benchmark73.796
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints102376
Number of domains1
Minimum domain size202501
Maximum domain size202501
Distribution of domain sizes[{"size":202501,"count":902}]
Minimum variable degree2
Maximum variable degree451
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":449},{"degree":450,"count":449},{"degree":451,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":102376}]
Number of extensional constraints0
Number of intensional constraints102376
Distribution of constraint types[{"type":"intension","count":102376}]
Optimization problemNO
Type of objective

Solver Data

2519.78/2520.00	c
2519.78/2520.00	c This is cosoco 2.00 --  
2519.78/2520.00	c
2519.78/2520.00	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389546-1568333134.xml 
2519.78/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.78/2520.00	c |                                                                                                       
2519.78/2520.00	c |  Parse time        :        57.75 s 
2519.78/2520.00	c |
2519.78/2520.00	c |               Variables: 902
2519.78/2520.00	c |            Domain Sizes: 202501..202501
2519.78/2520.00	c |
2519.78/2520.00	c |             Constraints: 102376
2519.78/2520.00	c |                   Arity: 2..2  -- Binary: 102376
2519.78/2520.00	c | 
2519.78/2520.00	c |                   Types: 
2519.78/2520.00	c |                          (X -Y <= k): 102376
2519.78/2520.00	c |                          
2519.78/2520.00	c =========================================================================================================
2519.78/2520.00	
2519.78/2520.00	c *** INTERRUPTED ***
2519.78/2520.00	c restarts              : 0           
2519.78/2520.00	c conflicts             : 0            (0 /sec)
2519.78/2520.00	c decisions             : 0            (0 /sec)
2519.78/2520.00	c propagations          : 861349      (342 /sec)
2519.78/2520.00	c root propagations     : 0           
2519.78/2520.00	c filter calls          : 1669085        (663 /sec)
2519.78/2520.00	c useless filter calls  : 809544         (48 %)
2519.78/2520.00	c Memory used           : 3143.79 MB
2519.78/2520.00	c CPU time              : 2515.99 s
2519.78/2520.00	c real time             : 2520 s
2519.78/2520.00	
2519.78/2520.00	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: 16375 MiB (13580 MiB free)
  memory of node 1: 16384 MiB (13587 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389546-1568333134/watcher-4389546-1568333134 -o /tmp/evaluation-result-4389546-1568333134/solver-4389546-1568333134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323826654-9509 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389546-1568333134.xml 

running on 4 cores: 0-3

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
Current StackSize limit: 8192 KiB

solver pid=14110, runsolver pid=14107

[startup+0.100115 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 14111
/proc/meminfo: memFree=27684452/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=177840 memory=153908 CPUtime=0.1 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 38642 0 0 0 6 4 0 0 20 0 1 0 409319725 182108160 38477 33554432000 4194304 6210612 140735636286528 140735636283064 5230821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 44460 38477 750 493 0 37765 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 177840 KiB
Current children cumulated memory: 153908 KiB

[startup+0.210952 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 14111
/proc/meminfo: memFree=27518756/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=343368 memory=319436 CPUtime=0.21 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 80018 0 0 0 12 9 0 0 20 0 1 0 409319725 351608832 79793 33554432000 4194304 6210612 140735636286528 140735636283064 5230741 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 85842 79859 750 493 0 79147 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 343368 KiB
Current children cumulated memory: 319436 KiB

[startup+0.310711 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 14111
/proc/meminfo: memFree=27367972/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=494640 memory=469916 CPUtime=0.31 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 117680 0 0 0 17 14 0 0 20 0 1 0 409319725 506511360 117479 33554432000 4194304 6210612 140735636286528 140735636283064 5230821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 123660 117479 750 493 0 116965 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 494640 KiB
Current children cumulated memory: 469916 KiB

[startup+0.700362 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14111
/proc/meminfo: memFree=27066776/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=1068312 memory=1044380 CPUtime=0.69 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 261257 0 0 0 37 32 0 0 20 0 1 0 409319725 1093951488 261095 33554432000 4194304 6210612 140735636286528 140735636282472 5230821 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 267078 261095 750 493 0 260383 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1068312 KiB
Current children cumulated memory: 1044380 KiB

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14111
/proc/meminfo: memFree=26387788/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=1472376 memory=1448572 CPUtime=1.49 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 362330 0 0 0 103 46 0 0 20 0 1 0 409319725 1507713024 362143 33554432000 4194304 6210612 140735636286528 140735636278168 140243307139365 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 368094 362143 820 493 0 361399 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1472376 KiB
Current children cumulated memory: 1448572 KiB

[startup+3.11037 s]
/proc/loadavg: 1.92 2.00 2.04 3/199 14111
/proc/meminfo: memFree=26357612/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=1491688 memory=1466876 CPUtime=3.09 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 368388 0 0 0 262 47 0 0 20 0 1 0 409319725 1527488512 366719 33554432000 4194304 6210612 140735636286528 140735636283800 5440831 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 372922 366719 820 493 0 366227 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1491688 KiB
Current children cumulated memory: 1466876 KiB

[startup+6.30024 s]
/proc/loadavg: 1.92 2.00 2.04 3/199 14111
/proc/meminfo: memFree=26265672/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=1589500 memory=1564824 CPUtime=6.28 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 393444 0 0 0 574 54 0 0 20 0 1 0 409319725 1627648000 391206 33554432000 4194304 6210612 140735636286528 140735636281048 140243297802304 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 397375 391206 820 493 0 390680 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1589500 KiB
Current children cumulated memory: 1564824 KiB

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 14112
/proc/meminfo: memFree=26080572/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=1786748 memory=1762144 CPUtime=12.68 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 443435 0 0 0 1203 65 0 0 20 0 1 0 409319725 1829629952 440536 33554432000 4194304 6210612 140735636286528 140735636281048 5453673 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 446687 440536 820 493 0 439992 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 1786748 KiB
Current children cumulated memory: 1762144 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/199 14112
/proc/meminfo: memFree=25678812/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=2181704 memory=2156924 CPUtime=25.49 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 543284 0 0 0 2463 86 0 0 20 0 1 0 409319725 2234064896 539231 33554432000 4194304 6210612 140735636286528 140735636277944 140243297849456 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 545426 539231 820 493 0 538731 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2181704 KiB
Current children cumulated memory: 2156924 KiB

[startup+51.1104 s]
/proc/loadavg: 1.96 2.00 2.04 3/199 14114
/proc/meminfo: memFree=24873544/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=2973324 memory=2948548 CPUtime=51.09 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 743022 0 0 0 4980 129 0 0 20 0 1 0 409319725 3044683776 737137 33554432000 4194304 6210612 140735636286528 140735636281048 5441502 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 743331 737137 820 493 0 736636 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2973324 KiB
Current children cumulated memory: 2948548 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/200 14119
/proc/meminfo: memFree=24618788/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=102.26 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 1245996 0 0 0 10062 164 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/200 14124
/proc/meminfo: memFree=24618632/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=162.25 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 1341275 0 0 0 16055 170 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5397208 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 14130
/proc/meminfo: memFree=24617864/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=222.24 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 1711668 0 0 0 22036 188 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 14142
/proc/meminfo: memFree=24618056/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=282.23 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 1893104 0 0 0 28028 195 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 14146
/proc/meminfo: memFree=24618060/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=342.23 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 2074529 0 0 0 34018 205 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 14152
/proc/meminfo: memFree=24617720/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=402.21 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 2255942 0 0 0 40007 214 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 402.21 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 14156
/proc/meminfo: memFree=24617896/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195692 CPUtime=462.21 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 2405897 0 0 0 46001 220 0 0 20 0 1 0 409319725 3296493568 798923 33554432000 4194304 6210612 140735636286528 140735636284792 5172182 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798923 857 493 0 798113 0
Current children cumulated CPU time: 462.21 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195692 KiB


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

/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 1782.12 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+1842.3 s]*
/proc/loadavg: 2.01 2.14 2.20 3/200 14409
/proc/meminfo: memFree=24372748/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=1842.12 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5711411 0 0 0 183839 373 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 1842.12 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+1902.3 s]*
/proc/loadavg: 2.05 2.13 2.19 3/199 14413
/proc/meminfo: memFree=24373360/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=1902.11 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5749589 0 0 0 189836 375 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 1902.11 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+1962.3 s]*
/proc/loadavg: 2.02 2.11 2.18 3/199 14418
/proc/meminfo: memFree=24373052/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=1962.11 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5775416 0 0 0 195834 377 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 1962.11 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2022.3 s]*
/proc/loadavg: 2.01 2.09 2.17 3/200 14424
/proc/meminfo: memFree=24372996/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2022.11 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5788923 0 0 0 201833 378 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2022.11 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2082.3 s]*
/proc/loadavg: 2.00 2.07 2.16 3/200 14436
/proc/meminfo: memFree=24372680/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2082.11 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5790583 0 0 0 207832 379 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2082.11 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2142.3 s]*
/proc/loadavg: 2.00 2.06 2.15 3/201 14463
/proc/meminfo: memFree=24371928/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2142.11 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5792236 0 0 0 213832 379 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392160 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2142.11 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2202.3 s]*
/proc/loadavg: 2.00 2.05 2.14 3/202 14469
/proc/meminfo: memFree=24369688/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2202.11 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5793863 0 0 0 219832 379 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2202.11 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2262.3 s]*
/proc/loadavg: 2.13 2.07 2.14 3/201 14473
/proc/meminfo: memFree=24369912/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2262.1 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5795444 0 0 0 225831 379 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2262.1 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2322.3 s]*
/proc/loadavg: 2.05 2.06 2.13 3/201 14477
/proc/meminfo: memFree=24369616/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2322.1 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5797032 0 0 0 231830 380 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2322.1 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2382.3 s]*
/proc/loadavg: 2.09 2.06 2.13 3/201 14483
/proc/meminfo: memFree=24369840/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2382.1 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5798626 0 0 0 237830 380 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392899 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2382.1 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2442.3 s]*
/proc/loadavg: 2.03 2.05 2.13 3/199 14487
/proc/meminfo: memFree=24370532/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2442.09 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5800226 0 0 0 243829 380 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392899 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2442.09 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

[startup+2502.3 s]*
/proc/loadavg: 2.06 2.06 2.12 3/199 14491
/proc/meminfo: memFree=24370312/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2502.09 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5801832 0 0 0 249829 380 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2502.09 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.05 2.06 2.12 3/199 14493
/proc/meminfo: memFree=24369800/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2519.78 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5802402 0 0 0 251598 380 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392179 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2519.78 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

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

[startup+2520.01 s]
# the end of solver process 14110 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.99 s, system=3.8178 s

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

[startup+2520 s]
/proc/loadavg: 2.05 2.06 2.12 3/199 14493
/proc/meminfo: memFree=24369800/32770688 swapFree=66919992/67108860
[pid=14110] ppid=14107 vsize=3219232 memory=3195848 CPUtime=2519.78 cores=0-3
/proc/14110/stat : 14110 (cosoco) R 14107 14110 9478 0 -1 4202496 5802402 0 0 0 251598 380 0 0 20 0 1 0 409319725 3296493568 798962 33554432000 4194304 6210612 140735636286528 140735636284792 5392179 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 16273408 140735636292619 140735636292721 140735636292721 140735636295630 0
/proc/14110/statm: 804808 798962 857 493 0 798113 0
Current children cumulated CPU time: 2519.78 s
Current children cumulated vsize: 3219232 KiB
Current children cumulated memory: 3195848 KiB

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.8
CPU user time (s): 2515.99
CPU system time (s): 3.8178
CPU usage (%): 99.9917
Max. virtual memory (cumulated for all children) (KiB): 3220560
Max. memory (cumulated for all children) (KiB): 3195880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.99
system time used= 3.8178
maximum resident set size= 3196380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5802456
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= 128
involuntary context switches= 15049


# summary of solver processes directly reported to runsolver:
#   pid: 14110
#   total CPU time (s): 2519.8
#   total CPU user time (s): 2515.99
#   total CPU system time (s): 3.8178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9668 second user time and 19.6202 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 08:25:57
IDJOB=4389546
IDBENCH=126851
IDSOLVER=2829
FILE ID=node120/4389546-1568333134
RUNJOBID= node120-1323826654-9509
PBS_JOBID= 21701129
Free space on /tmp= 59148 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0450.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389546-1568333134/watcher-4389546-1568333134 -o /tmp/evaluation-result-4389546-1568333134/solver-4389546-1568333134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323826654-9509 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389546-1568333134.xml

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

MD5SUM BENCH= ffc1a166c9e21b9812230f61f9b6f38e
RANDOM SEED=412720142

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27820328 kB
MemAvailable:   31795712 kB
Buffers:          149700 kB
Cached:          4120128 kB
SwapCached:        77548 kB
Active:          1242432 kB
Inactive:        3131820 kB
Active(anon):      25620 kB
Inactive(anon):   128800 kB
Active(file):    1216812 kB
Inactive(file):  3003020 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:              6356 kB
Writeback:             0 kB
AnonPages:        137188 kB
Mapped:            49108 kB
Shmem:             41008 kB
Slab:             171412 kB
SReclaimable:     142772 kB
SUnreclaim:        28640 kB
KernelStack:        3488 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     567884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59144 MiB
End job on node120 at 2011-12-14 09:07:57