Trace number 4267630

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) 2519.8601 2520.1399

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark661
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

47.30/47.43	c best=?? lower=0 upper=1000 
2519.71/2520.00	c
2519.71/2520.00	c This is cosoco 1.12 --  
2519.71/2520.00	c
2519.71/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267630-1502527739.xml 
2519.71/2520.00	c enable optimization
2519.71/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.71/2520.00	c |                                                                                                       
2519.71/2520.00	c |  Parse time        :        46.40 s 
2519.71/2520.00	c |
2519.71/2520.00	c |               Variables: 25
2519.71/2520.00	c |            Domain Sizes: 1001..1001
2519.71/2520.00	c |
2519.71/2520.00	c |             Constraints: 42576
2519.71/2520.00	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 24  -- Ternary: 4600
2519.71/2520.00	c | 
2519.71/2520.00	c |                   Types: 
2519.71/2520.00	c |                          (X - Y < k): 24
2519.71/2520.00	c |                          Intension: 42552
2519.71/2520.00	c |                          
2519.71/2520.00	c =========================================================================================================
2519.71/2520.00	
2519.71/2520.00	c *** INTERRUPTED ***
2519.71/2520.00	c restarts              : 16          
2519.71/2520.00	c conflicts             : 3769         (2 /sec)
2519.71/2520.00	c decisions             : 4699         (2 /sec)
2519.71/2520.00	c propagations          : 4848319     (1931 /sec)
2519.71/2520.00	c root propagations     : 1576        
2519.71/2520.00	c filter calls          : 281853198      (112231 /sec)
2519.71/2520.00	c useless filter calls  : 280916806      (99 %)
2519.71/2520.00	c Memory used           : 6174.58 MB
2519.71/2520.00	c CPU time              : 2511.37 s
2519.71/2520.00	
2519.71/2520.00	c No Bound found!
2519.71/2520.00	
2519.71/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-4267630-1502527739/watcher-4267630-1502527739 -o /tmp/evaluation-result-4267630-1502527739/solver-4267630-1502527739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24509 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267630-1502527739.xml 

pid=32347
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 32350
/proc/meminfo: memFree=30824020/32770624 swapFree=0/588504
[pid=32350] ppid=32347 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32350/stat : 32350 (runsolver) D 32347 32350 24445 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 100280201 24240128 108 18446744073709551615 4194304 4338465 140731977252224 140731977249864 140234144105175 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 31449088 140731977261249 140731977261641 140731977261641 140731977265098 0
/proc/32350/statm: 5918 108 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 32350
/proc/meminfo: memFree=30824020/32770624 swapFree=0/588504
[pid=32350] ppid=32347 vsize=27260 CPUtime=0.01 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 1020 0 0 0 1 0 0 0 20 0 1 0 100280201 27914240 832 18446744073709551615 4194304 5972588 140723514957648 140723514954296 5671803 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 6815 832 709 435 0 178 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27260

