Trace number 4267612

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12? (TO) 2520.01 2520

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-25-a3.xml
MD5SUM6f45dc36d2c69d93d2d76d2d98e801df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark643
Best CPU time to get the best result obtained on this benchmark19979.6
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints303
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":300},{"size":1001,"count":25}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":325},{"degree":2,"count":300},{"degree":25,"count":23},{"degree":26,"count":2}]
Minimum constraint arity1
Maximum constraint arity300
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":300},{"arity":25,"count":1},{"arity":300,"count":1}]
Number of extensional constraints0
Number of intensional constraints301
Distribution of constraint types[{"type":"intension","count":301},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.33/0.41	c best=?? lower=0 upper=1000 
2520.00/2520.00	c
2520.00/2520.00	c This is cosoco 1.12 --  
2520.00/2520.00	c
2520.00/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267612-1502525408.xml 
2520.00/2520.00	c enable optimization
2520.00/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.00/2520.00	c |                                                                                                       
2520.00/2520.00	c |  Parse time        :         0.33 s 
2520.00/2520.00	c |
2520.00/2520.00	c |               Variables: 650
2520.00/2520.00	c |            Domain Sizes: 1000..1001
2520.00/2520.00	c |
2520.00/2520.00	c |             Constraints: 327
2520.00/2520.00	c |                   Arity: 1..300  -- Unary: 2  -- Binary: 24  -- Ternary: 300
2520.00/2520.00	c | 
2520.00/2520.00	c |                   Types: 
2520.00/2520.00	c |                          (X - Y < k): 24
2520.00/2520.00	c |                          All Different: 1
2520.00/2520.00	c |                          Intension: 302
2520.00/2520.00	c |                          
2520.00/2520.00	c =========================================================================================================
2520.00/2520.00	
2520.00/2520.00	c *** INTERRUPTED ***
2520.00/2520.00	c restarts              : 73          
2520.00/2520.00	c conflicts             : 1105843      (439 /sec)
2520.00/2520.00	c decisions             : 1724747      (684 /sec)
2520.00/2520.00	c propagations          : 10410789246 (4131308 /sec)
2520.00/2520.00	c root propagations     : 1576        
2520.00/2520.00	c filter calls          : 326892864      (129721 /sec)
2520.00/2520.00	c useless filter calls  : 303445955      (92 %)
2520.00/2520.00	c Memory used           : 58.38 MB
2520.00/2520.00	c CPU time              : 2519.97 s
2520.00/2520.00	
2520.00/2520.00	c No Bound found!
2520.00/2520.00	
2520.00/2520.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267612-1502525408/watcher-4267612-1502525408 -o /tmp/evaluation-result-4267612-1502525408/solver-4267612-1502525408 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1543 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267612-1502525408.xml 

pid=7471
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 7474
/proc/meminfo: memFree=30949828/32770624 swapFree=0/481524
[pid=7474] ppid=7471 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/7474/stat : 7474 (runsolver) D 7471 7474 1478 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 94452034 24240128 107 18446744073709551615 4194304 4338465 140721275822480 140721275820120 140316194517719 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 7675904 140721275826370 140721275826761 140721275826761 140721275830218 0
/proc/7474/statm: 5918 107 54 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 7474
/proc/meminfo: memFree=30949828/32770624 swapFree=0/481524
[pid=7474] ppid=7471 vsize=33468 CPUtime=0.02 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 2636 0 0 0 2 0 0 0 20 0 1 0 94452034 34271232 2475 18446744073709551615 4194304 5972588 140726963675744 140726963672392 140718193900517 0 0 1 0 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 8367 2475 787 435 0 1730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 33468

[startup+0.200372 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 7474
/proc/meminfo: memFree=30949828/32770624 swapFree=0/481524
[pid=7474] ppid=7471 vsize=38288 CPUtime=0.12 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 3867 0 0 0 12 0 0 0 20 0 1 0 94452034 39206912 3685 18446744073709551615 4194304 5972588 140726963675744 140726963672392 140718193900517 0 0 1 0 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 9572 3685 787 435 0 2935 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 38288

[startup+0.300337 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 7474
/proc/meminfo: memFree=30949828/32770624 swapFree=0/481524
[pid=7474] ppid=7471 vsize=43260 CPUtime=0.22 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 5089 0 0 0 22 0 0 0 20 0 1 0 94452034 44298240 4892 18446744073709551615 4194304 5972588 140726963675744 140726963672392 140718193900517 0 0 1 0 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 10815 4892 787 435 0 4178 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 43260

[startup+0.700282 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 7474
/proc/meminfo: memFree=30949828/32770624 swapFree=0/481524
[pid=7474] ppid=7471 vsize=48900 CPUtime=0.63 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 6556 0 0 0 62 1 0 0 20 0 1 0 94452034 50073600 6363 18446744073709551615 4194304 5972588 140726963675744 140726963669304 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12225 6363 835 435 0 5588 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 48900

[startup+1.50028 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 7475
/proc/meminfo: memFree=30928424/32770624 swapFree=0/481540
[pid=7474] ppid=7471 vsize=48900 CPUtime=1.43 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 6570 0 0 0 142 1 0 0 20 0 1 0 94452034 50073600 6363 18446744073709551615 4194304 5972588 140726963675744 140726963672312 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12225 6363 835 435 0 5588 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 48900

[startup+3.10028 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 7475
/proc/meminfo: memFree=30927928/32770624 swapFree=0/481540
[pid=7474] ppid=7471 vsize=49032 CPUtime=3.03 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 7963 0 0 0 302 1 0 0 20 0 1 0 94452034 50208768 6433 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5053071 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12258 6433 835 435 0 5621 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 49032

[startup+6.30028 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 7475
/proc/meminfo: memFree=30927592/32770624 swapFree=0/481540
[pid=7474] ppid=7471 vsize=49164 CPUtime=6.23 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 10463 0 0 0 622 1 0 0 20 0 1 0 94452034 50343936 6458 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4968801 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12291 6458 835 435 0 5654 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 49164

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.05 3/185 7475
/proc/meminfo: memFree=30927256/32770624 swapFree=0/481536
[pid=7474] ppid=7471 vsize=49428 CPUtime=12.62 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 12075 0 0 0 1261 1 0 0 20 0 1 0 94452034 50614272 6517 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12357 6517 835 435 0 5720 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 49428

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.05 3/185 7476
/proc/meminfo: memFree=30925500/32770624 swapFree=0/481532
[pid=7474] ppid=7471 vsize=50352 CPUtime=25.42 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 14160 0 0 0 2541 1 0 0 20 0 1 0 94452034 51560448 6771 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4968704 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12588 6771 835 435 0 5951 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 50352

[startup+51.1003 s]
/proc/loadavg: 2.04 2.04 2.05 3/185 7476
/proc/meminfo: memFree=30924012/32770624 swapFree=0/481528
[pid=7474] ppid=7471 vsize=51804 CPUtime=51.02 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 15399 0 0 0 5101 1 0 0 20 0 1 0 94452034 53047296 7077 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 12951 7077 835 435 0 6314 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 51804

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/185 7478
/proc/meminfo: memFree=30923332/32770624 swapFree=0/481552
[pid=7474] ppid=7471 vsize=52332 CPUtime=102.23 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 16644 0 0 0 10222 1 0 0 20 0 1 0 94452034 53587968 7234 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4965376 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 13083 7234 835 435 0 6446 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 52332

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 4/185 7481
/proc/meminfo: memFree=30923208/32770624 swapFree=0/481548
[pid=7474] ppid=7471 vsize=52464 CPUtime=162.22 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 17835 0 0 0 16221 1 0 0 20 0 1 0 94452034 53723136 7301 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4962376 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 13116 7301 835 435 0 6479 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 52464

[startup+222.306 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 7484
/proc/meminfo: memFree=30922716/32770624 swapFree=0/481572
[pid=7474] ppid=7471 vsize=52860 CPUtime=222.23 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 19077 0 0 0 22222 1 0 0 20 0 1 0 94452034 54128640 7375 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5320427 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 13215 7375 835 435 0 6578 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52860

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 7500
/proc/meminfo: memFree=30917180/32770624 swapFree=0/481576
[pid=7474] ppid=7471 vsize=54312 CPUtime=282.22 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 19859 0 0 0 28221 1 0 0 20 0 1 0 94452034 55615488 7759 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909643 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 13578 7759 835 435 0 6941 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 54312

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7526
/proc/meminfo: memFree=30915672/32770624 swapFree=0/481572
[pid=7474] ppid=7471 vsize=54840 CPUtime=342.22 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 20702 0 0 0 34221 1 0 0 20 0 1 0 94452034 56156160 7860 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4965552 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 13710 7860 835 435 0 7073 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 54840

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7528
/proc/meminfo: memFree=30918080/32770624 swapFree=0/481580
[pid=7474] ppid=7471 vsize=55632 CPUtime=402.22 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 21262 0 0 0 40221 1 0 0 20 0 1 0 94452034 56967168 8054 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5323956 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 13908 8054 835 435 0 7271 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 55632

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 7530
/proc/meminfo: memFree=30918428/32770624 swapFree=0/481592
[pid=7474] ppid=7471 vsize=56028 CPUtime=462.23 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 21368 0 0 0 46222 1 0 0 20 0 1 0 94452034 57372672 8120 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14007 8120 835 435 0 7370 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 56028

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/185 7532
/proc/meminfo: memFree=30918460/32770624 swapFree=0/481608
[pid=7474] ppid=7471 vsize=56424 CPUtime=522.23 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 22063 0 0 0 52222 1 0 0 20 0 1 0 94452034 57778176 8270 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909657 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14106 8270 835 435 0 7469 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 56424

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 7535
/proc/meminfo: memFree=30917648/32770624 swapFree=0/481620
[pid=7474] ppid=7471 vsize=56864 CPUtime=582.24 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 22850 0 0 0 58222 2 0 0 20 0 1 0 94452034 58228736 8385 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4968786 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14216 8385 835 435 0 7579 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 56864


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


[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 7666
/proc/meminfo: memFree=31106768/32770624 swapFree=0/481840
[pid=7474] ppid=7471 vsize=59108 CPUtime=1602.26 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 30027 0 0 0 160224 2 0 0 20 0 1 0 94452034 60526592 8949 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14777 8949 835 435 0 8140 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 59108

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 7668
/proc/meminfo: memFree=31106564/32770624 swapFree=0/481844
[pid=7474] ppid=7471 vsize=59108 CPUtime=1662.26 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 30358 0 0 0 166224 2 0 0 20 0 1 0 94452034 60526592 8951 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4975388 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14777 8951 835 435 0 8140 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 59108

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 7692
/proc/meminfo: memFree=31105732/32770624 swapFree=0/481860
[pid=7474] ppid=7471 vsize=59108 CPUtime=1722.27 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 30595 0 0 0 172225 2 0 0 20 0 1 0 94452034 60526592 8951 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5323125 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14777 8951 835 435 0 8140 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 59108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 7695
/proc/meminfo: memFree=31105740/32770624 swapFree=0/481892
[pid=7474] ppid=7471 vsize=59252 CPUtime=1782.27 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 30992 0 0 0 178225 2 0 0 20 0 1 0 94452034 60674048 8967 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909643 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14813 8967 835 435 0 8176 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 59252

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7698
/proc/meminfo: memFree=31105424/32770624 swapFree=0/481900
[pid=7474] ppid=7471 vsize=59252 CPUtime=1842.27 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 31236 0 0 0 184225 2 0 0 20 0 1 0 94452034 60674048 8967 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909602 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14813 8967 835 435 0 8176 0
Current children cumulated CPU time (s) 1842.27
Current children cumulated vsize (KiB) 59252

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7700
/proc/meminfo: memFree=31105592/32770624 swapFree=0/481908
[pid=7474] ppid=7471 vsize=59252 CPUtime=1902.27 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 31535 0 0 0 190225 2 0 0 20 0 1 0 94452034 60674048 8969 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5082432 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14813 8969 835 435 0 8176 0
Current children cumulated CPU time (s) 1902.27
Current children cumulated vsize (KiB) 59252

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7703
/proc/meminfo: memFree=31104844/32770624 swapFree=0/481916
[pid=7474] ppid=7471 vsize=59516 CPUtime=1962.28 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 31981 0 0 0 196225 3 0 0 20 0 1 0 94452034 60944384 9032 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909657 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14879 9032 835 435 0 8242 0
Current children cumulated CPU time (s) 1962.28
Current children cumulated vsize (KiB) 59516

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 7706
/proc/meminfo: memFree=31105244/32770624 swapFree=0/481932
[pid=7474] ppid=7471 vsize=59648 CPUtime=2022.28 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 32484 0 0 0 202225 3 0 0 20 0 1 0 94452034 61079552 9093 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909602 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14912 9093 835 435 0 8275 0
Current children cumulated CPU time (s) 2022.28
Current children cumulated vsize (KiB) 59648

[startup+2082.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/189 7722
/proc/meminfo: memFree=31100700/32770624 swapFree=0/481952
[pid=7474] ppid=7471 vsize=59780 CPUtime=2082.29 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 32850 0 0 0 208226 3 0 0 20 0 1 0 94452034 61214720 9098 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5053069 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9098 835 435 0 8308 0
Current children cumulated CPU time (s) 2082.29
Current children cumulated vsize (KiB) 59780

[startup+2142.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 7724
/proc/meminfo: memFree=31103860/32770624 swapFree=0/481976
[pid=7474] ppid=7471 vsize=59780 CPUtime=2142.29 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 33215 0 0 0 214226 3 0 0 20 0 1 0 94452034 61214720 9102 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909651 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9102 835 435 0 8308 0
Current children cumulated CPU time (s) 2142.29
Current children cumulated vsize (KiB) 59780

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 7726
/proc/meminfo: memFree=31103940/32770624 swapFree=0/481984
[pid=7474] ppid=7471 vsize=59780 CPUtime=2202.3 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 33534 0 0 0 220227 3 0 0 20 0 1 0 94452034 61214720 9102 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9102 835 435 0 8308 0
Current children cumulated CPU time (s) 2202.3
Current children cumulated vsize (KiB) 59780

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 7728
/proc/meminfo: memFree=31104260/32770624 swapFree=0/482000
[pid=7474] ppid=7471 vsize=59780 CPUtime=2262.29 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 33900 0 0 0 226226 3 0 0 20 0 1 0 94452034 61214720 9102 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5070704 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9102 835 435 0 8308 0
Current children cumulated CPU time (s) 2262.29
Current children cumulated vsize (KiB) 59780

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 7731
/proc/meminfo: memFree=31103976/32770624 swapFree=0/482008
[pid=7474] ppid=7471 vsize=59780 CPUtime=2322.29 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 34281 0 0 0 232226 3 0 0 20 0 1 0 94452034 61214720 9102 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9102 835 435 0 8308 0
Current children cumulated CPU time (s) 2322.29
Current children cumulated vsize (KiB) 59780

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7733
/proc/meminfo: memFree=31103328/32770624 swapFree=0/482020
[pid=7474] ppid=7471 vsize=59780 CPUtime=2382.29 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 34649 0 0 0 238226 3 0 0 20 0 1 0 94452034 61214720 9117 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4965365 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9117 835 435 0 8308 0
Current children cumulated CPU time (s) 2382.29
Current children cumulated vsize (KiB) 59780

[startup+2442.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 7735
/proc/meminfo: memFree=31103472/32770624 swapFree=0/482028
[pid=7474] ppid=7471 vsize=59780 CPUtime=2442.3 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 34911 0 0 0 244227 3 0 0 20 0 1 0 94452034 61214720 9117 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5094185 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9117 835 435 0 8308 0
Current children cumulated CPU time (s) 2442.3
Current children cumulated vsize (KiB) 59780

[startup+2502.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 7738
/proc/meminfo: memFree=31103476/32770624 swapFree=0/482024
[pid=7474] ppid=7471 vsize=59780 CPUtime=2502.3 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 35184 0 0 0 250227 3 0 0 20 0 1 0 94452034 61214720 9117 18446744073709551615 4194304 5972588 140726963675744 140726963672600 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9117 835 435 0 8308 0
Current children cumulated CPU time (s) 2502.3
Current children cumulated vsize (KiB) 59780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 7738
/proc/meminfo: memFree=31103612/32770624 swapFree=0/482020
[pid=7474] ppid=7471 vsize=59780 CPUtime=2520 cores=0,2,4,6
/proc/7474/stat : 7474 (cosoco) R 7471 7474 1478 0 -1 4202496 35434 0 0 0 251997 3 0 0 20 0 1 0 94452034 61214720 9117 18446744073709551615 4194304 5972588 140726963675744 140726963672600 4909602 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 38760448 140726963679726 140726963679821 140726963679821 140726963683278 0
/proc/7474/statm: 14945 9117 835 435 0 8308 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 59780

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7474 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2520
CPU time (s): 2520.01
CPU user time (s): 2519.97
CPU system time (s): 0.032001
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 59780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.97
system time used= 0.032001
maximum resident set size= 36544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35485
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= 3156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.50605 second user time and 8.83086 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 09:56:14
IDJOB=4267612
IDBENCH=126214
IDSOLVER=2658
FILE ID=node135/4267612-1502525408
RUNJOBID= node135-1502500348-1543
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-25-a3.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267612-1502525408/watcher-4267612-1502525408 -o /tmp/evaluation-result-4267612-1502525408/solver-4267612-1502525408 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1543 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267612-1502525408.xml

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

MD5SUM BENCH= 6f45dc36d2c69d93d2d76d2d98e801df
RANDOM SEED=1487659499

node135.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.21
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.21
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.21
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.21
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:        30950092 kB
MemAvailable:   31810304 kB
Buffers:          302804 kB
Cached:           848396 kB
SwapCached:            0 kB
Active:           863312 kB
Inactive:         514664 kB
Active(anon):     227384 kB
Inactive(anon):    33140 kB
Active(file):     635928 kB
Inactive(file):   481524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:        226432 kB
Mapped:            53136 kB
Shmem:             33464 kB
Slab:             144836 kB
SReclaimable:     117188 kB
SUnreclaim:        27648 kB
KernelStack:        3328 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     494568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-12 10:38:14