Trace number 4267632

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.5801 2520.28

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-28-a4.xml
MD5SUM67703e3ced133509b42bcbc9f355bd8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark920
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints67979
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":28}]
Minimum variable degree9478
Maximum variable degree9479
Distribution of variable degrees[{"degree":9478,"count":26},{"degree":9479,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":6552},{"arity":4,"count":61425},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints67978
Distribution of constraint types[{"type":"intension","count":67978},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

75.59/75.77	c best=?? lower=0 upper=1000 
2519.30/2520.00	c
2519.30/2520.00	c This is cosoco 1.12 --  
2519.30/2520.00	c
2519.30/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267632-1502527677.xml 
2519.30/2520.00	c enable optimization
2519.30/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.30/2520.00	c |                                                                                                       
2519.30/2520.00	c |  Parse time        :        74.19 s 
2519.30/2520.00	c |
2519.30/2520.00	c |               Variables: 28
2519.30/2520.00	c |            Domain Sizes: 1001..1001
2519.30/2520.00	c |
2519.30/2520.00	c |             Constraints: 68006
2519.30/2520.00	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 27  -- Ternary: 6552
2519.30/2520.00	c | 
2519.30/2520.00	c |                   Types: 
2519.30/2520.00	c |                          (X - Y < k): 27
2519.30/2520.00	c |                          Intension: 67979
2519.30/2520.00	c |                          
2519.30/2520.00	c =========================================================================================================
2519.30/2520.00	
2519.30/2520.00	c *** INTERRUPTED ***
2519.30/2520.00	c restarts              : 11          
2519.30/2520.00	c conflicts             : 1927         (1 /sec)
2519.30/2520.00	c decisions             : 2375         (1 /sec)
2519.30/2520.00	c propagations          : 4895866     (1954 /sec)
2519.30/2520.00	c root propagations     : 1729        
2519.30/2520.00	c filter calls          : 318938074      (127265 /sec)
2519.30/2520.00	c useless filter calls  : 318618659      (99 %)
2519.30/2520.00	c Memory used           : 8766.70 MB
2519.30/2520.00	c CPU time              : 2506.09 s
2519.30/2520.00	
2519.30/2520.00	c No Bound found!
2519.30/2520.00	
2519.30/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-4267632-1502527677/watcher-4267632-1502527677 -o /tmp/evaluation-result-4267632-1502527677/solver-4267632-1502527677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267632-1502527677.xml 

pid=12913
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 2/180 12916
/proc/meminfo: memFree=31187604/32770624 swapFree=0/560284
[pid=12916] ppid=12913 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12916/stat : 12916 (runsolver) D 12913 12916 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 54961066 24240128 107 18446744073709551615 4194304 4338465 140735921311504 140735921309144 139743906620119 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29335552 140735921320130 140735921320521 140735921320521 140735921323978 0
/proc/12916/statm: 5918 107 53 36 0 2156 0

[startup+0.100151 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 12916
/proc/meminfo: memFree=31187604/32770624 swapFree=0/560284
[pid=12916] ppid=12913 vsize=27404 CPUtime=0.03 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 1049 0 0 0 3 0 0 0 20 0 1 0 54961066 28061696 832 18446744073709551615 4194304 5972588 140722540951968 140722540948616 5385805 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 6851 832 709 435 0 214 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27404

[startup+0.200266 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 12916
/proc/meminfo: memFree=31187604/32770624 swapFree=0/560284
[pid=12916] ppid=12913 vsize=27732 CPUtime=0.13 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 1159 0 0 0 13 0 0 0 20 0 1 0 54961066 28397568 964 18446744073709551615 4194304 5972588 140722540951968 140722540948616 140118869683200 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 6933 964 716 435 0 296 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27732

[startup+0.300249 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 12916
/proc/meminfo: memFree=31187604/32770624 swapFree=0/560284
[pid=12916] ppid=12913 vsize=28320 CPUtime=0.23 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 1319 0 0 0 23 0 0 0 20 0 1 0 54961066 28999680 1068 18446744073709551615 4194304 5972588 140722540951968 140722540948616 5529027 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 7080 1068 716 435 0 443 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 28320

[startup+0.700219 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 12916
/proc/meminfo: memFree=31187604/32770624 swapFree=0/560284
[pid=12916] ppid=12913 vsize=30660 CPUtime=0.62 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 2051 0 0 0 62 0 0 0 20 0 1 0 54961066 31395840 1500 18446744073709551615 4194304 5972588 140722540951968 140722540948616 5415792 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 7665 1500 716 435 0 1028 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 30660

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12917
/proc/meminfo: memFree=31182920/32770624 swapFree=0/560056
[pid=12916] ppid=12913 vsize=53152 CPUtime=1.43 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 7679 0 0 0 142 1 0 0 20 0 1 0 54961066 54427648 7292 18446744073709551615 4194304 5972588 140722540951968 140722540945528 4967517 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 13288 7292 786 435 0 6651 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 53152

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12917
/proc/meminfo: memFree=31120980/32770624 swapFree=0/560056
[pid=12916] ppid=12913 vsize=145540 CPUtime=3.02 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 30840 0 0 0 298 4 0 0 20 0 1 0 54961066 149032960 30366 18446744073709551615 4194304 5972588 140722540951968 140722540945528 140118869244901 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 36385 30366 786 435 0 29748 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 145540

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12917
/proc/meminfo: memFree=30929856/32770624 swapFree=0/560056
[pid=12916] ppid=12913 vsize=330336 CPUtime=6.22 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 77175 0 0 0 611 11 0 0 20 0 1 0 54961066 338264064 76567 18446744073709551615 4194304 5972588 140722540951968 140722540945528 140118879054407 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 82584 76567 786 435 0 75947 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 330336

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12917
/proc/meminfo: memFree=30547992/32770624 swapFree=0/560052
[pid=12916] ppid=12913 vsize=699620 CPUtime=12.62 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 169645 0 0 0 1238 24 0 0 20 0 1 0 54961066 716410880 168892 18446744073709551615 4194304 5972588 140722540951968 140722540945528 4967517 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 174905 168892 786 435 0 168268 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 699620

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12917
/proc/meminfo: memFree=29785004/32770624 swapFree=0/560048
[pid=12916] ppid=12913 vsize=1437888 CPUtime=25.41 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 354527 0 0 0 2490 51 0 0 20 0 1 0 54961066 1472397312 353441 18446744073709551615 4194304 5972588 140722540951968 140722540943736 140118878590186 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 359472 353441 786 435 0 352835 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1437888

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12918
/proc/meminfo: memFree=28325600/32770624 swapFree=0/560044
[pid=12916] ppid=12913 vsize=2911680 CPUtime=50.99 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 722961 0 0 0 5002 97 0 0 20 0 1 0 54961066 2981560320 721842 18446744073709551615 4194304 5972588 140722540951968 140722540945528 140118878590128 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 727920 721842 786 435 0 721283 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 2911680

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12920
/proc/meminfo: memFree=25519496/32770624 swapFree=0/560056
[pid=12916] ppid=12913 vsize=5684484 CPUtime=102.18 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 1762470 0 0 0 10015 203 0 0 20 0 1 0 54961066 5820911616 1415244 18446744073709551615 4194304 5972588 140722540951968 140722540948824 140118869244901 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 1421121 1415244 832 435 0 1414484 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 5684484

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12922
/proc/meminfo: memFree=24234140/32770624 swapFree=0/560072
[pid=12916] ppid=12913 vsize=6966072 CPUtime=162.16 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 2423235 0 0 0 15958 258 0 0 20 0 1 0 54961066 7133257728 1735664 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965373 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 1741518 1735664 832 435 0 1734881 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 6966072

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12924
/proc/meminfo: memFree=24224124/32770624 swapFree=0/560092
[pid=12916] ppid=12913 vsize=6976104 CPUtime=222.16 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 2927120 0 0 0 21934 282 0 0 20 0 1 0 54961066 7143530496 1738187 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4909635 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 1744026 1738187 832 435 0 1737389 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 6976104

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12926
/proc/meminfo: memFree=23589396/32770624 swapFree=0/560104
[pid=12916] ppid=12913 vsize=7609704 CPUtime=282.14 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 3881360 0 0 0 27878 336 0 0 20 0 1 0 54961066 7792336896 1896583 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4962381 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 1902426 1896583 832 435 0 1895789 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 7609704

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12928
/proc/meminfo: memFree=23197848/32770624 swapFree=0/560116
[pid=12916] ppid=12913 vsize=8005440 CPUtime=342.12 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 5047030 0 0 0 33816 396 0 0 20 0 1 0 54961066 8197570560 1995475 18446744073709551615 4194304 5972588 140722540951968 140722540948824 140118869244901 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2001360 1995475 832 435 0 1994723 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 8005440

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 12943
/proc/meminfo: memFree=23099468/32770624 swapFree=0/560156
[pid=12916] ppid=12913 vsize=8093880 CPUtime=402.1 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 5980314 0 0 0 39774 436 0 0 20 0 1 0 54961066 8288133120 2017607 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4909694 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2023470 2017607 832 435 0 2016833 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 8093880

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 12946
/proc/meminfo: memFree=23098904/32770624 swapFree=0/560168
[pid=12916] ppid=12913 vsize=8094540 CPUtime=462.09 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 6627301 0 0 0 45744 465 0 0 20 0 1 0 54961066 8288808960 2017789 18446744073709551615 4194304 5972588 140722540951968 140722540948824 5071049 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2023635 2017789 832 435 0 2016998 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 8094540

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12947
/proc/meminfo: memFree=23037384/32770624 swapFree=0/560172
[pid=12916] ppid=12913 vsize=8183904 CPUtime=522.06 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 7451060 0 0 0 51705 501 0 0 20 0 1 0 54961066 8380317696 2040092 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965339 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2045976 2040092 832 435 0 2039339 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 8183904

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 12949
/proc/meminfo: memFree=22929956/32770624 swapFree=0/560184
[pid=12916] ppid=12913 vsize=8267724 CPUtime=582.04 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 8396500 0 0 0 57661 543 0 0 20 0 1 0 54961066 8466149376 2061077 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2066931 2061077 832 435 0 2060294 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 8267724


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


[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 13040
/proc/meminfo: memFree=22444240/32770624 swapFree=0/560380
[pid=12916] ppid=12913 vsize=8745960 CPUtime=1661.77 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 19462107 0 0 0 165123 1054 0 0 20 0 1 0 54961066 8955863040 2180619 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4969225 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2186490 2180619 832 435 0 2179853 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 8745960

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 13042
/proc/meminfo: memFree=22444756/32770624 swapFree=0/560384
[pid=12916] ppid=12913 vsize=8745960 CPUtime=1721.76 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 19899699 0 0 0 171103 1073 0 0 20 0 1 0 54961066 8955863040 2180619 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965342 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2186490 2180619 832 435 0 2179853 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 8745960

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 13044
/proc/meminfo: memFree=22448412/32770624 swapFree=0/560404
[pid=12916] ppid=12913 vsize=8745960 CPUtime=1781.76 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 20325713 0 0 0 177083 1093 0 0 20 0 1 0 54961066 8955863040 2180619 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4962387 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2186490 2180619 832 435 0 2179853 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 8745960

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 13046
/proc/meminfo: memFree=22448720/32770624 swapFree=0/560412
[pid=12916] ppid=12913 vsize=8745960 CPUtime=1841.74 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 20738561 0 0 0 183060 1114 0 0 20 0 1 0 54961066 8955863040 2180619 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4909602 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2186490 2180619 832 435 0 2179853 0
Current children cumulated CPU time (s) 1841.74
Current children cumulated vsize (KiB) 8745960

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 13070
/proc/meminfo: memFree=22448100/32770624 swapFree=0/560400
[pid=12916] ppid=12913 vsize=8746488 CPUtime=1901.73 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 21127093 0 0 0 189042 1131 0 0 20 0 1 0 54961066 8956403712 2180752 18446744073709551615 4194304 5972588 140722540951968 140722540948824 5071080 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2186622 2180752 832 435 0 2179985 0
Current children cumulated CPU time (s) 1901.73
Current children cumulated vsize (KiB) 8746488

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13072
/proc/meminfo: memFree=22449388/32770624 swapFree=0/560404
[pid=12916] ppid=12913 vsize=8747016 CPUtime=1961.71 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 21704684 0 0 0 195016 1155 0 0 20 0 1 0 54961066 8956944384 2180911 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965362 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2186754 2180911 832 435 0 2180117 0
Current children cumulated CPU time (s) 1961.71
Current children cumulated vsize (KiB) 8747016

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13074
/proc/meminfo: memFree=22449044/32770624 swapFree=0/560412
[pid=12916] ppid=12913 vsize=8748204 CPUtime=2021.7 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 22118373 0 0 0 200993 1177 0 0 20 0 1 0 54961066 8958160896 2181207 18446744073709551615 4194304 5972588 140722540951968 140722540948824 5053097 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2187051 2181207 832 435 0 2180414 0
Current children cumulated CPU time (s) 2021.7
Current children cumulated vsize (KiB) 8748204

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13136
/proc/meminfo: memFree=7424324/32770624 swapFree=0/560424
[pid=12916] ppid=12913 vsize=8755596 CPUtime=2081.7 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 22471726 0 0 0 206977 1193 0 0 20 0 1 0 54961066 8965730304 2183035 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4969178 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2188899 2183035 832 435 0 2182262 0
Current children cumulated CPU time (s) 2081.7
Current children cumulated vsize (KiB) 8755596

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13138
/proc/meminfo: memFree=7416572/32770624 swapFree=0/560444
[pid=12916] ppid=12913 vsize=8763516 CPUtime=2141.68 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 22822403 0 0 0 212956 1212 0 0 20 0 1 0 54961066 8973840384 2185048 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4962376 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2190879 2185048 832 435 0 2184242 0
Current children cumulated CPU time (s) 2141.68
Current children cumulated vsize (KiB) 8763516

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 13154
/proc/meminfo: memFree=7385636/32770624 swapFree=0/560424
[pid=12916] ppid=12913 vsize=8788728 CPUtime=2201.68 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 23270461 0 0 0 218935 1233 0 0 20 0 1 0 54961066 8999657472 2191359 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4962364 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2197182 2191359 832 435 0 2190545 0
Current children cumulated CPU time (s) 2201.68
Current children cumulated vsize (KiB) 8788728

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 13156
/proc/meminfo: memFree=7385832/32770624 swapFree=0/560436
[pid=12916] ppid=12913 vsize=8788728 CPUtime=2261.65 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 23598170 0 0 0 224918 1247 0 0 20 0 1 0 54961066 8999657472 2191359 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965642 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2197182 2191359 832 435 0 2190545 0
Current children cumulated CPU time (s) 2261.65
Current children cumulated vsize (KiB) 8788728

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13158
/proc/meminfo: memFree=7389260/32770624 swapFree=0/560440
[pid=12916] ppid=12913 vsize=8788728 CPUtime=2321.64 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 23935844 0 0 0 230901 1263 0 0 20 0 1 0 54961066 8999657472 2191359 18446744073709551615 4194304 5972588 140722540951968 140722540948824 5053056 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2197182 2191359 832 435 0 2190545 0
Current children cumulated CPU time (s) 2321.64
Current children cumulated vsize (KiB) 8788728

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13160
/proc/meminfo: memFree=7386048/32770624 swapFree=0/560444
[pid=12916] ppid=12913 vsize=8792292 CPUtime=2381.62 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 24260093 0 0 0 236884 1278 0 0 20 0 1 0 54961066 9003307008 2192233 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4969205 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2198073 2192233 832 435 0 2191436 0
Current children cumulated CPU time (s) 2381.62
Current children cumulated vsize (KiB) 8792292

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13162
/proc/meminfo: memFree=7381628/32770624 swapFree=0/560464
[pid=12916] ppid=12913 vsize=8796780 CPUtime=2441.62 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 24584892 0 0 0 242866 1296 0 0 20 0 1 0 54961066 9007902720 2193373 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4965365 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2199195 2193373 832 435 0 2192558 0
Current children cumulated CPU time (s) 2441.62
Current children cumulated vsize (KiB) 8796780

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13164
/proc/meminfo: memFree=7204200/32770624 swapFree=0/560464
[pid=12916] ppid=12913 vsize=8974056 CPUtime=2501.6 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 25007033 0 0 0 248839 1321 0 0 20 0 1 0 54961066 9189433344 2237685 18446744073709551615 4194304 5972588 140722540951968 140722540948824 140118869244901 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2243514 2237685 832 435 0 2236877 0
Current children cumulated CPU time (s) 2501.6
Current children cumulated vsize (KiB) 8974056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13166
/proc/meminfo: memFree=7201628/32770624 swapFree=0/560456
[pid=12916] ppid=12913 vsize=8977092 CPUtime=2519.3 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202496 25024005 0 0 0 250608 1322 0 0 20 0 1 0 54961066 9192542208 2238436 18446744073709551615 4194304 5972588 140722540951968 140722540948824 4969136 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 19566592 140722540958190 140722540958285 140722540958285 140722540961742 0
/proc/12916/statm: 2244273 2238436 832 435 0 2237636 0
Current children cumulated CPU time (s) 2519.3
Current children cumulated vsize (KiB) 8977092

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

[startup+2520.21 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 13166
/proc/meminfo: memFree=12927960/32770624 swapFree=0/560456
[pid=12916] ppid=12913 vsize=0 CPUtime=2519.5 cores=1,3,5,7
/proc/12916/stat : 12916 (cosoco) R 12913 12916 6677 0 -1 4202500 25024047 0 0 0 250608 1342 0 0 20 0 1 0 54961066 0 0 18446744073709551615 0 0 0 0 0 0 16384 1 8405026 18446744073709551615 0 0 17 5 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/12916/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2519.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2520.28
CPU time (s): 2519.58
CPU user time (s): 2506.09
CPU system time (s): 13.4953
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 8977092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.09
system time used= 13.4953
maximum resident set size= 8953812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25024047
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= 863
involuntary context switches= 1634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78377 second user time and 10.3958 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 10:33:49
IDJOB=4267632
IDBENCH=126237
IDSOLVER=2658
FILE ID=node127/4267632-1502527677
RUNJOBID= node127-1502500309-6741
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-28-a4.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267632-1502527677/watcher-4267632-1502527677 -o /tmp/evaluation-result-4267632-1502527677/solver-4267632-1502527677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267632-1502527677.xml

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

MD5SUM BENCH= 67703e3ced133509b42bcbc9f355bd8f
RANDOM SEED=1275779224

node127.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.92
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.92
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.92
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.92
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:        31187604 kB
MemAvailable:   31992064 kB
Buffers:          269736 kB
Cached:           823212 kB
SwapCached:            0 kB
Active:           574488 kB
Inactive:         585192 kB
Active(anon):      66312 kB
Inactive(anon):    24908 kB
Active(file):     508176 kB
Inactive(file):   560284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5100 kB
Writeback:             0 kB
AnonPages:         66248 kB
Mapped:            44876 kB
Shmem:             25252 kB
Slab:             128752 kB
SReclaimable:     103672 kB
SUnreclaim:        25080 kB
KernelStack:        3216 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61960 MiB
End job on node127 at 2017-08-12 11:15:49