Trace number 4267610

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 2519.8999

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-19-a3.xml
MD5SUM5b8b55291fe9e5b80fbbe778e95d2a5c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark298
Best CPU time to get the best result obtained on this benchmark20014.301
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints174
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":171},{"size":501,"count":19}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":190},{"degree":2,"count":171},{"degree":19,"count":17},{"degree":20,"count":2}]
Minimum constraint arity1
Maximum constraint arity171
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":171},{"arity":19,"count":1},{"arity":171,"count":1}]
Number of extensional constraints0
Number of intensional constraints172
Distribution of constraint types[{"type":"intension","count":172},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.14/0.25	c best=?? lower=0 upper=500 
2520.00/2519.90	c
2520.00/2519.90	c This is cosoco 1.12 --  
2520.00/2519.90	c
2520.00/2519.90	c command line: cosoco -lc -model -restarts HOME/instance-4267610-1502526389.xml 
2520.00/2519.90	c enable optimization
2520.00/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.00/2519.90	c |                                                                                                       
2520.00/2519.90	c |  Parse time        :         0.19 s 
2520.00/2519.90	c |
2520.00/2519.90	c |               Variables: 380
2520.00/2519.90	c |            Domain Sizes: 500..501
2520.00/2519.90	c |
2520.00/2519.90	c |             Constraints: 192
2520.00/2519.90	c |                   Arity: 1..171  -- Unary: 2  -- Binary: 18  -- Ternary: 171
2520.00/2519.90	c | 
2520.00/2519.90	c |                   Types: 
2520.00/2519.90	c |                          (X - Y < k): 18
2520.00/2519.90	c |                          All Different: 1
2520.00/2519.90	c |                          Intension: 173
2520.00/2519.90	c |                          
2520.00/2519.90	c =========================================================================================================
2520.00/2519.90	
2520.00/2519.90	c *** INTERRUPTED ***
2520.00/2519.90	c restarts              : 82          
2520.00/2519.90	c conflicts             : 2601158      (1032 /sec)
2520.00/2519.90	c decisions             : 3749445      (1488 /sec)
2520.00/2519.90	c propagations          : 8610111762  (3416724 /sec)
2520.00/2519.90	c root propagations     : 824         
2520.00/2519.90	c filter calls          : 303117878      (120285 /sec)
2520.00/2519.90	c useless filter calls  : 262887186      (86 %)
2520.00/2519.90	c Memory used           : 38.94 MB
2520.00/2519.90	c CPU time              : 2519.99 s
2520.00/2519.90	
2520.00/2519.90	c No Bound found!
2520.00/2519.90	
2520.00/2519.90	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-4267610-1502526389/watcher-4267610-1502526389 -o /tmp/evaluation-result-4267610-1502526389/solver-4267610-1502526389 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267610-1502526389.xml 

pid=7623
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.08 2.04 2.05 2/184 7626
/proc/meminfo: memFree=31119400/32770624 swapFree=0/481692
[pid=7626] ppid=7623 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (runsolver) D 7623 7626 1478 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 94550116 24240128 106 18446744073709551615 4194304 4338465 140726158768976 140726158766616 140069349892823 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29020160 140726158774466 140726158774857 140726158774857 140726158778314 0
/proc/7626/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.08 2.04 2.05 2/184 7626
/proc/meminfo: memFree=31119400/32770624 swapFree=0/481692
[pid=7626] ppid=7623 vsize=29636 CPUtime=0.04 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 1691 0 0 0 4 0 0 0 20 0 1 0 94550116 30347264 1492 18446744073709551615 4194304 5972588 140735872629680 140735872626328 4967517 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 7409 1492 786 435 0 772 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29636

[startup+0.200296 s]
/proc/loadavg: 2.08 2.04 2.05 2/184 7626
/proc/meminfo: memFree=31119400/32770624 swapFree=0/481692
[pid=7626] ppid=7623 vsize=32220 CPUtime=0.14 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 2338 0 0 0 14 0 0 0 20 0 1 0 94550116 32993280 2133 18446744073709551615 4194304 5972588 140735872629680 140735872626328 140467535686629 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8055 2133 786 435 0 1418 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 32220

[startup+0.300251 s]
/proc/loadavg: 2.08 2.04 2.05 2/184 7626
/proc/meminfo: memFree=31119400/32770624 swapFree=0/481692
[pid=7626] ppid=7623 vsize=33668 CPUtime=0.24 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 2733 0 0 0 24 0 0 0 20 0 1 0 94550116 34476032 2556 18446744073709551615 4194304 5972588 140735872629680 140735872626328 5071820 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8417 2556 828 435 0 1780 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 33668

[startup+0.700219 s]
/proc/loadavg: 2.08 2.04 2.05 2/184 7626
/proc/meminfo: memFree=31119400/32770624 swapFree=0/481692
[pid=7626] ppid=7623 vsize=33668 CPUtime=0.64 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 2750 0 0 0 64 0 0 0 20 0 1 0 94550116 34476032 2556 18446744073709551615 4194304 5972588 140735872629680 140735872626248 5070704 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8417 2556 828 435 0 1780 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 33668

[startup+1.50022 s]
/proc/loadavg: 2.08 2.04 2.05 3/185 7627
/proc/meminfo: memFree=31112576/32770624 swapFree=0/481660
[pid=7626] ppid=7623 vsize=33800 CPUtime=1.44 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 2779 0 0 0 144 0 0 0 20 0 1 0 94550116 34611200 2556 18446744073709551615 4194304 5972588 140735872629680 140735872626248 4962405 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8450 2556 828 435 0 1813 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 33800

[startup+3.10021 s]
/proc/loadavg: 2.08 2.04 2.05 3/185 7627
/proc/meminfo: memFree=31112124/32770624 swapFree=0/481704
[pid=7626] ppid=7623 vsize=33800 CPUtime=3.04 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 3728 0 0 0 304 0 0 0 20 0 1 0 94550116 34611200 2631 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4909651 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8450 2631 834 435 0 1813 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 33800

[startup+6.30022 s]
/proc/loadavg: 2.00 2.02 2.04 3/185 7628
/proc/meminfo: memFree=31111876/32770624 swapFree=0/481704
[pid=7626] ppid=7623 vsize=34064 CPUtime=6.24 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 4789 0 0 0 624 0 0 0 20 0 1 0 94550116 34881536 2674 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5070704 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8516 2674 834 435 0 1879 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 34064

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.04 3/185 7628
/proc/meminfo: memFree=31110720/32770624 swapFree=0/481704
[pid=7626] ppid=7623 vsize=34460 CPUtime=12.64 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 5954 0 0 0 1264 0 0 0 20 0 1 0 94550116 35287040 2770 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4965552 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8615 2770 834 435 0 1978 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 34460

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.04 3/185 7628
/proc/meminfo: memFree=31110448/32770624 swapFree=0/481700
[pid=7626] ppid=7623 vsize=34856 CPUtime=25.44 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 7088 0 0 0 2544 0 0 0 20 0 1 0 94550116 35692544 2889 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4968815 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8714 2889 834 435 0 2077 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 34856

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.04 3/185 7628
/proc/meminfo: memFree=31110076/32770624 swapFree=0/481700
[pid=7626] ppid=7623 vsize=35384 CPUtime=51.04 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 7730 0 0 0 5104 0 0 0 20 0 1 0 94550116 36233216 2979 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5099648 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 8846 2979 834 435 0 2209 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 35384

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 7631
/proc/meminfo: memFree=31109564/32770624 swapFree=0/481716
[pid=7626] ppid=7623 vsize=36572 CPUtime=102.25 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 8585 0 0 0 10225 0 0 0 20 0 1 0 94550116 37449728 3249 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5071744 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9143 3249 834 435 0 2506 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 36572

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 7633
/proc/meminfo: memFree=31108580/32770624 swapFree=0/481728
[pid=7626] ppid=7623 vsize=36836 CPUtime=162.24 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 9499 0 0 0 16224 0 0 0 20 0 1 0 94550116 37720064 3333 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5320575 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9209 3333 834 435 0 2572 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36836

[startup+222.306 s]
/proc/loadavg: 2.06 2.03 2.05 3/186 7635
/proc/meminfo: memFree=31108672/32770624 swapFree=0/481736
[pid=7626] ppid=7623 vsize=36836 CPUtime=222.25 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 9900 0 0 0 22225 0 0 0 20 0 1 0 94550116 37720064 3371 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4968801 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9209 3371 834 435 0 2572 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 36836

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 7637
/proc/meminfo: memFree=31108048/32770624 swapFree=0/481748
[pid=7626] ppid=7623 vsize=37100 CPUtime=282.25 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 9992 0 0 0 28225 0 0 0 20 0 1 0 94550116 37990400 3428 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5099648 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9275 3428 834 435 0 2638 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 37100

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 7639
/proc/meminfo: memFree=31107776/32770624 swapFree=0/481760
[pid=7626] ppid=7623 vsize=37496 CPUtime=342.25 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 10624 0 0 0 34225 0 0 0 20 0 1 0 94550116 38395904 3532 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4968773 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9374 3532 834 435 0 2737 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 37496

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 7642
/proc/meminfo: memFree=31107544/32770624 swapFree=0/481768
[pid=7626] ppid=7623 vsize=37496 CPUtime=402.25 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 10626 0 0 0 40225 0 0 0 20 0 1 0 94550116 38395904 3532 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5071752 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9374 3532 834 435 0 2737 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 37496

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 7659
/proc/meminfo: memFree=31103448/32770624 swapFree=0/481804
[pid=7626] ppid=7623 vsize=37496 CPUtime=462.26 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 11102 0 0 0 46226 0 0 0 20 0 1 0 94550116 38395904 3547 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4965848 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9374 3547 834 435 0 2737 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 37496

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 7661
/proc/meminfo: memFree=31102992/32770624 swapFree=0/481820
[pid=7626] ppid=7623 vsize=37760 CPUtime=522.26 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 11222 0 0 0 52226 0 0 0 20 0 1 0 94550116 38666240 3571 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5071767 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9440 3571 834 435 0 2803 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 37760

[startup+582.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 7664
/proc/meminfo: memFree=31106860/32770624 swapFree=0/481836
[pid=7626] ppid=7623 vsize=37892 CPUtime=582.26 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 11385 0 0 0 58226 0 0 0 20 0 1 0 94550116 38801408 3629 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4965551 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9473 3629 834 435 0 2836 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 37892


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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/190 7878
/proc/meminfo: memFree=30782176/32770624 swapFree=0/482060
[pid=7626] ppid=7623 vsize=39476 CPUtime=1662.34 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 15289 0 0 0 166233 1 0 0 20 0 1 0 94550116 40423424 4037 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4962240 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9869 4037 834 435 0 3232 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 39476

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/191 7881
/proc/meminfo: memFree=30746404/32770624 swapFree=0/482060
[pid=7626] ppid=7623 vsize=39476 CPUtime=1722.34 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 15349 0 0 0 172233 1 0 0 20 0 1 0 94550116 40423424 4037 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4968773 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9869 4037 834 435 0 3232 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 39476

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 7883
/proc/meminfo: memFree=30750260/32770624 swapFree=0/482068
[pid=7626] ppid=7623 vsize=39476 CPUtime=1782.35 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 15500 0 0 0 178234 1 0 0 20 0 1 0 94550116 40423424 4041 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4909702 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9869 4041 834 435 0 3232 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 39476

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7886
/proc/meminfo: memFree=30751148/32770624 swapFree=0/482084
[pid=7626] ppid=7623 vsize=39608 CPUtime=1842.35 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 15852 0 0 0 184234 1 0 0 20 0 1 0 94550116 40558592 4072 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5070704 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9902 4072 834 435 0 3265 0
Current children cumulated CPU time (s) 1842.35
Current children cumulated vsize (KiB) 39608

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7888
/proc/meminfo: memFree=30752088/32770624 swapFree=0/482100
[pid=7626] ppid=7623 vsize=39740 CPUtime=1902.35 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16428 0 0 0 190234 1 0 0 20 0 1 0 94550116 40693760 4091 18446744073709551615 4194304 5972588 140735872629680 140735872626168 4965342 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9935 4091 834 435 0 3298 0
Current children cumulated CPU time (s) 1902.35
Current children cumulated vsize (KiB) 39740

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 7890
/proc/meminfo: memFree=30751200/32770624 swapFree=0/482112
[pid=7626] ppid=7623 vsize=39740 CPUtime=1962.36 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16434 0 0 0 196235 1 0 0 20 0 1 0 94550116 40693760 4093 18446744073709551615 4194304 5972588 140735872629680 140735872626168 4909679 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9935 4093 834 435 0 3298 0
Current children cumulated CPU time (s) 1962.36
Current children cumulated vsize (KiB) 39740

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 7893
/proc/meminfo: memFree=30751144/32770624 swapFree=0/482132
[pid=7626] ppid=7623 vsize=39740 CPUtime=2022.36 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16572 0 0 0 202235 1 0 0 20 0 1 0 94550116 40693760 4119 18446744073709551615 4194304 5972588 140735872629680 140735872626168 5070704 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9935 4119 834 435 0 3298 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 39740

[startup+2082.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/186 7895
/proc/meminfo: memFree=30749940/32770624 swapFree=0/482140
[pid=7626] ppid=7623 vsize=39740 CPUtime=2082.37 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16573 0 0 0 208236 1 0 0 20 0 1 0 94550116 40693760 4119 18446744073709551615 4194304 5972588 140735872629680 140735872626168 5099648 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9935 4119 834 435 0 3298 0
Current children cumulated CPU time (s) 2082.37
Current children cumulated vsize (KiB) 39740

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 7897
/proc/meminfo: memFree=30750100/32770624 swapFree=0/482148
[pid=7626] ppid=7623 vsize=39740 CPUtime=2142.37 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16720 0 0 0 214236 1 0 0 20 0 1 0 94550116 40693760 4123 18446744073709551615 4194304 5972588 140735872629680 140735872626168 5320427 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9935 4123 834 435 0 3298 0
Current children cumulated CPU time (s) 2142.37
Current children cumulated vsize (KiB) 39740

[startup+2202.31 s]
/proc/loadavg: 2.04 2.03 2.05 3/186 7899
/proc/meminfo: memFree=30749644/32770624 swapFree=0/482160
[pid=7626] ppid=7623 vsize=39740 CPUtime=2202.38 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16721 0 0 0 220237 1 0 0 20 0 1 0 94550116 40693760 4123 18446744073709551615 4194304 5972588 140735872629680 140735872626168 5099648 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9935 4123 834 435 0 3298 0
Current children cumulated CPU time (s) 2202.38
Current children cumulated vsize (KiB) 39740

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 7916
/proc/meminfo: memFree=30745228/32770624 swapFree=0/482160
[pid=7626] ppid=7623 vsize=39872 CPUtime=2262.38 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16873 0 0 0 226237 1 0 0 20 0 1 0 94550116 40828928 4126 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5071376 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4126 834 435 0 3331 0
Current children cumulated CPU time (s) 2262.38
Current children cumulated vsize (KiB) 39872

[startup+2322.3 s]
/proc/loadavg: 2.18 2.07 2.06 3/189 7919
/proc/meminfo: memFree=30744508/32770624 swapFree=0/482168
[pid=7626] ppid=7623 vsize=39872 CPUtime=2322.38 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 16873 0 0 0 232237 1 0 0 20 0 1 0 94550116 40828928 4126 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4909660 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4126 834 435 0 3331 0
Current children cumulated CPU time (s) 2322.38
Current children cumulated vsize (KiB) 39872

[startup+2382.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/186 7921
/proc/meminfo: memFree=30746228/32770624 swapFree=0/482180
[pid=7626] ppid=7623 vsize=39872 CPUtime=2382.39 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 17024 0 0 0 238238 1 0 0 20 0 1 0 94550116 40828928 4129 18446744073709551615 4194304 5972588 140735872629680 140735872626536 5109232 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4129 834 435 0 3331 0
Current children cumulated CPU time (s) 2382.39
Current children cumulated vsize (KiB) 39872

[startup+2442.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 7923
/proc/meminfo: memFree=30745640/32770624 swapFree=0/482196
[pid=7626] ppid=7623 vsize=39872 CPUtime=2442.39 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 17025 0 0 0 244238 1 0 0 20 0 1 0 94550116 40828928 4129 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4968734 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4129 834 435 0 3331 0
Current children cumulated CPU time (s) 2442.39
Current children cumulated vsize (KiB) 39872

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 7926
/proc/meminfo: memFree=30746100/32770624 swapFree=0/482204
[pid=7626] ppid=7623 vsize=39872 CPUtime=2502.39 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 17178 0 0 0 250238 1 0 0 20 0 1 0 94550116 40828928 4134 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4971923 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4134 834 435 0 3331 0
Current children cumulated CPU time (s) 2502.39
Current children cumulated vsize (KiB) 39872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.15 2.07 2.06 3/187 7927
/proc/meminfo: memFree=30745988/32770624 swapFree=0/482216
[pid=7626] ppid=7623 vsize=39872 CPUtime=2520 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 17180 0 0 0 251999 1 0 0 20 0 1 0 94550116 40828928 4134 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4909660 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4134 834 435 0 3331 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 39872

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

[startup+2519.9 s]
/proc/loadavg: 2.15 2.07 2.06 3/187 7927
/proc/meminfo: memFree=30745988/32770624 swapFree=0/482216
[pid=7626] ppid=7623 vsize=39872 CPUtime=2520 cores=1,3,5,7
/proc/7626/stat : 7626 (cosoco) R 7623 7626 1478 0 -1 4202496 17180 0 0 0 251999 1 0 0 20 0 1 0 94550116 40828928 4134 18446744073709551615 4194304 5972588 140735872629680 140735872626536 4909660 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 39239680 140735872631278 140735872631373 140735872631373 140735872634830 0
/proc/7626/statm: 9968 4134 834 435 0 3331 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 39872

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520
CPU user time (s): 2519.99
CPU system time (s): 0.012
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 39872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.99
system time used= 0.012
maximum resident set size= 16632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17225
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= 16
involuntary context switches= 1203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24759 second user time and 8.26486 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 10:12:34
IDJOB=4267610
IDBENCH=126218
IDSOLVER=2658
FILE ID=node135/4267610-1502526389
RUNJOBID= node135-1502500348-1544
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 5b8b55291fe9e5b80fbbe778e95d2a5c
RANDOM SEED=912469897

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:        31119420 kB
MemAvailable:   31947808 kB
Buffers:          302900 kB
Cached:           816088 kB
SwapCached:            0 kB
Active:           693748 kB
Inactive:         514832 kB
Active(anon):      89816 kB
Inactive(anon):    33140 kB
Active(file):     603932 kB
Inactive(file):   481692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             4 kB
AnonPages:         89116 kB
Mapped:            53788 kB
Shmem:             33464 kB
Slab:             144384 kB
SReclaimable:     117200 kB
SUnreclaim:        27184 kB
KernelStack:        3312 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:54:35