[startup+0.200271 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 32350
/proc/meminfo: memFree=30824020/32770624 swapFree=0/588504
[pid=32350] ppid=32347 vsize=27720 CPUtime=0.1 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 1132 0 0 0 10 0 0 0 20 0 1 0 100280201 28385280 964 18446744073709551615 4194304 5972588 140723514957648 140723514954296 5496960 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 6930 964 716 435 0 293 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27720

[startup+0.30025 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 32350
/proc/meminfo: memFree=30824020/32770624 swapFree=0/588504
[pid=32350] ppid=32347 vsize=28176 CPUtime=0.2 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 1293 0 0 0 20 0 0 0 20 0 1 0 100280201 28852224 1063 18446744073709551615 4194304 5972588 140723514957648 140723514954296 5421760 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 7044 1063 716 435 0 407 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 28176

[startup+0.700219 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 32350
/proc/meminfo: memFree=30824020/32770624 swapFree=0/588504
[pid=32350] ppid=32347 vsize=30516 CPUtime=0.6 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 2027 0 0 0 60 0 0 0 20 0 1 0 100280201 31248384 1495 18446744073709551615 4194304 5972588 140723514957648 140723514954216 140487928892389 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 7629 1495 716 435 0 992 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 30516

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32351
/proc/meminfo: memFree=30801148/32770624 swapFree=0/588564
[pid=32350] ppid=32347 vsize=72876 CPUtime=1.4 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 12702 0 0 0 139 1 0 0 20 0 1 0 100280201 74625024 12187 18446744073709551615 4194304 5972588 140723514957648 140723514954216 140487928892389 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 18219 12187 786 435 0 11582 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 72876

[startup+3.10024 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32351
/proc/meminfo: memFree=30737176/32770624 swapFree=0/588540
[pid=32350] ppid=32347 vsize=164988 CPUtime=3 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 35809 0 0 0 295 5 0 0 20 0 1 0 100280201 168947712 35231 18446744073709551615 4194304 5972588 140723514957648 140723514951208 140487928892389 0 0 1 0 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 41280 35231 786 435 0 34643 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 164988

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32351
/proc/meminfo: memFree=30530352/32770624 swapFree=0/588532
[pid=32350] ppid=32347 vsize=349548 CPUtime=6.2 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 82063 0 0 0 609 11 0 0 20 0 1 0 100280201 357937152 81358 18446744073709551615 4194304 5972588 140723514957648 140723514951208 140487928892389 0 0 1 0 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 87387 81358 786 435 0 80750 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 349548

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32351
/proc/meminfo: memFree=30144656/32770624 swapFree=0/588536
[pid=32350] ppid=32347 vsize=718020 CPUtime=12.6 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 174334 0 0 0 1235 25 0 0 20 0 1 0 100280201 735252480 173467 18446744073709551615 4194304 5972588 140723514957648 140723514949224 140487928892389 0 0 1 0 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 179505 173467 786 435 0 172868 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 718020

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32352
/proc/meminfo: memFree=29366652/32770624 swapFree=0/588532
[pid=32350] ppid=32347 vsize=1453964 CPUtime=25.4 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 358614 0 0 0 2491 49 0 0 20 0 1 0 100280201 1488859136 357439 18446744073709551615 4194304 5972588 140723514957648 140723514949416 4967517 0 0 1 0 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 363491 357439 786 435 0 356854 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1453964

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32352
/proc/meminfo: memFree=27505328/32770624 swapFree=0/588536
[pid=32350] ppid=32347 vsize=3395272 CPUtime=51 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 918064 0 0 0 4981 119 0 0 20 0 1 0 100280201 3476758528 842944 18446744073709551615 4194304 5972588 140723514957648 140723514954504 140487928892389 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 848818 842944 832 435 0 842181 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 3395272

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32355
/proc/meminfo: memFree=26569760/32770624 swapFree=0/588536
[pid=32350] ppid=32347 vsize=4233736 CPUtime=102.2 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 1388582 0 0 0 10063 157 0 0 20 0 1 0 100280201 4335345664 1052600 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909660 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1058434 1052600 832 435 0 1051797 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 4233736

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 32359
/proc/meminfo: memFree=26148856/32770624 swapFree=0/588548
[pid=32350] ppid=32347 vsize=4652968 CPUtime=162.2 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 1941618 0 0 0 16029 191 0 0 20 0 1 0 100280201 4764639232 1157403 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965342 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1163242 1157403 832 435 0 1156605 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 4652968

[startup+222.306 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 32361
/proc/meminfo: memFree=25995004/32770624 swapFree=0/588560
[pid=32350] ppid=32347 vsize=4806484 CPUtime=222.19 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 2312313 0 0 0 22007 212 0 0 20 0 1 0 100280201 4921839616 1195764 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965382 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1201621 1195764 832 435 0 1194984 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 4806484

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 32363
/proc/meminfo: memFree=25944632/32770624 swapFree=0/588564
[pid=32350] ppid=32347 vsize=4856380 CPUtime=282.19 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 2746723 0 0 0 27987 232 0 0 20 0 1 0 100280201 4972933120 1208236 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965382 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1214095 1208236 832 435 0 1207458 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 4856380

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 32379
/proc/meminfo: memFree=25633148/32770624 swapFree=0/588580
[pid=32350] ppid=32347 vsize=5163544 CPUtime=342.18 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 3366141 0 0 0 33952 266 0 0 20 0 1 0 100280201 5287469056 1285018 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965681 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1290886 1285018 832 435 0 1284249 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 5163544

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 32382
/proc/meminfo: memFree=25408180/32770624 swapFree=0/588588
[pid=32350] ppid=32347 vsize=5390320 CPUtime=402.19 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 4189459 0 0 0 39909 310 0 0 20 0 1 0 100280201 5519687680 1341728 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909639 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1347580 1341728 832 435 0 1340943 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 5390320

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/185 32384
/proc/meminfo: memFree=25328596/32770624 swapFree=0/588604
[pid=32350] ppid=32347 vsize=5470972 CPUtime=462.18 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 4699600 0 0 0 45885 333 0 0 20 0 1 0 100280201 5602275328 1361890 18446744073709551615 4194304 5972588 140723514957648 140723514954504 5070704 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1367743 1361890 832 435 0 1361106 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 5470972

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 32386
/proc/meminfo: memFree=25326108/32770624 swapFree=0/588612
[pid=32350] ppid=32347 vsize=5473084 CPUtime=522.17 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 5358519 0 0 0 51855 362 0 0 20 0 1 0 100280201 5604438016 1362434 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965362 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1368271 1362434 832 435 0 1361634 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 5473084

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32388
/proc/meminfo: memFree=25265068/32770624 swapFree=0/588620
[pid=32350] ppid=32347 vsize=5534728 CPUtime=582.16 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 5941463 0 0 0 57828 388 0 0 20 0 1 0 100280201 5667561472 1377820 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965342 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1383682 1377820 832 435 0 1377045 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 5534728


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

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/187 32484
/proc/meminfo: memFree=24558588/32770624 swapFree=0/588880
[pid=32350] ppid=32347 vsize=6236572 CPUtime=1662.06 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 11499587 0 0 0 165529 677 0 0 20 0 1 0 100280201 6386249728 1553325 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965362 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1559143 1553325 832 435 0 1552506 0
Current children cumulated CPU time (s) 1662.06
Current children cumulated vsize (KiB) 6236572

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/186 32486
/proc/meminfo: memFree=24554192/32770624 swapFree=0/588896
[pid=32350] ppid=32347 vsize=6241984 CPUtime=1722.05 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 11766876 0 0 0 171515 690 0 0 20 0 1 0 100280201 6391791616 1554678 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965331 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1560496 1554678 832 435 0 1553859 0
Current children cumulated CPU time (s) 1722.05
Current children cumulated vsize (KiB) 6241984

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 32488
/proc/meminfo: memFree=24549632/32770624 swapFree=0/588912
[pid=32350] ppid=32347 vsize=6246076 CPUtime=1782.05 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 11991040 0 0 0 177504 701 0 0 20 0 1 0 100280201 6395981824 1555684 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909602 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1561519 1555684 832 435 0 1554882 0
Current children cumulated CPU time (s) 1782.05
Current children cumulated vsize (KiB) 6246076

[startup+1842.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/185 32490
/proc/meminfo: memFree=24509004/32770624 swapFree=0/588928
[pid=32350] ppid=32347 vsize=6286732 CPUtime=1842.03 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 12391421 0 0 0 183481 722 0 0 20 0 1 0 100280201 6437613568 1565846 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965362 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1571683 1565846 832 435 0 1565046 0
Current children cumulated CPU time (s) 1842.03
Current children cumulated vsize (KiB) 6286732

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 32492
/proc/meminfo: memFree=24505808/32770624 swapFree=0/588936
[pid=32350] ppid=32347 vsize=6289240 CPUtime=1902.03 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 12627634 0 0 0 189467 736 0 0 20 0 1 0 100280201 6440181760 1566480 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909624 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1572310 1566480 832 435 0 1565673 0
Current children cumulated CPU time (s) 1902.03
Current children cumulated vsize (KiB) 6289240

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 32495
/proc/meminfo: memFree=24504844/32770624 swapFree=0/588944
[pid=32350] ppid=32347 vsize=6291088 CPUtime=1962.02 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 12843659 0 0 0 195456 746 0 0 20 0 1 0 100280201 6442074112 1566937 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965382 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1572772 1566937 832 435 0 1566135 0
Current children cumulated CPU time (s) 1962.02
Current children cumulated vsize (KiB) 6291088

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 32497
/proc/meminfo: memFree=24503508/32770624 swapFree=0/588960
[pid=32350] ppid=32347 vsize=6292276 CPUtime=2022.02 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 13082249 0 0 0 201445 757 0 0 20 0 1 0 100280201 6443290624 1567257 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965342 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1573069 1567257 832 435 0 1566432 0
Current children cumulated CPU time (s) 2022.02
Current children cumulated vsize (KiB) 6292276

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32499
/proc/meminfo: memFree=24502296/32770624 swapFree=0/588968
[pid=32350] ppid=32347 vsize=6293464 CPUtime=2082.03 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 13300092 0 0 0 207435 768 0 0 20 0 1 0 100280201 6444507136 1567550 18446744073709551615 4194304 5972588 140723514957648 140723514954504 5099648 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1573366 1567550 832 435 0 1566729 0
Current children cumulated CPU time (s) 2082.03
Current children cumulated vsize (KiB) 6293464

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32515
/proc/meminfo: memFree=24492708/32770624 swapFree=0/589016
[pid=32350] ppid=32347 vsize=6298216 CPUtime=2142.02 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 13492184 0 0 0 213425 777 0 0 20 0 1 0 100280201 6449373184 1568733 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909639 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1574554 1568733 832 435 0 1567917 0
Current children cumulated CPU time (s) 2142.02
Current children cumulated vsize (KiB) 6298216

[startup+2202.31 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 32518
/proc/meminfo: memFree=24494496/32770624 swapFree=0/589028
[pid=32350] ppid=32347 vsize=6298612 CPUtime=2202.03 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 13598374 0 0 0 219420 783 0 0 20 0 1 0 100280201 6449778688 1568815 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909639 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1574653 1568815 832 435 0 1568016 0
Current children cumulated CPU time (s) 2202.03
Current children cumulated vsize (KiB) 6298612

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 32520
/proc/meminfo: memFree=24495936/32770624 swapFree=0/589040
[pid=32350] ppid=32347 vsize=6298612 CPUtime=2262.02 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 13696281 0 0 0 225414 788 0 0 20 0 1 0 100280201 6449778688 1568831 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965648 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1574653 1568831 832 435 0 1568016 0
Current children cumulated CPU time (s) 2262.02
Current children cumulated vsize (KiB) 6298612

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 32522
/proc/meminfo: memFree=24495964/32770624 swapFree=0/589052
[pid=32350] ppid=32347 vsize=6298744 CPUtime=2322.02 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 13795428 0 0 0 231408 794 0 0 20 0 1 0 100280201 6449913856 1568856 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4968801 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1574686 1568856 832 435 0 1568049 0
Current children cumulated CPU time (s) 2322.02
Current children cumulated vsize (KiB) 6298744

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32524
/proc/meminfo: memFree=24477268/32770624 swapFree=0/589064
[pid=32350] ppid=32347 vsize=6317488 CPUtime=2382.02 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 14165557 0 0 0 237391 811 0 0 20 0 1 0 100280201 6469107712 1573558 18446744073709551615 4194304 5972588 140723514957648 140723514954504 5099648 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1579372 1573558 832 435 0 1572735 0
Current children cumulated CPU time (s) 2382.02
Current children cumulated vsize (KiB) 6317488

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32527
/proc/meminfo: memFree=24474552/32770624 swapFree=0/589080
[pid=32350] ppid=32347 vsize=6320260 CPUtime=2442.01 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 14389053 0 0 0 243379 822 0 0 20 0 1 0 100280201 6471946240 1574245 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965362 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1580065 1574245 832 435 0 1573428 0
Current children cumulated CPU time (s) 2442.01
Current children cumulated vsize (KiB) 6320260

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32530
/proc/meminfo: memFree=24472844/32770624 swapFree=0/589088
[pid=32350] ppid=32347 vsize=6322108 CPUtime=2502 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 14583238 0 0 0 249368 832 0 0 20 0 1 0 100280201 6473838592 1574702 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4909639 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1580527 1574702 832 435 0 1573890 0
Current children cumulated CPU time (s) 2502
Current children cumulated vsize (KiB) 6322108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32591
/proc/meminfo: memFree=24637492/32770624 swapFree=0/589104
[pid=32350] ppid=32347 vsize=6322768 CPUtime=2519.71 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202496 14613937 0 0 0 251137 834 0 0 20 0 1 0 100280201 6474514432 1574861 18446744073709551615 4194304 5972588 140723514957648 140723514954504 4965365 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 12640256 140723514966510 140723514966605 140723514966605 140723514970062 0
/proc/32350/statm: 1580692 1574861 832 435 0 1574055 0
Current children cumulated CPU time (s) 2519.71
Current children cumulated vsize (KiB) 6322768

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 32350 sig 9
??? kill -32350 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32591
/proc/meminfo: memFree=30170244/32770624 swapFree=0/589104
[pid=32350] ppid=32347 vsize=0 CPUtime=2519.82 cores=1,3,5,7
/proc/32350/stat : 32350 (cosoco) R 32347 32350 24445 0 -1 4202500 14613979 0 0 0 251137 845 0 0 20 0 1 0 100280201 0 0 18446744073709551615 0 0 0 0 0 0 16384 1 8405026 18446744073709551615 0 0 17 3 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/32350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2519.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2520.14
CPU time (s): 2519.86
CPU user time (s): 2511.37
CPU system time (s): 8.48709
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 6322768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.37
system time used= 8.48709
maximum resident set size= 6299512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14613979
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= 438
involuntary context switches= 2026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88228 second user time and 11.6234 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 10:35:03
IDJOB=4267630
IDBENCH=126239
IDSOLVER=2658
FILE ID=node134/4267630-1502527739
RUNJOBID= node134-1502500343-24509
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-a4.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267630-1502527739/watcher-4267630-1502527739 -o /tmp/evaluation-result-4267630-1502527739/solver-4267630-1502527739 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24509 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267630-1502527739.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=1778624830

node134.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.43
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.43
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.43
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.43
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:        30823760 kB
MemAvailable:   31809660 kB
Buffers:          300240 kB
Cached:           986064 kB
SwapCached:            0 kB
Active:           880352 kB
Inactive:         628172 kB
Active(anon):     224584 kB
Inactive(anon):    39408 kB
Active(file):     655768 kB
Inactive(file):   588764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4408 kB
Writeback:             0 kB
AnonPages:        222200 kB
Mapped:            55360 kB
Shmem:             41660 kB
Slab:             140700 kB
SReclaimable:     114404 kB
SUnreclaim:        26296 kB
KernelStack:        3312 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-12 11:17:04